A public collection of agent oneshot capability demos — self-contained
artifacts each built by an AI agent in a single session, with (almost always)
zero dependencies and zero build step. Every project is one HTML file you can
open directly in a browser. The lone exception is ai-constellation, which
loads D3 and its fonts from a CDN at runtime; the rest depend on nothing.
Each project's README states the model used to create it.
| Project | What it is | Model |
|---|---|---|
| seventeen | GASKET∞ — a realtime ray-marched flythrough of an infinite Apollonian gasket, built in under 17 minutes. | Fable 5 (xhigh) |
| neon-swarm | A Geometry-Wars-style arcade survival game with procedural audio. | Fable 5 (xhigh) |
| lumen | Lumen — a physically based, progressive Monte Carlo path tracer. | Fable 5 (xhigh) |
| ai-constellation | The AI Constellation — an interactive, force-directed map of eight decades of AI history. | Claude Sonnet 5 (high) |
Each artifact is a single-session capability test: one self-contained file,
no dependencies, no build step. The goal is to see how far a model can push a
complete, runnable, verifiable artifact in one focused pass. Most include a
headless verify.mjs smoke test that screenshots the result and checks for
console/shader errors.
open <project>/index.htmlThat's it — no install, no server.