First, I’d like to say that I’m really not at all convinced that we’ll save time by using “AI agents” when developing. I use no AI when I write Java, and I’m quite happy with that.
However, I’ve been making some JavaScript/TypeScript/Vue for an upcoming MainUI PR lately, and since these are languages that I’m not very familiar with, I typically don’t know the exact syntax for what I want to do. I’ve thus enabled Copilot free in VS Code to alleviate this. Even though most of the “suggestions” are bonkers and wrong, the constant flow of suggestion often tell me how to do something that I would otherwise have to look up the syntax for.
In that sense I consider it helpful, but it also gets in the way in that it constantly suggests bonkers things that I end up giving some thought “just in case they aren’t bonkers”. This is a drain that I don’t think people fully realize how much costs. Regardless, for a language I’m unfamiliar with, I think it comes out on the plus side in total, but I don’t consider it a large plus.
However, the free plan is a joke. I spent one month of “free suggestions” in a few days. It’s obvious, they just want people “to get a taste” and then pay for more. To me, paying for it is completely out of the question, I have no intention of financially supporting this “AI hype”.
It’s actually quite annoying the way it constantly “suggests”, especially when I know that all the BS it makes “eats my quota” that I could have use for when it’s something I actually need “help” with. But, it seems that suggestions are either on or off - I can’t only get a suggestion if I want one..? If that were the case, I think the free plan could go a long way for “casual coding in unfamiliar languages”. When you know the language properly, it only gets in the way, but you can only know so many languages at that level.
My question is: What do you people do? Do you just turn it off, do you manage with the free plan, do you use Copilot alternatives that lets you use your own LLM, or do you simply pay for it?

