Developing with AI tools

TODO

example workflows

Key concepts

AI Agents concepts
AI Development

tools

This guy ranks the performance of agent/models combos: https://www.youtube.com/watch?v=bp5TNTl3bZM

what I'm using and considering

Currently I'm using:

It makes sense to cut out Warp ... but it works very well but with Cursor and Google subscription I barely use any credits.
it's good for automating terminal and operating system tasks.

misc

models

best coding models:

open source models. Very cheap or free

cheaper APIs

This APIs that offer many models all have oficial documentation on how to use with many agents like Claude Code
Keep in mind that paying for API and subscriptions directly from model providers will most likely give me the best price. so a Codex subs will give me more value for using codex and GPT models.

code editors

vscode extensions that replace the AI functionalities built into the editor itself:

nvim plugins:

terminal / CLI agents

2025-09-05: some of these have VSCode extension for better integration with the editor (vsc) like knowing what code is highlighted in the editor (Gemini)

app generators

autosuggestions

This feature started it all. These are tab autocomplete recommendations, available in all code editors.

design

you could do a sketch in excalidraw or figjam if you have a clear idea of what you want the UI to look like. and pass this image to the following tools:

other

running locally

prompts

coding prompts

tips and tricks


How I reduced 90% errors for my Cursor (+ any other AI IDE) great vid