epistemic-arbitrage

Transfer knowledge structures between domains using local scoped propagator networks.

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill epistemic-arbitrage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epistemic-arbitrage
Source: https://github.com/plurigrid/asi/tree/main/skills/epistemic-arbitrage
Command: npx skills add https://github.com/plurigrid/asi --skill epistemic-arbitrage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gay-mcp, acsets, world_memory, and includes references (resource) components.

What problem does it solve?

Epistemic arbitrage exploits knowledge differentials between domains. When a concept is well understood in domain X but only opaque in domain Y, this Skill transfers structure and insights through localized propagators, enabling faster cross-domain understanding.

Core Features & Use Cases

  • Propagator Networks: transfer structure between domains (A → B)
  • SplitMixTernary RNG: deterministic parallel propagation
  • Local Scoped Propagators: parallelizing knowledge transfer with bounded domains
  • Integration with Music Topos & external networks for discovery and publishing opportunities

Quick Start

Define a known cell in domain A, a target cell in domain B, attach a domain-transfer propagator, and run the network to observe transferred insights.

Frequently Asked Questions about epistemic-arbitrage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transfer knowledge between domains when one concept is well-understood and another is opaque?

Cross-domain knowledge transfer uses propagator networks to map structure from a well-understood concept in domain X to its isomorphic counterpart in domain Y. Attach a domain-transfer propagator between cells in each domain and run the network to observe transferred insights and accelerate understanding in the opaque domain.

What is epistemic arbitrage and when would I use it?

Epistemic arbitrage exploits knowledge differentials across domains by transferring structure through localized propagators. Use it when you need to leverage understanding from one domain to rapidly bootstrap comprehension in another domain where equivalent concepts exist but lack clarity.

How do propagator networks enable parallel knowledge transfer across domains?

Propagator networks use local scoped propagators with SplitMixTernary RNG to deterministically parallelize knowledge transfer while maintaining bounded domain isolation. This enables monotonic information merging and structured cross-domain synthesis without conflicts.

Can I use domain-transfer propagators with external discovery and publishing networks?

Yes. The Skill integrates with music topos and external networks, allowing you to publish transferred insights and discover additional propagation opportunities across connected domain systems.

What dependencies and setup do I need before starting cross-domain knowledge transfer?

You need gay-mcp, acsets, and world_memory as foundational dependencies. Set up reference components and define known cells in your source domain before attaching transfer propagators to target cells in the destination domain.

What are the limits of propagator-based knowledge transfer between domains?

Transfer effectiveness depends on structural isomorphism between domains—concepts must map meaningfully between them. Local scoped propagators bound transfer scope, preventing unbounded propagation, but complex or weakly isomorphic domains may require iterative refinement.