← Back to context

Comment by lelandbatey

2 days ago

The statement you quoted is ambiguous. I'd say "Claude makes the boring parts of coding super fast, tearing through the stuff I didn't want to do and helping me get to the stuff I did want to do."

I'm an experienced dev (this year is my 10 year anniversary of 'officially' being in the industry). I've been using Claude Code over these last two weeks. It's like a magical code generator tool e.g. protoc; if you can describe the rote and boring "do this tedious x->y translation", then it can probably bang that out with tests in a couple minutes, making it easy for you to focus on the logic. It's not that Claude Code is doing the "programming", it's more like Claude is doing the typing (and it types REALLY fast). Literally imagine if you could type as fast as you could think, like just saying "oh I'll need functions covering x/y/z behaviors and cases, similar to the other functions already present but tailored like <way>." All you had to do was type that sentence and it wrote basically what you would have written, but instantly.

> Literally imagine if you could type as fast as you could think

This is exactly how vibe coding has been feeling to me lately, I do read all the code while it writes it, and I command the AI to write/edit/fix the code, so its like faster programming but we're still on the director seat

also focusing on logic, and the problems at hand, and not syntax, API, or function signatures, allows one to build at much faster speed and focusing on architecture and actual UX and not just code