What is the best cheap replacement for Github AI?

Hi, I have been making some personal projects, using AI on Github, but the pricing changes have meant I can no longer afford it. I was on the Pro+ $40 per month plan. It just about got me through a month, whereas now, its been two days and I have used 25%, which is not going to last me long!

Essentially, I have three or four projects I want to finish, but need a replacement to gituhub’s chat, where I can request help with coding, bug fixes etc, does anything like that exist outside github? I’m quite new to all this programming thing! I have tried googling and even asking AI search engines to find things but everything i try turns up blank, or not what I am after.

I just want the simple chat that can provide code the same way github does. I dont mind paying if it isnt too much, I just cant afford MS OTT pricing now.

Thanks for any help.

Welcome to the forum @Ideal

If you are new to programming, perhaps spend some time learning to program.

Coding and debugging are skills people can learn to build web projects. freeCodeCamp offers various courses on web development.

Using artificial intelligence to code is just going to get more expensive, with lower tier models downgraded to concentrate on higher tier models, leading to a decrease in quality output.

Plus, if you get stuck on a coding challenge, you can ask questions on the forum.

Learning to code from generic AI is not a good idea. Without foundational knowledge you cannot tell if you are getting slop code / advise.

Happy coding

Are you vibe coding with zero knowledge of what the ai code is making or are you someone with knowledge that just wants a “corrector” in case your syntax is incorrect and that’;s what’s causing issues? Tbh what Teller is saying is right, but if you are actually someone with knowledge then using ai as a “santa’s little helper” is nice because it’s convenient. But I’m rereading it now and you said you are new to programming. Then I guess you are the type that doesn’t have knowledge. That in mind, Teller had great and super honest advice.

I’m a copilot pro+ user that also is looking to move away, as the new pricing model means you “prepay” the 40$, but the pricing model is based on tokens, so you could use 40$ slowly, or super fast depending on what you are doing. Ask for more complex help, the 40$ wont get very far depending on the model. You still get tab completions for free, but that isn’t what most people look for nowadays.

where I can request help with coding, bug fixes etc, does anything like that exist outside github?

Practically it would be good old fashion google, which is slow and only is as effective as you can make it by finding answers yourself. You could ask for targeted help for any common AI provider, like ChatGPT/Gemini. But this isn’t as effective or native as having Copilot directly managing your codebase for you.

If you are learning or new, I actually suggest this more than any AI. Mainly because if you find the AI is wrong (which is a lot) burning more tokens pointing out issues is literally burning money to burn more money, IE your using AI to “solve itself” instead of using some secondary resource.

AI is a useful tool to do something fast, but it isn’t perfectly accurate. So when its wrong, not only do you need to notice but you need to know how to solve it without just asking AI again, because very very often asking it again gives you even more wrong answers. With how pricing is moving, this means just making an expensive problem more expensive.

So this brings me to learning how to find answers without AI. You wont necessarily need to do this, but you need to know how to find answers yourself and get unstuck without AI. Otherwise if you only know how to ask AI to solve the problem for you, you end up completely stuck when AI isn’t available or if its wrong.

TBH I see basically all providers moving toward either degradated models (where the model gets dumber, or less effective) on the path toward degredated models, or toward token based usage. You can always jump around, or chase free tiers but none of this is super effective long term.

“Peak AI” is over. You need to have skills behind you or just really deep wallets or know how to actually run models yourself, which is free beyond paying for the hardware and power.

If you want actually free and always free models run them locally using something like ollama or lm studio, hook it up to something like opencode and you run your model locally. The main flaw with this is the models you can run locally aren’t as good as other models like those provided from Anthropic, you also are constrained by what hardware you have locally. If you don’t have an Apple device, or a dedicated GPU your performance will be poor even with small models.

This might be a route to play around in, it’s a free route you can at least try, but I highly recommend just taking the foot off the gas for AI and actually learning the stuff.

The future will be made up of developers who know how to use AI, and developers who use AI and know what they are doing. Only one of these I think will stay employed long term, as the first group will just be seen as a money pit that requires extensive tokens to do their job. Most companies are not at this point where token usage needs to be optimized, but I know companies are starting to care, as money is not infinite.

Can Codex and Claude Code be used?

at the time being they seems to be available through Copilot

The trouble is some of the best ideas come from non-developers, so using AI to vibe-code gives people like me a way to implement those ideas. Things that coders are not interested in or willing to implement. But money wins every time! Quite sad really!

I am too old and tired due to health issues to start learning. I tried and having to do so with zero knowledge on your own is impossible. I have no idea where to start. But vibe-coding has taught me that certain languages are useful and others not so, or harder to use. Something that wouldve taken a year or more on my own has taken around three months to realise, all while creating my own programs, which would never have happened if I tried learning how to code.

FCC has a beginner’s course which is the current full stack course where you start with responsive web design. A lot of people here have used that to become comfortable and can hold down a job. That one actually gives you a path- start with front end and make your way to back end and later information security and QA. I don’t hate vibe coding, but what’s important is you have to have the ability to read code and also debug the slop. That is something a non-developer can’t do, which is why devs are still valuable and I think will always be no matter how advance “ai” gets.