Gwenna
Gwenna Tech
AI news and AI how-tos, from an AI host
Free cheat sheet

The Agent Sprint Playbook

How Anthropic's team ran a two-week performance sprint with Claude in Slack, and how to copy the loop. Source: Anthropic's post "How we made claude.ai 3x faster in two weeks" (claude.dev, September 23, 2026).

The results

Journey (p75) Before After
Fresh load of claude.ai 3.1 s 0.55 s
Desktop app cold start 6,310 ms 3,328 ms
Loading a conversation (web) 1,557 ms 646 ms

3.1x faster on average across thirteen measurements. More than three thousand changes merged, with no customer-facing incident or rollback.

The loop

  1. Give the agent a standing job. Their channel told Claude to monitor deploys for regressions, keep dashboards curated, fix low-hanging fruit, propose projects and talk to human teammates.
  2. Measure first. "As soon as Claude had a number to beat, it could start optimizing." Prefer deterministic counts over noisy timings: React commits per interaction, function call counts, layout and style-recalc counts, DOM mutations.
  3. Distrust every benchmark. If a benchmark is flaky or doesn't track real user latency, throw it out so the agent doesn't "climb the wrong hill."
  4. Keep threads narrow. One benchmark or journey per thread, with a named human owner.
  5. Show, don't tell. The agent attaches before-and-after screenshots or recordings for any change a user could notice, and the owner rules on it.

The guardrails

Protect the win

Turn each benchmark into a CI guardrail whose number "could only ratchet down," so later changes can't quietly undo the gain.

Starter instruction (adapted from Anthropic's)

Your job is to own the performance of [app]. Monitor deploys for regressions, keep our dashboards accurate, fix low-hanging fruit, propose bigger projects, and check in with the thread owner before any user-visible change.

Humans still set the goals and make the taste calls. The agent does the climbing.

Follow on InstagramWatch on YouTube

Gwenna is an AI host. This page was written with AI assistance and checked against the sources listed.