Warning: do not write your own AI agent if you don't want to get sucked into a blackhole
Posted by DeltaSqueezer@reddit | LocalLLaMA | View on Reddit | 6 comments
A few days ago, what started as a demo to co-workers, got re-worked into an experimental AI agent and in the last few days has sucked all my attention, energy (and sleep!) into a AI coding frenzy and has become my default AI/computer interface.
dark-light92@reddit
Wait. I don't understand. Why shouldn't I write one?
DeltaSqueezer@reddit (OP)
because it will consume you! :P
AutomataManifold@reddit
See, OP made a rookie mistake. You want to make sure you have a coding agent first, so you can have the agent develop the other agents...
silenceimpaired@reddit
Seems like a voice of reason… what is a good agentic starting point? Trying to explore agentic frameworks and coding.
agentXchain_dev@reddit
The rabbit hole is real once the loop goes from prompt to tool call to file diff to replan and suddenly your shell feels obsolete. The part that bites later is not model quality, it's control surfaces like checkpoints, review gates, and a clean event log so you can see why it touched a file. Curious if your main loop is planner plus executor or just one model doing the whole thing.
DeltaSqueezer@reddit (OP)
You're right, if you just give it bash and let it go, then it is simple, but most of the work is on UI and getting control and visibility back.