I use 6 AI coding tools 1. V0 - I use it when I want to design product ideas and better imagine how they might work 2. Cursor - I use cursor when I am casually using a mouse or as background agent when my claude code quota is hit 3. Opencode - If I'm syncronously working with an AI I use opencode mostly because of it's planning mode 4. Claude code - My bread and butter. Most of the time I'm using AI it's claude code running in background without myself in the loop much 5. Aider - Use minimal AI when in nvim writing code myself but if I do need to do something like a repetitive refactor I'll use aider for these one offs 6. Gemini API - For planning, research, crafting prompts, and doing more difficult AI based tasks I use gemini API in a typescript script. I intentionally don't use a library I just hit gemini api using fetch and often do it in a loop The AI coding tool I'm building I'm hoping replaces all 6 of these with a single tool plus streamlining how I manage prompts and producing higher quality results
630