How I code with AI on a budget/free
wuu73.org
How I code with AI on a budget/free
1–10 of 251 posts
Re: How I code with AI on a budget/free
#2Re: How I code with AI on a budget/free
#3Re: How I code with AI on a budget/free
#4Re: How I code with AI on a budget/free
#5Re: How I code with AI on a budget/free
#6Re: How I code with AI on a budget/free
#7[flagged]
font-family: "Roboto", "Underdog", cursive, -apple-system, BlinkMacSystemFont,
"Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol";Re: How I code with AI on a budget/free
#8Re: How I code with AI on a budget/free
#9For 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 agentic, you can go surgical. At that point even 100x smaller models can handle it. Just tell it what to do and let it give you the diff.
Also I found the "fumble around my filesystem" approach stupid for my scale, where I can mostly fit the whole codebase into the context. So I just dump src/ into the prompt. (Other people's projects are a lot more boilerplatey so I'm testing ultra cheap models like gpt-oss-20b for code search. For that, I think you can go even cheaper...)
Patent pending.
Re: How I code with AI on a budget/free
#10It's my goto copilot.