Screens, at the time of writing


Detail, 2026
01
This does one job. It takes a task that comes back often enough to be worth writing down, and it does that task the same way every time, so the result can be checked rather than taken on trust. Everything else it might have done was left out.
It is used in real work rather than kept as a demonstration. That is the only test it has to pass: it gets reached for before anything else is reached for, and it would be missed within a day if it stopped working.
What it needs to run, what it will not do, and where it keeps anything it has to remember are all stated further down rather than left to be found out. A tool that hides its edges is a tool nobody else can pick up.


In the field, 2026
02
The shape is deliberately ordinary. It reads from one place, writes to one place, and keeps nothing in between that could not be rebuilt from what it read. Anything that has to survive a restart is written down somewhere it can be looked at.
There is no hidden step. Every action it takes is one a person could take by hand, in the same order, for the same result, which is what makes it possible to check the output against the input rather than against a promise.
Editor note: both stops on this page are placeholder. They describe the shape a project entry takes rather than this project, and need replacing with the real account of what it is and how it works.
Dynamic Assembly is the machinery that lets an agent build a page out of a theme rather than out of raw markup. It curates the patterns a theme ships into saved layouts an agent can reach over MCP, then fills their named slots from a source document.
The model is that the theme owns layout. Patterns carry named slots, curation republishes them as reusable blocks, and a pattern category decides which are eligible to build from. An agent chooses which section to use and what goes in it; it never writes the markup.
Two rules govern working with it. Slots group by immediate parent, and each group fills from one source post. And a saved layout is a snapshot, so re-curate after editing a theme pattern.
