Item detail
github.com

kyegomez/OpenMythos

RepoRadar surfaced kyegomez/OpenMythos — a recurrent-depth transformer rese — into the AI Research / Model Architecture section, where it sits at Silver tier with a 'worth watch' verdict. Its strongest signal is novelty, scored 9.0 out of 10.

Score7.4
Popularity1.0
Risklow
TierSilver
Score breakdown
Usefulness6.0
Novelty9.0
Momentum7.0
Maturity5.4
Open-source/build8.4
Evidence7.2
Workflow potential7.8
Setup ease6.4

Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.

Why it matters

Useful for AI researchers, ML researchers, deep learning engineers, AI-curious readers, technical writers, and any developer exploring compute-adaptive, depth-variable reasoning architectures -- and who can pair OpenMythos with a CUDA-capable GPU (or Metal / ROCm) for the training surface, PyTorch + flash_attn for the model surface, the MythosConfig dataclass for the hyperparameter surface, the va

Who should use it

AI researchers, ML researchers, deep learning engineers, AI-curious readers, technical writers, and any developer exploring compute-adaptive, depth-variable reasoning architectures -- and who can pair OpenMythos with a CUDA-capable GPU (or Metal / ROCm) for the training surface, PyTorch + flash_attn for the model surface, the MythosConfig dataclass for the hyperparameter surface, the variant system (mythos_1b to mythos_500b) for the scale surface, and the ACT halting + per-loop depth-wise LoRA adapter for the adaptive-compute surfaceAI research teams exploring Recurrent-Depth Transformer architectures for compute-adaptive inference -- the Prelude + Recurrent Block + Coda structure lets the model dynamically choose how many recurrent steps to run, the ACT halting decides when to stop, the MoE FFN decides which experts to route each token to, the per-loop depth-wise LoRA adapter lets the model specialize its computation at each depthAI research teams comparing MLA vs GQA attention -- the switchable attn_type knob lets the researcher benchmark Multi-Latent Attention (the DeepSeek-V2/V3 attention with compressed KV/Q latent dimensions) vs Grouped-Query Attention (the Llama 2 70B + Mistral attention) on the same architecture; the kv_lora_rank + q_lora_rank + qk_rope_head_dim + qk_nope_head_dim + v_head_dim MLA hyperparameters give fine-grained control over the compressed KV/Q dimensionsAI research teams comparing routed vs shared experts in MoE FFN -- the n_experts (total routed experts) + n_shared_experts (always-active shared experts) + n_experts_per_tok (top-K selection per token) + expert_dim (hidden dimension inside each expert) knobs let the researcher benchmark the routed + shared expert pattern from DeepSeek-V2/V3 against the pure-routed pattern from Mixtral; the expert_dim knob controls the capacity of each individual expertAI research teams exploring ACT (Adaptive Compute Time) halting -- the act_threshold knob controls when the loop halts based on cumulative halting probability; this is the research primitive for testing whether the model can learn to spend more compute on harder tokens and less on easier ones

Who should skip it

Skip kyegomez/OpenMythos unless the captured evidence suggests it solves a problem you are actively working on.

About this signal

kyegomez/OpenMythos is tracked by RepoRadar as a recurrent-depth transformer rese in the AI Research / Model Architecture section. It was first seen on 2026-07-06 and last updated on 2026-07-06. The current verdict is 'worth watch' with a Silver tier and moderate setup difficulty. kyegomez/OpenMythos leads on novelty (9.0) and open-source/build quality (8.4); its lowest signal is maturity (5.4), so factor that in before investing setup time. This page summarizes the evidence RepoRadar has captured from captured source metadata. The score, tier, risk label, and verdict on this page are never influenced by sponsorship, ads, or tips — they reflect only the usefulness, popularity, novelty, momentum, maturity, and evidence signals described in the RepoRadar methodology.

How this item is evaluated

RepoRadar assigned kyegomez/OpenMythos a composite score of 7.4 out of 10, placing it in the Silver tier. This score combines weighted sub-signals: usefulness (35%), novelty (18%), momentum (14%), maturity (10%), open-source/build quality (7%), evidence quality (6%), workflow potential (6%), and setup ease (4%). Popularity is tracked separately at 1.0 and never affects the composite score or tier. The risk label of 'low' reflects inherent user-impacting hazards, not generic novelty. Items with no risk flag may still require normal code review before production use.

Putting this into practice? Read How to read AI benchmarks without getting fooled for the checklist behind this score.

Risk explanation

The 14; 629* / 6-week-stale codebase is a research model; not a production tool -- the consumer SHOULD treat OpenMythos as a research primitive for compute-adaptive inference; not a drop-in replacement for an existing model.

Evidence links
Closest alternatives / related signals
open-sourcemitopen-mythoskyegomezrecurrent-depth-transformerrdtpreluderecurrent-block