Ive been devving for a decade but these AI subscription costs are getting ridiculous lately. I was thinking I could just hop over to Cursor but twenty bucks a month is a lot when Im trying to keep my overhead under fifty for this new project. My logic was to use something like Codeium but the free tier feels a bit limited compared to what I need for complex refactoring. I even tried setting up a local LLM with an old 3060 I have but it's just too slow for real-time suggestions. Are there any hidden gems that are maybe $5 or pay-per-token that actually work well? I just need something reliable for my Python scripts without breaking the bank...
I totally get the subscription fatigue. I was in the same boat until I switched to a pay-as-you-go setup and honestly, I'm super satisfied with how much I'm saving now. If you want to keep costs under $5, you gotta stop paying for the UI and just pay for the tokens directly. It works well and I havent looked back...
^ This. Also, I moved my workflow over to DeepSeek Coder V2 API directly after my subscription costs spiked last year. I was skeptical but the logic handling for Python is actually decent for the price. I'm curious tho, are you dealing with a lot of boilerplate or high-level architecture? Cheaper models can sometimes hallucinate logic in bigger frameworks, so I'd love to know what your stack looks like first.
I agree that DeepSeek is probably the best value right now, but unfortunately, I've had some issues with it hallucinating weird library imports in my Python scripts lately. It's a bit disappointing when you're trying to move fast and have to triple check every suggestion... it kind of defeats the purpose of the speed. If you want something more reliable but still super cheap, you might want to try Aider AI. It's a CLI tool that's honestly great for refactoring and it works with basically any provider. I usually hook it up to an OpenRouter API Key so I can switch models depending on the task. Using OpenRouter Claude 3 Haiku is incredibly cheap and feels way more stable than some of the other budget options I've tried. Just watch out for your token usage if you're working on huge files, because those costs can sneak up on you if you aren't careful. It's a bit of a learning curve compared to Cursor but totally doable for your budget. Stick with it tho, the savings are worth the extra setup time! Let me know if you hit any snags with the config, I've got a template that works pretty well.