Skip to content
/

OpenMythos

openmythos · kyegomez/OpenMythos · ★ 13k · last commit 2026-05-23

Primitive shape
No installable primitives
00

Summary

openmythos — OpenMythos (kyegomez/OpenMythos)

status: insufficient-public-material-for-agent-framework

OpenMythos (13,396 stars) is a PyTorch implementation of a theoretical Recurrent-Depth Transformer (RDT) architecture, described as "a theoretical reconstruction of the Claude Mythos architecture, built from first principles using the available research literature." It is NOT an AI agent framework, harness, or orchestration system. It is a deep learning model architecture with three stages: Prelude (transformer blocks), a looped Recurrent Block, and a Coda, with switchable attention (MLA or GQA) and sparse Mixture-of-Experts feed-forward. The repo ships pre-configured scales from 1B to 1T parameters, a training script for the 3B model on FineWeb-Edu, and a pip-installable package (open-mythos).

This repo was likely included in batch-23 due to the "AI-as-a-system" / "OS" keyword cluster ("Mythos" + "OpenMythos" + kyegomez's reputation for agent frameworks), but it is a model architecture repository, not a framework for coding agents. Writing a full 11-file report would require inventing content not present in the repo.

Related frameworks

same archetype · same primary tool · same memory type

BMAD-METHOD ★ 48k

Provides a full agile delivery lifecycle with named expert-persona AI collaborators that elicit the human's best thinking rather…

Agent OS ★ 4.6k

Extracts implicit codebase conventions into token-efficient markdown standards files and injects them selectively into AI agent…

Claude Conductor ★ 367

Gives Claude Code a persistent, cross-linked, auto-analyzed documentation system so it retains codebase context across sessions.

Spec-Driver (Greenfield Spec-Driven Development) ★ 25

Prevents spec rot in AI-assisted development by making implementation changes flow back into evergreen, authoritative specs via…

Anthropic Knowledge Work Plugins ★ 16k

Role-specialized plugin bundles with live MCP connectors that turn Claude into a domain expert for enterprise knowledge workers.

Codex Integration for Claude Code (skill-codex) ★ 1.3k

Single Claude Code skill that handles Codex CLI invocation correctly (stdin blocking, thinking token suppression, session resume)…