|
|
|
|
|
by clbrmbr
181 days ago
|
|
Heavy but manual Claude Code usage, always with —dangerously-skip-permissions which makes it an entirety different experience. I learned a lot from IndyDevDan’s videos on YT. Despite his sensationalism, he does quick reviews of new CC features that you just have to see to understand. Claude Code has replaced my IDE, though I do a little vim here and there. My favorite is Claude’s ability to do code archeology: finding exactly when & where who changed what and why. You do need to be careful of high-level co-hallucination though. |
|
We also have now to deal with the issue of really well-written PR messages and clean code that doesn’t do the right thing. It used to be that those things were proxies for quality. Better this way anyhow: code review focuses on if it’s really doing what we need. (Often engineers miss the detail and go down rabbit holes that I call “co-hallucination” as it is not really an AI error, but rather an emergent property.)