Workflow
Frontend Development
icon
Search documents
X @Balaji
Balajiยท 2025-07-16 07:29
AI = AN INTERNPrompting an AI agent and then reviewing the code can be slower than just coding it yourself.But when? Do we have simple heuristics for when to use an agent vs code it yourself?Use an agent when it's frontend code (which you can instantly inspect for correctness), or interaction with some API (where you know what to do but not the specific incantations for executing the API calls), or a data analysis, or a prototype.Do it yourself when it's a domain you know very well, or it's highly contextua ...