A real Amplifier session, running in your browser
A week of AI exploration is easy to begin. But the work ends up stranded — scattered across old sessions and separate codebases — and gluing it into something actually shipped is the real problem.
So what would it take to prove the finished-and-shipped part is real?
The single HTML file embeds a real amplifier-core 1.0.0 wheel plus a browser runtime, base64-encoded inside the page. It was committed and published to GitHub Pages on Jan 27, 2026.
Real and shipped — so why is doing this normally so hard?
To reassemble a week of exploration, the parts you need are scattered: buried in old sessions and split across separate codebases. Normally you'd hand-wire them back together yourself — the most manual glue work there is.
Amplifier removes that glue with two built-in mechanisms.
Amplifier's session-analyst agent searches your past sessions by ID, project, date, or topic. Ask it “find the conversation where I worked on authentication” and nothing stays stranded.
Recovered pieces still have to become finished work — that's the second mechanism.
Agent coordination does the assembly. The storyteller agent delegates research to a dedicated story-researcher agent that mines git repos, sessions, and bundles — so a single plain-language prompt turns into finished output.
These mechanisms are only shippable because of one browser-native breakthrough.
The same breakthrough that makes those mechanisms shippable — running Amplifier entirely in the browser via WebGPU and Pyodide — is what lets this deck carry a live session inside it. Open a web page, get a complete AI dev environment with local LLM inference.
Which turns the argument into something you can hold.
Inside this page, a genuine session.execute() loop runs over a local WebLLM via Pyodide + WebGPU — not a simulation. The workflow the deck describes, shipped as a live artifact that demonstrates itself.
That's scattered-to-shipped, made tangible.
When memory and coordination are built in, a week of scattered explorations turns into shipped work at the speed of a prompt — and this deck proves it by being one.
With honest receipts: some figures here are measured; the workflow scoreboard is illustrative.
Data as of: 2026-07-14 (deck regenerated spine-first by Sam Schillace, commit 3bcf9c1).
Feature status: Active / Shipped.
Research performed:
python3 re over docs/amplifier-in-action.html for id=amplifier-wheel-b64 / amplifier-browser-py, base64-decoded → 80,172 and 21,253 bytes.grep -c "session.execute\|CreateMLCEngine\|micropip.install('emfs" → 6 hits.git log --follow -- docs/amplifier-in-action.html → 712deb0 & 9453117 (2026-01-27, Brian Krabach).read_file agents/session-analyst.md (microsoft/amplifier-foundation).agents/storyteller.md (line 15) and agents/story-researcher.md.grep -n -i 'January 20-21\|WebAmp\|webgpu\|pyodide\|13+ pull' Inactive/amplifier-weekly-accomplishments.md.Gaps / illustrative: The workflow scoreboard (“7 prompts, 2 past sessions, 3 codebases, 0 lines of manual code”) and the per-day Jan 19/21/23 session dates could not be traced to any session transcript — treated as narrative receipts, not measured facts. The embedded prompt's “~2,600 lines” figure is unsupported (measured 8,134 total / 6,677 non-test Python lines) and is not repeated here.
Primary contributors: Brian Krabach (bkrabach) — authored/published the browser demos and the WebAmp runtime; Sam Schillace (ramparte) — repo owner, regenerated the current narrative.