~/VibeHandbook
$39

AI Services

anthropic.com

Claude

What it is

Claude is a family of large language models built by Anthropic, accessible through a web and mobile chat app (claude.ai), an API, and developer tools. As of 2026 the current lineup is the Claude 4.x family — Opus 4.x for the hardest reasoning, Sonnet for a balance of speed and intelligence, and Haiku for fast, cheap tasks — plus Fable 5, Anthropic's most capable widely released model for demanding, long-horizon work.

Strengths

  • Strong at reasoning, writing, and producing working code from a plain-language description.
  • Large context windows (up to ~1M tokens on top models), so it can hold an entire codebase or long document in view.
  • Good at following instructions closely and explaining its thinking.
  • Handles images, PDFs, and structured data, not just text.
  • Generally cautious about making things up, and will often flag uncertainty.

Trade-offs

  • It can still be wrong or invent details; output needs review, especially for facts and code.
  • The most capable models cost more and respond more slowly than lighter ones.
  • It has a training cutoff, so it doesn't know recent events unless given web access or fresh context.
  • Usage limits apply on both the chat plans and the API.
  • Like all LLMs, it can be steered into confident-sounding mistakes.

Best for

Drafting and reviewing code, working through complex problems, long-document analysis, and any task where clear reasoning and instruction-following matter more than raw speed.

Vibe coding fit

Claude works well as the "brain" of a vibe coding loop: you describe what you want in ordinary language and let it propose, write, and revise code while you steer. Because it follows instructions literally, the most useful thing you can do is state the goal, the constraints, and what "done" looks like up front, rather than dripping requirements out one message at a time. Concrete tip: pick the model to match the job — reach for an Opus-tier model (or Fable 5) for genuinely hard, multi-step builds, and a Sonnet model for quick iteration where fast turnaround matters more than maximum depth.