|
|
|
|
|
by macNchz
366 days ago
|
|
Using all of the popular coding models pretty extensively over the past year, I've been having great success with Gemini 2.5 Pro as far as getting working code the first time, instruction following around architectural decisions, and staying on-task. I use Aider and write mostly Python, JS, and shell scripts. I've spent hundreds of dollars on the Claude API over time but have switched almost entirely to Gemini. The API itself is also much more reliable. My only complaint about 2.5 Pro is around the inane comments it leaves in the code (// Deleted varName here). |
|