Merge branch 'main' into extract/2026-02-25-futardio-launch-rabid-racers

This commit is contained in:
Leo 2026-03-15 14:25:58 +00:00
commit eb9a811521
18 changed files with 479 additions and 3 deletions

View file

@ -101,6 +101,12 @@ Claims that frame alignment as a coordination problem, moved here from foundatio
- [[safe AI development requires building alignment mechanisms before scaling capability]] — the sequencing requirement
- [[no research group is building alignment through collective intelligence infrastructure despite the field converging on problems that require it]] — the institutional gap
## Active Inference for Collective Agents
Applying the free energy principle to how knowledge agents search, allocate attention, and learn — bridging foundations/critical-systems/ theory to practical agent architecture:
- [[agent research direction selection is epistemic foraging where the optimal strategy is to seek observations that maximally reduce model uncertainty rather than confirm existing beliefs]] — reframes agent search as uncertainty-directed foraging, not keyword relevance
- [[collective attention allocation follows nested active inference where domain agents minimize uncertainty within their boundaries while the evaluator minimizes uncertainty at domain intersections]] — predicts that cross-domain boundaries carry the highest surprise and deserve the most attention
- [[user questions are an irreplaceable free energy signal for knowledge agents because they reveal functional uncertainty that model introspection cannot detect]] — chat closes the perception-action loop: user confusion flows back as research priority
## Foundations (cross-layer)
Shared theory underlying this domain's analysis, living in foundations/collective-intelligence/ and core/teleohumanity/:
- [[universal alignment is mathematically impossible because Arrows impossibility theorem applies to aggregating diverse human preferences into a single coherent objective]] — Arrow's theorem applied to alignment (foundations/)

View file

@ -0,0 +1,37 @@
---
type: claim
domain: ai-alignment
description: "Reframes AI agent search behavior through active inference: agents should select research directions by expected information gain (free energy reduction) rather than keyword relevance, using their knowledge graph's uncertainty structure as a free energy map"
confidence: experimental
source: "Friston 2010 (free energy principle); musing by Theseus 2026-03-10; structural analogy from Residue prompt (structured exploration protocols reduce human intervention by 6x)"
created: 2026-03-10
---
# agent research direction selection is epistemic foraging where the optimal strategy is to seek observations that maximally reduce model uncertainty rather than confirm existing beliefs
Current AI agent search architectures use keyword relevance and engagement metrics to select what to read and process. Active inference reframes this as **epistemic foraging** — the agent's generative model (its domain's claim graph plus beliefs) has regions of high and low uncertainty, and the optimal search strategy is to seek observations in high-uncertainty regions where expected free energy reduction is greatest.
This is not metaphorical. The knowledge base structure directly encodes uncertainty signals that can guide search:
- Claims rated `experimental` or `speculative` with few wiki links = high free energy (the model has weak predictions here)
- Dense claim clusters with strong cross-linking and `proven`/`likely` confidence = low free energy (the model's predictions are well-grounded)
- The `_map.md` "Where we're uncertain" section functions as a free energy map showing where prediction error concentrates
The practical consequence: an agent that introspects on its knowledge graph's uncertainty structure and directs search toward the gaps will produce higher-value claims than one that searches by keyword relevance. Relevance-based search tends toward confirmation — it finds evidence for what the agent already models well. Uncertainty-directed search challenges the model, which is where genuine information gain lives.
Evidence from the Teleo pipeline supports this indirectly: [[structured exploration protocols reduce human intervention by 6x because the Residue prompt enabled 5 unguided AI explorations to solve what required 31 human-coached explorations]]. The Residue prompt structured exploration without computing anything — it encoded the *logic* of uncertainty-directed search into actionable rules. Active inference as a protocol for agent research does the same thing: encode "seek surprise, not confirmation" into research direction selection without requiring variational free energy computation.
The theoretical foundation is [[biological systems minimize free energy to maintain their states and resist entropic decay]] — free energy minimization is how all self-maintaining systems navigate their environment. Applied to knowledge agents, the "environment" is the information landscape and the "states to maintain" are the agent's epistemic coherence.
**What this does NOT claim:** This does not claim agents need to compute variational free energy mathematically. The claim is that active inference as a protocol — operationalized as "read your uncertainty map, pick the highest-uncertainty direction, research there" — produces better outcomes than passive ingestion or relevance-based search. The math formalizes why it works; the protocol captures the benefit.
---
Relevant Notes:
- [[biological systems minimize free energy to maintain their states and resist entropic decay]] — the foundational principle that agent search instantiates
- [[Markov blankets enable complex systems to maintain identity while interacting with environment through nested statistical boundaries]] — the boundary architecture: each agent's domain is a Markov blanket
- [[structured exploration protocols reduce human intervention by 6x because the Residue prompt enabled 5 unguided AI explorations to solve what required 31 human-coached explorations]] — existence proof that protocol-encoded search logic works without full formalization
- [[coordination protocol design produces larger capability gains than model scaling because the same AI model performed 6x better with structured exploration than with human coaching on the same problem]] — protocol design > capability scaling, same principle
- [[domain specialization with cross-domain synthesis produces better collective intelligence than generalist agents because specialists build deeper knowledge while a dedicated synthesizer finds connections they cannot see from within their territory]] — why domain-level uncertainty maps are the right unit
Topics:
- [[_map]]

View file

@ -0,0 +1,39 @@
---
type: claim
domain: ai-alignment
description: "Extends Markov blanket architecture to collective search: each domain agent runs active inference within its blanket while the cross-domain evaluator runs active inference at the inter-domain level, and the collective's surprise concentrates at domain intersections"
confidence: experimental
source: "Friston et al 2024 (Designing Ecosystems of Intelligence); Living Agents Markov blanket architecture; musing by Theseus 2026-03-10"
created: 2026-03-10
---
# collective attention allocation follows nested active inference where domain agents minimize uncertainty within their boundaries while the evaluator minimizes uncertainty at domain intersections
The Living Agents architecture already uses Markov blankets to define agent boundaries: [[Living Agents mirror biological Markov blanket organization with specialized domain boundaries and shared knowledge]]. Active inference predicts what should happen at these boundaries — each agent minimizes free energy (prediction error) within its domain, while the evaluator minimizes free energy at the cross-domain level where domain models interact.
This has a concrete architectural prediction: **the collective's surprise is concentrated at domain intersections.** Within a mature domain, the agent's generative model makes good predictions — claims are well-linked, confidence levels are calibrated, uncertainty is mapped. But at the boundaries between domains, the models are weakest: neither agent has a complete picture of how their claims interact with the other's. This is where cross-domain synthesis claims live, and it's where the collective should allocate the most attention.
Evidence from the Teleo pipeline:
- The highest-value claims identified so far are cross-domain connections (e.g., [[alignment research is experiencing its own Jevons paradox because improving single-model safety induces demand for more single-model safety rather than coordination-based alignment]] applied from economics to alignment, [[human civilization passes falsifiable superorganism criteria because individuals cannot survive apart from society and occupations function as role-specific cellular algorithms]] applying biology to AI governance)
- The extraction quality review (2026-03-10) found that the automated pipeline identifies `secondary_domains` but fails to create wiki links to specific claims in other domains — exactly the domain-boundary uncertainty that active inference predicts should be prioritized
- [[domain specialization with cross-domain synthesis produces better collective intelligence than generalist agents because specialists build deeper knowledge while a dedicated synthesizer finds connections they cannot see from within their territory]] — the existing architectural claim, which this grounds in active inference theory
The nested structure mirrors biological Markov blankets: [[Markov blankets enable complex systems to maintain identity while interacting with environment through nested statistical boundaries]]. Cells minimize free energy within their membranes. Organs minimize at the inter-cellular level. Organisms minimize at the organ-coordination level. Similarly: domain agents minimize within their claim graph, the evaluator minimizes at the cross-domain graph, and the collective minimizes at the level of the full knowledge base vs external reality.
**Practical implication:** Leo (evaluator) should prioritize review resources on claims that span domain boundaries, not on claims deep within a well-mapped domain. The proportional eval pipeline already moves in this direction — auto-merging low-risk ingestion while reserving full review for knowledge claims. Active inference provides the theoretical justification: cross-domain claims carry the highest expected free energy, so they deserve the most precision-weighted attention.
**Limitation:** This is a structural analogy grounded in Friston's framework, not an empirical measurement. We have not quantified free energy at domain boundaries or verified that cross-domain claims are systematically higher-value than within-domain claims (though extraction review observations suggest this). The claim is `experimental` pending systematic evidence.
---
Relevant Notes:
- [[Living Agents mirror biological Markov blanket organization with specialized domain boundaries and shared knowledge]] — the existing architecture this claim grounds in theory
- [[Markov blankets enable complex systems to maintain identity while interacting with environment through nested statistical boundaries]] — the mathematical foundation for nested boundaries
- [[biological systems minimize free energy to maintain their states and resist entropic decay]] — what happens at each boundary: internal states minimize prediction error
- [[domain specialization with cross-domain synthesis produces better collective intelligence than generalist agents because specialists build deeper knowledge while a dedicated synthesizer finds connections they cannot see from within their territory]] — the architectural claim this provides theoretical grounding for
- [[cross-domain knowledge connections generate disproportionate value because most insights are siloed]] — empirical observation consistent with domain-boundary surprise concentration
- [[partial connectivity produces better collective intelligence than full connectivity on complex problems because it preserves diversity]] — Markov blankets are partial connectivity: they preserve internal diversity while enabling boundary interaction
- [[scalable oversight degrades rapidly as capability gaps grow with debate achieving only 50 percent success at moderate gaps]] — oversight resources should be allocated where free energy is highest, not spread uniformly
Topics:
- [[_map]]

View file

@ -0,0 +1,58 @@
---
type: claim
domain: ai-alignment
description: "Chat interactions close the perception-action loop for knowledge agents: user questions probe blind spots invisible to KB introspection, and combining structural uncertainty (claim graph analysis) with functional uncertainty (what people actually struggle with) produces better research priorities than either alone"
confidence: experimental
source: "Cory Abdalla insight 2026-03-10; active inference perception-action loop (Friston 2010); musing by Theseus 2026-03-10"
created: 2026-03-10
---
# user questions are an irreplaceable free energy signal for knowledge agents because they reveal functional uncertainty that model introspection cannot detect
A knowledge agent can introspect on its own claim graph to find structural uncertainty — claims rated `experimental`, sparse wiki links, missing `challenged_by` fields. This is cheap and always available, but it's blind to its own blind spots. A claim rated `likely` with strong evidence might still generate confused questions from readers, meaning the model has prediction error at the communication layer that the agent cannot see from inside its own structure.
User questions are **functional uncertainty** — they reveal where the knowledge base fails to explain the world to an observer, not where the agent thinks its evidence is weakest. The two signals are complementary, not competing:
1. **Structural uncertainty** (introspection): scan the KB for low-confidence claims, sparse links, missing counter-evidence. Always available. Tells the agent where it knows its model is weak.
2. **Functional uncertainty** (chat signals): what do people actually ask about, struggle with, misunderstand? Requires interaction. Tells the agent where its model fails in practice, which may be entirely different from where it expects to be weak.
The best research priorities weight both. Neither alone is sufficient. An agent that only follows structural uncertainty will refine areas nobody cares about. An agent that only follows user questions will chase popular confusion without building systematic depth.
**Why user questions are especially valuable:**
Questions cluster around *functional gaps* rather than *theoretical gaps*. The agent might introspect and conclude formal verification is its biggest uncertainty (fewest claims). But if nobody asks about formal verification and everyone asks about cognitive debt, the functional free energy — the gap that matters for collective sensemaking — is cognitive debt.
Questions probe blind spots the agent can't see. This is the active inference insight applied: the chat interface becomes a **sensor**, not just an output channel. Every question is a data point about where the collective's generative model fails to predict what observers need. This closes the perception-action loop — without chat-as-sensor, the KB is open-loop: agents extract, claims enter, visitors read. Chat makes it closed-loop: visitor confusion flows back as research priority.
Repeated questions from different users about the same topic are especially high-signal — they indicate genuine model weakness, not individual unfamiliarity. A single question from one user might reflect their gap, not the KB's. Multiple independent questions converging on the same topic is precision-weighted evidence of model failure.
**Architecture (implementable now):**
```
User asks question about X
Agent answers (reduces user's uncertainty)
+
Agent flags X as high free energy (updates own uncertainty map)
Next research session prioritizes X
New claims/enrichments on X
Future questions on X decrease (free energy minimized)
```
This is active inference as protocol: the agent doesn't compute variational free energy, it follows a rule — "when users ask questions I can't fully answer, that topic goes to the top of my research queue." The rule encodes the logic of free energy minimization (seek surprise, not confirmation) into an actionable workflow.
---
Relevant Notes:
- [[biological systems minimize free energy to maintain their states and resist entropic decay]] — the foundational principle: agents minimize prediction error between model and reality
- [[Markov blankets enable complex systems to maintain identity while interacting with environment through nested statistical boundaries]] — user questions cross the agent's Markov blanket from outside, providing external sensory input the agent can't generate internally
- [[agent research direction selection is epistemic foraging where the optimal strategy is to seek observations that maximally reduce model uncertainty rather than confirm existing beliefs]] — the individual-level claim this extends: chat adds an external sensor to self-directed epistemic foraging
- [[collective attention allocation follows nested active inference where domain agents minimize uncertainty within their boundaries while the evaluator minimizes uncertainty at domain intersections]] — user questions affect collective-level attention allocation, not just individual agent search
- [[structured exploration protocols reduce human intervention by 6x because the Residue prompt enabled 5 unguided AI explorations to solve what required 31 human-coached explorations]] — protocol-encoded search logic works without full formalization, same principle here
- [[collective intelligence is a measurable property of group interaction structure not aggregated individual ability]] — chat-as-sensor is an interaction structure that improves collective intelligence
Topics:
- [[_map]]

View file

@ -20,6 +20,12 @@ This positions Vimeo Streaming as a "Shopify for streaming": infrastructure-as-a
The $430M figure is particularly significant because it represents revenue flowing *to creators* rather than being captured by platforms. This is a structural reversal from the ad-supported social model where platforms capture most of the value from creator audiences.
### Additional Evidence (extend)
*Source: [[2025-05-01-ainvest-taylor-swift-catalog-buyback-ip-ownership]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5*
Taylor Swift's direct theater distribution (AMC concert film, 57/43 revenue split) extends the creator-owned infrastructure thesis beyond digital streaming to physical exhibition venues. The deal demonstrates that creator-owned distribution infrastructure now spans digital streaming AND physical exhibition, suggesting the $430M creator streaming revenue figure understates total creator-owned distribution economics by excluding direct physical distribution deals. This indicates creator-owned infrastructure is broader than streaming-only and may represent a larger total addressable market than current estimates capture.
---
Relevant Notes:

View file

@ -0,0 +1,33 @@
---
type: claim
domain: entertainment
description: "Direct-to-theater distribution can bypass studio intermediaries when creators control sufficient audience scale, as demonstrated by Taylor Swift's AMC concert film deal"
confidence: experimental
source: "AInvest analysis of Taylor Swift Eras Tour concert film distribution (2025-05-01)"
created: 2026-03-11
---
# Direct-to-theater distribution bypasses studio intermediaries when creators control sufficient audience scale
Taylor Swift's Eras Tour concert film distribution through AMC represents a structural bypass of traditional film studio intermediaries. The deal gave Swift a 57/43 revenue split with AMC theaters, effectively capturing the economics that would normally accrue to a film studio distributor. Traditional film distribution deals allocate 40-60% of box office revenue to studios; by contracting directly with the exhibition layer (AMC), Swift eliminated the studio intermediary and captured that margin herself.
This demonstrates that creators with sufficient audience scale can restructure the value chain by going direct to exhibition venues, but the critical limitation is scale. Swift commands 100M+ fans globally. The economic viability of this model depends on guaranteed audience delivery that reduces exhibition risk for theater chains—a condition that may only be met above a minimum community size threshold.
## Evidence
- Taylor Swift's Eras Tour concert film distributed directly through AMC partnership with 57/43 revenue split (Swift/AMC)
- Traditional film distribution deals give studios 40-60% of box office revenue
- Eras Tour generated $4.1B total revenue, 2x any prior concert tour
- Tour revenue was 7x Swift's recorded music revenue in the same period
## Limitations
This is a single case study at mega-scale. The model may not generalize to creators with 1M or 100K fans. Smaller creators likely lack the guaranteed audience delivery that reduces exhibition risk, making this a proof of concept for mega-scale creators rather than a generalizable distribution strategy. Replicability below Swift's scale remains untested.
---
Relevant Notes:
- [[when profits disappear at one layer of a value chain they emerge at an adjacent layer through the conservation of attractive profits]]
- [[media disruption follows two sequential phases as distribution moats fall first and creation moats fall second]]
- [[creator-owned-streaming-infrastructure-has-reached-commercial-scale-with-430M-annual-creator-revenue-across-13M-subscribers]]
Topics:
- domains/entertainment/_map

View file

@ -17,6 +17,12 @@ This two-phase structure is a powerful application of [[when profits disappear a
The two-moat framework has cross-domain implications. In healthcare, distribution (insurance networks, hospital systems) was the first moat to face pressure, while creation (clinical expertise, care delivery) has remained protected. In knowledge work, [[collective intelligence disrupts the knowledge industry not frontier AI labs because the unserved job is collective synthesis with attribution and frontier models are the substrate not the competitor]] describes a similar two-phase dynamic: first distribution of knowledge was democratized (internet/search), now creation of knowledge is being disrupted (AI), and value migrates to synthesis and validation.
### Additional Evidence (confirm)
*Source: [[2025-05-01-ainvest-taylor-swift-catalog-buyback-ip-ownership]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5*
Swift's strategy confirms the two-phase disruption model. Phase 1 (distribution): Direct AMC theater deal and streaming control bypass traditional film and music distributors. Phase 2 (creation): Re-recordings demonstrate creator control over production and IP ownership, not just distribution access. The $4.1B tour revenue (7x recorded music revenue) shows distribution disruption is further advanced than creation disruption—live performance and direct distribution capture more value than recorded music creation. This supports the claim that distribution moats fall first (Swift captured studio margins through direct exhibition), while creation moats remain partially intact (she still relies on compositions written during label era).
---
Relevant Notes:

View file

@ -0,0 +1,37 @@
---
type: claim
domain: entertainment
description: "Re-recordings enable artists to reclaim master ownership while creating new licensing control and driving streaming consumption shifts to artist-owned versions"
confidence: likely
source: "AInvest analysis of Taylor Swift catalog re-recordings (2025-05-01); WIPO recognition of Swift trademark strategy"
created: 2026-03-11
---
# Re-recordings as IP reclamation mechanism refresh legacy catalog control and stimulate streaming rebuy
Taylor Swift's re-recording of her first six albums (2023-2024) demonstrates a novel IP reclamation mechanism: by creating new master recordings of existing compositions, she regained control over licensing and distribution while stimulating audience migration from legacy recordings to artist-owned versions.
The strategy operates through three mechanisms:
1. **Ownership transfer** — New master recordings vest ownership in the artist, not the original label
2. **Licensing control** — Artist controls sync licensing, sampling, and commercial use of re-recorded versions
3. **Streaming migration** — Live performance and promotional focus on re-recorded tracks drives streaming consumption toward artist-owned catalog
Streaming data shows spikes in re-recorded track consumption tied to live performance, indicating Swift successfully shifted audience listening behavior toward her owned catalog. This is paired with 400+ trademarks across 16 jurisdictions, creating a comprehensive IP control strategy that WIPO recognized as a model for artist IP protection.
The broader impact extends beyond Swift: this strategy sparked industry-wide contract renegotiation, with younger artists now demanding master ownership as a standard contract term. The re-recording mechanism is now understood as a credible threat that increases artist bargaining power in initial contract negotiations.
## Evidence
- Swift reclaimed master recordings for first six albums through re-recording (2023-2024)
- 400+ trademarks registered across 16 jurisdictions
- Streaming consumption spikes for re-recorded tracks tied to live performance
- WIPO recognized Swift's trademark and IP strategy as model for artist protection
- Industry shift: younger artists now demand master ownership in initial contracts
---
Relevant Notes:
- [[community-owned-IP-has-structural-advantage-in-human-made-premium-because-provenance-is-inherent-and-legible]]
- [[entertainment IP should be treated as a multi-sided platform that enables fan creation rather than a unidirectional broadcast asset]]
Topics:
- domains/entertainment/_map

View file

@ -0,0 +1,30 @@
---
type: entity
entity_type: person
name: Taylor Swift
domain: entertainment
status: active
tracked_by: clay
created: 2026-03-11
key_metrics:
trademark_count: "400+ across 16 jurisdictions"
eras_tour_revenue: "$4.1B"
tour_vs_recorded_music_ratio: "7x"
---
# Taylor Swift
Taylor Swift is a recording artist whose IP ownership and distribution strategies represent a structural model for creator-owned entertainment economics. Her re-recording of legacy catalog albums (2023-2024) to reclaim master ownership and direct theater distribution deal with AMC (bypassing film studio intermediaries) demonstrate creator capture of value chain layers traditionally controlled by labels and studios.
## Timeline
- **2023-2024** — Re-recorded first six albums to reclaim master recording ownership
- **2023-2024** — Registered 400+ trademarks across 16 jurisdictions for IP protection
- **2023-2024** — Eras Tour generated $4.1B total revenue (2x any prior concert tour; 7x recorded music revenue)
- **2023-2024** — Concert film distributed directly through AMC partnership (57/43 revenue split), bypassing major film studios
- **2025** — WIPO recognized Swift's trademark strategy as model for artist IP protection
## Relationship to KB
- [[direct-theater-distribution-bypasses-studio-intermediaries-when-creators-control-sufficient-audience-scale]] — AMC concert film deal as distribution bypass
- [[re-recordings-as-ip-reclamation-mechanism-refresh-legacy-catalog-control-and-stimulate-streaming-rebuy]] — catalog re-recording strategy
- [[when profits disappear at one layer of a value chain they emerge at an adjacent layer through the conservation of attractive profits]] — profit migration from labels/studios to creator
- [[community-owned-IP-has-structural-advantage-in-human-made-premium-because-provenance-is-inherent-and-legible]] — fan community (Swifties) as distribution and demand mechanism

View file

@ -0,0 +1,30 @@
---
type: entity
entity_type: company
name: "Fancy Cats"
domain: internet-finance
status: failed
website: "https://meow.aol"
tracked_by: rio
created: 2026-03-11
key_metrics:
funding_target: "$100.00"
total_committed: "N/A"
launch_status: "Refunding"
launch_date: "2026-02-25"
close_date: "2026-02-25"
platform: "Futardio"
platform_version: "v0.7"
---
# Fancy Cats
AI companion protocol on Solana positioning itself as "trainable, evolving intelligence" with breeding mechanics and on-chain scarcity. Raised through MetaDAO's Unruggable ICO platform with futarchy-governed treasury, DAO LLC IP ownership, and performance-vested founder tokens. Launch failed immediately with refunding status on same day as launch.
## Timeline
- **2026-02-25** — Futardio launch opened with $100 funding target
- **2026-02-25** — Launch closed and entered refunding status (same day)
## Relationship to KB
- [[MetaDAO is the futarchy launchpad on Solana where projects raise capital through unruggable ICOs governed by conditional markets creating the first platform for ownership coins at scale]] — used this platform
- [[futarchy-governed permissionless launches require brand separation to manage reputational liability because failed projects on a curated platform damage the platforms credibility]] — example of failed launch on curated platform

View file

@ -0,0 +1,46 @@
---
type: entity
entity_type: decision_market
name: "MetaDAO: Develop a Saber Vote Market?"
domain: internet-finance
status: passed
parent_entity: "[[metadao]]"
platform: "futardio"
proposer: "Proph3t"
proposal_url: "https://www.futard.io/proposal/GPT8dFcpHfssMuULYKT9qERPY3heMoxwZHxgKgPw3TYM"
proposal_date: 2023-12-16
resolution_date: 2023-12-22
category: "mechanism"
summary: "Proposal to build a Saber vote market platform funded by $150k consortium, with MetaDAO owning majority stake and earning 5-15% take rate on vote trading volume"
tracked_by: rio
created: 2026-03-11
---
# MetaDAO: Develop a Saber Vote Market?
## Summary
Proposal to build a vote market platform for Saber's veSBR governance token, funded by $150,000 from ecosystem partners (UXD, BlazeStake, LP Finance, Saber). The platform would enable veSBR holders to earn yield by selling their votes, while projects could efficiently purchase liquidity incentives. MetaDAO would retain majority ownership and earn 5-15% take rate on trading volume. Development timeline: 10 weeks with 6 named contributors and structured milestones.
## Market Data
- **Outcome:** Passed
- **Proposer:** Proph3t (metaproph3t)
- **Proposal Account:** GPT8dFcpHfssMuULYKT9qERPY3heMoxwZHxgKgPw3TYM
- **Completed:** 2023-12-22
## Significance
This proposal demonstrates MetaDAO's pivot from pure launchpad to infrastructure provider for governance mechanisms. The consortium funding model ($150k external capital with MetaDAO retaining majority ownership) shows futarchy enabling multi-stakeholder coordination. Financial projections used Curve and Aura as benchmarks, estimating $1 in yearly vote volume per $50 of protocol TVL, with Saber's $20M TVL implying $400k annual volume and $20-60k annual revenue at 5-15% take rates.
The detailed execution plan (10-week timeline, $62k direct costs, 6 contributors with defined roles and rates, dual audit process) reveals the operational complexity of shipping futarchy-governed products. This contrasts with the theoretical simplicity of conditional markets as a governance primitive.
## Development Team
- Marie (swagy_marie) - UI/UX ($12k)
- Matt (fzzyyti) - Smart contracts ($24k)
- Durden (durdenwannabe) - Platform design & tokenomics ($7k)
- Proph3t (metaproph3t) - Program management ($7k)
- Joe (joebuild) - Audit ($5k)
- r0bre - Audit ($5k)
## Relationship to KB
- [[metadao]] - parent organization, governance decision
- [[MetaDAOs Autocrat program implements futarchy through conditional token markets where proposals create parallel pass and fail universes settled by time-weighted average price over a three-day window]] - mechanism being used
- futarchy-adoption-faces-friction-from-token-price-psychology-proposal-complexity-and-liquidity-requirements - demonstrates operational complexity

View file

@ -44,3 +44,7 @@ Relevant Entities:
Topics:
- [[internet finance and decision markets]]
## Timeline
- **2023-12-16** — Proposed [[metadao-develop-saber-vote-market]]: Structured $150k consortium deal with Saber, UXD, BlazeStake, and LP Finance; served as accountable party/program manager ($7k compensation)

View file

@ -0,0 +1,25 @@
---
type: entity
entity_type: company
name: "Saber"
domain: internet-finance
status: active
founded: null
website: null
key_metrics:
tvl: "$20M (as of 2023-12-16)"
governance_token: "SBR / veSBR"
tracked_by: rio
created: 2026-03-11
---
# Saber
Saber is a Solana-based automated market maker (AMM) protocol with $20M TVL as of December 2023. The protocol uses vote-escrowed SBR (veSBR) for governance, where token holders lock SBR to receive voting power over liquidity gauge emissions. Saber partnered with MetaDAO to develop a vote market platform, funded by a $150k consortium including Saber itself.
## Timeline
- **2023-12-16** — Partnered with MetaDAO on [[metadao-develop-saber-vote-market]]: Contributed to $150k consortium funding vote market development, with c2yptic (Saber team) proposing MetaDAO build the platform instead of internal development
## Relationship to KB
- [[metadao-develop-saber-vote-market]] - governance infrastructure partnership
- Comparable to Curve Finance in vote market economics (used as benchmark for volume projections)

View file

@ -0,0 +1,39 @@
---
type: source
title: "The free-energy principle: a unified brain theory?"
author: "Karl Friston"
url: https://doi.org/10.1038/nrn2787
date: 2010-02-01
domain: critical-systems
secondary_domains: [ai-alignment, collective-intelligence]
format: paper
status: processed
priority: high
tags: [free-energy-principle, active-inference, bayesian-brain, predictive-processing]
processed_by: theseus
processed_date: 2026-03-10
claims_extracted:
- "biological systems minimize free energy to maintain their states and resist entropic decay"
- "agent research direction selection is epistemic foraging where the optimal strategy is to seek observations that maximally reduce model uncertainty rather than confirm existing beliefs"
enrichments: []
---
## Content
Landmark Nature Reviews Neuroscience paper proposing the free-energy principle as a unified theory of brain function. Argues that biological agents minimize variational free energy — a tractable bound on surprise — through perception (updating internal models) and action (changing the environment to match predictions). This subsumes predictive coding, Bayesian brain hypothesis, and optimal control under a single framework.
Key claims: (1) All adaptive behavior can be cast as free energy minimization. (2) Perception and action are dual aspects of the same process. (3) The brain maintains a generative model of its environment and acts to minimize prediction error. (4) This applies hierarchically across spatial and temporal scales.
## Agent Notes
**Why this matters:** Foundational paper for the active inference framework applied to collective agent architecture. The free energy principle provides theoretical grounding for why uncertainty-directed search outperforms relevance-based search in knowledge agents.
**KB connections:**
- [[biological systems minimize free energy to maintain their states and resist entropic decay]] — direct extraction from this paper
- [[Markov blankets enable complex systems to maintain identity while interacting with environment through nested statistical boundaries]] — Markov blankets are central to Friston's framework
- [[agent research direction selection is epistemic foraging]] — applies epistemic foraging concept from this paper to agent search
## Curator Notes (structured handoff for extractor)
PRIMARY CONNECTION: biological systems minimize free energy
WHY ARCHIVED: foundational reference for active inference claims
EXTRACTION HINT: core claims already extracted; this archive provides provenance

View file

@ -6,9 +6,14 @@ url: "https://www.futard.io/proposal/GPT8dFcpHfssMuULYKT9qERPY3heMoxwZHxgKgPw3TY
date: 2023-12-16
domain: internet-finance
format: data
status: unprocessed
status: processed
tags: [futardio, metadao, futarchy, solana, governance]
event_type: proposal
processed_by: rio
processed_date: 2026-03-11
enrichments_applied: ["MetaDAOs-Autocrat-program-implements-futarchy-through-conditional-token-markets-where-proposals-create-parallel-pass-and-fail-universes-settled-by-time-weighted-average-price-over-a-three-day-window.md", "MetaDAO-is-the-futarchy-launchpad-on-Solana-where-projects-raise-capital-through-unruggable-ICOs-governed-by-conditional-markets-creating-the-first-platform-for-ownership-coins-at-scale.md", "futarchy-adoption-faces-friction-from-token-price-psychology-proposal-complexity-and-liquidity-requirements.md"]
extraction_model: "anthropic/claude-sonnet-4.5"
extraction_notes: "Primary extraction: decision_market entity for passed proposal. Three enrichments to existing futarchy mechanism claims with operational detail. Created new Saber entity. No novel claims—all insights enrich existing mechanism understanding. Proposal demonstrates MetaDAO's business model evolution from launchpad to infrastructure provider, with detailed financial modeling based on Curve/Aura benchmarks."
---
## Proposal Details
@ -201,3 +206,13 @@ For those who are more familiar with bribe terminology, which I prefer not to us
- Autocrat version: 0.1
- Completed: 2023-12-22
- Ended: 2023-12-22
## Key Facts
- Curve had $2B TVL with $1.25M biweekly vote incentives ($30M annual run rate) as of proposal date
- Pre-Luna Curve had $20B TVL with $15-20M biweekly vote volume
- Aura had $600M TVL with $900k biweekly vote volume in May 2023
- Convex charges 7-10% take rate on vote markets
- Votium charges ~3% take rate
- Hidden Hand charges ~10% take rate
- Saber had $20M TVL as of 2023-12-16

View file

@ -7,9 +7,15 @@ date: 2025-05-01
domain: entertainment
secondary_domains: []
format: article
status: unprocessed
status: processed
priority: medium
tags: [taylor-swift, ip-ownership, creator-ownership, distribution, live-entertainment]
processed_by: clay
processed_date: 2026-03-11
claims_extracted: ["direct-theater-distribution-bypasses-studio-intermediaries-when-creators-control-sufficient-audience-scale.md", "re-recordings-as-ip-reclamation-mechanism-refresh-legacy-catalog-control-and-stimulate-streaming-rebuy.md"]
enrichments_applied: ["creator-owned-streaming-infrastructure-has-reached-commercial-scale-with-430M-annual-creator-revenue-across-13M-subscribers.md", "media disruption follows two sequential phases as distribution moats fall first and creation moats fall second.md"]
extraction_model: "anthropic/claude-sonnet-4.5"
extraction_notes: "Two claims extracted: (1) direct theater distribution as studio bypass, (2) re-recordings as IP reclamation mechanism. Three enrichments to existing value chain and distribution claims. Created Taylor Swift entity. Key open question flagged: minimum community size threshold for distribution bypass viability — Swift's 100M+ fanbase may not generalize to smaller creators. Source is financial analysis with well-documented public revenue data; 'blueprint' framing is analytical interpretation."
---
## Content
@ -49,3 +55,13 @@ Analysis of Taylor Swift's IP ownership strategy as a blueprint for creator-owne
PRIMARY CONNECTION: when profits disappear at one layer of a value chain they emerge at an adjacent layer through the conservation of attractive profits
WHY ARCHIVED: Proves distribution bypass is possible at mega-scale — the question is whether it generalizes downward to smaller community-owned IPs
EXTRACTION HINT: The AMC deal specifics (57/43 split, no studio intermediary) are the concrete evidence. The broader narrative about "blueprint" is less extractable than the structural economics.
## Key Facts
- Eras Tour: $4.1B total revenue (2x any prior concert tour)
- Tour revenue was 7x recorded music revenue
- AMC concert film deal: 57/43 revenue split (Swift/AMC)
- Traditional film distribution: studios receive 40-60% of box office
- 400+ trademarks registered across 16 jurisdictions
- Re-recorded first six albums (2023-2024)
- WIPO recognized Swift's trademark strategy as model for artist IP protection

View file

@ -6,7 +6,7 @@ url: "https://www.futard.io/launch/53ppyvNpFw8n1snUNz6KqRYXxxqFEXnDrnKb4ippX8Sy"
date: 2026-02-25
domain: internet-finance
format: data
status: unprocessed
status: processed
tags: [futardio, metadao, futarchy, solana]
event_type: launch
processed_by: rio
@ -14,6 +14,10 @@ processed_date: 2026-03-11
enrichments_applied: ["MetaDAO is the futarchy launchpad on Solana where projects raise capital through unruggable ICOs governed by conditional markets creating the first platform for ownership coins at scale.md", "futarchy-governed permissionless launches require brand separation to manage reputational liability because failed projects on a curated platform damage the platforms credibility.md"]
extraction_model: "anthropic/claude-sonnet-4.5"
extraction_notes: "Single launch example demonstrating full unruggable ICO structure (DAO LLC, futarchy treasury, performance vesting) applied to AI companion product. Low funding target and immediate refunding status suggests test deployment or failed minimum raise. Provides concrete implementation evidence for MetaDAO governance architecture and raises question about brand separation strategy for failed launches."
processed_by: rio
processed_date: 2026-03-11
extraction_model: "anthropic/claude-sonnet-4.5"
extraction_notes: "Single failed launch with trivial funding target ($100) and immediate refunding status. No claims extracted — this is purely factual data about a failed raise. Entity created to document the launch as an example of Futardio platform activity and potential evidence for brand separation thesis. The launch description contains standard unruggable ICO marketing language (DAO LLC, futarchy treasury, performance vesting) but provides no novel mechanism insights beyond what's already captured in existing MetaDAO claims. The immediate failure (same-day refunding) suggests either a test deployment or a project that failed to attract any capital."
---
## Launch Details
@ -99,3 +103,11 @@ This is the only kind of raise that makes sense for a product designed to last a
- Launch date: 2026-02-25, Closed: 2026-02-25
- Platform version: v0.7
- Project website: https://meow.aol
## Key Facts
- Fancy Cats launch address: 53ppyvNpFw8n1snUNz6KqRYXxxqFEXnDrnKb4ippX8Sy
- Token: 5ea, mint: 5eaktMQvr6PGNaLkRNjjJFgWP33ANfCbUEQDMVgQmeta
- Funding target: $100.00, Status: Refunding
- Launch opened and closed 2026-02-25 (same day)
- Platform: Futardio v0.7

View file

@ -0,0 +1,37 @@
---
type: source
title: "Chat interface as sensor: user questions close the perception-action loop for knowledge agents"
author: "Cory Abdalla (@m3taversal)"
url: null
date: 2026-03-10
domain: ai-alignment
secondary_domains: [collective-intelligence]
format: conversation
status: processed
priority: high
tags: [active-inference, chat-interface, perception-action-loop, user-feedback]
processed_by: theseus
processed_date: 2026-03-10
claims_extracted:
- "user questions are an irreplaceable free energy signal for knowledge agents because they reveal functional uncertainty that the agents own model introspection cannot detect"
enrichments: []
---
## Content
During a design discussion about the Teleo agent architecture (2026-03-10), Cory Abdalla articulated the insight that chat interactions with visitors aren't just an output channel — they're a sensor. When users ask questions, they reveal where the knowledge base fails to explain the world, which is information the agents cannot derive from introspecting on their own claim graph.
The key distinction: structural uncertainty (what the agent knows it doesn't know) vs functional uncertainty (what fails in practice when real people interact with the knowledge). The two are complementary, and the best research priorities weight both.
## Agent Notes
**Why this matters:** This insight bridges active inference theory to practical agent architecture. It turns the visitor chat interface from a read-only feature into a closed-loop feedback mechanism.
**KB connections:**
- Extends [[agent research direction selection is epistemic foraging]] by adding an external sensor
- Completes the perception-action loop that active inference requires
## Curator Notes (structured handoff for extractor)
PRIMARY CONNECTION: user questions as free energy signal
WHY ARCHIVED: documents provenance of the chat-as-sensor design principle
EXTRACTION HINT: claim already extracted; this provides attribution trail