Parcae: Scaling Laws For Stable Looped Language Models
Abstract
Domain fit: AI-core · Core AI workload signals detected from paper context and implementation/artifact evidence.
Traditional fixed-depth architectures scale quality by increasing training FLOPs, typically through increased parameterization, at the expense of a higher memory footprint, or data. A potential alternative is looped architectures, which instead increase FLOPs by sending activations through a block of layers in a loop. While promising, existing recipes for training looped architectures can be unstable, suffering from residual explosion and loss spikes. We address these challenges by recasting looping as a nonlinear time-variant dynamical system over the residual stream. Via a linear approximation to this system, we find that instability occurs in existing looped architectures as a result of large spectral norms in their injection parameters. To address these instability issues, we propose Parcae, a novel stable, looped architecture that constrains the spectral norm of the injection parameters via discretization of a negative diagonal parameterization. As a result, Parcae achieves up to 6.3% lower validation perplexity over prior large-scale looped models. Using our stable looped architecture, we investigate the scaling properties of looping as a medium to improve quality by increasing FLOPs in training and test-time. For training, we derive predictable power laws to scale FLOPs while keeping parameter count fixed. Our initial scaling laws suggest that looping and data should be increased in tandem, given a fixed FLOP budget. At test-time, we find that Parcae can use looping to scale compute, following a predictable, saturating exponential decay. When scaled up to 1.3B parameters, we find that Parcae improves CORE and Core-Extended quality by 2.99 and 1.18 points when compared to strong Transformer baselines under a fixed parameter and data budget, achieving a relative quality of up to 87.5% a Transformer twice the size.
Results and benchmarks
Traditional fixed-depth architectures scale quality by increasing training FLOPs, typically through increased parameterization, at the expense of a higher memory footprint, or data.
Benchmark evidence is limited
Evidence graph: 4 refs, 4 links.
Utility signals: depth 55/100, grounding 85/100, status medium.
Implementation
Best maintained implementation now
Stable Looped Models and their Scaling Laws
174 stars · 12 forks · Last push May 17, 2026 · MIT license
- License
- CI
- Dependencies
- Docker
Matched via arXiv identifier search · Strong overlap with paper title keywords · Community adoption signal (174 stars)
sandyresearch/parcae is the best available implementation candidate based on ranking signals, but recommendation confidence is not yet high. CI workflows are present. License is declared (MIT).
Open sandyresearch/parcae- No repository-level red flags were detected, but paper-specific preprocessing and hyperparameter details may still be under-specified.
- Selected sandyresearch/parcae as the strongest maintained implementation for new work.
- Includes CI workflow signals.
- Includes dependency/environment manifest signals.
- Repository activity is within the last 24 months.
Compare implementation paths
Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.
- Maintenance
- Active
- Confidence
- Low
- Reproducibility
- Moderate
- Stars
- 5,942
- Last push
- Aug 25, 2026 (2d)
Matched via arXiv identifier search · Community adoption signal (5942 stars)
- No CI pipeline detected
- No Docker setup
- Low confidence match
- Maintenance
- Recently updated
- Confidence
- Low
- Reproducibility
- Moderate
- Stars
- 14,802
- Last push
- May 23, 2026 (96d)
Matched via arXiv identifier search · Community adoption signal (14802 stars)
- No CI pipeline detected
- No tagged releases
- No Docker setup
- Maintenance
- Recently updated
- Confidence
- Medium
- Reproducibility
- Strong
- Stars
- 174
- Last push
- May 17, 2026 (102d)
Matched via arXiv identifier search · Strong overlap with paper title keywords
Reproduction readiness
Ready to run
Ready to reproduce
- Clone sandyresearch/parcae and install dependencies from pyproject.toml.
- Dockerfile available for containerized reproduction.
- CI pipeline detected, so automated tests are in place.
- Last updated 102 days ago.
Quick start
git clone https://github.com/sandyresearch/parcae.git
pip install -e . Validation caveat
Repositories and ecosystem
No additional verified repositories beyond the primary recommendation.
These repositories had low-confidence matching signals and are hidden by default.
Showing top 6 by score. 1 additional low-confidence matches are hidden.
- lucidrains/x-transformers
Confidence: Low · 5,942 stars
- kyegomez/OpenMythos
Confidence: Low · 14,802 stars
- ajul8866/Mytos_qwen
Confidence: Low · 10 stars
- harims95/LoopLM
Confidence: Low · 5 stars
- lovestaco/OpenFable
Confidence: Low · 2 stars
- 1850298154/memory_agent_hub
Confidence: Low · 66 stars
Hugging Face artifacts
No direct paper-linked artifacts were found. Showing strongest curated related artifacts for faster exploration.
Models
- SandyResearch/parcae-1.3b
146 downloads · 8 likes
- SandyResearch/parcae-140m
274 downloads · 3 likes
- SandyResearch/parcae-370m
358 downloads · 2 likes
Broaden model search
Datasets
No trustworthy datasets matches right now.
Search datasets on Hugging FaceSpaces
No trustworthy spaces matches right now.
Search spaces on Hugging FaceResearch context
Tasks
None detected
Methods
Transformer
Domains
Natural Language Processing
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXJump to Paper2Code search queries derived from this paper's research context.