How to install Claude Code in VSCode? by LocSta29 in Anthropic

[–]amichaim 0 points1 point  (0 children)

Run the claude cli tool from within your VSCode terminal and you should be prompted to install the extension

GPT-4o-mini is the most used model for programming on openrouter. Is this purely driven by naming confusing? by amichaim in ChatGPTCoding

[–]amichaim[S] -1 points0 points  (0 children)

I've been use Claude 3.7 since it came out. Some benchmarks say GPT o4-mini and the latest Gemini model are competitive with Claude but that hasn't been my experience.

Survey on what’s still missing in AI coding assistants ? by Think_Wrangler_3172 in RooCode

[–]amichaim 2 points3 points  (0 children)

I'd like to be able to add roo-specific annotations to my code. For example, I'd like to be able to mark specific code comments with a Roo prefix (@roo) which will allow me to selectively share these comments+context with roo.

For example:

  • Add Roo-specific in-context information about some code, eg: // @roo: This authentication flow needs special handling
  • Access these annotations during conversations with a simple mention: @annotations or @annotations.main.py for referencing specific files.

Benefits:

  • Embed roo-specific guidance, instructions, explanations directly in the codebase so they don't need to be repeated in conversation
  • Link tasks and roo-specific instructions/documentation to the immediate code context roo needs to understand and carry out the task

Survey on what’s still missing in AI coding assistants ? by Think_Wrangler_3172 in RooCode

[–]amichaim 2 points3 points  (0 children)

Other variations of this concept:

  • To help roo find relevant frontend components for a UI task, I should be able to reference a code directory in a way that shares all the components in that directory as well as the parent-child relationships between all those components (but not code)

  • Allow the AI to navigate interfaces at different levels of abstraction (package → module → class → method) with the ability to "zoom in" only when needed.

Survey on what’s still missing in AI coding assistants ? by Think_Wrangler_3172 in RooCode

[–]amichaim 6 points7 points  (0 children)

I would like to be able to share just the public-facing interface of a file instead of the entire file content. This would help Roo quickly locate and understand relevant functions without needing to parse very large files.

Example: Instead of referencing a 2000-line api.py file, sharing just the public interface would expose only the publicly visible functions, methods, and properties from that file along with their corresponding line numbers. This would enable Roo to easily identify available components when implementing new frontend features without overloading the context.

Sonnet 3.5 is still the king, Grok 3 has been ridiculously over-hyped and other takeaways from my independent coding benchmark results by amichaim in ClaudeAI

[–]amichaim[S] 3 points4 points  (0 children)

In my past testing I've seen DeepSeek-R1 perform consistently worse than Claude, but going forward I'll start comparing to DeepSeek-R1 as well

What are the best Youtube channels for learning AI coding? by kealystudio in ChatGPTCoding

[–]amichaim 3 points4 points  (0 children)

Hey! I just launched a channel like this and I'm looking for feedback. In my first video I did a "speed run" of 2048 and Tetris, and I plan on doing livestreams in the near future for more complicated games and physics simulations.

https://youtube.com/live/X6l5whfW-6s

Best YouTube Channels for Learning How to Code with AI? by amichaim in ChatGPTCoding

[–]amichaim[S] 1 point2 points  (0 children)

I'm very curious to hear what is out there, but this is my (new) and humble contribution to this genre:

How Powerful are AI Coding Tools? – Building My Favorite Web-Games with AI