Ask HN: What do you do when your AI agents are working?

Posted by mavsman 2 days ago

Counter8Comment7OpenOriginal

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

There are basically two answers to this.

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.

[1] - https://youtu.be/AnHiAWlrYQc

Comment by latchattack 1 day ago

I generally try to get a few parallel workstreams going, and try to cap concurrent tasks based on effort of build/review. For me the bigger bottleneck is when a number of agents finish simultaneously and all require big reviews requiring thoughtful project context.

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

In a work environment (at work), I often use Claude Code to fulfill work I would otherwise normally do with my steer and guidance. What I then do is go back to discussions, answering questions, reviewing others work, etc, until Claude has something for me to review.

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

Working on multiple tasks/projects in parallel.

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

This is a very common situation. By inserting another task during the waiting time, that waiting time is eliminated.

It is important to make good use of both manual work and AI.

Comment by Gooblebrai 1 day ago

Drink coffee

Comment by jdw64 1 day ago

I mostly read books. Or I collect programming keywords to use AI better

Comment by PaiDxng 18 hours ago

[flagged]