Discussion about this post

User's avatar
Matt's avatar

I've had mixed results with worktrees. Working on a side project I got it to build 2 fairly sizeable chunks of work in parallel that I was happy with. And at Workforce. I got it to refactor 10 related classes all at the same time making a very similar change in all of them, and it oneshotted most of them. Kind of hard to fully utilize at work though as I can only have one dev server running at a time. So its only good for TDD stuff or stuff I can eye ball.

But yeah most of the time its easier and more efficient to let one claude go at a time

Expand full comment
Adam Drake's avatar

I really agree on this point: "The code gets written faster, but you still need time to test if it works, absorb the finished product, ponder future directions, and decide on what to build next. None of these tasks have doubled in speed, but doing them more often is a new, different kind of mental work." - I have also noticed this. I am an experienced developer, I use AI and still its taking me time to build a "fairly simple website". This is because there are so many things to consider other than purely writing code. Where to put the code, how to reuse parts of code to make everything more efficient, what features to put where on the site to drive engagement etc. AI really helps me get things done but it isn't doing all these things for me. Not by a long way.

Expand full comment

No posts