Don't Wait for Claude
jeapostrophe.github.io
Don't Wait for Claude
1–10 of 67 posts
Re: Don't Wait for Claude
#2Re: Don't Wait for Claude
#3Re: Don't Wait for Claude
#4Re: Don't Wait for Claude
#5Don't really agree, in my experience the switching context is extremely costly. I personally have trouble having even a couple of sessions running in parallel,Especially when I'm talking difficult hard to solve problems. Of course it's easy for trivial jobs, but it's not always the case. I have been much more successful in making my time worth by taking a look at the model's output and actively participating.It gives…
We delegate work, we tend to some other work, and we code review much later in the day.
The secret to this mindset is that it doesn't always have to line up. Let your agent wait for you; You'll get to their output next.
Re: Don't Wait for Claude
#6Re: Don't Wait for Claude
#7If you start trying to juggle multiple agents, you are doubling down on the wrong strategy.
Re: Don't Wait for Claude
#8> me: I want our agent to know how to invoke skills.
> Claude: [...]
> Claude: Done. That's the whole change. No MCP config, no new env vars, no caller changes needed.
> me: ok, test it.
> Claude: This is a big undertaking.
That's the hard part, right? Maybe Claude will come back with questions, or you'll have to kick it a few times. But eventually, it'll declare "I fixed the bug!" or summarize that the feature is implemented. Then what?
I get a ton of leverage figuring this out what I need to see to trust the code. I work on that. Figure out if there's a script you can write that'll exercise everything and give you feedback (2nd claude session!). Set up your dev env so playwright will Just Work and you can ask Claude to click around and give you screenshots of it all working. Grep a bunch and make yourself a list of stuff to review, to make sure it didn't miss anything.
Re: Don't Wait for Claude
#9Don't really agree, in my experience the switching context is extremely costly. I personally have trouble having even a couple of sessions running in parallel,Especially when I'm talking difficult hard to solve problems. Of course it's easy for trivial jobs, but it's not always the case. I have been much more successful in making my time worth by taking a look at the model's output and actively participating.It gives…
By that I mean - the people claiming hyper-productivity from their GasTown setup never have actual products to demo.
Re: Don't Wait for Claude
#10I'm not sure I'm understanding this workflow. Perhaps a small tutorial / walkthrough hosted on YouTube or asciinema might help people understand.