an honest claude code review, from someone who actually shipped with it

most tool reviews are feature lists with a buy button at the bottom. this isn't that. i built and shipped a live site with claude code - the one you're reading - and this is what the tool is actually like once the demo is over and the real work starts.
what it's actually good at
- volume with memory. it produces a lot, fast, and when you pair it with version control it stops forgetting. the repo becomes the memory. that combination is the whole game.
- the boring, critical layer. performance passes, seo plumbing, refactors, the cleanup nobody wants to do. it does it without sighing.
- reading the room. point it at existing code and it matches the style instead of imposing its own. that alone saves hours of un-picking.
where the friction is
- it over-offers. left unchecked it will hand you five options when you wanted one decision. you have to tell it to be decisive.
- it works inside walls. it can reach what it's allowed to reach and nothing else. it can't taste your coffee, film a video, or see your screen unless you show it. know the edges and you stop being surprised by them.
- correctness is still yours. it's confident either way. you remain the one who checks that the thing actually does what it claims.
the part nobody mentions: git as memory
the real unlock wasn't the code generation. it was pairing the agent with git. decisions, docs, the reasoning behind a choice - committed as you go - mean you can close the laptop, open a different machine two weeks later, and the context is simply there. the conversation can reset; the artifacts don't. that's what turns a clever autocomplete into something you can actually run a project on.
who it's for, who it isn't
for: builders who can make decisions and are tired of being the bottleneck for typing and plumbing. you bring the judgment; it brings the stamina.
not for: anyone hoping it will decide for them. it won't, and on the days it seems to, that's exactly when it's most dangerous.
verdict
it's the first coding tool that changed where my effort goes instead of just how fast i type. i shipped real, fast, production work with it and kept ownership of every call that mattered. that's the bar, and it clears it.
the full story of building this site with it is here, and an earlier note on working alongside it is in claude cowork. more in the logs.