Ask HN: What do you do when your AI agents are working?
Posted by mavsman 2 days ago
Maybe a dumb question but I don't think I've ever experienced more down/waiting time in my career so I'm much more prone to opening YouTube, HN, etc. despite not really wanting to.
Most likely the answer is to just sit and do nothing. But have you discovered an approach to making agentic coding, etc work for you without feeding into distraction and attention deficit?
Comments
Comment by vunderba 2 days ago
One option is to orchestrate more agents across different repositories or projects at the same time, so there’s essentially less downtime while you’re waiting between tasks. But I really dislike that kind of constant context switching - it makes me feel a bit like Lucille Ball in that 1950s episode where she's wrapping chocolates [1].
I prefer to focus on a single project at a time. When I do hand something off to an LLM, I have three go‑to activities that I alternate between. I'll try to do some physical exercise (jumping jacks, pull-ups and push-ups), grab my violin/piano since both are less than a meter from my desk, or I'll study Japanese.
Comment by latchattack 1 day ago
So i try to stagger the big rocks and chip off smaller ones in parallel. Also being able to complete the smaller tasks and move on makes me feel less brain mush from parallelizing.
I use a project decision layer too to provide guidance across sessions. This makes me feel more confident in their work staying aligned with project direction.
Wonder how others determine when agents are running normally or when they need some human judgement.
Comment by prologic 1 day ago
This allows me to basically do "asynchronous" work and keep-up with the increasingly complex work environment where there are lots of things going on, sometimes too many things, all at once.
Comment by stefanhoelzl 1 day ago
The crux is to know where your attention is needed and quickly get the full context of the task when you come back.
That’s why I built Codehydra https://github.com/stefanhoelzl/codehydra
Comment by jagafarm 1 day ago
It is important to make good use of both manual work and AI.
Comment by Gooblebrai 1 day ago
Comment by jdw64 1 day ago
Comment by PaiDxng 18 hours ago