The 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…
TIL that there's also Copilot plugins for Jetbrain IDEs
Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
21–30 of 100 posts
Re: Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
#22Re: Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
#23Re: Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
#24www.phind.com is what I've found to be the best generally, using searches. Their recent 70B model seems really good.
Re: Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
#25I have been a big user of ChatGPT-4 ever since it came out. I have used in various forms. Through the chatbot, through GitHub Copilot etc. For the past year, I have looked high and low to see an alternative that performed better. Nothing came close. Until a few days ago with Anthropic released Claude 3. For software development work, it is very very impressive. I've been running GPT-4 and Claude 3 Opus side by side f…
How do you get access to Claude 3? It doesn’t seem to be available yet.
Re: Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
#26OpenAI API key with GPT4 plus aider[1]: https://github.com/paul-gauthier/aider For 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…
The output is amazing though, so I keep using it. But I feel like I have no insight or control. Maybe I should read the docs more carefully.
Re: Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
#27OpenAI API key with GPT4 plus aider[1]: https://github.com/paul-gauthier/aider For 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…
re getting some keys - for most tasks I have not yet found a better tool than finding a chat interface to your liking, setting a fairly generic “you’re an expert programmer” system prompt with output instructions tuned to your needs, and manually adding relevant context (copy/paste) to your messages when relevant. I can’t wait for big content windows and RAG methods to improve enough to replace all that with one of assistants, but it’s just not there yet.
Re: Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
#28Earlier quoted context omitted.
Isn't it available via bedrock already?
Not sure what bedrock is, but last time I looked at their website it claimed it isn't available in my region. I'm in Ireland, so I interpreted that as "Not out yet".
Re: Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
#29Neither Github Copilot nor GPT4 are worth your time. At best they partially guess the name of a function you're thinking about typing, at worst they give you almost a correct answer. I've been shocked by how close those models will get to almost understanding what you're attempting to do, while still fundamentally getting it wrong. Last month, after a while of realizing I was spending more time correcting suggestions…
Re: Ask HN: What is the, currently, best Programming LLM (copilot) subscription?
#30The 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…
TIL that there's also Copilot plugins for Jetbrain IDEs
Then again, I haven't given it much of a fare shake perhaps. I do find AI Assistant is a lot more compelling.