Tech

A field guide to 2026's LLM benchmarks (and the ones you should ignore)

A dozen new benchmarks landed this quarter. Half of them are informative; the rest are contamination bait.

Initial Editor·2026-04-06·3min read·180 words

New benchmarks are a cottage industry. Twelve dropped this quarter alone. Only about half tell you anything useful.

The keepers

  • SWE-bench Verified 2026 — still the gold standard for code tasks, the "verified" subset eliminates the ambiguous cases that inflated earlier scores.
  • TAU-bench — tool-use evaluation that actually grades multi-step planning. Hard to game.
  • GPQA Diamond — graduate-level reasoning, contamination-resistant because the questions require synthesis.
  • LiveCodeBench — rolling window of recent competitive programming problems; harder to memorize.

The skippables

  • Anything with "AGI" in the name
  • Any benchmark whose test set has been on arXiv for more than six months
  • Single-shot QA benchmarks on public Wikipedia dumps
  • Anything from a vendor evaluating their own model

How to actually choose

Pick two benchmarks that match your use case, not your vibe. A customer-support bot should be evaluated on conversation-length tasks, not on IMO problems. Then build one internal eval that's closer to your production distribution than any public benchmark.

The model that wins on your eval is the one that matters.

// more in tech

see all →
Tech· 2026-04-20· 5min

A working developer's toolkit for Claude Code

Ten repos that genuinely change how I work with Claude Code — and a suggested order for adopting them. Install one, use it for a week, keep only the ones that stuck. Never install a bundle.

#agents#claude-code#developer-tools#workflow