#114 · Primary category: Education & Research
OpenMythos
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
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI