Claude CLI (Claude Code): Just Do It

Everyone should try Claude Code:

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.

we’re using it extensively atm, with correct prompting etc it’s producing decent results

cat error.log | claude

Anthropic Academy / Courses

Personally, I continue to use Claude CLI. I tried the Gemini CLI, but on the free tier I kept running into “too busy” timeouts.

That said, I’m on the Pro tier with Claude CLI. Gemini may perform better on a paid plan.

In my active repositories, I maintain persistence files to bootstrap new sessions and track progress and design decisions:

  • CLAUDE.md
  • DESIGN.md
  • TODO.md

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.