Embracing the parallel coding agent lifestyle
11–20 of 147 posts
Re: Embracing the parallel coding agent lifestyle
#12Previous submission here with some comments already: https://news.ycombinator.com/item?id=45481585
(Warning: this involves adjusting timestamps a la https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que..., which is sometimes confusing...)
Re: Embracing the parallel coding agent lifestyle
#13Not while they need even the slightest amount of supervision/review.
Re: Embracing the parallel coding agent lifestyle
#14I wish there were a way to search across all open tabs.
I've started color-coding my Claude code tabs, all red, which helps me to find them visually. I do this with a preexec in my ~/.zshrc.
But wondering if anyone else has any better tricks for organizing all of these agent tabs?
I'm using iTerm2 on macOS.
Re: Embracing the parallel coding agent lifestyle
#15I'm not convinced there is any hope for a productive, long-term, burnout-free parallel agent workflow. Not while they need even the slightest amount of supervision/review.
Re: Embracing the parallel coding agent lifestyle
#16Re: Embracing the parallel coding agent lifestyle
#17We are at a weird moment where the latency of the response is slow enough that we're anthropomorphizing AI code assistants into employees. We don't talk about image generation this way. With images, its batching up a few jobs and reviewing the results later. We don't say "I spun up a bunch of AI artists."
I guess Adobe is working on it. Maybe Figma too.
Re: Embracing the parallel coding agent lifestyle
#18We are at a weird moment where the latency of the response is slow enough that we're anthropomorphizing AI code assistants into employees. We don't talk about image generation this way. With images, its batching up a few jobs and reviewing the results later. We don't say "I spun up a bunch of AI artists."
Are there any semi autonomous agentic systems for image generation? I feel like mostly it's still a one shot deal but maybe there's an idea there. I guess Adobe is working on it. Maybe Figma too.
Re: Embracing the parallel coding agent lifestyle
#19Re: Embracing the parallel coding agent lifestyle
#20There are quite a few products designed to help manage multiple agents at once. I'm trying out Conductor right now - https://conductor.build/ - it's a pretty slick macOS desktop app that handles running Claude Code within a GUI and uses Git worktrees to manage separate checkouts at the same time.