Amplifier Stories
AI upstream of code shipped amplifier-chat
We already trust AI to type code. But amplifier-chat is what happens when AI joins the design thinking too — not just the typing.
And this isn't a thought experiment. It shipped.
microsoft/amplifier-chat installs into amplifier-distro via the amplifierd.plugins entry point — a real plugin, not a demo.
So who built this real, maintained product?
mainSamuel Lee authored 78 of the 102 commits on main in a dense March-2026 burst — some days landing 7 to 9 commits.
At that pace, execution speed becomes the problem.
main commits by Samuel LeeA 1-line scaffold on 2026-03-03 became 4,625 lines the same day, then climbed toward five figures. Raw execution outpaces design thinking that isn't captured.
Something had to hold the shape at that speed.
16 per-feature plan/spec docs — 12,265 lines total, largest 1,578 — were authored alongside the code between 2026-03-09 and 03-26. Durable specs kept pace with the build.
And paperwork? No — these steered a living product.
Those specs steered a single-page app that today totals 12,594 lines of front-end — index.html (11,000) plus feedback-widget.js (1,318) and loading.html (276) — and it's still maintained.
Which brings us to the precise snapshot of what shipped.
Verified at commits 3e6c969 and e136fff: index.html measured 8,942 lines exactly — a real product grown from design thinking captured as specs, not typed cold.
That's what AI-as-thinking-partner actually shipped.
Aim AI at the design, not just the keyboard — and one developer can ship a real, maintained product like amplifier-chat.
Thinking partner, not typist.
SHIPPED / PUBLIC / MAINTAINED
Repository: microsoft/amplifier-chat (independently re-verified against a fresh clone; git remote confirmed).
Data as of: last commit 2026-07-13 (dependabot dependency bumps); build window 2026-03-03 through mid-April 2026.
Commands run:
git rev-list --count origin/main (102) · git rev-list --all --count (287)git shortlog -sne origin/main (Samuel Lee 78 of 102)git show <commit>:src/chat_plugin/static/index.html | wc -l (8,942 at 3e6c969 / e136fff; 11,000 current)wc -l on index.html + feedback-widget.js + loading.html (12,594)docs/**/(plans|specs)/*.md (16 docs, 12,265 lines, largest 1,578)gh pr list -R microsoft/amplifier-chat --state all (84)git show origin/main:pyproject.toml | grep -i plugins (amplifierd.plugins)Primary contributor: Samuel Lee — 78 of 102 main commits (Paul Payne 9, "Amplifier Dev" 7, dependabot 7, Salil Das 1).
Gaps: The story-level "5,184-line spec," "163 commits," and the "experience, not the token" principle could NOT be reproduced in-repo and are deliberately excluded from this deck.