Architecture
How this thing is actually built.
A multi-agent communications platform running on a single spot instance, written up as fourteen deep dives — one per layer, plus the concerns that cut across all of them.
The rest of these docs describe what the product does. This section describes how it is put together: the four-stage campaign pipeline, the crew layer that decides who works next, the memory the agents read from, the API that bounds the model bill, the data layer that is only allowed to add to the schema, and the deploy path that is also the recovery path.
Each post is a real account of one layer: the decision, the alternative it rejected, and the bill it is still paying. Every one carries a diagram drawn for that layer specifically, and none of them claims a capability that has not been measured.
docs/blog/series/ at build time, not hand-copied. The prose and the code it describes ship in the same commit, so the write-up cannot quietly drift from the system.The opening
What the market already does, where it stops, and why the gap between the tools turned out to be the product.
The layers
One post per layer, from the campaign pipeline down to the box it runs on. Each one is a set of decisions and the constraint that forced them.
Cross-cutting
The four concerns with no box in the architecture diagram, which is exactly why they are easy to believe you are doing.
Next
It Takes Them Days to Prepare a Campaign →
The market is full of tools that write posts. I went looking for the one that runs the whole line, and could not find it.