← RegisterSpecimen · ai-player Specimen · ai-playeropen ↗
Prompt & ModelNo. 01
AI Player
Manage providers and models, run prompts, and turn any raw response into reusable structures, formatters and UI components.
lab-ai-player.avs-media.workers.dev
Lab note
The biggest app in the lab. It started as a provider switcher and became a question: if a model returns arbitrary text, what does it take to turn that into a component you can render? Answer: a structure, a formatter, and a renderer — each reusable.
- State
- Far enough along to use
- Built on
- the lab shell
- Shared modules
- none — everything is its own
- Feature modules
- componentsengineerformatterspromptsprovidersstructures
Elsewhere on this bench
- PhantomFaker for AI responses — provider-shaped fakes across models a…
- Prompt ForgeEngineer a prompt until a cheap model matches an expensive one…
- Prompt ManagerVS Code and GitHub for prompts, built on a polymorphic asset s…
- PromptOSThe reference console — one app that exercises every capabilit…
- Phantom · FlaskThe same provider-compatible fake AI API, served by Flask over…
- Phantom · DjangoThe same API again, Django-idiomatic — the second opinion that…