What have people found to be the best copilot paid subscription, at the moment?
Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
1–10 of 100 posts
Re: Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
#2I've tried using my OpenAI subscription directly to use GPT4, but copy-pasting between the browser and the lack of context (that GPT has of my code) is limiting.
I've tried Copilot, but it just produces large amounts of junk code, and it gets irritating.
JetBrain's AI Assistant is built into the IDE I use, it melds well with all the pre-existing coding assistance it offers, the conversation interface is useful and can answer questions on specific parts of code (I habitually highlight whatever I'm interested in and ask it about that), and it's good when I ask it to write tests.
Re: Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
#3Re: Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
#4The AI Assistant in JetBrains is the best I've encountered. In Pycharm, specifically. I've tried using my OpenAI subscription directly to use GPT4, but copy-pasting between the browser and the lack of context (that GPT has of my code) is limiting. I've tried Copilot, but it just produces large amounts of junk code, and it gets irritating. JetBrain's AI Assistant is built into the IDE I use, it melds well with all the…
Re: Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
#5For reference against the actual product called “Copilot”, I would say this is actually useful, vs Copilot which I would use words like “glorified autocomplete” and “slightly better intellisense” to describe. Only really good for saving you some rote typing periodically.
The primary limit with “aider” is the GPT4 context window, so really it’s about learning to work within that as its only learning curve.
I have been curious about sourcegraph’s “Cody” product if anyone here has tried it
Re: Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
#6I used cody at work, and the best feature for that I found was chore work - I could highlight a struct (for example) and give it instructions how to transform it and it did a good job there.