How I code with AI on a budget/free
21–30 of 251 posts
Re: How I code with AI on a budget/free
#22Re: How I code with AI on a budget/free
#23Windsurf has a good free model. Good enough for autocomplete level work for sure (haven't tried it for more as I use Claude Code)
Re: How I code with AI on a budget/free
#24[flagged]
Re: How I code with AI on a budget/free
#25Re: How I code with AI on a budget/free
#26If you're looking for free API access, Google offers access to Gemini for free, including for gemini-2.5-pro with thinking turned on. The limit is... quite high, as I'm running some benchmarking and haven't hit the limit yet. Open weight models like DeepSeek R1 and GPT-OSS are also made available with free API access from various inference providers and hardware manufacturers.
Re: How I code with AI on a budget/free
#27I wonder how much energy this is wasting.
Re: How I code with AI on a budget/free
#28Earlier quoted context omitted.
Site really needs to drop the completely unreadable backup font.
Commenters need to stop complaining and hit the reader mode button on their browsers.
Re: How I code with AI on a budget/free
#29My experience lines up with the article. The agentic stuff only works with the biggest models. (Well, "works"... OpenAI Codex took 200 requests with o4-mini to change like 3 lines of code...) For simple changes I actually found smaller models better because they're so much faster. So I shifted my focus from "best model" to "stupidest I can get away with". I've been pushing that idea even further. If you give up on ag…
Re: How I code with AI on a budget/free
#30To the OP: I highly recommend you look into Continue.dev and ollama/lmstudio and running models on your own. Some of them are really good at autocomplete-style suggestions while others (like gpt-oss) can reason and use tools. It's my goto copilot.