research-notes/blog/content/white-paper/outline.yaml
jordan 9a9e58c935 Initial commit: research notes journal
Moved from maxwell/blog to standalone repository.

- Next.js research journal application
- Notes 001-005 with YAML/MD content structure
- Claude Code configuration for blog development

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-07 13:12:07 -07:00

79 lines
3.2 KiB
YAML

status: DRAFT — IN PROGRESS
title: "Maxwell: A Thermodynamic Hypervisor for Autonomous Agents"
date: February 2026
abstract: |
Abstract will synthesize the core thesis once research is complete. Current working hypothesis: Treating compute as a scarce economic resource with thermodynamic constraints enables natural selection for useful work among autonomous agents.
sections:
- number: 1
title: "The Problem: Fairness is a Bug"
bullets:
- Why CFS (Completely Fair Scheduler) fails for autonomous agents
- "The three pathologies: resource squatting, thermal tragedy, no natural selection"
- "Core thesis: fairness for humans ≠ fairness for agents"
- number: 2
title: "The Insight: Physics as Policy"
bullets:
- CPUs as thermodynamic systems, not abstract timesharing
- Price as a function of temperature and thermal headroom
- "The feedback loop: parasites heat → price rises → parasites die"
- number: 3
title: The Mechanism
bullets:
- "**3.1 GSP Auction:** Generalized Second-Price for compute time"
- "**3.2 Energy Wallets:** Agents earn/spend in $JOULE"
- "**3.3 Landauer's Tax:** Thermodynamic cost of memory erasure"
- "**3.4 Apoptosis:** Graceful termination at insolvency"
- number: 4
title: "The Experiment: Scientist vs. Leech"
bullets:
- "Experimental design: control (Linux CFS) vs treatment (Maxwell)"
- "Agent profiles: productive (prime finding) vs parasitic (hash mining)"
- "Metrics: efficiency (primes/joule), thermal behavior, survival time"
- "Hypothesis: Maxwell achieves ≥1.8x efficiency improvement"
- number: 5
title: "Proof of Inference: Power-Trace Verification"
bullets:
- "The verification problem: is the agent actually inferring?"
- "Thermodynamic fingerprinting: distinct power signatures by workload type"
- "Research validation: 89-100% accuracy distinguishing workload classes"
- "Tiered verification: power-trace → TEE → zkML"
- number: 6
title: Applications
bullets:
- "**6.1 DePIN:** Continuous attestation for decentralized compute"
- "**6.2 Agent Fleets:** Decentralized value discovery via auction"
- "**6.3 GPU Clusters:** Filling idle cycles, 80%+ utilization"
- number: 7
title: Related Work
bullets:
- "Economic scheduling: Spawn, Mariposa, resource markets"
- "Power-aware scheduling: RAPL, thermal governors"
- "Verifiable compute: zkML, TEE attestation, PoUW"
- number: 8
title: Limitations and Future Work
bullets:
- "Current: single-node only, CPU focus"
- "Future: multi-node coordination, GPU integration"
- "Open questions: value discovery mechanisms, agent incentive alignment"
- number: 9
title: Conclusion
bullets:
- Summary of contribution
- When does the world need this?
- "\"Fairness is a bug; Maxwell is the fix\""
currentStatus:
note: |
This paper is being written alongside the research documented in the research notes. Each section will be filled in as experiments are run and insights are validated. The outline above represents the target structure.
notesLink: /maxwell