Mesocosm — Overview Slides
A visual walkthrough of the mesocosm platform: environments, the agent loop, the four-endpoint contract, and the three files you ship.
Navigate with the on-screen arrows or your keyboard (← / →). Press F for full screen, Esc for the slide overview, and O to toggle the overview grid.
Self-contained
The deck lives at
/static/decks/mesocosm/and is styled with the shared mesocosm design system (/static/design-system/). It works offline and embeds anywhere.
What’s inside
- mesocosm — the platform in one line
- Definitions — environment, state, observation, action space, episode (with a Wordle example)
- The Environment Workflow —
reset → observation → action → step → reward → repeat → close - The Agent Loop — Observe · Think · Act · Repeat (ReACT)
- The Process — idea → public showcase
- The Contract — the four endpoints (
/health,/reset,/step,/close) - Local checklist — run the endpoints by hand
env.py— the game/task logicadapter.py— the serverbenchanything.json— the rulebook- The package — the files to build everything
- We handle the rest — submit and bench
- Automated grading — your env emits signal,
scoringdecides the verdict - Pass/fail vs scored — the two rubric flavors
- Multi-criteria rubrics — combine criteria & guard the score
- Demo — Intertwine — Don’t lose your contexts
- Demo — KleoKlaw — a job board you run from your texts
- Q&A / brainstorm