OpenMythos Hits 14K Stars Reconstructing Mythos Architecture
Swarms.ai founder Kye Gomez, 22, published OpenMythos — a pure-PyTorch theoretical reconstruction of Anthropic’s Claude Mythos architecture from public papers — drawing roughly 14,000 GitHub stars in about ten days.
PromptCrates Editorial
Staff Writer

On coverage dated 4 September 2026, independent developer Kye Gomez — 22, founder of Swarms.ai — drew roughly 14,000 GitHub stars in about ten days with OpenMythos, a pure-PyTorch theoretical reconstruction of Anthropic’s Claude Mythos architecture assembled from public papers. The MIT-licensed repo is only about 68KB, ships with pip install open-mythos, and contains no Anthropic weights or leaked code.
Why Mythos stayed behind Glasswing
Anthropic’s Claude Mythos Preview, discussed publicly earlier in 2026, was framed as an unusually capable flagship whose vulnerability-finding skills emerged from broader code reasoning rather than a narrow security specialty. Anthropic limited access through Project Glasswing rather than a general public release, arguing that uncontrolled diffusion of similar autonomy could be unpredictable. PromptCrates previously tracked related Mythos product framing in Anthropic Claude Fable Mythos 5.1.
That lockdown is the backdrop for OpenMythos’s viral moment. According to a DEV Community feature, Gomez published a reconstruction two weeks after Mythos headlines, explicitly labeling it theoretical and unaffiliated with Anthropic. The story is news about an open-source artifact and its reception — not a how-to guide for recreating frontier cyber capabilities.
Looped transformers and Parcae stability
OpenMythos’s core hypothesis is that Mythos-like systems may belong to Recurrent-Depth Transformers, also called looped transformers: a prelude, a recurrent block whose weights recycle across T iterations, and a coda. The pitch is depth extrapolation without a full parameter explosion — more reasoning loops rather than more unique layers — plus latent iterative thinking that is not the same as emitting long token chain-of-thought traces. OpenMythos reconstructs Mythos-like depth as reusable PyTorch loop blocks drawn from public papers, not from Anthropic weights.
Training looped models is historically unstable because hidden states can blow up as loop counts grow. The project proposes Parcae-style fixes that treat looping as a discrete linear time-invariant dynamical system and constrain spectral radius so iterations converge by construction. Whether those ideas match Anthropic’s private stack is unknown; the repo’s value, proponents say, is making the hypotheses runnable and inspectable.
- Author: Kye Gomez, 22, Swarms.ai founder
- Roughly 14K GitHub stars in about 10 days
- Repository size cited near 68KB
- Pure PyTorch, MIT license, pip install open-mythos
- No Anthropic weights or proprietary code claimed
Open science versus capability diffusion
Supporters argue frontier ideas should not stay monopolized and that even a paper architecture advances looped-transformer research. Critics counter that without real weights OpenMythos is mostly curiosity theater — and that if Mythos-class autonomy is dangerous, public reconstructions risk accelerating capability diffusion. The paradox is familiar: the same tooling that helps defenders find old bugs can help attackers scale discovery.
GitHub star velocity alone does not prove technical equivalence, but it does show how quickly open reconstructions of locked models travel. OpenMythos fits that beat: small repo, large attention, contested meaning. The roughly 14K stars mainly measure how fast attention hits a tiny MIT-licensed hypothesis repo after locked-model headlines. Readers comparing disclosure and governance pressure across labs can weigh EU AI Office first RFIs to frontier labs and consumer-platform commercialization questions raised in OpenAI ChatGPT ads India free Go tiers.
For engineering leads, the responsible framing is narrow. Treat OpenMythos as an educational scaffold and hypothesis dump, not as evidence you possess Mythos-equivalent systems. Do not confuse star counts with validated cyber performance. Security teams should assume public interest will keep rising around any artifact that claims to explain locked models, and should update vendor questionnaires accordingly without overclaiming what a 68KB theory repo proves.
File this as github-trending industry news dated early September 2026: a viral open reconstruction, a clear non-leak disclaimer, and an unresolved argument about whether open architectural speculation helps science more than it spreads risky playbooks. Stars measure attention. They do not settle the safety debate.
Practically, pip install open-mythos lowers the barrier to experimenting with loop counts, expert routing, and stability parameterizations that previously lived only in papers. University labs and indie researchers can fork a tiny codebase instead of reverse-engineering screenshots. That accessibility is why stars climbed so fast — and why critics worry about lowering the activation energy for risky experimentation.
Anthropic has not endorsed OpenMythos, and public coverage repeatedly stresses the absence of a Mythos architecture white paper. Any claim that the repo “is Mythos” would overstate the evidence. The accurate news line is narrower: a widely starred theoretical reconstruction now sits in the open, forcing a sharper debate about whether architectural speculation around locked models should be encouraged, ignored, or constrained.
Investors and CISOs should separate three questions that social media often blends: Did Mythos demonstrate dangerous cyber autonomy under Glasswing? Does OpenMythos reproduce that autonomy? And does open discussion of looped transformers help defenders more than attackers? Only the first question is primarily about Anthropic’s closed evaluation. The second is likely no without weights. The third remains unsettled policy.
Sources
- OpenMythos: A 22-Year-Old Built a Pure-PyTorch Replica of Anthropic’s Most Dangerous AI in 10 Days — 14K GitHub Stars — DEV Community, 4 September 2026
- kyegomez/OpenMythos — GitHub repository


