lucas-maes/le-wm

Official code base for LeWorldModel: Stable End-to-End Joint-Embedding Predictive Architecture from Pixels

Python3575 ★AI Research & PapersGitHub ↗
Quality: solid 16/24
PAI: watch 0.38
Appraised: 2026-05-27 current
Contents

Overview

Verdict

Rating Summary
Quality solid (16/24) Well-documented research codebase with exceptional early adoption signals, active maintenance, and strong external documentation — held back only by absent releases, no dependency manifest, and no test infrastructure.
PAI Relevance watch (0.38) Pure Python/PyTorch with no CLI or TypeScript integration path; the Gaussian anti-collapse regularizer pattern is architecturally novel but maps to no existing PAI subsystem and addresses no functional PAI gap.

The prior landscape entry for this repo listed "poor (2.7/24)" — that appears to be a pre-probe placeholder rather than a probe-scored result. Fresh probe-based assessment yields 16/24 (solid).

Quality Assessment

16/24 — maintained / well-documented / early-or-minimal

Health: 5/8 (maintained)

Failed:

Passed:

Documentation: 7/8 (well-documented)

Failed:

Passed:

Engineering Signals: 4/8 (early-or-minimal)

Failed:

Passed:

PAI Relevance

Dimension Score Assessment
Harvest Value 1 The Gaussian distribution regularizer as a sole anti-collapse mechanism — replacing EMA, pretrained encoders, and six-term losses with a single hyperparameter — is a novel architectural simplification. No specific PAI subsystem maps to it, but the principle of minimizing anti-collapse complexity is worth studying against PAI's memory and embedding infrastructure.
Integration Readiness 0 Python/PyTorch-only with no CLI, no REST API, and no language-agnostic interface; PAI requires TypeScript or subprocess-callable tools running under Bun — a full rewrite would be required, scoring 0 under PAI's integration criteria.
Overlap Risk 0 PAI has no world model, JEPA, latent space prediction, or pixel-based planning capability; no existing PAI skill, tool, or hook overlaps with this repo's function.
Gap Fill 0 PAI's domain is personal AI infrastructure, not robotic control or pixel-based planning; LeWM addresses a functional area entirely outside PAI's current scope and declared roadmap.

Composite: 0.38

What Next

Landscape Position

Category: AI Research & Papers

In this category: karpathy--autoresearch (ai-research, decent 14/24); this is the first latent world model / JEPA implementation entry

Standing: Scores higher than karpathy--autoresearch on both health and documentation; more focused on a specific published architecture than on experiment automation; both carry PAI verdict "watch" but for different reasons — autoresearch for its experiment-loop pattern, LeWM for its anti-collapse regularization approach.

Evidence Base

Density: 7/10 — Available: README (8KB, full content), repository metadata (stars, forks, issues, dates, license, language, archived status), HuggingFace model/data links, arXiv paper link, project website. Missing: dependency manifest (pyproject.toml/requirements.txt not surfaced), CI configuration, test files, changelog, release notes, contributor graph.

Notes

The 3,575 stars in ~75 days (~1,430/month) is exceptional even for LeCun-adjacent papers and reflects both the authorship signal and the genuine novelty of a stable end-to-end JEPA. The codebase deliberately offloads environment management and training infrastructure to two companion packages (stable-worldmodel, stable-pretraining), keeping this repo focused on the model architecture and training objective — which structurally explains the absent dependency manifest and test infrastructure. This design choice is intentional, not indicative of engineering neglect.