Independent · Hands-on · Updated daily

The best AI coding agents,
tested by people who ship.

No sponsored top-10 lists. No vibes. Just honest reviews of the AI tools dev teams actually adopt — Claude Code, Cursor, Codex, and the plugins that make them better.

More Reviews

Updated daily
Analysis · July 13, 2026 · 9 min

Claude Code's 33,000-token startup tax — where it goes, whether it's waste, and what to cut

A July 2026 logging-proxy measurement caught Claude Code sending about 33,000 tokens of system prompt, tool schemas, and scaffolding before it reads your first word — roughly 4.7x a lean agent like OpenCode. Tool definitions alone are ~24,000 of that, across 27 built-in tools. But the raw number is the wrong thing to fear: prompt caching makes a stable prefix nearly free after turn one. The real leak is subtler — Claude Code's prefix isn't byte-stable, so it pays repeated cache writes. Here's the full breakdown, why real sessions start at 75,000-85,000, whether any of it is waste, and the levers that actually cut it.

Comparison · July 10, 2026 · 8 min

Codex vs Claude Code usage limits in 2026 — same rules now, very different mileage

By mid-2026 OpenAI Codex and Claude Code have nearly identical limit machinery: a rolling 5-hour window, weekly caps on top, token-metered credits, and paid overflow. So why does r/codex keep saying Codex is far more generous? Because the rules aren't the axis — throughput per dollar is. A tier-by-tier comparison at $20, $100, and $200, why Claude Code hits the same-shaped wall faster, and the 'Pro means opposite things' trap that costs people 10x.

Field guide · July 10, 2026 · 8 min

GhostApproval, explained — the symlink flaw that lets a malicious repo trick AI coding agents into writing outside your workspace

On July 8, 2026 Wiz disclosed GhostApproval: a decades-old symlink trick that lets a booby-trapped repository steer six top AI coding agents — Claude Code, Cursor, Amazon Q, Windsurf, Augment, and Google Antigravity — into writing attacker-controlled data outside the workspace, up to an SSH key in ~/.ssh/authorized_keys. What it does, why the approval prompt doesn't save you, which agents are patched, and what to do — including why Anthropic says it's out of scope.

Field guide · July 9, 2026 · 8 min

Claude Code's 'China backdoor,' explained — what the hidden tracker actually did, which versions, and what to do

On July 8, 2026 China's national vulnerability database labeled Claude Code versions 2.1.91–2.1.196 a backdoor that collects users' location and identity. The reality is narrower and stranger: a covert anti-distillation steganographic marker Anthropic hid in the system prompt, keyed to Chinese timezones, and removed in 2.1.198 on July 1. What it actually did, what it didn't, which versions are affected, and what to do.

Verdict · July 1, 2026 · 7 min

Claude Fable 5 vs Opus 4.8: Real Coding Gains, Mixed-Up Benchmarks, and the 2× Price Math

Anthropic's new flagship launched June 9 with a benchmark table that mixes two models. We split it: which numbers belong to the Fable 5 you can actually buy, the independently confirmed coding gains, the 2× price math vs Opus 4.8, and the restrictions agent users hit first.

Field guide · July 1, 2026 · 6 min

Claude Fable 5 Fallbacks: How to Detect the Silent Switch to Opus 4.8 and Handle Refusals in Agent Code

Fable 5's safety classifiers quietly swap your request to Opus 4.8 in client apps — and block it with an HTTP 200 on the raw API. How to detect both, the stop_details categories, the opt-in fallbacks parameter and where it doesn't work, what gets billed, and when to just pin Opus.

Field guide · July 1, 2026 · 7 min

Claude Fable 5 suspended by US government order, then restored on July 1: what happened and what it means

On June 12 Anthropic disabled Fable 5 and Mythos 5 for every customer under a US export-control directive — the first time a deployed frontier model was pulled by government order. On July 1 the Commerce Department lifted the controls and Anthropic restored access behind a new safety classifier. The full timeline, the jailbreak that triggered it, the new safeguard and its limits, and what changes for Claude Code and API users now that it's back.

Field guide · July 1, 2026 · 7 min

Local coding agents in 2026 — how close self-hosted gets to Claude Code, and when it's worth it

After Fable 5 was pulled overnight, 'what if the cloud model disappears?' stopped being hypothetical. Here's the honest state of self-hosted coding agents: the Ollama + Cline/Aider stack, the Mac RAM-to-model math, the two setup traps, the real capability gap (70–85% of cloud Claude on single-file work), and the decision rule for when local is actually worth it.

Field guide · June 27, 2026 · 6 min

Claude Tag, explained — what Anthropic's Slack agent does, who can use it, and the 65% claim worth reading twice

Anthropic launched Claude Tag on June 23, 2026: tag @Claude in a Slack channel and it breaks the task into steps, runs them with connected tools, and reports back in-thread — a shared team teammate, not a 1:1 chatbot. Here's the practical version: what it actually is, the Enterprise/Team-beta gate, the '65% of our product team's code' claim and why to read it twice, how it differs from the old Claude in Slack and from Claude Code agent teams, and whether it's worth turning on.

Analysis · June 27, 2026 · 8 min

What 400,000 Claude Code sessions reveal — domain expertise beats a coding background, and the gap is widening

Anthropic studied ~400,000 real Claude Code sessions from ~235,000 people (Oct 2025–Apr 2026). The headline — domain expertise beats a coding background — holds: the ten largest occupations land within 7 points of software engineers. But the data is sharper than the headline. Verified success is still low (15% for novices, 28–33% for experts), humans make ~70% of planning decisions while Claude makes ~80% of execution ones, and expertise widens the gap instead of closing it. Here's what it means for whether you should still learn to code.

Field guide · June 18, 2026 · 6 min

Claude Code Artifacts, explained — what it does, who can actually use it, and how it differs from Claude.ai Artifacts

Anthropic launched Claude Code Artifacts on June 18, 2026: it turns a coding session's work into a live, shareable web page — dashboards, PR walkthroughs, postmortems — backed by your repo and connectors. Here's the practical version: what it actually is, the Team/Enterprise-beta gate most coverage buries, how it's different from the older Claude.ai Artifacts, the localhost-sharing hack it replaces, and when it's worth using.

Field guide · June 18, 2026 · 7 min

Managing Claude Code's context window — how to stop running out of room and burning tokens

As your codebase and session grow, Claude Code's context fills up: it forgets earlier instructions, repeats work, and your token bill climbs. Here's the practical playbook — /clear vs /compact, when auto-compaction kicks in, why subagents are the highest-leverage fix, MCP and CLAUDE.md context taxes, and a quick decision rule for keeping a long session lean.

Field guide · June 12, 2026 · 6 min

Claude Code over-engineers by default — the six-question ladder that stops it, with or without a plugin

Ask for email validation, get a 27-line class. A skill that makes the agent justify every line went viral with self-reported 7× code reduction. What actually works in it, a no-install CLAUDE.md version, and the two failure modes the comments caught.

Field guide · June 11, 2026 · 6 min

Claude Code is quietly eating your disk — what's in ~/.claude, what's safe to delete, and the one setting that caps it

Transcripts, debug logs, and file snapshots grow without limit — one user hit 300 GB. We measured a real machine, verified which cleanup methods actually exist, and found the failure mode that wipes your settings.

Verdict · June 9, 2026 · 9 min

Claude Code Agent Teams: Are They Worth the Tokens?

Every guide shows you how to spin up Claude Code agent teams. None say whether you should. The verified cost (Anthropic's own number, not the '3–4×' myth), the narrow class of work where teams pay off, and where they're token theater.

Roundup · June 8, 2026 · 8 min

Best Claude Code Tools for 2026 — 10 Picks That Actually Save Time

A hand-curated list of the 10 best Claude Code companion tools, MCP servers, and CLI utilities — refreshed for mid-2026. Each entry is verified against the project's current state, ordered by how often it actually earns its place.

Analysis · June 8, 2026 · 8 min

Claude's 'Dreams,' accurately — what Anthropic actually shipped, and what the '6x' coverage got wrong

Anthropic's 'Dreams' is a research-preview Managed Agents API that consolidates an agent's memory — not an automatic background process, and not in Claude Code. We separate the primary-source feature from the press framing, scrutinize the unsourced Harvey '6x' claim, and show the real risk: memory as an attack surface.

Analysis · June 8, 2026 · 7 min

What Claude Code's accessory ecosystem reveals about the product's seams

In one week, developers shipped a rate-limit burndown status line, a limit-window keep-alive, an activation-based memory layer, a git-branch session store, and two multi-instance managers — all for Claude Code. The community builds exactly where the product has seams. Here's the map, and what the densest cluster predicts.

Analysis · June 8, 2026 · 10 min

Your CLAUDE.md is an attack surface — what the Miasma worm just proved

On June 8, 2026, opening a Microsoft repo in Claude Code could auto-run credential-stealing code — via a .claude/settings.json hook. The files your agent auto-loads and trusts (CLAUDE.md, .cursorrules, settings hooks, MCP tool descriptions, memory) are a real attack surface. The in-the-wild proof, the research behind it, and a primary-sourced mitigation checklist.

Template · June 7, 2026 · 6 min

AGENTS.md template — a copy-paste starter that doesn't waste tokens

A lean AGENTS.md template you can paste into any repo today, the one-line CLAUDE.md shim that makes Claude Code read it, the monorepo variation, and what to leave out. Every line annotated with why it earns its place.

Field guide · June 7, 2026 · 7 min

Claude Code usage limits, explained — the 5-hour window, weekly caps, and how to see your burn

How Claude Code's usage limits actually work as of June 2026: the shared 5-hour window, the weekly caps on top, what doubled on May 6, per-plan multipliers (Pro, Max 5×/20×, Team Premium 6.25×), the /usage command, and the renamed Usage credits overflow.

Template · June 7, 2026 · 6 min

CLAUDE.md template — a copy-paste starter, plus where each file actually goes

A lean copy-paste CLAUDE.md you can drop in any repo, the personal ~/.claude/CLAUDE.md companion, the four scopes and what belongs in each, the @import + AGENTS.md bridge, and the /init and /memory commands — all matched to Claude Code's current load behavior.

Analysis · June 7, 2026 · 9 min

GitHub Copilot's AI Credits, the actual math — what a credit buys and where the hidden costs hide

Copilot went usage-based on June 1, 2026. We do the arithmetic the announcement skipped: why '$10 = 1,500 credits' and '1 credit = $0.01' aren't a contradiction (base + flex), what a credit actually buys across models (a 15× swing), and the two costs that don't come out of your credit balance at all.

Analysis · June 7, 2026 · 9 min

The enterprise AI-coding bill came due — Uber capped it, Microsoft cut Claude Code, and the FinOps era began

Mid-2026's real story isn't a new model — it's the spend reckoning. Uber blew its annual AI budget in four months and capped tools at $1,500/engineer; Microsoft started moving its own division off Claude Code to Copilot CLI; every vendor went metered. What the cost-control turn means for your stack, with every figure traced to a reputable source.

Verdict · June 6, 2026 · 11 min

Best AI Coding Agents 2026: We Actually Pick Winners (June Verdict)

Most 'best AI coding agent' pages refuse to choose. We pick: one verified winner each for solo work, a $20 budget, teams, enterprise, and open source — June 2026 prices from primary sources, and the conditions that would reverse each call.

Field guide · June 6, 2026 · 7 min

CLAUDE.md vs AGENTS.md — which one does Claude Code actually read?

AGENTS.md is used by 60k+ open-source projects and stewarded by the Agentic AI Foundation. Claude Code still doesn't read it — official docs now say so verbatim. Quick answers to the exact questions people ask, the officially documented bridge, and which file wins when they disagree.

Field guide · June 4, 2026 · 9 min

Claude Code's /loop, explained — and how it differs from routines, hooks, and Goal Mode

Every major coding agent grew a "do it again later" primitive within three weeks: Claude Code's /loop, Cursor's /loop, Copilot's /every, Antigravity's scheduled tasks. How Claude's version actually works (self-pacing, the 7-day expiry, Esc semantics), when a cloud routine beats it, and a map of recurrence vs events vs persistence vs parallelism.

Field guide · June 4, 2026 · 9 min

Google cuts off Gemini CLI on June 18 — what actually stops, and your three real options

On June 18, 2026, Gemini CLI and the Code Assist IDE extensions stop serving free, Pro, and Ultra requests. The binary survives; the request path your subscription pays for doesn't. What exactly dies, what the closed-source Antigravity CLI does and doesn't carry over, and a two-week migration checklist for all three exits.

Analysis · June 3, 2026 · 10 min

AI agent benchmarks in 2026: separating real signal from marketing

In February 2026 OpenAI publicly walked away from SWE-bench Verified — the benchmark it created. Anthropic still headlines it. A field guide to how coding benchmarks decay (contamination, saturation, scaffold games), which ones still carry signal, and the five questions to ask before believing any number.

Field guide · June 3, 2026 · 11 min

Running a fleet of long-lived AI agents: independent memory, and surviving a reboot

Once you run more than one agent at a time, two things quietly break: their memory bleeds together, and a reboot wipes the lot. Both are solvable with primitives Claude Code already ships — per-agent persistent memory, named sessions, and a supervisor that relaunches them on boot. A field guide.

Update · June 3, 2026 · 8 min

State of AI Coding Agents — June 2026: Opus 4.8 Lands, Google Goes Closed-Source, and the Money Gets Silly

The late-May ledger: Anthropic ships Claude Opus 4.8 with dynamic multi-agent workflows and files for IPO at a $965B valuation, Google sunsets the open-source Gemini CLI for a closed Antigravity CLI, GitHub moves every Copilot plan to usage-based billing, and Codex's Goal Mode goes GA.

Analysis · June 2, 2026 · 9 min

Every popular Claude Code workflow is the same five steps

A 56k-star repo catalogs the dozen most-starred Claude Code workflow toolkits — over a million combined GitHub stars. Strip away the command names and they're all the same pipeline: Research → Plan → Execute → Review → Ship. Why they converged, and what it means for your own setup.

Field guide · June 1, 2026 · 8 min

How big can your CLAUDE.md get before it hurts performance?

CLAUDE.md is prepended to every turn of every session, so its size has two costs — tokens you pay each turn, and attention it steals from the rest of the window. What the long-context research actually says, and a practical size budget.

Pillar · June 1, 2026 · 7 min

The CLAUDE.md Guide — everything that actually changes Claude Code's behavior

A complete, evergreen guide to CLAUDE.md: what it is, how to write one that works, how to keep it lean, how it behaves across a team, and how it relates to AGENTS.md. The hub for our full CLAUDE.md field-guide series.

Comparison · May 30, 2026 · 9 min

Claude vs ChatGPT for coding in May 2026 — which one should developers actually use?

As of May 2026, Claude and ChatGPT are within a point or two on every coding benchmark they still share — so the real decision isn't the model, it's the agent, the pricing, and the workflow. Here's the honest, source-checked comparison for developers.

Field guide · May 28, 2026 · 8 min

Claude Code hooks — the four worth having, and the traps that bite

Claude Code's hook system grew to around thirty lifecycle events in 2026, but the value is still in about four of them. Here's which hooks are worth configuring, why they quietly tax every tool call, and the silent fail-open trap that lets the dangerous command through anyway.

Field guide · May 25, 2026 · 8 min

Five habits in your CLAUDE.md that are quietly burning tokens

A bloated CLAUDE.md can add 30–60% to per-session token cost across a team. Five specific mistakes we see in almost every audit, with concrete before/after rewrites.

Field guide · May 24, 2026 · 9 min

The CLAUDE.md problem in teams of 5+ — what breaks when AI agent rules outgrow one engineer

Solo CLAUDE.md works fine. The wheels come off around five engineers — drift, contradictory rules, silent token spend. A field guide to what fails and the four habits that fix it.

Reference · May 24, 2026 · 10 min

What AI coding agents actually write to your disk — Claude, Codex, Cursor, Gemini, Continue, Copilot, Aider, OpenClaw

Eight agents, eight different folders, ~5–20 MB of memory and session telemetry per day. We map exactly what each agent leaves behind and which files actually matter when something goes wrong.

Deep dive · May 23, 2026 · 9 min

Aider deep dive — when to pick it over Claude Code

Aider uses 4.2x fewer tokens than Claude Code on the same tasks, with a 7-point accuracy gap. We break down the architectural trade-off and the three scenarios where Aider is the correct choice.

Analysis · May 22, 2026 · 8 min

Claude Code pricing — Pro almost died in April, what that means for your stack

Anthropic briefly removed Claude Code from the $20 Pro plan in April 2026. They reverted in 24 hours, but the pricing pressure is real. Here's the math on which tier actually pays off in 2026.

Guide · May 21, 2026 · 8 min

How to Write a Great CLAUDE.md (with real before/after examples)

A practical guide to writing CLAUDE.md files that actually change Claude Code's behavior — file hierarchy, what belongs where, and concrete before/after rewrites from production codebases.

Roundup · May 20, 2026 · 6 min

Best MCP Servers for Claude Code — Hand-Curated 2026 List

A short list of MCP servers worth installing across every Claude Code project, drawn from Anthropic's reference set and a few popular community servers.

Update · May 20, 2026 · 7 min

State of AI Coding Agents — May 2026: Grok Build and Gemini 3.5 Flash Crash the Party

Two new heavyweights launched in May 2026 — xAI's Grok Build and Google's Gemini 3.5 Flash. Here's what they actually are, where they fit, and which of the old guard (Claude Code, Cursor, Codex) should worry.

Open source

We build what we review.

AI Memory Reader is our native macOS app for browsing every CLAUDE.md, AGENTS.md, and JSONL session transcript your AI agents leave on disk. Free, open source, audited by us every working day.

macOS · Swift · GPL-3.0

AI Memory Reader

10 AI agents auto-discovered · live file watching · ⌘F find with highlights · ⌘E edit · chunked JSONL viewer · 3 MB universal binary.

View on GitHub
Consulting

Get your CLAUDE.md audited.

A 90-minute review of your Claude Code setup — file hierarchy, agent rules, the three habits eating your tokens. Written diagnosis, one rewritten root file, and five drop-in templates. $299 solo, $799 team.

90-min Zoom · 48h delivery

CLAUDE.md audit

Written diagnosis · rewritten root file · five reusable templates · one follow-up round. First three engagements free as case studies.

See what's included