Agent skill · Business & Finance

world-extractable-value

Extract value from world transitions via Markov blanket arbitrage. WEV = PoA - 1. Paradigm Multiverse Finance integration.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill world-extractable-value-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: 7 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-ml/world-extractable-value-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

# World Extractable Value (WEV) Skill > *"The gap between Nash and Optimal is not waste -- it is extractable value."* > *"Multiverse Finance splits the financial system into parallel universes."* -- Dave White, Paradigm ## Overview **World Extractable Value** quantifies the inefficiency extractable from selfish equilibria, integrated with Paradigm's Multiverse Finance thesis: ``` WEV = Price of Anarchy - 1 = (C_Nash / C_Opt) - 1 ``` This bridges: - **Friston's Free Energy**: Minimize surprise via inference - **Roughgarden's PoA**: Bound selfish routing inefficiency - **Badiou's World-Hopping**: Events extract truth from being ## Core Formula ``` ┌─────────────────────────┐ │ WORLD W₁ (Nash) │ │ Cost = C_Nash │ └───────────┬─────────────┘ │ ┌─────▼─────┐ │ MARKOV │ │ BLANKET │ │ (Event) │ └─────┬─────┘ │ ┌───────────▼─────────────┐ │ WORLD W₂ (Optimal) │ │ Cost = C_Opt │ └─────────────────────────┘ WEV = C_Nash - C_Opt = C_Opt × (PoA - 1) ``` ## Components ### 1. Price of Anarchy (Roughgarden) For d-regular Ramanujan expanders: ``` PoA = 1 + 1/gap = 1 + 1/(d - 2√(d-1)) d=4: PoA = 1 + 1/0.536 ≈ 2.87 ``` ### 2. Free Energy (Friston) ``` F = E_q[log q(x) - log p(x,y)] = Prediction_Erro

What's inside
Steps it walks through
  1. Overview
  2. Core Formula
  3. Components
  4. 1. Price of Anarchy (Roughgarden)
  5. 2. Free Energy (Friston)
  6. 3. Markov Blanket
  7. 4. Action Direction
  8. GF(3) Triads
  9. Implementation
  10. Babashka
  11. Julia
  12. DuckDB Schema
  13. Alterpolitics Interpretation
  14. Commands
Ships with 1 file
  • metadata.json
Commands it runs
just wev-history      # Query WEV log
just wev-summary      # Aggregate stats
just wev-compare      # Nash vs Optimal
just triad-anarchy    # Full anarchy triad
More from claude-skill-registry
All skills →
About this skill
What does the world-extractable-value skill do?

Extract value from world transitions via Markov blanket arbitrage. WEV = PoA - 1. Paradigm Multiverse Finance integration.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill world-extractable-value-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