Agent Use is gonna drop off a cliff once its all usage based

Posted by Venisol@reddit | ExperiencedDevs | View on Reddit | 464 comments

I didnt use agents much, then 2 weeks ago I decided to try it. I hooked my anthropic api key to opencode and built a personal notes app with zero sync on a long weekend.

It cost me around 50 bucks. In a fresh project, with essentially one page and one feature.

It did cool stuff, like build me an AceJump plugin into CodeMirror6 editor. Im not saying it doesnt work, im not saying its not useful for very small, very specific stuff.

But it was 50 bucks.

Then I got a 20$ subscription and started using it at work, i dont even max out the limits on that one ever. Even though i used easily 50x the total tokens I used for my little notes app.

All of this shit is gonna vanish. All the personal stuff people do with agents right now, gone. Or moved to local, free LLMs. None of the scammy micro saas crowd would ever invest 5 grand into their own shitty app. Even these people know better.

Even at work, if you spend 5k per engineer per month no real company is going to do that. Those economics dont even make sense for the overpaid US engineers, where technically you maybe only need 50% productivity increase per engineer to make the cost work. You do not get that lmao.

In the EU you def cant make those economics work.

For me I use the agent pretty much exclusively for "simple stuff that touches a lot of files", cause theyre so fucking slow for small questions / fixes. Im way faster to copy the relevant code snippets, paste it into the chat, then copy the result back into my code base.

I literally write my components with hardcoded strings and once im ready I tell it to look at the changed git files and move all the hardcoded strings to translations and also add the translations. Its perfect for that.