My company spends $1,800/month on AI coding credits for me. Here's what I use for my own projects ($25/month).
Posted by Tarun122@reddit | ExperiencedDevs | View on Reddit | 8 comments
At my day job, the company covers Claude Code, Cursor, and Codex. Combined it's around $1,800/month in AI credits. I never really thought about the cost because I wasn't paying for it.
Then I started building my own stuff on weekends and realised I absolutely cannot spend that kind of money as a solo dev.
So over the last few weeks, I've been experimenting with cheaper alternatives. Here's what actually works:
OpenCode, an open source CLI agent, is basically Claude Code, but you bring your own models. $5/month plan gives you access to a bunch of models with solid usage limits.
Models I use inside it:
- Kimi 2.6 for frontend tasks and general coding, surprisingly good.
- DeepSeek V4 for backend and anything that needs real reasoning, genuinely competitive with Claude Sonnet
- Qwen 3.7 as a backup when I need something different
Codex - $20/month for GPT-5.5 access, I use this specifically for brainstorming and architecture thinking, not for writing code
Total monthly spend: $25. I built an entire web app with 300+ users on this stack and didn't even use 10% of my monthly credit limit.
The thing that surprised me most is that once you figure out which model is good at which task, you stop missing Claude Code. The gap between open source and closed source has genuinely shrunk.
Happy to answer any questions about the setup. Also made a short video walking through the exact workflow if anyone wants the visual breakdown.
quisido@reddit
I have an RTX 4080, so I've been super interested in figuring out what agents can run on 16GB of VRAM. I know it's nothing powerful, but if it can fix already-written unit tests, that will go a long way in not having to pay a dime.
Tarun122@reddit (OP)
oh i've heard qwen 3.7 and gemma are really good for that!!
vassadar@reddit
Don't your company want you to waste tokens as much as possible?
Mine rank people by AI usage. That's when I disable caveman and try to waste it as much as possible.
Tarun122@reddit (OP)
yes they want me to waste as many tokens as possible. and no they dont want me to use their tokens on personal projects. and yes this post is about how to avoid that cost if you're a solo founder :)
itsthekumar@reddit
Are you shilling something?
SquiffSquiff@reddit
The obvious question is what hardware are you running this on? Do you run it on a local laptop or a dedicated workstation?
Tarun122@reddit (OP)
>OpenCode, an open source CLI agent, is basically Claude Code, but you bring your own models. $5/month plan gives you access to a bunch of models with solid usage limits.
I m using their $5 month plan so I don't have to run anything on my local device :)
sleekstrike@reddit
It's $5 for the first month and $10/mo after that but still a better deal than others. Their Kimi2.6 3x promo was what got me subscribing.