Architecture
The full Prelude → Recurrent → Coda pipeline.
OpenMythos is a recurrent-depth transformer, not a vanilla stack. A dense Prelude encodes the input once, a single Recurrent block with shared weights loops over a stable state while re-injecting the frozen input, and a dense Coda decodes the result. Because the recurrent weights are reused, the same parameters run more loops to think deeper — depth becomes a runtime dial rather than a fixed architectural choice.