#114 · Primary category: Education & Research

OpenMythos

ai anthropic attention claude claude-ai claude-code claude-code-plugin claude-mythos claude-sonnet deepmind gpt-5 gpt-7 jax looped-transformers ml pytorch sonnet torch

A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the available research literature.

Project last updated:05/23/26

GitHub Stars

14.9K

Forks

3.3K

Contributors

1

License

MIT

Why we included this project

OpenMythos is a PyTorch implementation of the Recurrent-Depth Transformer idea that keeps circulating in frontier-model speculation. Instead of just reading about looped transformers, you get runnable code: a Prelude of transformer blocks, a recurrent block that reuses the same weights across several loops, and a Coda, with attention switchable between MLA and GQA and a sparse MoE feed-forward. The authors are upfront that this is a theoretical reconstruction from public research, not a pretrained model, so treat it as a study aid and sandbox rather than production software. It scales from 1B to 1T parameters, and the included training script lets you test compute-adaptive, depth-variable reasoning on your own hardware. If you want to see how recurrence inside a single forward pass might actually work, this is a concrete place to start.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category