Settings

Theme

Favorite LLM coding tools besides chat-interface(s) and OpenAI/Claude-Sonnet

6 points by camkego a year ago · 4 comments · 1 min read


Hi all, I've been using the chat-based LLMs: OpenAI and Claude-Sonnet for coding. I'm mostly using Rust. They are both great tools.

But, I want to know about the best tools for LLM powered coding.

I think I'd prefer a tool integrated with VS Code.

BUT, TELL ME, WHAT DO YOU USE? What's your favorite tool for LLM-Coding?

coronapl a year ago

There are some interesting options:

  * Codeium  
  * Tabnine  
  * Supermaven  
  * GitHub Copilot
All of these have plugins for VS Code. However, my preferred approach is using an LLM with the Zed editor. You just need to provide an API key of your LLM (GPT-4O in my case). I find the chat panel alongside my code incredibly useful. Additionally, the ability to apply inline transformations to selected code with custom prompts is really useful.
camkegoOP a year ago

Well, as the original poster, I did happen to find this a little while later: https://www.cursor.com/blog/series-a

Imanari a year ago

aider.chat

command-line driven, you give commands, the system directly changes your code and commits the changes so you can easily go back.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection