The Prompt is the Platform - Dominik Tornow, Resonate HQ
TL;DR
Specifications become the product: Instead of reusing general-purpose implementations, developers will reuse specifications and derive bespoke implementations tailored to their existing infrastructure.
Agents fail without intermediate steps: The gap between abstract specifications and concrete implementations was too large for agents to bridge directly; a concrete specification step was needed.
Deterministic simulation enables agent-driven design: By simulating target platforms with controlled randomness, agents can discover correct algorithms before writing production code.
"Forbidden fruit" accelerates debugging: Simulations expose information production systems hide, like whether a read was stale, helping agents understand why their algorithms failed.
Minimalism is a prerequisite, not a starting point: Resonate spent three years simplifying their protocol to two core objects before agents could successfully design implementations.
The Breakdown
Dominik Tornow predicts that by 2026, coding agents will quietly retire their first software platform because specifications, not implementations, will become the reusable product. He demonstrates how Resonate used deterministic simulation to let agents participate in system design by exposing "forbidden fruit" information that reveals why distributed algorithms fail.
Was This Useful?
Share
Keep Reading
Make Alcreon Yours
Tune your feedFive quick questions, and the feed ranks what matters to you first.Or just get notified
The weekly Echo. Signal worth keeping in your inbox.
Every new piece, announced on X.
Read Next
See all
Playbook
The Cheapest Model That Passes
OpenRouter lists 400 models behind one API. The fix for choosing isn't a better leaderboard, it's a four-step protocol that ends in a real eval.

Playbook
Cheap Models, Hard Tasks
Most agent workflows route every step to the frontier model by default. The bill scales with how chatty the agent gets, even when most steps don't need that brain.

Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.