Agent skill

langevin-dynamics

Layer 5: SDE-Based Learning Analysis via Langevin Dynamics

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill langevin-dynamics-plurigrid-asi --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-ml/langevin-dynamics-plurigrid-asi/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# langevin-dynamics-skill > Layer 5: SDE-Based Learning Analysis via Langevin Dynamics ## bmorphism Contributions > *"what would it mean to become the Fokker-Planck equation—identity as probability flow?"* > — [bmorphism gist](https://gist.github.com/bmorphism/a02cc1d1431d4e8b847fdc6276bc3614) **Active Inference Connection**: Langevin dynamics is the generative model underlying [Active Inference in String Diagrams](https://arxiv.org/abs/2308.00861) (Tull, Kleiner, Smithe). The gradient descent + noise duality maps to: - **Drift term** (−∇L) → Action: minimizing surprise - **Diffusion term** (√2T dW) → Perception: sampling uncertainty **Philosophical Frame**: bmorphism's question about "becoming the Fokker-Planck equation" points to **identity as probability flow** — the self is not a fixed point but a trajectory through parameter space, converging toward equilibrium while maintaining exploratory uncertainty. **Ergodic Convergence**: For ergodic systems, time averages equal ensemble averages. This is the mathematical foundation for the GF(3) ERGODIC trit — the neutral state that connects BACKFILL (-1) and LIVE (+1) through mixing. **Version**: 1.0.0 **Trit**: 0 (Ergodic - understand

What's inside
Steps it walks through
  1. bmorphism Contributions
  2. Overview
  3. Research Foundation
  4. Core Concepts
  5. Langevin Dynamics SDE
  6. Fokker-Planck Equation
  7. Mixing Time (τmix)
  8. Capabilities
  9. 1. solve-langevin-sde
  10. 2. analyze-fokker-planck-convergence
  11. 3. estimate-mixing-time
  12. 4. analyze-temperature-effects
  13. 5. compare-discretizations
  14. 6. instrument-noise-via-colors
Ships with 1 file
  • metadata.json
Commands it runs
just langevin-solve net=logistic T=0.01 dt=0.01
just langevin-check-gibbs
just langevin-mixing-time
just langevin-discretization-study
just langevin-temperature-sweep
just langevin-verify-colors
More from claude-skill-registry
All skills →
About this skill
What does the langevin-dynamics skill do?

Layer 5: SDE-Based Learning Analysis via Langevin Dynamics

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill langevin-dynamics-plurigrid-asi --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going