From 0818bf815b8b4cab4c2ca0d783e9131de520a468 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Sat, 18 Apr 2026 20:43:05 -0400 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 167b61d..15d470b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenMythos -An open-source and theoretically grounded reconstruction of the Claude Mythos architecture, built from first principles using the available research literature. +OpenMythos is an open-source, research-based reconstruction of the Claude Mythos model. It implements a Recurrent-Depth Transformer (RDT) with three stages: **Prelude** (transformer blocks), a looped **Recurrent Block** (up to `max_loop_iters`), and a final **Coda**. Attention is switchable between MLA and GQA, and the feed-forward uses a sparse MoE with routed and shared experts—ideal for exploring compute-adaptive, depth-variable reasoning. ## Usage