Skip to content
OpenTrain AIFor AI Companies

Meta^n: Recursive Self-Improvement through Emergent Depth

Zae Myung Kim, Young-Jun Lee, Seungyeon Jwa, Dongyeop KangPublished Aug 25, 2026
arXiv PDF
Researcher verdict
Starting point
Use as implementation starting point
Benchmark evidence
Missing
Not verified yet
Time to first repro
A few hours
Fast first run
Risk flags
0
None detected

Abstract

Domain fit: AI-core · Core AI workload signals detected from paper context and implementation/artifact evidence.

Self-improving LLM agents refine answers, not the process that produces those answers. Systems that add a meta-level hold that level fixed, and those that edit themselves must leave part of their own editing machinery untouched to stay stable, capping the meta-depth they realize at roughly two. We present Meta$^n$, which keeps the meta-operation fixed and recurses on its input instead. That operation, $Ω$, is applied repeatedly to its own products, reading the traces of the solver stack below together with the code that produced them, then writing the next layer as a strategic pre-process and a library of callable helpers. Because $Ω$ never changes, it cannot destabilize the system, and because its input strictly grows, each layer reasons from a higher vantage than the last. Depth is set by convergence rather than fixed in advance, and an evolutionary archive searches over layer chains. Across two backbones, Meta$^n$ outperforms prior self-improving agents on all eight benchmark families. The sharpest case is ARC-AGI-2, built to resist skill memorization, where it alone scores above zero. Ablations indicate that most of the gain from recursion comes from the conditioning each layer passes to the next, and distinct layer roles emerge with depth although no prompt prescribes them. Code available at https://github.com/minnesotanlp/meta-n

Results and benchmarks

Freshness tier: hot
Self-improving LLM agents refine answers, not the process that produces those answers.

Implementation

Best maintained implementation now

Recommended
Confidence: Medium
Reproducibility: Strong

Code for Zae Myung Kim's paper titled "Meta^n: Recursive Self-Improvement through Emergent Depth"

26 stars · 2 forks · Last push Aug 26, 2026 · MIT license

  • License
  • CI
  • Dependencies
  • Docker

Matched via arXiv identifier search · Strong overlap with paper title keywords · Community adoption signal (26 stars)

Why this implementation
Confidence: medium

minnesotanlp/meta-n 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 minnesotanlp/meta-n
Reproduction risks
  • No repository-level red flags were detected, but paper-specific preprocessing and hyperparameter details may still be under-specified.
  • Selected minnesotanlp/meta-n 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.

minnesotanlp/meta-n
best maintained
Maintenance
Active
Confidence
Medium
Reproducibility
Strong
Stars
26
Last push
Aug 26, 2026 (8d)

Matched via arXiv identifier search · Strong overlap with paper title keywords

  • No tagged releases
  • No Docker setup
Maintenance
Active
Confidence
Low
Reproducibility
Moderate
Stars
27
Last push
Sep 2, 2026 (1d)

Matched via arXiv identifier search · Community adoption signal (27 stars)

  • No tagged releases
  • No Docker setup
  • Dependency manifest missing
Maintenance
Active
Confidence
Low
Reproducibility
Limited
Stars
2
Last push
Sep 1, 2026 (1d)

Matched via arXiv identifier search

  • No CI pipeline detected
  • No tagged releases
  • No Docker setup

Reproduction readiness

Time to first repro: hours
Last checked: Sep 2, 2026

Ready to run

Ready to reproduce

  • Clone minnesotanlp/meta-n and install dependencies from pyproject.toml.
  • CI pipeline detected, so automated tests are in place.
  • Last updated 8 days ago.
Open minnesotanlp/meta-n

Quick start

git clone https://github.com/minnesotanlp/meta-n.git
pip install -e .

Repositories and ecosystem

No additional verified repositories beyond the primary recommendation.

Hugging Face artifacts

No direct paper-linked artifacts were found. Showing strongest curated related artifacts for faster exploration.

Research context

Tasks

None detected

Methods

Transformer

Domains

Large Language Models

Evaluation and human feedback data

Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.

Open in HFEPX
Explore similar papers

Jump to Paper2Code search queries derived from this paper's research context.