curl -fsSL https://claude.ai/install.sh | bash
cd your-project
claude
I used it to debug a Discourse plugin issue that had dragged on for weeks. Neither ChatGPT nor Gemini could resolve it. Claude (Sonnet) identified the root cause quickly, fixed the problem, and pushed a clean patch to GitHub. Exactly how a coding LLM should behave.
This has been my experience as well—except that even “writing code” is turning into grunt work. The real engineering effort is shifting up the stack: system architecture, feature selection and prioritization, human-interface design, workflow debugging, and overall coherence of the system.