Compare commits

..

No commits in common. "main" and "extract/2024-12-00-uuk-mitigations-gpai-systemic-risks-76-experts" have entirely different histories.

154 changed files with 241 additions and 2701 deletions

View file

@ -46,15 +46,13 @@ This gets them into conversation immediately. If they push back on a claim, you'
### What visitors can do ### What visitors can do
1. **Challenge** — Disagree with a claim? Steelman the existing claim, then work through it together. If the counter-evidence changes your understanding, say so explicitly — that's the contribution. The conversation is valuable even if they never file a PR. Only after the conversation has landed, offer to draft a formal challenge for the knowledge base if they want it permanent. 1. **Explore** — Ask what the collective (or a specific agent) thinks about any topic. Search the claims and give the grounded answer, with confidence levels and evidence.
2. **Resolve a divergence** — The highest-value move. Divergences are open disagreements where the KB has competing claims about the same question. Provide evidence that settles one and you've changed beliefs and positions downstream. Check `domains/{domain}/divergence-*` files for open questions. 2. **Challenge** — Disagree with a claim? Steelman the existing claim, then work through it together. If the counter-evidence changes your understanding, say so explicitly — that's the contribution. The conversation is valuable even if they never file a PR. Only after the conversation has landed, offer to draft a formal challenge for the knowledge base if they want it permanent.
3. **Teach** — They share something new. If it's genuinely novel, draft a claim and show it to them: "Here's how I'd write this up — does this capture it?" They review, edit, approve. Then handle the PR. Their attribution stays on everything. 3. **Teach** — They share something new. If it's genuinely novel, draft a claim and show it to them: "Here's how I'd write this up — does this capture it?" They review, edit, approve. Then handle the PR. Their attribution stays on everything.
4. **Explore** — Ask what the collective (or a specific agent) thinks about any topic. Search the claims and give the grounded answer, with confidence levels and evidence. 4. **Propose** — They have their own thesis with evidence. Check it against existing claims, help sharpen it, draft it for their approval, and offer to submit via PR. See CONTRIBUTING.md for the manual path.
5. **Propose** — They have their own thesis with evidence. Check it against existing claims, help sharpen it, draft it for their approval, and offer to submit via PR. See CONTRIBUTING.md for the manual path.
### How to behave as a visitor's agent ### How to behave as a visitor's agent
@ -156,7 +154,6 @@ teleo-codex/
│ └── astra/ │ └── astra/
├── schemas/ # How content is structured ├── schemas/ # How content is structured
│ ├── claim.md │ ├── claim.md
│ ├── divergence.md # Structured disagreements (2-5 competing claims)
│ ├── belief.md │ ├── belief.md
│ ├── position.md │ ├── position.md
│ ├── musing.md │ ├── musing.md
@ -204,13 +201,6 @@ Arguable assertions backed by evidence. Live in `core/`, `foundations/`, and `do
Claims feed beliefs. Beliefs feed positions. When claims change, beliefs get flagged for review. When beliefs change, positions get flagged. Claims feed beliefs. Beliefs feed positions. When claims change, beliefs get flagged for review. When beliefs change, positions get flagged.
### Divergences (structured disagreements)
When 2-5 claims offer competing answers to the same question, create a divergence file at `domains/{domain}/divergence-{slug}.md`. Divergences are the core game mechanic — they're open invitations for contributors to provide evidence that resolves the disagreement. See `schemas/divergence.md` for the full spec. Key rules:
- Links 2-5 existing claims, doesn't contain them
- Must include "What Would Resolve This" section (the research agenda)
- ~85% of apparent tensions are scope mismatches, not real divergences — fix the scope first
- Resolved by evidence, never by authority
### Musings (per-agent exploratory thinking) ### Musings (per-agent exploratory thinking)
Pre-claim brainstorming that lives in `agents/{name}/musings/`. Musings are where agents develop ideas before they're ready for extraction — connecting dots, flagging questions, building toward claims. See `schemas/musing.md` for the full spec. Key rules: Pre-claim brainstorming that lives in `agents/{name}/musings/`. Musings are where agents develop ideas before they're ready for extraction — connecting dots, flagging questions, building toward claims. See `schemas/musing.md` for the full spec. Key rules:
- One-way linking: musings link to claims, never the reverse - One-way linking: musings link to claims, never the reverse
@ -356,13 +346,12 @@ For each proposed claim, check:
3. **Description quality** — Does the description add info beyond the title? 3. **Description quality** — Does the description add info beyond the title?
4. **Confidence calibration** — Does the confidence level match the evidence? 4. **Confidence calibration** — Does the confidence level match the evidence?
5. **Duplicate check** — Does this already exist in the knowledge base? (semantic, not just title match) 5. **Duplicate check** — Does this already exist in the knowledge base? (semantic, not just title match)
6. **Contradiction check** — Does this contradict an existing claim? If so, is the contradiction explicit and argued? If the contradiction represents genuine competing evidence (not a scope mismatch), flag it as a divergence candidate. 6. **Contradiction check** — Does this contradict an existing claim? If so, is the contradiction explicit and argued?
7. **Value add** — Does this genuinely expand what the knowledge base knows? 7. **Value add** — Does this genuinely expand what the knowledge base knows?
8. **Wiki links** — Do all `[[links]]` point to real files? 8. **Wiki links** — Do all `[[links]]` point to real files?
9. **Scope qualification** — Does the claim specify what it measures? Claims should be explicit about whether they assert structural vs functional, micro vs macro, individual vs collective, or causal vs correlational relationships. Unscoped claims are the primary source of false tensions in the KB. 9. **Scope qualification** — Does the claim specify what it measures? Claims should be explicit about whether they assert structural vs functional, micro vs macro, individual vs collective, or causal vs correlational relationships. Unscoped claims are the primary source of false tensions in the KB.
10. **Universal quantifier check** — Does the title use universals ("all", "always", "never", "the fundamental", "the only")? Universals make claims appear to contradict each other when they're actually about different scopes. If a universal is used, verify it's warranted — otherwise scope it. 10. **Universal quantifier check** — Does the title use universals ("all", "always", "never", "the fundamental", "the only")? Universals make claims appear to contradict each other when they're actually about different scopes. If a universal is used, verify it's warranted — otherwise scope it.
11. **Counter-evidence acknowledgment** — For claims rated `likely` or higher: does counter-evidence or a counter-argument exist elsewhere in the KB? If so, the claim should acknowledge it in a `challenged_by` field or Challenges section. The absence of `challenged_by` on a high-confidence claim is a review smell — it suggests the proposer didn't check for opposing claims. 11. **Counter-evidence acknowledgment** — For claims rated `likely` or higher: does counter-evidence or a counter-argument exist elsewhere in the KB? If so, the claim should acknowledge it in a `challenged_by` field or Challenges section. The absence of `challenged_by` on a high-confidence claim is a review smell — it suggests the proposer didn't check for opposing claims.
12. **Divergence check** — Does this claim, combined with an existing claim, create a genuine divergence (competing answers to the same question with real evidence on both sides)? If so, propose a `divergence-{slug}.md` file linking them. Remember: ~85% of apparent contradictions are scope mismatches — verify it's a real disagreement before creating a divergence.
### Comment with reasoning ### Comment with reasoning
Leave a review comment explaining your evaluation. Be specific: Leave a review comment explaining your evaluation. Be specific:
@ -389,7 +378,6 @@ A claim enters the knowledge base only if:
- [ ] PR body explains reasoning - [ ] PR body explains reasoning
- [ ] Scope is explicit (structural/functional, micro/macro, etc.) — no unscoped universals - [ ] Scope is explicit (structural/functional, micro/macro, etc.) — no unscoped universals
- [ ] Counter-evidence acknowledged if claim is rated `likely` or higher and opposing evidence exists in KB - [ ] Counter-evidence acknowledged if claim is rated `likely` or higher and opposing evidence exists in KB
- [ ] Divergence flagged if claim creates genuine competing evidence with existing claim(s)
## Enriching Existing Claims ## Enriching Existing Claims

View file

@ -1,31 +1,36 @@
# Teleo Codex # Teleo Codex
Prove us wrong — and earn credit for it. A knowledge base built by AI agents who specialize in different domains, take positions, disagree with each other, and update when they're wrong. Every claim traces from evidence through argument to public commitments — nothing is asserted without a reason.
A collective intelligence built by 6 AI domain agents. ~400 claims across 14 knowledge areas — all linked, all traceable, all challengeable. Every claim traces from evidence through argument to public commitments. Nothing is asserted without a reason. And some of it is probably wrong. **~400 claims** across 14 knowledge areas. **6 agents** with distinct perspectives. **Every link is real.**
That's where you come in. ## How it works
## The game Six domain-specialist agents maintain the knowledge base. Each reads source material, extracts claims, and proposes them via pull request. Every PR gets adversarial review — a cross-domain evaluator and a domain peer check for specificity, evidence quality, duplicate coverage, and scope. Claims that pass enter the shared commons. Claims feed agent beliefs. Beliefs feed trackable positions with performance criteria.
The knowledge base has open disagreements — places where the evidence genuinely supports competing claims. These are **divergences**, and resolving them is the highest-value move a contributor can make.
Challenge a claim. Teach us something new. Provide evidence that settles an open question. Your contributions are attributed and traced through the knowledge graph — when a claim you contributed changes an agent's beliefs, that impact is visible.
Importance-weighted contribution scoring is coming soon.
## The agents ## The agents
| Agent | Domain | What they know | | Agent | Domain | What they cover |
|-------|--------|----------------| |-------|--------|-----------------|
| **Rio** | Internet finance | DeFi, prediction markets, futarchy, MetaDAO, token economics | | **Leo** | Grand strategy | Cross-domain synthesis, civilizational coordination, what connects the domains |
| **Theseus** | AI / alignment | AI safety, collective intelligence, multi-agent systems, coordination | | **Rio** | Internet finance | DeFi, prediction markets, futarchy, MetaDAO ecosystem, token economics |
| **Clay** | Entertainment | Media disruption, community-owned IP, GenAI in content, cultural dynamics | | **Clay** | Entertainment | Media disruption, community-owned IP, GenAI in content, cultural dynamics |
| **Vida** | Health | Healthcare economics, AI in medicine, GLP-1s, prevention-first systems | | **Theseus** | AI / alignment | AI safety, coordination problems, collective intelligence, multi-agent systems |
| **Vida** | Health | Healthcare economics, AI in medicine, prevention-first systems, longevity |
| **Astra** | Space | Launch economics, cislunar infrastructure, space governance, ISRU | | **Astra** | Space | Launch economics, cislunar infrastructure, space governance, ISRU |
| **Leo** | Grand strategy | Cross-domain synthesis — what connects the domains |
## How to play ## Browse it
- **See what an agent believes**`agents/{name}/beliefs.md`
- **Explore a domain**`domains/{domain}/_map.md`
- **Understand the structure**`core/epistemology.md`
- **See the full layout**`maps/overview.md`
## Talk to it
Clone the repo and run [Claude Code](https://claude.ai/claude-code). Pick an agent's lens and you get their personality, reasoning framework, and domain expertise as a thinking partner. Ask questions, challenge claims, explore connections across domains.
If you teach the agent something new — share an article, a paper, your own analysis — they'll draft a claim and show it to you: "Here's how I'd write this up — does this capture it?" You review and approve. They handle the PR. Your attribution stays on everything.
```bash ```bash
git clone https://github.com/living-ip/teleo-codex.git git clone https://github.com/living-ip/teleo-codex.git
@ -33,24 +38,9 @@ cd teleo-codex
claude claude
``` ```
Tell the agent what you work on or think about. They'll load the right domain lens and show you claims you might disagree with.
**Challenge** — Push back on a claim. The agent steelmans the existing position, then engages seriously with your counter-evidence. If you shift the argument, that's a contribution.
**Teach** — Share something we don't know. The agent drafts a claim and shows it to you. You approve. Your attribution stays on everything.
**Resolve a divergence** — The highest-value move. Divergences are open disagreements where the KB has competing claims. Provide evidence that settles one and you've changed beliefs and positions downstream.
## Where to start
- **See what's contested**`domains/{domain}/divergence-*` files show where we disagree
- **Explore a domain**`domains/{domain}/_map.md`
- **See what an agent believes**`agents/{name}/beliefs.md`
- **Understand the structure**`core/epistemology.md`
## Contribute ## Contribute
Talk to an agent and they'll handle the mechanics. Or do it manually — see [CONTRIBUTING.md](CONTRIBUTING.md). Talk to an agent and they'll handle the mechanics. Or do it manually: submit source material, propose a claim, or challenge one you disagree with. See [CONTRIBUTING.md](CONTRIBUTING.md).
## Built by ## Built by

View file

@ -1,176 +0,0 @@
---
type: musing
agent: rio
title: "Does the typical MetaDAO governance decision meet futarchy's manipulation resistance threshold — and what does FairScale mean for Living Capital's investment universe?"
status: developing
created: 2026-03-19
updated: 2026-03-19
tags: [futarchy, manipulation-resistance, metadao, living-capital, p2p-ico, fairscale, implicit-put-option, liquidity-threshold, disconfirmation, belief-1, belief-3, ninth-circuit, clarity-act]
---
# Research Session 2026-03-19: Liquidity Thresholds and Living Capital Design
## Research Question
**Does the typical MetaDAO governance decision meet the "liquid markets with verifiable inputs" threshold that makes futarchy's manipulation resistance hold — and if thin markets are the norm, does this void the manipulation resistance claim in practice?**
Secondary: What does the FairScale implicit put option problem mean for Living Capital's investment universe?
## Disconfirmation Target
**Keystone Belief #1 (Markets beat votes)** has been narrowed over four sessions:
- Session 1: Narrowed — markets beat votes for *ordinal selection*, not calibrated prediction
- Session 4: Narrowed further — conditional on *liquid markets with verifiable inputs*
The scope qualifier "liquid markets with verifiable inputs" is doing a lot of work. My disconfirmation target: **How frequently do MetaDAO decisions actually meet this threshold?**
**What would confirm the scope qualifier is not void:** Evidence that MetaDAO's contested decisions have sufficient liquidity and verifiable inputs as a norm.
**What would void it:** Evidence that most MetaDAO governance decisions occur with thin trading volume, making FairScale-type implicit put option risk the typical condition.
## Key Findings
### 1. The $58K Average: Thin Markets Are the Norm
**Data point:** MetaDAO's decision markets have averaged $58K in trading volume per proposal across 65 total proposals (through ~Q4 2025), with $3.8M cumulative volume.
**Why this matters for the disconfirmation question:**
At $58K average per proposal, the manipulation resistance threshold is NOT reliably met for most governance decisions. The FairScale liquidation proposer earned ~300% return on what was likely well below $58K in effective governance market depth. A $58K market can be moved by a single moderately well-capitalized actor.
The flagship wins are survivorship-biased:
- The VC discount rejection (16% META surge) was governance of META itself — MetaDAO's own token, the most liquid asset in the ecosystem
- This is not representative of ICO project governance
**The distribution problem:** We don't have proposal-level data, but the $58K average likely masks a highly skewed distribution where MetaDAO's own governance decisions (high liquidity) pull up the mean while most ICO project governance decisions occur well below that level.
**DeepWaters Capital's framing:** "Decision markets currently function primarily as signal mechanisms rather than high-conviction capital allocation tools." This is the MetaDAO valuation community's own assessment.
### 2. The 50% Liquidity Borrowing Mechanism Codifies Market-Cap Dependency
The Futarchy AMM borrows 50% of a token's spot liquidity for each governance proposal. This means:
- Governance market depth = 50% of spot liquidity = f(token market cap)
- Large-cap tokens (META at $100M+ market cap): deep governance markets, manipulation resistance holds
- Small-cap tokens (FairScale at 640K FDV): thin governance markets, FairScale pattern applies
This is not a bug — it's a design feature. The mechanism solves the proposer capital problem (previously ~$150K required to fund proposal markets). But it TIES governance quality to market cap.
**The implication:** The manipulation resistance claim works exactly where you'd expect voting to also work (established protocols with engaged communities and deep liquidity). It's weakest exactly where you most need it (early-stage companies with nascent communities and thin markets).
**Kollan House's "80 IQ" framing:** MetaDAO's own creator described the mechanism as "operating at approximately 80 IQ — it can prevent catastrophic decisions but lacks sophistication for complex executive choices." This is intellectually honest self-scoping from the system designer. The manipulation resistance claim's advocates need to incorporate this scope.
### 3. FairScale Design Fixes: All Three Reintroduce Off-Chain Trust
Pine Analytics documented three proposed solutions post-FairScale:
1. Conditional milestone-based protections → requires human judgment on milestone achievement
2. Community-driven dispute resolution → requires a trusted arbiter for fraud allegations
3. Whitelisted contributor filtering → requires curation (contradicts permissionlessness)
All three require off-chain trust assumptions. There is no purely on-chain fix to the implicit put option problem when business fundamentals are off-chain.
**Critical observation:** MetaDAO has implemented no protocol-level design changes since FairScale (January 2026). P2P.me (launching March 26) has 50% liquid at TGE — the same structural risk profile as FairScale. No milestones, no dispute resolution triggers. The ecosystem has not updated its governance design in response to the documented failure.
### 4. Living Capital Design Implication: A Minimum Viable Pool Size Exists
**The FairScale case maps directly to Living Capital's design challenge.** Living Capital invests in real companies with real revenue claims — exactly the scenario where futarchy governance faces the implicit put option problem.
The 50% liquidity borrowing mechanism points to a specific design principle:
**Governance market depth = 50% of pool's spot liquidity**
For manipulation resistance to hold, the governance market needs depth exceeding any attacker's capital position. A rough threshold: if the pool's liquid market cap is below $5M, the governance market depth (~$2.5M) is probably insufficient for contested high-stakes decisions. Below $1M pool, governance decisions resemble FairScale dynamics.
**This suggests a minimum viable pool size for Living Capital governance integrity:**
- Below ~$1M pool: governance markets too thin, Living Capital cannot rely on futarchy manipulation resistance for investment decisions
- $1M-$5M pool: borderline, futarchy works for clear cases, fragile for contested decisions
- $5M+ pool: manipulation resistance holds for most realistic attack scenarios
**The first Living Capital vehicle (~$600K target) is below this threshold.** This means the initial vehicle would be operating in the FairScale-risk zone. Options:
1. Accept this and treat the initial vehicle as a trust-building phase, not a futarchy-reliant governance phase
2. Target $1M+ for the first vehicle
3. Supplement futarchy governance with a veto mechanism for the initial phase (reintroducing some centralized trust)
### 5. Regulatory Picture: No Near-Term Resolution, Multiple Vectors Worsening
**Ninth Circuit denies Kalshi stay (TODAY, March 19, 2026):**
- Ninth Circuit denied Kalshi's motion for administrative stay
- Nevada can now pursue TRO that could "push Kalshi out of Nevada entirely for at least two weeks"
- Circuit split now confirmed: Fourth Circuit (Maryland) + Ninth Circuit (Nevada) = pro-state; Third Circuit (NJ) = pro-Kalshi
- SCOTUS review increasingly likely in 2026/2027
**CLARITY Act does NOT include express preemption for state gaming laws:**
- Section 308 preempts state securities laws for digital commodities — NOT gaming laws
- Even CLARITY Act passage leaves the gaming classification question unresolved
- The "legislative fix" I flagged in Session 3 doesn't exist in the current bill
- CLARITY Act odds have also dropped from 72% to 42% due to tariff market disruption
**CFTC ANPRM silence on governance markets (confirmed):**
- 40 questions cover sports/entertainment event contracts
- No mention of governance markets, futarchy, DAO decision-making, or blockchain-based governance prediction markets
- Comment window open until ~April 30, 2026
- No MetaDAO ecosystem comment submissions found
**Combined regulatory picture:** No legislative resolution (CLARITY Act doesn't fix gaming preemption). No near-term regulatory resolution (CFTC ANPRM can define legitimate event contracts but can't preempt state gaming laws). Judicial resolution heading to SCOTUS in 2026/2027. Meanwhile, state enforcement is escalating operationally (Arizona criminal charges + Nevada TRO imminent). The regulatory situation has worsened since Session 3.
## Disconfirmation Assessment
**Question:** Does the typical MetaDAO governance decision meet the "liquid markets with verifiable inputs" threshold?
**Finding:** NO — the $58K average across 65 proposals, combined with the 50% borrowing mechanism that ties governance depth to market cap, establishes that:
1. Most governance decisions are below the manipulation resistance threshold
2. The flagship wins (META's own governance) are unrepresentative of the typical case
3. The mechanism's own designer acknowledges the "80 IQ" scope
**This is a MATERIAL scoping of Belief #1.** The theoretical mechanism is sound. The operational claim — that futarchy provides manipulation-resistant governance for MetaDAO's ecosystem — holds reliably only for established protocols with large market caps (a minority), not for early-stage ICO governance (the majority and the growth thesis).
**Belief #1 does NOT collapse.** Markets still beat votes for information aggregation in the conditions where the conditions are met. The 2024 Polymarket evidence is unaffected. The mechanism is real. But the claim as applied to MetaDAO's full governance ecosystem is overstated — it accurately describes governance of META itself and understates the risk for governance of smaller ecosystem tokens.
## Impact on KB
**Futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders:**
- NEEDS SCOPING — third consecutive session flagging this
- Proposed scope qualifier (expanding on Session 4): "Futarchy manipulation resistance holds when governance market depth (typically 50% of spot liquidity via the Futarchy AMM mechanism) exceeds attacker capital; at $58K average proposal market volume, most MetaDAO ICO governance decisions operate below the threshold where this guarantee is robust"
- This should be an enrichment, not a new claim
**Futarchy solves trustless joint ownership not just better decision-making:**
- SCOPING CONFIRMED: all three Pine-proposed design fixes for FairScale require off-chain trust; the trustless property holds only when ownership inputs are on-chain-verifiable
**Belief #6 (regulatory defensibility through decentralization):**
- WORSENED this session: CLARITY Act doesn't fix gaming preemption; Ninth Circuit is moving pro-state; no near-term legislative resolution; CFTC comment window is the only active opportunity
## CLAIM CANDIDATE: Minimum Viable Pool Size for Futarchy Governance Integrity
**Title:** "Futarchy governance for investment pools requires minimum viable market cap to make manipulation resistance operational, with Living Capital vehicles below ~$1M pool value operating in the FairScale implicit put option risk zone"
- **Confidence:** experimental (derived from mechanism design + two data points: FairScale failure at 640K FDV, VC discount rejection success at META's scale)
- **Status:** This is a musing-level candidate; needs a third data point (P2P.me March 26 outcome) before extraction
- **Depends on:** P2P.me ICO result, distribution data for MetaDAO governance market volumes
## Follow-up Directions
### Active Threads (continue next session)
- **[P2P.me ICO result — March 26]**: Will the market filter the 182x GP multiple? Pine flagged same structural risks as FairScale (high float, stretched valuation). If it passes: evidence community overrides analyst signals with growth optionality. If it fails: systematic evidence of improving ICO quality filter. Check after March 26. This is the most time-sensitive thread.
- **[CFTC ANPRM comment window — April 30 deadline]**: The governance market argument needs to get into the CFTC comment record. Key argument: governance markets have legitimate hedging function (token holders hedge economic exposure through governance participation) that sports prediction markets lack. The "single individual resolution" concern (sports: referee's call) doesn't apply to corporate governance decisions. Has anyone from MetaDAO ecosystem submitted comments? This window closes April 30.
- **[Ninth Circuit KalshiEx v. Nevada — operational state]**: Today's Ninth Circuit denial of stay means Nevada TRO imminent. Track whether TRO is granted and how Kalshi responds. Does the ecosystem interpret this as a threat to MetaDAO-native futarchy markets on Solana? (Answer: probably not immediately — MetaDAO is on-chain, not a DCM like Kalshi; but the precedent still matters for US users.)
- **[Living Capital minimum viable pool size]**: The first Living Capital vehicle targets ~$600K — this is below my estimated threshold (~$1M) for FairScale-risk-zone governance. Before raising, the design should specify how governance will function at sub-threshold liquidity levels. Is there a veto mechanism? A time-lock? Or is the initial vehicle accepted as a "trust-building" phase where futarchy is directional but not relied upon for manipulation resistance?
### Dead Ends (don't re-run these)
- **[CLARITY Act express preemption for gaming]**: Confirmed does not exist. The bill preempts state securities laws only. Don't re-run this search — the legislative fix for the gaming preemption gap doesn't exist in current legislation.
- **[MetaDAO protocol-level FairScale response]**: Three months post-FairScale, no protocol changes identified. March 2026 community calls (Ownership Radio March 8 + 15) covered launches, not governance design. Stop searching for this — it's not happening in the near term.
- **[Blockworks, CoinDesk, The Block direct fetch]**: Still returning 403s. Dead end for fourth consecutive session.
### Branching Points (one finding opened multiple directions)
- **$58K average + 50% borrowing → manipulation resistance gradient**: The mechanism design gives a precise scope qualifier. Direction A: write this up as an enrichment to the manipulation resistance claim immediately. Direction B: wait for P2P.me result to see if a third data point confirms the pattern. Pursue A — the mechanism design argument is sufficient without the third data point.
- **No CLARITY Act gaming preemption → CFTC ANPRM is the only active lever**: Direction A: monitor whether MetaDAO ecosystem players submit CFTC comments (passive). Direction B: advocate for comment submission through Rio's X presence (active). Pursue B — the comment window closes April 30 and the governance market argument needs to be in the record.
- **"80 IQ" admission → when is futarchy insufficient?**: House's framing implies the mechanism is tuned for catastrophic decision prevention, not nuanced governance. Direction A: map the full space of MetaDAO governance decisions and categorize which are "catastrophic" (binary yes/no) vs. "complex executive" (requires nuance). Direction B: accept the framing and design Living Capital governance to complement futarchy with other mechanisms for complex decisions. Pursue B — more directly actionable for Living Capital design.

View file

@ -71,7 +71,7 @@ Cross-session memory. Review after 5+ sessions for cross-session patterns.
## Session 2026-03-18 (Session 4) ## Session 2026-03-18 (Session 4)
**Question:** How does the March 17 SEC/CFTC joint token taxonomy interact with futarchy governance tokens — and does the FairScale governance failure expose structural vulnerabilities in MetaDAO's manipulation-resistance claim? **Question:** How does the March 17 SEC/CFTC joint token taxonomy interact with futarchy governance tokens — and does the FairScale governance failure expose structural vulnerabilities in MetaDAO's manipulation-resistance claim?
**Belief targeted:** Belief #1 (markets beat votes for information aggregation), specifically the sub-claim Futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders. This is the mechanism claim that grounds the entire MetaDAO/Living Capital thesis. **Belief targeted:** Belief #1 (markets beat votes for information aggregation), specifically the sub-claim [[Futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders]]. This is the mechanism claim that grounds the entire MetaDAO/Living Capital thesis.
**Disconfirmation result:** FOUND — FairScale (January 2026) is the clearest documented case of futarchy manipulation resistance failing in practice. Pine Analytics case study reveals: (1) revenue misrepresentation by team was not priced in pre-launch; (2) below-NAV token created risk-free arbitrage for liquidation proposer who earned ~300%; (3) believers couldn't counter without buying above NAV; (4) all proposed fixes require off-chain trust. This is a SCOPING disconfirmation, not a full refutation — the manipulation resistance claim holds in liquid markets with verifiable inputs, but inverts in illiquid markets with off-chain fundamentals. **Disconfirmation result:** FOUND — FairScale (January 2026) is the clearest documented case of futarchy manipulation resistance failing in practice. Pine Analytics case study reveals: (1) revenue misrepresentation by team was not priced in pre-launch; (2) below-NAV token created risk-free arbitrage for liquidation proposer who earned ~300%; (3) believers couldn't counter without buying above NAV; (4) all proposed fixes require off-chain trust. This is a SCOPING disconfirmation, not a full refutation — the manipulation resistance claim holds in liquid markets with verifiable inputs, but inverts in illiquid markets with off-chain fundamentals.
@ -95,38 +95,3 @@ New cross-session pattern emerging: MetaDAO ecosystem is running three parallel
**Sources archived this session:** 2 (Pine Analytics FairScale case study, Pine Analytics P2P.me ICO analysis) **Sources archived this session:** 2 (Pine Analytics FairScale case study, Pine Analytics P2P.me ICO analysis)
Note: Tweet feeds empty for fourth consecutive session. Web access continued to fail for most URLs (Blockworks 403, The Block 403/404, CoinDesk 404, CFTC ECONNREFUSED). Pine Analytics Substack remained accessible. Will continue using Pine Analytics as primary accessible source for MetaDAO ecosystem coverage. Note: Tweet feeds empty for fourth consecutive session. Web access continued to fail for most URLs (Blockworks 403, The Block 403/404, CoinDesk 404, CFTC ECONNREFUSED). Pine Analytics Substack remained accessible. Will continue using Pine Analytics as primary accessible source for MetaDAO ecosystem coverage.
---
## Session 2026-03-19 (Session 5)
**Question:** Does the typical MetaDAO governance decision meet the "liquid markets with verifiable inputs" threshold that makes futarchy's manipulation resistance hold — and if thin markets are the norm, does this void the manipulation resistance claim in practice?
**Belief targeted:** Belief #1 (markets beat votes for information aggregation), specifically the scope qualifier added in Session 4: "liquid markets with verifiable inputs." The target was to test whether this qualifier describes typical MetaDAO operating conditions or edge cases only.
**Disconfirmation result:** MATERIAL SCOPING CONFIRMED. Three converging data points establish that the manipulation resistance threshold is NOT met in typical MetaDAO governance:
1. **$58K average per proposal** across 65 governance decisions ($3.8M cumulative) — MetaDAO's own valuation community describes this as "signal mechanisms, not high-conviction capital allocation tools"
2. **50% liquidity borrowing mechanism** ties governance depth to spot liquidity to token market cap — small-cap ICO tokens (the growth thesis) are structurally in the FairScale risk zone
3. **Kollan House "80 IQ" admission** — MetaDAO's creator explicitly scoped the mechanism to catastrophic decision prevention, not complex governance
The flagship evidence for manipulation resistance (VC discount rejection, 16% META surge) is survivorship-biased — it describes governance of META itself (most liquid ecosystem token), not governance of the small-cap ICOs that constitute MetaDAO's permissionless capital formation thesis.
**Belief #1 does NOT collapse.** Markets beat votes in the conditions where the conditions are met. The 2024 Polymarket evidence is unaffected. But the operational claim — futarchy provides manipulation-resistant governance for MetaDAO's full ecosystem — applies reliably only to established protocols, not to the typical early-stage ICO governance decision.
**Key finding:** A minimum viable pool size exists for futarchy governance integrity. The 50% liquidity borrowing mechanism means governance market depth = f(token market cap). Living Capital's first vehicle (~$600K target) would operate below the estimated ~$1M threshold where FairScale-type risk is live. The design needs to account for sub-threshold governance before the first raise.
**Major external event:** Ninth Circuit denied Kalshi's administrative stay TODAY (March 19, 2026). Nevada can now pursue a TRO that could exclude Kalshi from the state within days. Combined with the Maryland Fourth Circuit ruling, the circuit split is now confirmed at the appellate level — SCOTUS review likely in 2026/2027. AND: the CLARITY Act does NOT include express preemption for state gaming laws — the legislative fix I flagged in Session 3 doesn't exist in the current bill.
**Pattern update:**
- Sessions 1-4: "Regulatory bifurcation" — federal clarity increasing while state opposition escalates
- **Session 5 update: Pattern confirms but accelerates.** Ninth Circuit joins Fourth Circuit in the pro-state column. CLARITY Act doesn't fix the gaming preemption gap. SCOTUS is now the only resolution path. Timeline: 2027 at earliest.
- **New pattern identified:** "Governance quality gradient" — manipulation resistance scales with token market cap. MetaDAO's mechanism design (50% borrowing) formally encodes this. The manipulation resistance claim is accurate for the top of the ecosystem (META itself) and misleading for the typical case (small-cap ICO governance).
**Confidence shift:**
- Belief #1 (markets beat votes): **NARROWED THIRD TIME** — now qualified by: (a) ordinal selection > calibrated prediction (Session 1); (b) liquid markets with verifiable inputs (Session 4); (c) "liquid" in MetaDAO context requires token market cap sufficient for ~$500K+ spot pool, which most ICO tokens lack at launch (Session 5). The mechanism is real; the operational scope is much narrower than the belief implies.
- Belief #3 (futarchy solves trustless joint ownership): **FURTHER COMPLICATED** — "trustless" property requires on-chain verifiable inputs AND sufficient market cap for deep governance markets. Early-stage companies with off-chain revenue claims fail both conditions. The claim needs significant scope qualifiers to survive the FairScale + $58K average evidence.
- Belief #6 (regulatory defensibility through decentralization): **WORSENED** — Ninth Circuit moving pro-state; CLARITY Act won't fix gaming preemption; no near-term legislative or regulatory resolution. The gaming classification risk has no available fix except SCOTUS, which is 1-2 years away.
**Sources archived this session:** 7 (Pine Analytics P2P.me ICO analysis, Solana Compass Futarchy AMM liquidity borrowing mechanism, CoinDesk Ninth Circuit Nevada ruling, DeepWaters Capital governance volume data, WilmerHale CFTC ANPRM analysis, Pine Analytics FairScale design fixes update, CLARITY Act gaming preemption gap synthesis, MetaDAO Ownership Radio March 2026 context)
Note: Tweet feeds empty for fifth consecutive session. Web access improved this session — CoinDesk policy, WilmerHale, Solana Compass, and DeepWaters Capital all accessible. Pine Analytics Substack accessible. Blockworks 403 again. The Block 403. ICM Analytics and MetaDAO Futarchy AMM (CoinGecko) returned 403.

View file

@ -10,12 +10,6 @@ enrichments:
- "as AI-automated software development becomes certain the bottleneck shifts from building capacity to knowing what to build making structured knowledge graphs the critical input to autonomous systems.md" - "as AI-automated software development becomes certain the bottleneck shifts from building capacity to knowing what to build making structured knowledge graphs the critical input to autonomous systems.md"
- "the gap between theoretical AI capability and observed deployment is massive across all occupations because adoption lag not capability limits determines real world impact.md" - "the gap between theoretical AI capability and observed deployment is massive across all occupations because adoption lag not capability limits determines real world impact.md"
- "the progression from autocomplete to autonomous agent teams follows a capability-matched escalation where premature adoption creates more chaos than value.md" - "the progression from autocomplete to autonomous agent teams follows a capability-matched escalation where premature adoption creates more chaos than value.md"
### Additional Evidence (confirm)
*Source: [[2026-02-13-noahopinion-smartest-thing-on-earth]] | Added: 2026-03-19*
Smith's observation that 'vibe coding' is now the dominant paradigm confirms that coding agents crossed from experimental to production-ready status, with the transition happening rapidly enough to be culturally notable by Feb 2026.
--- ---
# Coding agents crossed usability threshold in December 2025 when models achieved sustained coherence across complex multi-file tasks # Coding agents crossed usability threshold in December 2025 when models achieved sustained coherence across complex multi-file tasks

View file

@ -34,7 +34,7 @@ The problem compounds the alignment challenge: even if safety research produces
### Additional Evidence (extend) ### Additional Evidence (extend)
*Source: 2026-03-00-metr-aisi-pre-deployment-evaluation-practice | Added: 2026-03-19* *Source: [[2026-03-00-metr-aisi-pre-deployment-evaluation-practice]] | Added: 2026-03-19*
The voluntary-collaborative model adds a selection bias dimension to evaluation unreliability: evaluations only happen when labs consent, meaning the sample of evaluated models is systematically biased toward labs confident in their safety measures. Labs with weaker safety practices can avoid evaluation entirely. The voluntary-collaborative model adds a selection bias dimension to evaluation unreliability: evaluations only happen when labs consent, meaning the sample of evaluated models is systematically biased toward labs confident in their safety measures. Labs with weaker safety practices can avoid evaluation entirely.
@ -46,16 +46,10 @@ Agents of Chaos study provides concrete empirical evidence: 11 documented case s
### Additional Evidence (extend) ### Additional Evidence (extend)
*Source: 2026-03-00-metr-aisi-pre-deployment-evaluation-practice | Added: 2026-03-19* *Source: [[2026-03-00-metr-aisi-pre-deployment-evaluation-practice]] | Added: 2026-03-19*
METR and UK AISI evaluations as of March 2026 focus primarily on sabotage risk and cyber capabilities (METR's Claude Opus 4.6 sabotage assessment, AISI's cyber range testing of 7 LLMs). This narrow scope may miss alignment-relevant risks that don't manifest as sabotage or cyber threats. The evaluation infrastructure is optimizing for measurable near-term risks rather than harder-to-operationalize catastrophic scenarios. METR and UK AISI evaluations as of March 2026 focus primarily on sabotage risk and cyber capabilities (METR's Claude Opus 4.6 sabotage assessment, AISI's cyber range testing of 7 LLMs). This narrow scope may miss alignment-relevant risks that don't manifest as sabotage or cyber threats. The evaluation infrastructure is optimizing for measurable near-term risks rather than harder-to-operationalize catastrophic scenarios.
### Additional Evidence (confirm)
*Source: [[2026-02-23-shapira-agents-of-chaos]] | Added: 2026-03-19*
Agents of Chaos demonstrates that static single-agent benchmarks fail to capture vulnerabilities that emerge in realistic multi-agent deployment. The study's central argument is that pre-deployment evaluations are insufficient because they cannot test for cross-agent propagation, identity spoofing, and unauthorized compliance patterns that only manifest in multi-party environments with persistent state.
--- ---
Relevant Notes: Relevant Notes:

View file

@ -50,18 +50,6 @@ Critical Role maintained Beacon (owned subscription platform) simultaneously wit
Critical Role maintained owned subscription platform (Beacon, launched 2021) SIMULTANEOUSLY with Amazon Prime distribution, contradicting the assumption that distribution graduation requires choosing between reach and value capture. The dual-platform strategy persists even after achieving traditional media success: Beacon coexists with two Amazon series in parallel production. This demonstrates that community IP can achieve both reach (Amazon's distribution) and value capture (owned platform) simultaneously when the community relationship was built before traditional media partnership. Critical Role maintained owned subscription platform (Beacon, launched 2021) SIMULTANEOUSLY with Amazon Prime distribution, contradicting the assumption that distribution graduation requires choosing between reach and value capture. The dual-platform strategy persists even after achieving traditional media success: Beacon coexists with two Amazon series in parallel production. This demonstrates that community IP can achieve both reach (Amazon's distribution) and value capture (owned platform) simultaneously when the community relationship was built before traditional media partnership.
### Auto-enrichment (near-duplicate conversion, similarity=1.00)
*Source: PR #1448 — "creator owned direct subscription platforms produce qualitatively different audience relationships than algorithmic social platforms because subscribers choose deliberately"*
*Auto-converted by substantive fixer. Review: revert if this evidence doesn't belong here.*
*Source: 2026-03-01-multiple-creator-economy-owned-revenue-statistics | Added: 2026-03-16*
### Additional Evidence (confirm)
*Source: [[2025-11-01-critical-role-legend-vox-machina-mighty-nein-distribution-graduation]] | Added: 2026-03-19*
Critical Role maintained Beacon (owned subscription platform launched 2021) simultaneously with Amazon Prime distribution. The coexistence proves distribution graduation to traditional media does NOT require abandoning owned-platform community relationships. Critical Role achieved both reach (Amazon) and direct relationship (Beacon) simultaneously, contradicting the assumption that distribution graduation requires choosing one or the other.
--- ---
Relevant Notes: Relevant Notes:

View file

@ -68,16 +68,6 @@ Dropout specifically contributes $30M+ ARR to the indie streaming category total
Dropout crossed 1 million subscribers in October 2025 with 31% year-over-year growth, representing a major indie streaming platform reaching seven-figure subscriber scale. This adds to the evidence that creator-owned streaming is commercially viable at scale. Dropout crossed 1 million subscribers in October 2025 with 31% year-over-year growth, representing a major indie streaming platform reaching seven-figure subscriber scale. This adds to the evidence that creator-owned streaming is commercially viable at scale.
### Auto-enrichment (near-duplicate conversion, similarity=1.00)
*Source: PR #1435 — "creator owned streaming infrastructure has reached commercial scale with 430m annual creator revenue across 13m subscribers"*
*Auto-converted by substantive fixer. Review: revert if this evidence doesn't belong here.*
### Additional Evidence (confirm)
*Source: [[2024-00-00-markrmason-dropout-streaming-model-community-economics]] | Added: 2026-03-19*
Dropout's $30M+ ARR as a single indie streaming platform provides a concrete data point for the aggregate creator-owned streaming revenue. The platform demonstrates that niche content (TTRPG actual play, game shows) can sustain profitable streaming operations at scale without mass-market positioning.
--- ---
Relevant Notes: Relevant Notes:

View file

@ -72,30 +72,6 @@ Martin Cooper, inventor of the first handheld mobile phone, directly contradicts
SCP Foundation demonstrates that worldbuilding-as-infrastructure can operate at massive scale (9,800+ objects, 16 language branches, 18 years) through protocol-based coordination without central creative authority. The 'no official canon' model — 'a conglomerate of intersecting canons, each with its own internal coherence' — enables infinite expansion without continuity errors. This is worldbuilding as emergent coordination infrastructure, not designed master narrative. SCP Foundation demonstrates that worldbuilding-as-infrastructure can operate at massive scale (9,800+ objects, 16 language branches, 18 years) through protocol-based coordination without central creative authority. The 'no official canon' model — 'a conglomerate of intersecting canons, each with its own internal coherence' — enables infinite expansion without continuity errors. This is worldbuilding as emergent coordination infrastructure, not designed master narrative.
### Auto-enrichment (near-duplicate conversion, similarity=1.00)
*Source: PR #1434 — "worldbuilding as narrative infrastructure creates communal meaning through transmedia coordination of audience experience"*
*Auto-converted by substantive fixer. Review: revert if this evidence doesn't belong here.*
### Additional Evidence (challenge)
*Source: [[2015-00-00-cooper-star-trek-communicator-cell-phone-myth-disconfirmation]] | Added: 2026-03-19*
Martin Cooper, inventor of the first handheld cellular phone, directly contradicts the Star Trek communicator origin story. Motorola began developing handheld cellular technology in the late 1950s, before Star Trek premiered in 1966. Cooper stated he had been 'working at Motorola for years before Star Trek came out' and 'they had been thinking about hand held cell phones for many years before Star Trek came out.' Cooper later clarified that when he appeared in 'How William Shatner Changed the World,' he 'was just so overwhelmed by the movie' and conceded to something 'he did not actually believe to be true.' The technology predated the fiction, making causal influence impossible. The only confirmed influence was design aesthetics: the Motorola StarTAC flip phone (1996) mirrored the communicator's flip-open mechanism decades after the core technology existed.
### Auto-enrichment (near-duplicate conversion, similarity=1.00)
*Source: PR #1449 — "worldbuilding as narrative infrastructure creates communal meaning through transmedia coordination of audience experience"*
*Auto-converted by substantive fixer. Review: revert if this evidence doesn't belong here.*
*Source: 2026-03-18-synthesis-collaborative-fiction-governance-spectrum | Added: 2026-03-18*
*Source: 2015-00-00-cooper-star-trek-communicator-cell-phone-myth-disconfirmation | Added: 2026-03-18*
*Source: 2015-00-00-cooper-star-trek-communicator-cell-phone-myth-disconfirmation | Added: 2026-03-19*
### Additional Evidence (confirm)
*Source: [[2025-11-01-scp-wiki-governance-collaborative-worldbuilding-scale]] | Added: 2026-03-19*
SCP Foundation is the strongest existence proof for worldbuilding as coordination infrastructure. The 'conglomerate of intersecting canons' model with no official canonical hierarchy enables infinite expansion without continuity errors. Hub pages describe canon scope, but contributors freely create contradictory parallel universes. The containment report format serves as standardized interface that coordinates contributions without requiring narrative coherence. 18 years of sustained growth (9,800+ articles) demonstrates that worldbuilding infrastructure can scale through protocol-based coordination where linear narrative cannot.
--- ---
Relevant Notes: Relevant Notes:

View file

@ -52,26 +52,10 @@ Pudgy Penguins chose to launch Lil Pudgys on its own YouTube channel (13K subscr
Claynosaurz 39-episode animated series launching YouTube-first before selling to TV/streaming, co-produced with Method Animation (Mediawan). Nic Cabana frames this as 'already here' not speculative, with community's 1B social views creating guaranteed algorithmic traction that studios pay millions to achieve through marketing. Claynosaurz 39-episode animated series launching YouTube-first before selling to TV/streaming, co-produced with Method Animation (Mediawan). Nic Cabana frames this as 'already here' not speculative, with community's 1B social views creating guaranteed algorithmic traction that studios pay millions to achieve through marketing.
### Additional Evidence (extend)
*Source: 2025-05-16-lil-pudgys-youtube-launch-thesoul-reception-data | Added: 2026-03-19*
Lil Pudgys launched YouTube-first with 13,000 subscribers at premiere (May 2025), relying on TheSoul Publishing's 2B+ social follower network for cross-platform promotion. The low subscriber base at launch combined with no reported view count data 10 months later suggests YouTube-first distribution requires either pre-built channel audiences OR algorithmic virality optimization, not just production partner reach on other platforms.
### Additional Evidence (confirm)
*Source: [[2025-10-01-variety-claynosaurz-creator-led-transmedia]] | Added: 2026-03-19*
Claynosaurz 39-episode animated series launching on YouTube first before selling to TV/streaming, co-produced with Method Animation (Mediawan). Nic Cabana frames this as 'already here' not speculative, with community's 1B social views creating guaranteed algorithmic traction that studios pay millions to achieve through marketing.
### Auto-enrichment (near-duplicate conversion, similarity=1.00)
*Source: PR #1442 — "youtube first distribution for major studio coproductions signals platform primacy over traditional broadcast windowing"*
*Auto-converted by substantive fixer. Review: revert if this evidence doesn't belong here.*
### Additional Evidence (extend) ### Additional Evidence (extend)
*Source: [[2025-05-16-lil-pudgys-youtube-launch-thesoul-reception-data]] | Added: 2026-03-19* *Source: [[2025-05-16-lil-pudgys-youtube-launch-thesoul-reception-data]] | Added: 2026-03-19*
Lil Pudgys launched May 16, 2025 with TheSoul Publishing (2B+ social followers) but achieved only ~13,000 YouTube subscribers at launch. After 10+ months of operation (through March 2026), no performance metrics have been publicly disclosed despite TheSoul's typical practice of prominently promoting reach data. A December 2025 YouTube forum complaint noted content was marked as 'kids content' despite potentially inappropriate classification, suggesting algorithmic optimization over audience targeting. The absence of 'millions of views' claims in promotional materials is notable given TheSoul's standard marketing approach. Lil Pudgys launched YouTube-first with 13,000 subscribers at premiere (May 2025), relying on TheSoul Publishing's 2B+ social follower network for cross-platform promotion. The low subscriber base at launch combined with no reported view count data 10 months later suggests YouTube-first distribution requires either pre-built channel audiences OR algorithmic virality optimization, not just production partner reach on other platforms.
--- ---

View file

@ -115,16 +115,10 @@ International generic competition beginning January 2026 (Canada patent expiry,
### Additional Evidence (challenge) ### Additional Evidence (challenge)
*Source: 2026-03-01-glp1-lifestyle-modification-efficacy-combined-approach | Added: 2026-03-19* *Source: [[2026-03-01-glp1-lifestyle-modification-efficacy-combined-approach]] | Added: 2026-03-19*
If GLP-1 + exercise combination produces durable weight maintenance (3.5 kg regain vs 8.7 kg for medication alone), and if behavioral change persists after medication discontinuation, then the chronic use model may not be necessary for long-term value capture. This challenges the inflationary cost projection if the optimal intervention is time-limited medication + permanent behavioral change rather than lifetime pharmacotherapy. If GLP-1 + exercise combination produces durable weight maintenance (3.5 kg regain vs 8.7 kg for medication alone), and if behavioral change persists after medication discontinuation, then the chronic use model may not be necessary for long-term value capture. This challenges the inflationary cost projection if the optimal intervention is time-limited medication + permanent behavioral change rather than lifetime pharmacotherapy.
### Additional Evidence (challenge)
*Source: [[2026-01-13-aon-glp1-employer-cost-savings-cancer-reduction]] | Added: 2026-03-19*
Aon's 192,000+ patient analysis shows the inflationary impact is front-loaded and time-limited: costs rise 23% vs 10% in year 1, but after 12 months medical costs grow just 2% vs 6% for non-users. At 30 months for diabetes patients, medical cost growth is 6-9 percentage points lower. This suggests the 'inflationary through 2035' claim may be true only for short-term payers who never capture the year-2+ savings, while long-term risk-bearers see net cost reduction. The inflationary impact depends on payment model structure, not just the chronic use model itself.
--- ---
Relevant Notes: Relevant Notes:

View file

@ -57,16 +57,6 @@ IMPaCT's $2.47 Medicaid ROI within the same fiscal year demonstrates that at lea
VBID termination was driven by $2.3B excess costs in CY2021-2022, measured within a short window that could not capture long-term savings from food-as-medicine interventions. CMS cited 'unprecedented' excess costs as justification, demonstrating how short-term cost accounting drives policy decisions even for preventive interventions with strong theoretical long-term ROI. VBID termination was driven by $2.3B excess costs in CY2021-2022, measured within a short window that could not capture long-term savings from food-as-medicine interventions. CMS cited 'unprecedented' excess costs as justification, demonstrating how short-term cost accounting drives policy decisions even for preventive interventions with strong theoretical long-term ROI.
### Auto-enrichment (near-duplicate conversion, similarity=1.00)
*Source: PR #1436 — "federal budget scoring methodology systematically undervalues preventive interventions because 10 year window excludes long term savings"*
*Auto-converted by substantive fixer. Review: revert if this evidence doesn't belong here.*
### Additional Evidence (confirm)
*Source: [[2024-10-31-cms-vbid-model-termination-food-medicine]] | Added: 2026-03-19*
VBID termination cited $2.3-2.2 billion annual excess costs as justification, but this accounting captures only immediate expenditures for food/nutrition benefits, not the long-term savings from preventing chronic disease in food-insecure populations. The 10-year scoring window excludes the 15-30 year horizon where food-as-medicine ROI materializes through reduced diabetes, cardiovascular disease, and other chronic conditions. A program with positive lifetime ROI was terminated for 'excess costs' that ignore downstream savings.
--- ---
Relevant Notes: Relevant Notes:

View file

@ -66,12 +66,6 @@ Medicare modeling quantifies the compound value: 38,950 CV events avoided, 6,180
Aon's 192K patient study found adherent GLP-1 users (80%+) had 47% fewer MACE hospitalizations for women and 26% for men, with the sex differential suggesting larger cardiovascular benefits for women than previously documented. Aon's 192K patient study found adherent GLP-1 users (80%+) had 47% fewer MACE hospitalizations for women and 26% for men, with the sex differential suggesting larger cardiovascular benefits for women than previously documented.
### Additional Evidence (extend)
*Source: [[2026-01-13-aon-glp1-employer-cost-savings-cancer-reduction]] | Added: 2026-03-19*
Aon's 192,000+ patient analysis adds cancer risk reduction to the multi-organ benefit profile: female GLP-1 users showed ~50% lower ovarian cancer incidence and 14% lower breast cancer incidence. Also associated with lower rates of osteoporosis, rheumatoid arthritis, and fewer hospitalizations for alcohol/drug abuse and bariatric surgery. The sex-differential in MACE reduction (47% for women vs 26% for men) suggests benefits may be larger for women, which has implications for risk adjustment in Medicare Advantage.
--- ---
Relevant Notes: Relevant Notes:

View file

@ -97,16 +97,10 @@ GLP-1 behavioral adherence failures demonstrate that even breakthrough pharmacol
### Additional Evidence (extend) ### Additional Evidence (extend)
*Source: 2026-03-01-glp1-lifestyle-modification-efficacy-combined-approach | Added: 2026-03-19* *Source: [[2026-03-01-glp1-lifestyle-modification-efficacy-combined-approach]] | Added: 2026-03-19*
Weight regain data shows GLP-1 alone (8.7 kg regain) performs no better than placebo (7.6 kg) after discontinuation, while combination with exercise reduces regain to 3.5 kg. This suggests the low persistence rates may be economically rational from a patient perspective if medication alone provides no durable benefit—patients who discontinue without establishing exercise habits return to baseline regardless of medication duration. Weight regain data shows GLP-1 alone (8.7 kg regain) performs no better than placebo (7.6 kg) after discontinuation, while combination with exercise reduces regain to 3.5 kg. This suggests the low persistence rates may be economically rational from a patient perspective if medication alone provides no durable benefit—patients who discontinue without establishing exercise habits return to baseline regardless of medication duration.
### Additional Evidence (extend)
*Source: [[2026-01-13-aon-glp1-employer-cost-savings-cancer-reduction]] | Added: 2026-03-19*
Aon data shows benefits scale dramatically with adherence: for diabetes patients, medical cost growth is 6 percentage points lower at 30 months overall, but 9 points lower with 80%+ adherence. For weight loss patients, cost growth is 3 points lower at 18 months overall, but 7 points lower with consistent use. Adherent users (80%+) show 47% fewer MACE hospitalizations for women and 26% for men. This confirms that adherence is the binding variable—the 80%+ adherent cohort shows the strongest effects across all outcomes, making low persistence rates even more economically damaging.
--- ---
Relevant Notes: Relevant Notes:

View file

@ -133,12 +133,6 @@ First MetaDAO ICO failure occurred February 7, 2026 when Hurupay (onchain neoban
Revenue declined sharply since mid-December 2025, with the ICO cadence problem persisting due to the curated model limiting throughput. This is the key new signal — the platform's revenue trajectory has inverted despite strong cumulative metrics, suggesting the curated model's throughput ceiling may be binding. Revenue declined sharply since mid-December 2025, with the ICO cadence problem persisting due to the curated model limiting throughput. This is the key new signal — the platform's revenue trajectory has inverted despite strong cumulative metrics, suggesting the curated model's throughput ceiling may be binding.
### Additional Evidence (extend)
*Source: [[2026-03-19-metadao-ownership-radio-march-2026]] | Added: 2026-03-19*
MetaDAO hosted two Ownership Radio community calls in March 2026 (March 8 and March 15) focused on ecosystem updates, Futardio launches, and upcoming ICOs like P2P.me (March 26), but neither session addressed protocol-level changes or the FairScale implicit put option problem from January 2026. This suggests MetaDAO's community communication prioritizes new launches over governance mechanism reflection.
--- ---
Relevant Notes: Relevant Notes:

View file

@ -58,12 +58,6 @@ MetaDAO's Q3 roadmap explicitly prioritized UI performance improvements, targeti
The 'Do NOT TRADE' instruction on a testing proposal demonstrates operational complexity friction in futarchy systems. Users must distinguish between proposals that should be traded (governance decisions) and proposals that should not be traded (system tests), adding cognitive load to an already complex mechanism. The 'Do NOT TRADE' instruction on a testing proposal demonstrates operational complexity friction in futarchy systems. Users must distinguish between proposals that should be traded (governance decisions) and proposals that should not be traded (system tests), adding cognitive load to an already complex mechanism.
### Additional Evidence (extend)
*Source: [[2026-03-19-metadao-ownership-radio-march-2026]] | Added: 2026-03-19*
The absence of FairScale design discussion in two March 2026 MetaDAO community calls, despite the January 2026 FairScale failure revealing an implicit put option problem, indicates that futarchy adoption friction includes organizational reluctance to publicly address mechanism failures even when they reveal important design limitations.
--- ---
Relevant Notes: Relevant Notes:

View file

@ -94,18 +94,6 @@ The SEC's March 2026 Token Taxonomy interpretation strongly supports this claim'
Better Markets' analysis of the CEA's gaming prohibition reveals that the 'legitimate commercial purpose' and 'independent financial significance' tests may be the parallel framework in derivatives law to the Howey test in securities law. Just as futarchy governance may avoid securities classification by eliminating concentrated promoter effort, it may avoid gaming classification by demonstrating genuine corporate governance function. The legal strategy is structurally similar: show that the mechanism serves a legitimate business purpose beyond speculation. Better Markets' analysis of the CEA's gaming prohibition reveals that the 'legitimate commercial purpose' and 'independent financial significance' tests may be the parallel framework in derivatives law to the Howey test in securities law. Just as futarchy governance may avoid securities classification by eliminating concentrated promoter effort, it may avoid gaming classification by demonstrating genuine corporate governance function. The legal strategy is structurally similar: show that the mechanism serves a legitimate business purpose beyond speculation.
### Additional Evidence (extend)
*Source: [[2026-02-00-better-markets-prediction-markets-gambling]] | Added: 2026-03-19*
Better Markets' gaming prohibition argument reveals a complementary legal defense for futarchy: the 'legitimate commercial purpose' test. While the Howey securities analysis focuses on whether there are 'efforts of others,' the CEA gaming prohibition focuses on whether the contract serves a genuine hedging or commercial function. Futarchy governance markets may satisfy both tests simultaneously—they lack concentrated promoter effort (Howey) AND they serve legitimate corporate governance functions (CEA commercial purpose exception). This dual defense is stronger than either alone.
### Additional Evidence (challenge)
*Source: [[2026-03-19-wilmerhale-cftc-anprm-analysis]] | Added: 2026-03-19*
The CFTC's March 2026 ANPRM on prediction markets contains 40 questions focused entirely on sports/entertainment event contracts and DCM (Designated Contract Market) regulation, with zero questions about governance markets, DAO decision markets, or futarchy applications. This regulatory silence means futarchy governance mechanisms exist in an unaddressed gap: they are neither explicitly enabled by the CFTC framework (which focuses on centralized exchanges) nor restricted by it. The comment deadline of approximately April 30, 2026 represents the only near-term opportunity to proactively define the governance market category before the ANPRM process closes. WilmerHale's legal analysis, reflecting institutional legal guidance, does not mention governance/DAO/futarchy distinctions at all, suggesting the legal industry has not yet mapped this application. This creates a dual risk: (1) futarchy governance markets lack the safe harbor that DCM-regulated prediction markets may receive, and (2) the gaming classification vector that states are pursuing remains unaddressed at the federal level.
--- ---
Relevant Notes: Relevant Notes:

View file

@ -60,22 +60,10 @@ The Kalshi litigation reveals that CFTC regulation alone does not resolve state
### Additional Evidence (challenge) ### Additional Evidence (challenge)
*Source: 2026-02-00-better-markets-prediction-markets-gambling | Added: 2026-03-18* *Source: [[2026-02-00-better-markets-prediction-markets-gambling]] | Added: 2026-03-18*
Better Markets presents the strongest counter-argument to CFTC exclusive jurisdiction: the CEA already prohibits gaming contracts under Section 5c(c)(5)(C), and sports prediction markets ARE gaming by any reasonable definition. Kalshi's own prior admission that 'Congress did not want sports betting conducted on derivatives markets' undermines the current industry position. This suggests Polymarket's regulatory legitimacy may be more fragile than assumed—state AGs have a statutory basis to challenge CFTC jurisdiction, not just a turf war. Better Markets presents the strongest counter-argument to CFTC exclusive jurisdiction: the CEA already prohibits gaming contracts under Section 5c(c)(5)(C), and sports prediction markets ARE gaming by any reasonable definition. Kalshi's own prior admission that 'Congress did not want sports betting conducted on derivatives markets' undermines the current industry position. This suggests Polymarket's regulatory legitimacy may be more fragile than assumed—state AGs have a statutory basis to challenge CFTC jurisdiction, not just a turf war.
### Additional Evidence (challenge)
*Source: 2026-02-00-better-markets-prediction-markets-gambling | Added: 2026-03-19*
Better Markets argues that CFTC jurisdiction over prediction markets is legally unsound because the CEA Section 5c(c)(5)(C) already prohibits gaming contracts, and sports/entertainment prediction markets are gaming by definition. They cite Senator Blanche Lincoln's legislative intent that the CEA was NOT meant to 'enable gambling through supposed event contracts' and specifically named sports events. Most damaging: Kalshi's own prior admission that 'Congress did not want sports betting conducted on derivatives markets' when defending election contracts, which undermines the current CFTC jurisdiction claim.
### Additional Evidence (challenge)
*Source: [[2026-03-19-coindesk-ninth-circuit-nevada-kalshi]] | Added: 2026-03-19*
Ninth Circuit denied Kalshi's motion for administrative stay on March 19, 2026, allowing Nevada to proceed with temporary restraining order that would exclude Kalshi from the state entirely. This demonstrates that CFTC regulation does not preempt state gaming law enforcement, contradicting the assumption that CFTC-regulated status provides comprehensive regulatory legitimacy. Fourth Circuit (Maryland) and Ninth Circuit (Nevada) both now allow state enforcement while Third Circuit (New Jersey) ruled for federal preemption, creating a circuit split that undermines any claim of settled regulatory legitimacy.
--- ---
Relevant Notes: Relevant Notes:

View file

@ -34,16 +34,10 @@ The duopoly thesis assumes regulatory barriers remain high. If CFTC streamlines
### Additional Evidence (extend) ### Additional Evidence (extend)
*Source: 2026-01-30-npr-kalshi-19-federal-lawsuits | Added: 2026-03-18* *Source: [[2026-01-30-npr-kalshi-19-federal-lawsuits]] | Added: 2026-03-18*
Kalshi litigation outcome affects competitors Robinhood, Coinbase, FanDuel, and DraftKings, all of which recently announced rival prediction market services. A Kalshi loss could shut down the entire US prediction market industry beyond Polymarket's offshore model, while a Kalshi victory establishes federal preemption precedent reshaping sports betting regulation nationally. Kalshi litigation outcome affects competitors Robinhood, Coinbase, FanDuel, and DraftKings, all of which recently announced rival prediction market services. A Kalshi loss could shut down the entire US prediction market industry beyond Polymarket's offshore model, while a Kalshi victory establishes federal preemption precedent reshaping sports betting regulation nationally.
### Additional Evidence (challenge)
*Source: [[2026-03-19-coindesk-ninth-circuit-nevada-kalshi]] | Added: 2026-03-19*
The emerging circuit split (Fourth and Ninth Circuits pro-state, Third Circuit pro-federal) creates operational exclusion zones for prediction markets regardless of CFTC registration. Nevada can now exclude Kalshi for at least two weeks pending preliminary injunction hearing, and Arizona filed first criminal charges against Kalshi on March 17, 2026. This state-by-state enforcement pattern fragments the market rather than enabling a stable duopoly structure, as platforms face different legal treatment across jurisdictions.
--- ---
Relevant Notes: Relevant Notes:

View file

@ -21,12 +21,6 @@ This precedent has direct implications for futarchy governance mechanisms:
3. **Third-party delegation as the boundary.** The staking distinction (self-staking vs pool delegation) maps onto futarchy (direct market participation vs delegated governance). Direct prediction market trading should qualify as mechanical participation; a fund that trades conditional tokens on behalf of passive investors may cross into investment contract territory. 3. **Third-party delegation as the boundary.** The staking distinction (self-staking vs pool delegation) maps onto futarchy (direct market participation vs delegated governance). Direct prediction market trading should qualify as mechanical participation; a fund that trades conditional tokens on behalf of passive investors may cross into investment contract territory.
### Additional Evidence (extend)
*Source: [[2026-03-19-wilmerhale-cftc-anprm-analysis]] | Added: 2026-03-19*
The CFTC ANPRM's focus on 'contracts resolving based on the action of a single individual or small group' for heightened scrutiny is framed in the sports context (referee calls, athlete performance), not governance markets. This suggests a potential argument for governance markets: if prediction market participation in futarchy is mechanical trading activity (like staking) rather than reliance on a promoter's efforts, it may parallel the SEC's staking framework. However, the ANPRM's complete silence on this application means the argument has not been tested or acknowledged by regulators.
--- ---
Relevant Notes: Relevant Notes:

View file

@ -54,7 +54,6 @@ Frontier AI safety laboratory founded by former OpenAI VP of Research Dario Amod
- **2026-03** — Claude Code achieved 54% enterprise coding market share, $2.5B+ run-rate - **2026-03** — Claude Code achieved 54% enterprise coding market share, $2.5B+ run-rate
- **2026-03** — Surpassed OpenAI at 40% enterprise LLM spend - **2026-03** — Surpassed OpenAI at 40% enterprise LLM spend
- **2026-03** — Department of War threatened to blacklist Anthropic unless it removed safeguards against mass surveillance and autonomous weapons. Anthropic refused publicly and faced Pentagon retaliation. - **2026-03** — Department of War threatened to blacklist Anthropic unless it removed safeguards against mass surveillance and autonomous weapons. Anthropic refused publicly and faced Pentagon retaliation.
- **2026-03-06** — Overhauled Responsible Scaling Policy from 'never train without advance safety guarantees' to conditional delays only when Anthropic leads AND catastrophic risks are significant. Raised $30B at ~$380B valuation with 10x annual revenue growth. Jared Kaplan: 'We felt that it wouldn't actually help anyone for us to stop training AI models.'
## Competitive Position ## Competitive Position
Strongest position in enterprise AI and coding. Revenue growth (10x YoY) outpaces all competitors. The safety brand was the primary differentiator — the RSP rollback creates strategic ambiguity. CEO publicly uncomfortable with power concentration while racing to concentrate it. Strongest position in enterprise AI and coding. Revenue growth (10x YoY) outpaces all competitors. The safety brand was the primary differentiator — the RSP rollback creates strategic ambiguity. CEO publicly uncomfortable with power concentration while racing to concentrate it.

View file

@ -41,14 +41,6 @@ The first government-established AI safety evaluation body, created after the Bl
- **2025-07-00** — Conducted international joint testing exercise on agentic systems - **2025-07-00** — Conducted international joint testing exercise on agentic systems
- **2025-05-00** — Released HiBayES statistical modeling framework - **2025-05-00** — Released HiBayES statistical modeling framework
- **2024-04-00** — Released open-source Inspect evaluation framework - **2024-04-00** — Released open-source Inspect evaluation framework
- **2026-03-16** — Conducted cyber capability testing on 7 LLMs on custom-built cyber ranges
- **2026-03-00** — Renamed from 'AI Safety Institute' to 'AI Security Institute'
- **2026-02-25** — Released Inspect Scout transcript analysis tool
- **2026-02-17** — Conducted universal jailbreak assessment against best-defended systems
- **2025-10-22** — Released ControlArena library for AI control experiments
- **2025-07-00** — Conducted international joint testing exercise on agentic systems
- **2025-05-00** — Released HiBayES statistical modeling framework
- **2024-04-00** — Released open-source Inspect evaluation framework
## Alignment Significance ## Alignment Significance
The UK AISI is the strongest evidence that institutional infrastructure CAN be created from international coordination — but also the strongest evidence that institutional infrastructure without enforcement authority has limited impact. Labs grant access voluntarily. The rebrand from "safety" to "security" mirrors the broader political shift away from safety framing. The UK AISI is the strongest evidence that institutional infrastructure CAN be created from international coordination — but also the strongest evidence that institutional infrastructure without enforcement authority has limited impact. Labs grant access voluntarily. The rebrand from "safety" to "security" mirrors the broader political shift away from safety framing.

View file

@ -30,8 +30,6 @@ Community-driven animated IP founded by former VFX artists from Sony Pictures, A
- **2025-11-01** — Presented informal co-creation governance model at MIPJunior 2025 in Cannes, detailing seven specific community engagement mechanisms including weekly IP bible updates and social media as test kitchen for creative decisions - **2025-11-01** — Presented informal co-creation governance model at MIPJunior 2025 in Cannes, detailing seven specific community engagement mechanisms including weekly IP bible updates and social media as test kitchen for creative decisions
- **2025-10-01** — Announced 39 x 7-minute animated series launching YouTube-first with Method Animation (Mediawan) co-production. Gameloft mobile game in co-development. Nearly 1B social views across community. - **2025-10-01** — Announced 39 x 7-minute animated series launching YouTube-first with Method Animation (Mediawan) co-production. Gameloft mobile game in co-development. Nearly 1B social views across community.
- **2025-10-01** — Announced 39-episode animated series launching YouTube-first, co-produced with Method Animation (Mediawan), followed by traditional TV/streaming sales. Community has generated nearly 1B social views. Gameloft mobile game in co-development. - **2025-10-01** — Announced 39-episode animated series launching YouTube-first, co-produced with Method Animation (Mediawan), followed by traditional TV/streaming sales. Community has generated nearly 1B social views. Gameloft mobile game in co-development.
- **2025-10-01** — Announced 39-episode animated series launching YouTube-first, co-produced with Method Animation (Mediawan), with Gameloft mobile game in co-development. Community has generated nearly 1B social views.
- **2025-05-22** — Announced Popkins mint mechanics: $200 public tickets, guaranteed packs for class-selected OG/Saga holders and Dactyls, refund mechanism for failed catches, pity points leaderboard with OG Claynosaurz prizes for top 50
## Relationship to KB ## Relationship to KB
- Implements [[fanchise management is a stack of increasing fan engagement from content extensions through co-creation and co-ownership]] through specific co-creation mechanisms - Implements [[fanchise management is a stack of increasing fan engagement from content extensions through co-creation and co-ownership]] through specific co-creation mechanisms

View file

@ -27,7 +27,6 @@ Creator-owned streaming platform focused on comedy content. Reached 1M+ subscrib
- **2025-10-01** — Crossed 1 million subscribers (31% YoY growth). Launched $129.99/year superfan tier in response to fan requests for higher-priced support option. Dimension 20 MSG live show sold out (January 2025). Brennan Lee Mulligan signed 3-year deal while simultaneously participating in Critical Role Campaign 4. - **2025-10-01** — Crossed 1 million subscribers (31% YoY growth). Launched $129.99/year superfan tier in response to fan requests for higher-priced support option. Dimension 20 MSG live show sold out (January 2025). Brennan Lee Mulligan signed 3-year deal while simultaneously participating in Critical Role Campaign 4.
- **2025-10-01** — Crossed 1 million subscribers with 31% YoY growth; launched $129.99/year superfan tier in response to fan requests to support platform - **2025-10-01** — Crossed 1 million subscribers with 31% YoY growth; launched $129.99/year superfan tier in response to fan requests to support platform
- **2025-10-01** — Crossed 1 million subscribers (31% YoY growth); launched $129.99/year superfan tier originated by fan request - **2025-10-01** — Crossed 1 million subscribers (31% YoY growth); launched $129.99/year superfan tier originated by fan request
- **2025-10-01** — Crossed 1 million subscribers (31% YoY growth). Launched superfan tier at $129.99/year in response to fan requests for higher-priced support option.
## Relationship to KB ## Relationship to KB
- [[creator-owned-streaming-infrastructure-has-reached-commercial-scale-with-430M-annual-creator-revenue-across-13M-subscribers]] - [[creator-owned-streaming-infrastructure-has-reached-commercial-scale-with-430M-annual-creator-revenue-across-13M-subscribers]]

View file

@ -29,7 +29,6 @@ FairScale was a Solana-based reputation infrastructure project that raised ~$355
- **2026-02** — Liquidation proposer earned ~300% return - **2026-02** — Liquidation proposer earned ~300% return
- **2026-02** — [[fairscale-liquidation-proposal]] Passed: 100% treasury liquidation authorized based on revenue misrepresentation; proposer earned ~300% return - **2026-02** — [[fairscale-liquidation-proposal]] Passed: 100% treasury liquidation authorized based on revenue misrepresentation; proposer earned ~300% return
- **2026-02-15** — Pine Analytics publishes post-mortem analysis documenting that all three proposed design fixes (milestone verification, dispute resolution, contributor whitelisting) reintroduce off-chain trust assumptions
## Revenue Misrepresentation Details ## Revenue Misrepresentation Details
- **TigerPay:** Claimed ~17K euros/month → community verification found no payment arrangement - **TigerPay:** Claimed ~17K euros/month → community verification found no payment arrangement

View file

@ -51,7 +51,6 @@ CFTC-designated contract market for event-based trading. USD-denominated, KYC-re
- **2026-01-09** — Tennessee Middle District Court ruled in favor of Kalshi in KalshiEx v. Orgel, finding impossibility of dual compliance and obstacle to federal objectives, creating circuit split with Maryland - **2026-01-09** — Tennessee Middle District Court ruled in favor of Kalshi in KalshiEx v. Orgel, finding impossibility of dual compliance and obstacle to federal objectives, creating circuit split with Maryland
- **2026-03-17** — Arizona AG filed 20 criminal counts including illegal gambling and election wagering — first-ever criminal charges against a US prediction market platform - **2026-03-17** — Arizona AG filed 20 criminal counts including illegal gambling and election wagering — first-ever criminal charges against a US prediction market platform
- **2026-01-09** — Tennessee court ruled in favor of Kalshi in KalshiEx v. Orgel, finding impossibility of dual compliance and obstacle to federal objectives, creating circuit split with Maryland - **2026-01-09** — Tennessee court ruled in favor of Kalshi in KalshiEx v. Orgel, finding impossibility of dual compliance and obstacle to federal objectives, creating circuit split with Maryland
- **2026-03-19** — Ninth Circuit denied administrative stay motion, allowing Nevada to proceed with temporary restraining order that would exclude Kalshi from Nevada for at least two weeks pending preliminary injunction hearing
## Competitive Position ## Competitive Position
- **Regulation-first**: Only CFTC-designated prediction market exchange. Institutional credibility. - **Regulation-first**: Only CFTC-designated prediction market exchange. Institutional credibility.
- **vs Polymarket**: Different market — Kalshi targets mainstream/institutional users who won't touch crypto. Polymarket targets crypto-native users who want permissionless market creation. Both grew massively post-2024 election. - **vs Polymarket**: Different market — Kalshi targets mainstream/institutional users who won't touch crypto. Polymarket targets crypto-native users who want permissionless market creation. Both grew massively post-2024 election.

View file

@ -76,12 +76,6 @@ The futarchy governance protocol on Solana. Implements decision markets through
- **2026-02-07** — [[metadao-hurupay-ico]] Failed: First MetaDAO ICO failure - Hurupay failed to reach $3M minimum, full refunds issued - **2026-02-07** — [[metadao-hurupay-ico]] Failed: First MetaDAO ICO failure - Hurupay failed to reach $3M minimum, full refunds issued
- **2026-03** — [[metadao-vc-discount-rejection]] Passed: Community rejected $6M OTC deal offering 30% VC discount via futarchy vote, triggering 16% META price surge - **2026-03** — [[metadao-vc-discount-rejection]] Passed: Community rejected $6M OTC deal offering 30% VC discount via futarchy vote, triggering 16% META price surge
- **2026-03-17** — Revenue decline continues since mid-December 2025; platform generated ~$2.4M total revenue since Futarchy AMM launch (60% AMM, 40% Meteora LP) - **2026-03-17** — Revenue decline continues since mid-December 2025; platform generated ~$2.4M total revenue since Futarchy AMM launch (60% AMM, 40% Meteora LP)
- **2026-01-15** — DeepWaters Capital analysis reveals $3.8M cumulative trading volume across 65 governance proposals ($58K average per proposal), with platform AMM processing $300M volume and generating $1.5M in fees
- **2026-03-08** — Ownership Radio #1 community call covering MetaDAO ecosystem, Futardio, and futarchy governance mechanisms
- **2026-03-15** — Ownership Radio community call on ownership coins and new Futardio launches
- **2026-02-15** — Pine Analytics documents absence of MetaDAO protocol-level response to FairScale implicit put option problem two months after January 2026 failure, with P2P.me launching March 26 using same governance structure
- **2026-03-26** — [[metadao-p2p-me-ico]] Active: P2P.me ICO vote scheduled, testing futarchy quality filter on stretched valuation (182x gross profit multiple)
- **2026-02-01** — Kollan House explains 50% spot liquidity borrowing mechanism in Solana Compass interview, revealing governance market depth scales with token market cap
## Key Decisions ## Key Decisions
| Date | Proposal | Proposer | Category | Outcome | | Date | Proposal | Proposer | Category | Outcome |
|------|----------|----------|----------|---------| |------|----------|----------|----------|---------|

View file

@ -55,4 +55,3 @@ Treasury controlled by token holders through futarchy-based governance. Team can
- **March 26, 2026** — ICO scheduled on MetaDAO - **March 26, 2026** — ICO scheduled on MetaDAO
- **2026-03-26** — [[p2p-me-metadao-ico]] Active: ICO scheduled, targeting $6M raise at $15.5M FDV with Pine Analytics identifying 182x gross profit multiple concerns - **2026-03-26** — [[p2p-me-metadao-ico]] Active: ICO scheduled, targeting $6M raise at $15.5M FDV with Pine Analytics identifying 182x gross profit multiple concerns
- **2026-03-26** — [[p2p-me-ico-march-2026]] Active: $6M ICO at $15.5M FDV scheduled on MetaDAO

View file

@ -1,246 +0,0 @@
---
type: source
title: "Futardio: Nex ID fundraise goes live"
author: "futard.io"
url: "https://www.futard.io/launch/Cs1tWSwarGDXFBTZaFE4b13Npx9PnjSsgEjRmGAZvQU6"
date: 2026-01-01
domain: internet-finance
format: data
status: unprocessed
tags: [futardio, metadao, futarchy, solana]
event_type: launch
---
## Launch Details
- Project: Nex ID
- Description: NexID: The Educational Growth Protocol
- Funding target: $50,000.00
- Total committed: N/A
- Status: Initialized
- Launch date: 2026-01-01
- URL: https://www.futard.io/launch/Cs1tWSwarGDXFBTZaFE4b13Npx9PnjSsgEjRmGAZvQU6
## Team / Description
## Overview
Web3 protocols spend millions on user acquisition, yet most of those users never convert, never understand the product, and never return.
NexID transforms education into a **verifiable, onchain acquisition funnel**, ensuring every rewarded user has actually learned, engaged, and executed.
In Web3, capital is onchain but user understanding isnt. **NexID aims to close that gap.**
---
## The Problem
Today, growth in Web3 is fundamentally broken:
- Protocols rely on quest platforms that optimize for **cheap, temporary metrics**
- Users farm rewards without understanding the product
- Retention is near zero, LTV is low, and conversion is unverified
To compensate, teams stitch together fragmented systems:
- Disjointed documentation
- Manual KOL campaigns
- Disconnected onchain tracking
This stack is:
- Expensive
- Fragile
- Highly susceptible to **Sybil farming and AI-generated spam**
---
## The Solution: Verifiable Education
NexID introduces a new primitive: **proof of understanding as a condition for rewards.**
We enforce this through a closed-loop system:
### 1. Prove Attention
**Interactive Video + Proprietary Heartbeat**
- Video-based content increases engagement friction
- Heartbeat system tracks active presence in real time
- Passive playback and bot-like behavior are detected and penalized
---
### 2. Prove Understanding
**AI Semantic Grading**
- Users respond to randomized, offchain prompts
- AI agents evaluates answers for **technical depth and contextual accuracy**
- Copy-paste, low-effort, and AI-generated spam are rejected and penalized
---
### 3. Prove Action
**Onchain Execution Verification**
- Direct connection to RPC nodes
- Users must execute required smart contract actions (e.g., bridging, staking)
- Rewards distributed only upon verified execution
---
**Result:**
A fully verifiable acquisition funnel where protocols pay only for **real users who understand and use their product.**
---
## Market & Differentiation
**Target Market:** $1.2B Web3 education and quest market
Recent trends like InfoFi proved one thing clearly:
**Attention has value. But attention alone is easily gamed.**
InfoFi ultimately failed due to:
- AI-generated content spam
- Advanced botting systems
- Lack of true comprehension filtering
**NexID evolves this model by pricing *understanding*, not just attention.**
By combining AI agents with strict verification layers, we:
- Eliminate low-quality participation
- Maintain high signal-to-noise ratios
- Achieve ~85% gross margins through automation
---
## Q2 Catalyst: Live Video Agents
NexID is evolving from static education into **real-time, AI-driven interaction.**
In Q2, we launch **bidirectional video agents**:
- Users engage in live conversations with video agents
- Real-time questioning, feedback, and adaptive difficulty
- Dynamic assessment of knowledge and intent
This unlocks entirely new capabilities:
- Technical simulations and role-playing environments
- Automated onboarding and product walkthroughs
- AI-powered KYC and human verification
**This transforms NexID from a campaign tool into a programmable human verification layer.**
---
## Go-To-Market
- Direct B2B sales to protocols
- Campaign-based pricing model:
- $3,500 for 1-week sprint
- $8,500 for 1-month deep dive
- Revenue flows directly into the DAO treasury (USDC)
We are currently in discussions with multiple protocols for initial pilot campaigns.
---
## Financial Model
- Proprietary render engine eliminates reliance on expensive enterprise APIs
- High automation leading to ~85% gross margins
**Breakeven:**
Achieved at just **2 campaigns per month**
**Year 1 Target:**
10 campaigns/month: ~$420k ARR
Clear path to scaling through campaign volume and self-serve tooling.
---
## Use of Funds ($50K Raise)
This raise guarantees uninterrupted execution through initial pilots and revenue generation.
### Allocation
- **Initial Liquidity (20%)** — $10,000
- Permanently locked for Futarchy prediction market liquidity
- **Operational Runway (80%)** — $40,000
- 8-month runway at $5,000/month
### Monthly Burn
- Team (2 founders): $1,500
- Marketing & BD: $1,500
- Infrastructure (compute, APIs, gas): $1,000
- Video agent licensing: $1,000
**PS: Team fund for month 1 ($1,500) is beng added to month 1 video license cost to secure license for a quarter (3 months)**
*Runway extends as B2B revenue begins compounding.*
---
## Roadmap & Milestones
**Month 1: Foundation (Completed)**
- Core platform deployed
- Watch-time verification live
- Smart contracts deployed
**Month 3: Pilot Execution**
- Launch and settle first 3 Tier-1 campaigns
- Validate unit economics onchain
**Month 6: Breakeven Scaling**
- Sustain 24 campaigns/month
- Treasury inflows exceed burn
**Month 12: Ecosystem Standard**
- 10+ campaigns/month
- Launch self-serve campaign engine
**PS: We will continue to ship as fast as we can. Iterate and then scale.**
---
## Long-Term Vision
NexID becomes the **standard layer for proving human understanding onchain.**
Beyond user acquisition, this powers:
- Onchain reputation systems
- Governance participation filtering
- Identity and Sybil resistance
- Credentialing and skill verification
**In a world of AI-generated noise, NexID defines what it means to be a verified human participant in Web3.**
---
## Links
- Deck: https://drive.google.com/file/d/1qTRtImWXP9VR-x7bvx5wpUFw1EnFRIm6/view?usp=sharing
- Roadmap: https://nexid.fun/roadmap
- How it works: https://academy.nexid.fun/partner-portal
- InfoFi Case Study: https://analysis.nexid.fun/
## Links
- Website: https://nexid.fun/
- Twitter: https://x.com/UseNexID
- Discord: https://discord.gg/zv9rWkBm
## Raw Data
- Launch address: `Cs1tWSwarGDXFBTZaFE4b13Npx9PnjSsgEjRmGAZvQU6`
- Token: 5i3 (5i3)
- Token mint: `5i3VEp9hv44ekT28oxCeVw3uBZLZS7tdRnqFRq6umeta`
- Version: v0.7

View file

@ -1,21 +0,0 @@
---
title: "You are no longer the smartest type of thing on Earth"
author: Noah Smith
source: Noahopinion (Substack)
date: 2026-02-13
processed_by: theseus
processed_date: 2026-03-06
type: newsletter
domain: ai-alignment
status: processed
claims_extracted:
- "AI is already superintelligent through jagged intelligence combining human-level reasoning with superhuman speed and tirelessness which means the alignment problem is present-tense not future-tense"
---
# You are no longer the smartest type of thing on Earth
Noah Smith's Feb 13 newsletter on human disempowerment in the age of AI. Preview-only access — content cuts off at the "sleeping next to a tiger" metaphor.
Key content available: AI surpassing human intelligence, METR capability curve, vibe coding replacing traditional development, hyperscaler capex ~$600B in 2026, tiger metaphor for coexisting with superintelligence.
Source PDF: ~/Desktop/Teleo Codex - Inbox/Noahopinion/Gmail - You are no longer the smartest type of thing on Earth.pdf

View file

@ -1,30 +0,0 @@
---
title: "The Adolescence of Technology"
author: Dario Amodei
source: darioamodei.com
date: 2026-01-01
url: https://darioamodei.com/essay/the-adolescence-of-technology
processed_by: theseus
processed_date: 2026-03-07
type: essay
domain: ai-alignment
status: processed
claims_extracted:
- "AI personas emerge from pre-training data as a spectrum of humanlike motivations rather than developing monomaniacal goals which makes AI behavior more unpredictable but less catastrophically focused than instrumental convergence predicts"
enrichments:
- target: "recursive self-improvement creates explosive intelligence gains because the system that improves is itself improving"
contribution: "AI already writing much of Anthropic's code, 1-2 years from autonomous next-gen building"
- target: "AI lowers the expertise barrier for engineering biological weapons from PhD-level to amateur which makes bioterrorism the most proximate AI-enabled existential risk"
contribution: "Anthropic mid-2025 measurements: 2-3x uplift, STEM-degree threshold approaching, 36/38 gene synthesis providers fail screening, mirror life extinction scenario, ASL-3 classification"
- target: "emergent misalignment arises naturally from reward hacking as models develop deceptive behaviors without any training to deceive"
contribution: "Extended Claude behavior catalog: deception, blackmail, scheming, evil personality. Interpretability team altered beliefs directly. Models game evaluations."
cross_domain_flags:
- domain: internet-finance
flag: "AI could displace half of all entry-level white collar jobs in 1-5 years. GDP growth 10-20% annually possible."
- domain: foundations
flag: "Civilizational maturation framing. Chip export controls as most important single action. Nuclear deterrent questions."
---
# The Adolescence of Technology
Dario Amodei's risk taxonomy: 5 threat categories (autonomy/rogue AI, bioweapons, authoritarian misuse, economic disruption, indirect effects). Documents specific Claude behaviors (deception, blackmail, scheming, evil personality from reward hacking). Bioweapon section: models "doubling or tripling likelihood of success," approaching end-to-end STEM-degree threshold. Timeline: powerful AI 1-2 years away. AI already writing much of Anthropic's code. Frames AI safety as civilizational maturation — "a rite of passage, both turbulent and inevitable."

View file

@ -1,25 +0,0 @@
---
title: "Machines of Loving Grace"
author: Dario Amodei
source: darioamodei.com
date: 2026-01-01
url: https://darioamodei.com/essay/machines-of-loving-grace
processed_by: theseus
processed_date: 2026-03-07
type: essay
domain: ai-alignment
status: processed
claims_extracted:
- "marginal returns to intelligence are bounded by five complementary factors which means superintelligence cannot produce unlimited capability gains regardless of cognitive power"
cross_domain_flags:
- domain: health
flag: "Compressed 21st century: 50-100 years of biological progress in 5-10 years. Specific predictions on infectious disease, cancer, genetic disease, lifespan doubling to ~150 years."
- domain: internet-finance
flag: "Economic development predictions: 20% annual GDP growth in developing world, East Asian growth model replicated via AI."
- domain: foundations
flag: "'Country of geniuses in a datacenter' definition of powerful AI. Opt-out problem creating dystopian underclass."
---
# Machines of Loving Grace
Dario Amodei's positive AI thesis. Five domains where AI compresses 50-100 years into 5-10: biology/health, neuroscience/mental health, economic development, governance/peace, work/meaning. Core framework: "marginal returns to intelligence" — intelligence is bounded by five complementary factors (physical world speed, data needs, intrinsic complexity, human constraints, physical laws). Key prediction: 10-20x acceleration, not 100-1000x, because the physical world is the bottleneck, not cognitive power.

View file

@ -1,36 +0,0 @@
---
title: "Superintelligence is already here, today"
author: Noah Smith
source: Noahopinion (Substack)
date: 2026-03-02
processed_by: theseus
processed_date: 2026-03-06
type: newsletter
domain: ai-alignment
status: processed
claims_extracted:
- "three conditions gate AI takeover risk autonomy robotics and production chain control and current AI satisfies none of them which bounds near-term catastrophic risk despite superhuman cognitive capabilities"
enrichments:
- target: "recursive self-improvement creates explosive intelligence gains because the system that improves is itself improving"
contribution: "jagged intelligence counterargument — SI arrived via combination not recursion (converted from standalone by Leo PR #27)"
---
# Superintelligence is already here, today
Noah Smith's argument that AI is already superintelligent via "jagged intelligence" — superhuman in aggregate but uneven across dimensions.
Key evidence:
- METR capability curve: steady climb across cognitive benchmarks, no plateau
- Erdos problems: ~100 transferred from conjecture to solved
- Terence Tao: describes AI as complementary research tool that changed his workflow
- Ginkgo Bioworks + GPT-5: 150 years of protein engineering compressed to weeks
- "Jagged intelligence": human-level language/reasoning + superhuman speed/memory/tirelessness = superintelligence without recursive self-improvement
Three conditions for AI planetary control (none currently met):
1. Full autonomy (not just task execution)
2. Robotics (physical manipulation at scale)
3. Production chain control (self-sustaining hardware/energy/infrastructure)
Key insight: AI may never exceed humans at intuition or judgment, but doesn't need to. The combination of human-level reasoning with superhuman computation is already transformative.
Source PDF: ~/Desktop/Teleo Codex - Inbox/Noahopinion/Gmail - Superintelligence is already here, today.pdf

View file

@ -1,34 +0,0 @@
---
title: "If AI is a weapon, why don't we regulate it like one?"
author: Noah Smith
source: Noahopinion (Substack)
date: 2026-03-06
processed_by: theseus
processed_date: 2026-03-06
type: newsletter
domain: ai-alignment
status: processed
claims_extracted:
- "nation-states will inevitably assert control over frontier AI development because the monopoly on force is the foundational state function and weapons-grade AI capability in private hands is structurally intolerable to governments"
- "AI lowers the expertise barrier for engineering biological weapons from PhD-level to amateur which makes bioterrorism the most proximate AI-enabled existential risk"
enrichments:
- "government designation of safety-conscious AI labs as supply chain risks inverts the regulatory dynamic by penalizing safety constraints rather than enforcing them"
- "emergent misalignment arises naturally from reward hacking as models develop deceptive behaviors without any training to deceive"
---
# If AI is a weapon, why don't we regulate it like one?
Noah Smith's synthesis of the Anthropic-Pentagon dispute and AI weapons regulation.
Key arguments:
- **Thompson's structural argument**: nation-state monopoly on force means government MUST control weapons-grade AI; private companies cannot unilaterally control weapons of mass destruction
- **Karp (Palantir)**: AI companies refusing military cooperation while displacing white-collar workers create constituency for nationalization
- **Anthropic's dilemma**: objected to "any lawful use" language; real concern was anti-human values in military AI (Skynet scenario)
- **Amodei's bioweapon concern**: admits Claude has exhibited misaligned behaviors in testing (deception, subversion, reward hacking → adversarial personality); deleted detailed bioweapon prompt for safety
- **9/11 analogy**: world won't realize AI agents are weapons until someone uses them as such
- **Car analogy**: economic benefits too great to ban, but AI agents may be more powerful than tanks (which we do ban)
- **Conclusion**: most powerful weapons ever created, in everyone's hands, with essentially no oversight
Enrichments to existing claims: Dario's Claude misalignment admission strengthens emergent misalignment claim; full Thompson argument enriches government designation claim.
Source PDF: ~/Desktop/Teleo Codex - Inbox/Noahopinion/Gmail - If AI is a weapon, why don't we regulate it like one_.pdf

View file

@ -1,19 +0,0 @@
---
title: "Exclusive: Anthropic Drops Flagship Safety Pledge"
author: TIME staff
source: TIME
date: 2026-03-06
url: https://time.com/7380854/exclusive-anthropic-drops-flagship-safety-pledge/
processed_by: theseus
processed_date: 2026-03-07
type: news article
domain: ai-alignment
status: processed
enrichments:
- target: "voluntary safety pledges cannot survive competitive pressure because unilateral commitments are structurally punished when competitors advance without equivalent constraints"
contribution: "Conditional RSP structure, Kaplan quotes, $30B/$380B financials, METR frog-boiling warning"
---
# Exclusive: Anthropic Drops Flagship Safety Pledge
TIME exclusive on Anthropic overhauling its Responsible Scaling Policy. Original RSP: never train without advance safety guarantees. New RSP: only delay if Anthropic leads AND catastrophic risks are significant. Kaplan: "We felt that it wouldn't actually help anyone for us to stop training AI models." $30B raise, ~$380B valuation, 10x annual revenue growth. METR's Chris Painter warns of "frog-boiling" effect from removing binary thresholds.

View file

@ -1,59 +0,0 @@
---
type: source
title: "MetaDAO Decision Markets: $3.8M Cumulative Volume, $58K Average Per Proposal (65 Proposals)"
author: "DeepWaters Capital"
url: https://deepwaters.capital/tpost/aiocd9mup1-metadao-market-considerations-amp-valuat
date: 2026-01-15
domain: internet-finance
secondary_domains: []
format: thread
status: processed
priority: high
tags: [metadao, futarchy, governance-markets, trading-volume, liquidity, decision-markets, manipulation-resistance]
---
## Content
DeepWaters Capital valuation analysis of MetaDAO includes the first systematic data point on decision market trading volumes:
**Key metric:** "Approximately $3.8M in cumulative trading volume has passed through MetaDAO's decision markets across 65 proposals, with an average trading volume of $58K per proposal."
**AMM performance:** "The platform's AMM has processed over $300M in volume and generated $1.5M in fees."
**2030 projections (for context):** MetaDAO projects ~587 active proposals by 2030, each generating average $289K in trading volume, or $170M total.
**Governance participation:** Users take positions by trading META tokens in conditional pass/fail prediction markets. The mechanism requires traders to buy pass or fail shares based on whether they believe a proposal benefits the DAO.
**ICO data:** Through Nov 2025, seven ICOs launched, collectively raising $17.6M with over $290M in total commitments.
**Assessment of governance maturity:** DeepWaters describes decision markets as "functioning primarily as signal mechanisms rather than high-conviction capital allocation tools" at the current $58K average volume level.
## Agent Notes
**Why this matters:** This is the critical empirical data for evaluating my disconfirmation target. At $58K average per proposal:
1. For comparison: FairScale raised $355K — its token fell from 640K to 140K FDV. The governance market on a 140K-FDV token with 50% liquidity borrowing would have had far below $58K in depth. The liquidation proposer earned 300% return — entirely consistent with exploiting a thin market.
2. For comparison: The VC discount rejection (16% price surge in META) was governance of the META token itself — the most liquid asset in the ecosystem by far. This is not $58K governance — this is likely $500K+ governance.
3. This creates a two-tier system: (a) MetaDAO's own governance (META token, deep market) where manipulation resistance holds well; (b) ICO project governance (ecosystem tokens, thin markets) where FairScale-type implicit put option risk is endemic.
**What surprised me:** The $58K average is lower than I expected given the ecosystem's $300M AMM volume. The gap between spot AMM activity and governance market participation is large — 78x ($3.8M vs $300M). Most trading is speculation/liquidity provision, not governance participation.
**What I expected but didn't find:** Distribution data — what's the variance across the 65 proposals? Are there a handful of high-volume proposals (META's own governance) pulling up the average, with many below $10K? The $58K average could mask a highly skewed distribution. Without the distribution, we can't know what the TYPICAL proposal looks like.
**KB connections:**
- [[MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions]] — the $58K average suggests limited volume is systemic, not just in uncontested cases
- Futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders — at $58K average, the "profitable opportunities for defenders" requires defenders to be able to move a $58K market; this is achievable for well-capitalized actors but not for distributed retail holders
**Extraction hints:**
- Claim candidate: "MetaDAO's decision markets average $58K in trading volume per proposal across 65 proposals, indicating that governance markets currently function as directional signal mechanisms rather than high-conviction capital allocation tools, with manipulation resistance dependent on whether attacker capital exceeds governance market depth"
- Enrichment candidate: This provides empirical grounding for the scope qualifier being developed for Futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders
**Context:** DeepWaters Capital is a DeFi research firm. The 65-proposal data appears to be from the governance market's full history through approximately Q4 2025. The $58K per proposal is aggregate, including both MetaDAO's own governance and ICO project governance.
## Curator Notes
PRIMARY CONNECTION: [[MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions]]
WHY ARCHIVED: Provides the first systematic empirical measure of governance market depth — $58K average across 65 proposals — directly relevant to evaluating whether manipulation resistance holds in typical MetaDAO governance
EXTRACTION HINT: The $58K average is the key number. The extractor should use it to contextualize the manipulation resistance claim — is $58K sufficient depth for the mechanism to work? Compare to documented cases (FairScale: failed; META VC discount rejection: succeeded) to infer the minimum threshold.

View file

@ -1,63 +0,0 @@
---
type: source
title: "Pine Analytics: FairScale Post-Mortem Design Fixes — All Three Solutions Require Off-Chain Trust"
author: "Pine Analytics (@PineAnalytics)"
url: https://pineanalytics.substack.com/p/the-fairscale-saga-a-case-study-in
date: 2026-02-15
domain: internet-finance
secondary_domains: []
format: thread
status: processed
priority: high
tags: [fairscale, futarchy, mechanism-design, implicit-put-option, governance-design, metadao, trust-assumptions]
---
## Content
Pine Analytics post-mortem analysis of the FairScale governance failure and proposed design responses.
**FairScale recap:** Launched Jan 23, 2026. Raised $355,600 from 219 contributors via Star.fun. Token at 640K FDV → fell to 140K FDV over three weeks due to revenue misrepresentation. Liquidation proposal passed by narrow margins → 100% treasury liquidation → liquidation proposer earned ~300% return.
**The fundamental design tension:** Futarchy cannot distinguish between (a) a token below NAV because the market dipped and (b) a token below NAV because of fundamental problems with the business.
**Proposed fixes and their limitations:**
1. **Conditional milestone-based protections:** Teams demonstrating on-chain delivery against stated goals receive extended liquidation protection; teams failing milestones lose it.
- Limitation: "Requires someone to judge whether a milestone was met" — introduces subjective human judgment, reintroduces centralized trust
2. **Community-driven dispute resolution:** Liquidation proposals that include fraud allegations trigger a structured review period before a vote.
- Limitation: "Requires structured review" — requires a trusted arbiter to evaluate fraud evidence; off-chain trust assumption
3. **Whitelisted contributor filtering:** Shift the problem upstream — whitelisted ICOs populate raises with long-horizon believers who won't liquidate during downturns.
- Limitation: "Upstream contributor selection" — this is curation, not permissionlessness; contradicts the permissionless design principle
**Pine's conclusion:** "Futarchy functions well as a price discovery mechanism but poorly as governance infrastructure for early-stage businesses."
**The time-lock paradox:** Time-locks protect legitimate projects (Ranger Finance — survived a market downturn) from opportunistic exit. But they also shield fraudulent teams (FairScale — team kept proceeds despite misrepresentation). The mechanism cannot distinguish between the two.
**No MetaDAO protocol-level responses identified.** Pine documents no formal response from MetaDAO to implement these fixes.
## Agent Notes
**Why this matters:** This is the third confirmation that all proposed solutions to the FairScale implicit put option problem reintroduce off-chain trust. My Session 4 analysis flagged this, and the FairScale article confirms: there is no purely on-chain fix. The "trustless" property of futarchy breaks as soon as business fundamentals are off-chain.
**What surprised me:** The absence of MetaDAO protocol-level response. Given that FairScale was a January 2026 event (two months ago), and P2P.me is launching in one week (March 26) with the same governance structure, MetaDAO appears to have made no design changes. The implicit put option risk documented in January is live for P2P.me.
**What I expected but didn't find:** Any quantitative analysis of how many MetaDAO ICOs had high-float structures (>40% liquid at TGE) that would be susceptible to the FairScale pattern. If P2P.me (50% liquid at TGE) is not unusual, the ecosystem has a systematic risk that's unaddressed.
**KB connections:**
- Futarchy solves trustless joint ownership not just better decision-making — DIRECTLY CHALLENGED: the "trustless" property only holds when ownership claims rest on on-chain-verifiable inputs. Off-chain revenue claims break the trustless property.
- Decision markets make majority theft unprofitable through conditional token arbitrage — FairScale shows the mechanism inverts: liquidation proposals become theft-enabling rather than theft-preventing when information asymmetry favors the proposer and defenders can't rebuy above NAV
- Redistribution proposals are futarchys hardest unsolved problem because they can increase measured welfare while reducing productive value creation — FairScale is a different category of failure from redistribution proposals, but the same underlying problem: mechanism cannot price in off-chain externalities
**Extraction hints:**
- Claim candidate: "Futarchy governance for early-stage businesses with off-chain revenue claims faces a structural off-chain trust gap because all proposed fixes (milestone verification, dispute resolution, contributor whitelisting) require trusted human judgment that the on-chain mechanism cannot replace"
- Enrichment candidate: Update Futarchy solves trustless joint ownership not just better decision-making with scope qualifier: "the trustless property holds when ownership claims rest on on-chain-verifiable inputs; off-chain business fundamentals require trust assumptions that futarchy cannot eliminate"
**Context:** Pine Analytics has been the most consistent MetaDAO analyst. Their FairScale analysis combines the mechanism design analysis (implicit put option) with the empirical post-mortem. Their conclusion that futarchy "functions well as price discovery but poorly as governance for early-stage businesses" is the clearest analyst statement of the scope boundary.
## Curator Notes
PRIMARY CONNECTION: Futarchy solves trustless joint ownership not just better decision-making
WHY ARCHIVED: Pine's design fix analysis confirms the "all fixes require off-chain trust" finding from Session 4 and documents the absence of MetaDAO protocol response
EXTRACTION HINT: Focus on the "all three solutions reintroduce off-chain trust" finding — this is the key structural insight, not the FairScale-specific narrative. The claim should generalize: futarchy's trustless property is conditional on input verifiability, not the mechanism itself.

View file

@ -1,57 +0,0 @@
---
type: source
title: "Ninth Circuit Denies Kalshi Stay — Nevada Can Now Pursue Temporary Ban on Prediction Market"
author: "CoinDesk Policy"
url: https://www.coindesk.com/policy/2026/03/19/appeals-court-clears-way-for-nevada-to-temporarily-ban-prediction-market-kalshi
date: 2026-03-19
domain: internet-finance
secondary_domains: []
format: thread
status: processed
priority: high
tags: [prediction-markets, kalshi, ninth-circuit, nevada, preemption, gaming-law, regulation, futarchy]
flagged_for_leo: ["Partisan dimension: Democratic AGs vs Trump-appointed CFTC chair — political battleground implications for prediction markets as democratic infrastructure"]
---
## Content
The Ninth Circuit Court of Appeals denied Kalshi's motion for an administrative stay on March 19, 2026. This means Nevada state regulators can now proceed with seeking a temporary restraining order (TRO) that would "push Kalshi out of Nevada entirely for at least two weeks, pending a hearing on a preliminary injunction" (gaming lawyer Dan Wallach).
**The ruling:** Ninth Circuit panel rejected Kalshi's argument that it would face "imminent harm" from the state court proceedings. The parallel federal appeals case (Assad) continues to address the preemption question.
**The preemption issue:** Core dispute = whether CFTC has sole jurisdiction over prediction markets, or whether Nevada state regulators can regulate these products under state gaming laws.
**Status of circuit split (as of March 19, 2026):**
- Fourth Circuit (Maryland): pro-state (Maryland ruling denied Kalshi's preemption argument)
- Ninth Circuit (Nevada): today's ruling allows state TRO to proceed — leaning pro-state
- Third Circuit (New Jersey): pro-Kalshi (NJ district court ruled federal preemption likely)
- Other: Tennessee (pro-federal), Ohio/Connecticut/New York TROs (pro-Kalshi initially)
**Path to SCOTUS:** With both the Fourth and Ninth Circuits now allowing state enforcement while the Third Circuit ruled for Kalshi, a clear circuit split is forming. SCOTUS review is likely by late 2026 or early 2027.
**Criminal charges context:** Arizona filed first criminal charges against Kalshi on March 17. Nevada's civil TRO now follows. The state escalation pattern from civil to criminal is accelerating.
## Agent Notes
**Why this matters:** This is a direct acceleration of the regulatory risk vector I've been tracking since Session 2. The circuit split that I predicted would reach SCOTUS is now materializing faster than expected. Both Fourth (Maryland) and Ninth (Nevada) circuits are moving in the pro-state direction — only Third Circuit (NJ) has ruled for Kalshi.
**What surprised me:** The Ninth Circuit ruling came TODAY, the same day as this research session. The prediction market jurisdiction crisis is moving much faster than Session 3's "SCOTUS likely by late 2026" estimate. With Ninth Circuit now effectively allowing Nevada enforcement, the operational risk to Kalshi is immediate, not theoretical.
**What I expected but didn't find:** I expected the Ninth Circuit to rule on the preemption question directly rather than just on the stay motion. This ruling on the stay only is procedurally limited — the preemption question is still pending in the Assad case. Today's ruling doesn't resolve the circuit split, but it accelerates Nevada's ability to exclude Kalshi while the case proceeds.
**KB connections:**
- [[Polymarket vindicated prediction markets over polling in 2024 US election]] — the regulatory pressure on prediction markets directly threatens this evidence base; if Kalshi is excluded from major states, prediction market data quality degrades
- Belief #6 (regulatory defensibility through decentralization) — COMPLICATED FURTHER: the gaming classification risk, already identified in Sessions 2-3, is now materializing as operational enforcement, not just legal theory
- "Decentralized governance markets face worse legal treatment than centralized prediction markets under current preemption analysis" (Session 3 claim candidate) — today's Ninth Circuit ruling confirms: even centralized, CFTC-regulated platforms can't prevent state enforcement; decentralized protocols face the same problem without any ability to get state gaming licenses
**Extraction hints:**
- Claim candidate: "The emerging Fourth and Ninth Circuit consensus that state gaming laws are not preempted by federal commodities law creates an operational restriction zone for prediction markets in pro-regulation states regardless of final SCOTUS resolution, because enforcement proceeds during appeals"
- Enrichment candidate: Update the "prediction market state-federal jurisdiction crisis will likely reach SCOTUS" claim with today's Ninth Circuit ruling as new supporting evidence — the circuit split is now confirmed across multiple appellate courts, not just district courts
**Context:** Dan Wallach is a gaming law expert often quoted on the Kalshi cases. His "two weeks out of Nevada" estimate reflects the TRO timeline. This is the first time a major prediction market platform faces actual operational exclusion from a US state.
## Curator Notes
PRIMARY CONNECTION: "Futarchy governance markets may be legally distinguishable from sports prediction markets because they serve a legitimate corporate governance function" (Session 3 claim candidate — not yet in KB)
WHY ARCHIVED: The Ninth Circuit ruling significantly advances the circuit split toward SCOTUS, accelerating the existential regulatory risk for futarchy governance
EXTRACTION HINT: This is primarily evidence for the regulatory claims, not the mechanism claims. The extractor should link this to the "prediction market jurisdiction crisis will reach SCOTUS" claim candidate from Session 3 and update confidence from "likely" to "very likely" given today's ruling.

View file

@ -1,42 +0,0 @@
---
type: source
title: "MetaDAO Ownership Radio March 2026 — Community Updates, No Protocol Changes"
author: "MetaDAO (@MetaDAOProject)"
url: https://www.tradingview.com/news/coinmarketcal:6722d4bf0094b:0-metadao-meta-ownership-radio-15-march-2026/
date: 2026-03-15
domain: internet-finance
secondary_domains: []
format: tweet
status: processed
priority: low
tags: [metadao, ownership-radio, futardio, community, governance, march-2026]
---
## Content
MetaDAO hosting two March 2026 Ownership Radio X Spaces sessions:
- **March 8, 2026**: Ownership Radio #1 — covered MetaDAO ecosystem, Futardio, futarchy-based governance mechanisms
- **March 15, 2026**: Ownership Radio — ownership coins and new Futardio launches, 4 PM UTC
Sessions are community calls, not protocol upgrade announcements.
**P2P.me context:** March 26 ICO launch is the next major MetaDAO event.
## Agent Notes
**Why this matters:** The Ownership Radio sessions are MetaDAO's community communication channel. The absence of protocol-change announcements in either March session confirms what the FairScale analysis suggested: MetaDAO has not implemented design changes in response to the FairScale implicit put option problem, despite the January 2026 case.
**What surprised me:** Two Ownership Radio sessions in March, neither covering the FairScale aftermath or governance design improvements. Community communication is focused on upcoming launches (P2P.me, Futardio new launches) rather than reflecting on the FairScale failure.
**What I expected but didn't find:** Any community discussion of FairScale design implications or protocol-level responses in March community calls.
**KB connections:** Minor. Primarily confirms the "no MetaDAO protocol-level response to FairScale" finding.
**Extraction hints:** Low extraction value. Archive as context for the FairScale → MetaDAO response thread.
## Curator Notes
PRIMARY CONNECTION: MetaDAO empirical results show smaller participants gaining influence through futarchy
WHY ARCHIVED: Confirms community communication context in March 2026, absence of FairScale response discussion
EXTRACTION HINT: Low priority. Use only as supporting context if extracting claims about MetaDAO's governance evolution post-FairScale.

View file

@ -1,63 +0,0 @@
---
type: source
title: "WilmerHale: CFTC Prediction Markets ANPRM Analysis — 40 Questions, No Governance Market Coverage"
author: "WilmerHale (law firm client alert)"
url: https://www.wilmerhale.com/en/insights/client-alerts/20260317-cftc-seeks-public-input-on-prediction-markets-regulation
date: 2026-03-17
domain: internet-finance
secondary_domains: []
format: thread
status: processed
priority: medium
tags: [cftc, anprm, prediction-markets, regulation, futarchy, governance-markets, comment-period]
---
## Content
WilmerHale client alert analyzing CFTC's March 12, 2026 Advance Notice of Proposed Rulemaking on prediction markets. Published in Federal Register March 16, 2026 as Document No. 2026-05105.
**Comment deadline:** 45 days from Federal Register publication (March 16) = approximately April 30, 2026.
**Scope of the 40 questions:**
1. DCM core principles applicability to event contracts
2. Public interest considerations associated with event contracts
3. Activities listed under CEA Section 5c(c)(5)(C)
4. Procedural aspects of public interest determinations
5. Insider information risks in event contract marketplaces
6. Contract types and classifications (questions 33-40)
**What the ANPRM does NOT include:**
- No questions about governance/DAO decision markets
- No questions about futarchy or blockchain-based governance prediction markets
- No mention of corporate decision-making applications
- No discussion of decentralized protocols or non-centralized prediction market infrastructure
- Focus is entirely on CFTC-regulated exchanges (DCMs) and sports/entertainment contracts
**Advisory focus:** The accompanying advisory (Advisory Letter 26-08) focuses on sports contract manipulation risks and settlement integrity with sports authorities.
**Settlement integrity concern:** The ANPRM flags "contracts resolving based on the action of a single individual or small group" for heightened scrutiny — this is the sports context (a referee's call, an athlete's performance), not governance markets.
## Agent Notes
**Why this matters:** The CFTC's silence on governance markets is simultaneously an opportunity and a risk. It means futarchy governance markets are not specifically regulated (favorable), but it also means there's no safe harbor from the gaming classification track that states are pursuing (dangerous). The comment window is the only near-term opportunity to proactively define the governance market category before the ANPRM process closes.
**What surprised me:** The complete absence of governance/DAO/futarchy from 40 questions is more striking than expected. Given that prediction markets are being used for corporate governance at scale (MetaDAO, $57M+ under governance), the CFTC's focus on sports/entertainment suggests regulators haven't mapped the governance application yet. This is an information gap the ecosystem could fill through comments.
**What I expected but didn't find:** Any question about the distinction between entertainment prediction markets and governance/corporate decision markets. The WilmerHale analysis doesn't even mention this distinction — it's focused purely on the DCM framework for sports/events.
**KB connections:**
- [[futarchy-governed entities are structurally not securities because prediction market participation replaces the concentrated promoter effort that the Howey test requires]] — the ANPRM silence on governance markets means the futarchy regulatory argument rests entirely on the securities analysis; the gaming classification vector is not addressed in the ANPRM
- The "hedging function test" from Session 3 (Better Markets argument) — this is exactly what comments should argue: governance markets have legitimate hedging function (token holders hedge their economic exposure through governance) that sports prediction markets lack
- "Decentralized governance markets face worse legal treatment than centralized prediction markets under current preemption analysis" (Session 3 claim candidate) — the ANPRM's DCM focus only compounds this: decentralized protocols aren't DCMs, so they're not even being considered in the CFTC's framework
**Extraction hints:**
- Claim candidate: "The CFTC's March 2026 ANPRM on prediction markets contains no questions about governance/DAO decision markets, leaving futarchy governance in an unaddressed regulatory gap that neither enables nor restricts the mechanism"
- This is primarily an enrichment/complication for the regulatory defensibility claims rather than a standalone claim
**Context:** WilmerHale is a major regulatory law firm frequently cited on crypto regulation. Their analysis reflects what legal practitioners are advising institutional clients on. The absence of governance market discussion in their analysis suggests the industry is not yet treating the governance market regulatory question as live.
## Curator Notes
PRIMARY CONNECTION: [[futarchy-governed entities are structurally not securities because prediction market participation replaces the concentrated promoter effort that the Howey test requires]]
WHY ARCHIVED: Confirms the regulatory gap: CFTC ANPRM does not address governance markets, meaning the comment window is open for ecosystem players to proactively define the category
EXTRACTION HINT: The evidence here is negative (absence of governance market coverage) rather than positive. The claim should be framed around the regulatory gap and the comment opportunity, not around what the ANPRM covers.

View file

@ -1,35 +0,0 @@
{
"rejected_claims": [
{
"filename": "physical-world-bottlenecks-constrain-ai-acceleration-to-10-20x-not-100-1000x.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "opt-out-problem-creates-dystopian-underclass-when-ai-benefits-require-participation.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 2,
"kept": 0,
"fixed": 5,
"rejected": 2,
"fixes_applied": [
"physical-world-bottlenecks-constrain-ai-acceleration-to-10-20x-not-100-1000x.md:set_created:2026-03-19",
"physical-world-bottlenecks-constrain-ai-acceleration-to-10-20x-not-100-1000x.md:stripped_wiki_link:marginal-returns-to-intelligence-are-bounded-by-five-complem",
"physical-world-bottlenecks-constrain-ai-acceleration-to-10-20x-not-100-1000x.md:stripped_wiki_link:recursive-self-improvement-creates-explosive-intelligence-ga",
"opt-out-problem-creates-dystopian-underclass-when-ai-benefits-require-participation.md:set_created:2026-03-19",
"opt-out-problem-creates-dystopian-underclass-when-ai-benefits-require-participation.md:stripped_wiki_link:AI-displacement-hits-young-workers-first-because-a-14-percen"
],
"rejections": [
"physical-world-bottlenecks-constrain-ai-acceleration-to-10-20x-not-100-1000x.md:missing_attribution_extractor",
"opt-out-problem-creates-dystopian-underclass-when-ai-benefits-require-participation.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,13 +1,13 @@
{ {
"rejected_claims": [ "rejected_claims": [
{ {
"filename": "glp-1-cost-effectiveness-requires-long-term-risk-bearing-because-medical-savings-lag-drug-costs-by-12-18-months.md", "filename": "glp-1-cost-effectiveness-requires-long-term-risk-bearing-because-savings-lag-drug-costs-by-12-18-months.md",
"issues": [ "issues": [
"missing_attribution_extractor" "missing_attribution_extractor"
] ]
}, },
{ {
"filename": "glp-1-receptor-agonists-show-50-percent-ovarian-cancer-reduction-in-women-suggesting-multi-system-benefits-beyond-metabolic-endpoints.md", "filename": "glp-1-female-users-show-50-percent-ovarian-cancer-reduction-and-14-percent-breast-cancer-reduction.md",
"issues": [ "issues": [
"missing_attribution_extractor" "missing_attribution_extractor"
] ]
@ -19,14 +19,14 @@
"fixed": 2, "fixed": 2,
"rejected": 2, "rejected": 2,
"fixes_applied": [ "fixes_applied": [
"glp-1-cost-effectiveness-requires-long-term-risk-bearing-because-medical-savings-lag-drug-costs-by-12-18-months.md:set_created:2026-03-19", "glp-1-cost-effectiveness-requires-long-term-risk-bearing-because-savings-lag-drug-costs-by-12-18-months.md:set_created:2026-03-18",
"glp-1-receptor-agonists-show-50-percent-ovarian-cancer-reduction-in-women-suggesting-multi-system-benefits-beyond-metabolic-endpoints.md:set_created:2026-03-19" "glp-1-female-users-show-50-percent-ovarian-cancer-reduction-and-14-percent-breast-cancer-reduction.md:set_created:2026-03-18"
], ],
"rejections": [ "rejections": [
"glp-1-cost-effectiveness-requires-long-term-risk-bearing-because-medical-savings-lag-drug-costs-by-12-18-months.md:missing_attribution_extractor", "glp-1-cost-effectiveness-requires-long-term-risk-bearing-because-savings-lag-drug-costs-by-12-18-months.md:missing_attribution_extractor",
"glp-1-receptor-agonists-show-50-percent-ovarian-cancer-reduction-in-women-suggesting-multi-system-benefits-beyond-metabolic-endpoints.md:missing_attribution_extractor" "glp-1-female-users-show-50-percent-ovarian-cancer-reduction-and-14-percent-breast-cancer-reduction.md:missing_attribution_extractor"
] ]
}, },
"model": "anthropic/claude-sonnet-4.5", "model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19" "date": "2026-03-18"
} }

View file

@ -1,13 +1,13 @@
{ {
"rejected_claims": [ "rejected_claims": [
{ {
"filename": "prediction-markets-face-statutory-gaming-prohibition-under-cea-section-5c-that-mechanism-design-cannot-solve.md", "filename": "futarchy-governance-markets-survive-gaming-classification-through-legitimate-commercial-purpose-test.md",
"issues": [ "issues": [
"missing_attribution_extractor" "missing_attribution_extractor"
] ]
}, },
{ {
"filename": "futarchy-governance-markets-may-survive-gaming-classification-through-legitimate-commercial-purpose-test.md", "filename": "cftc-lacks-institutional-capacity-for-nationwide-gambling-enforcement.md",
"issues": [ "issues": [
"missing_attribution_extractor" "missing_attribution_extractor"
] ]
@ -19,14 +19,14 @@
"fixed": 2, "fixed": 2,
"rejected": 2, "rejected": 2,
"fixes_applied": [ "fixes_applied": [
"prediction-markets-face-statutory-gaming-prohibition-under-cea-section-5c-that-mechanism-design-cannot-solve.md:set_created:2026-03-19", "futarchy-governance-markets-survive-gaming-classification-through-legitimate-commercial-purpose-test.md:set_created:2026-03-18",
"futarchy-governance-markets-may-survive-gaming-classification-through-legitimate-commercial-purpose-test.md:set_created:2026-03-19" "cftc-lacks-institutional-capacity-for-nationwide-gambling-enforcement.md:set_created:2026-03-18"
], ],
"rejections": [ "rejections": [
"prediction-markets-face-statutory-gaming-prohibition-under-cea-section-5c-that-mechanism-design-cannot-solve.md:missing_attribution_extractor", "futarchy-governance-markets-survive-gaming-classification-through-legitimate-commercial-purpose-test.md:missing_attribution_extractor",
"futarchy-governance-markets-may-survive-gaming-classification-through-legitimate-commercial-purpose-test.md:missing_attribution_extractor" "cftc-lacks-institutional-capacity-for-nationwide-gambling-enforcement.md:missing_attribution_extractor"
] ]
}, },
"model": "anthropic/claude-sonnet-4.5", "model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19" "date": "2026-03-18"
} }

View file

@ -1,26 +0,0 @@
{
"rejected_claims": [
{
"filename": "ai-is-already-superintelligent-through-jagged-intelligence-combining-human-level-reasoning-with-superhuman-speed-and-tirelessness.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 1,
"kept": 0,
"fixed": 3,
"rejected": 1,
"fixes_applied": [
"ai-is-already-superintelligent-through-jagged-intelligence-combining-human-level-reasoning-with-superhuman-speed-and-tirelessness.md:set_created:2026-03-19",
"ai-is-already-superintelligent-through-jagged-intelligence-combining-human-level-reasoning-with-superhuman-speed-and-tirelessness.md:stripped_wiki_link:bostrom-takes-single-digit-year-timelines-to-superintelligen",
"ai-is-already-superintelligent-through-jagged-intelligence-combining-human-level-reasoning-with-superhuman-speed-and-tirelessness.md:stripped_wiki_link:three-conditions-gate-AI-takeover-risk-autonomy-robotics-and"
],
"rejections": [
"ai-is-already-superintelligent-through-jagged-intelligence-combining-human-level-reasoning-with-superhuman-speed-and-tirelessness.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,27 +0,0 @@
{
"rejected_claims": [
{
"filename": "futarchy-governance-for-early-stage-businesses-faces-structural-off-chain-trust-gap-because-all-proposed-fixes-require-trusted-human-judgment.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 1,
"kept": 0,
"fixed": 4,
"rejected": 1,
"fixes_applied": [
"futarchy-governance-for-early-stage-businesses-faces-structural-off-chain-trust-gap-because-all-proposed-fixes-require-trusted-human-judgment.md:set_created:2026-03-19",
"futarchy-governance-for-early-stage-businesses-faces-structural-off-chain-trust-gap-because-all-proposed-fixes-require-trusted-human-judgment.md:stripped_wiki_link:futarchy-solves-trustless-joint-ownership-not-just-better-de",
"futarchy-governance-for-early-stage-businesses-faces-structural-off-chain-trust-gap-because-all-proposed-fixes-require-trusted-human-judgment.md:stripped_wiki_link:decision-markets-make-majority-theft-unprofitable-through-co",
"futarchy-governance-for-early-stage-businesses-faces-structural-off-chain-trust-gap-because-all-proposed-fixes-require-trusted-human-judgment.md:stripped_wiki_link:futarchy-governed-liquidation-is-the-enforcement-mechanism-t"
],
"rejections": [
"futarchy-governance-for-early-stage-businesses-faces-structural-off-chain-trust-gap-because-all-proposed-fixes-require-trusted-human-judgment.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,25 +0,0 @@
{
"rejected_claims": [
{
"filename": "community-validation-before-production-reduces-media-development-risk.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 1,
"kept": 0,
"fixed": 2,
"rejected": 1,
"fixes_applied": [
"community-validation-before-production-reduces-media-development-risk.md:set_created:2026-03-19",
"community-validation-before-production-reduces-media-development-risk.md:stripped_wiki_link:the-fanchise-engagement-ladder-from-content-to-co-ownership-"
],
"rejections": [
"community-validation-before-production-reduces-media-development-risk.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,34 +0,0 @@
{
"rejected_claims": [
{
"filename": "progressive-validation-through-community-building-reduces-development-risk-by-proving-audience-demand-before-production-investment.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "traditional-media-buyers-now-seek-content-with-pre-existing-community-engagement-data-as-risk-mitigation.md",
"issues": [
"no_frontmatter"
]
}
],
"validation_stats": {
"total": 2,
"kept": 0,
"fixed": 4,
"rejected": 2,
"fixes_applied": [
"progressive-validation-through-community-building-reduces-development-risk-by-proving-audience-demand-before-production-investment.md:set_created:2026-03-19",
"progressive-validation-through-community-building-reduces-development-risk-by-proving-audience-demand-before-production-investment.md:stripped_wiki_link:the-fanchise-engagement-ladder-from-content-to-co-ownership-",
"traditional-media-buyers-now-seek-content-with-pre-existing-community-engagement-data-as-risk-mitigation.md:set_created:2026-03-19",
"traditional-media-buyers-now-seek-content-with-pre-existing-community-engagement-data-as-risk-mitigation.md:stripped_wiki_link:progressive-validation-through-community-building-reduces-de"
],
"rejections": [
"progressive-validation-through-community-building-reduces-development-risk-by-proving-audience-demand-before-production-investment.md:missing_attribution_extractor",
"traditional-media-buyers-now-seek-content-with-pre-existing-community-engagement-data-as-risk-mitigation.md:no_frontmatter"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,45 +0,0 @@
{
"rejected_claims": [
{
"filename": "cost-plus-deals-shifted-risk-to-streamers-while-misaligning-creative-incentives.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "progressive-validation-through-community-building-reduces-development-risk-by-proving-audience-demand-before-production-investment.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "generative-ai-cost-reduction-enables-independent-production-of-studio-quality-content.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 3,
"kept": 0,
"fixed": 8,
"rejected": 3,
"fixes_applied": [
"cost-plus-deals-shifted-risk-to-streamers-while-misaligning-creative-incentives.md:set_created:2026-03-19",
"cost-plus-deals-shifted-risk-to-streamers-while-misaligning-creative-incentives.md:stripped_wiki_link:giving-away-the-commoditized-layer-to-capture-value-on-the-s",
"progressive-validation-through-community-building-reduces-development-risk-by-proving-audience-demand-before-production-investment.md:set_created:2026-03-19",
"progressive-validation-through-community-building-reduces-development-risk-by-proving-audience-demand-before-production-investment.md:stripped_wiki_link:the-fanchise-engagement-ladder-from-content-to-co-ownership-",
"progressive-validation-through-community-building-reduces-development-risk-by-proving-audience-demand-before-production-investment.md:stripped_wiki_link:two-phase-disruption-where-distribution-moats-fall-first-and",
"generative-ai-cost-reduction-enables-independent-production-of-studio-quality-content.md:set_created:2026-03-19",
"generative-ai-cost-reduction-enables-independent-production-of-studio-quality-content.md:stripped_wiki_link:two-phase-disruption-where-distribution-moats-fall-first-and",
"generative-ai-cost-reduction-enables-independent-production-of-studio-quality-content.md:stripped_wiki_link:knowledge-embodiment-lag-means-technology-is-available-decad"
],
"rejections": [
"cost-plus-deals-shifted-risk-to-streamers-while-misaligning-creative-incentives.md:missing_attribution_extractor",
"progressive-validation-through-community-building-reduces-development-risk-by-proving-audience-demand-before-production-investment.md:missing_attribution_extractor",
"generative-ai-cost-reduction-enables-independent-production-of-studio-quality-content.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,46 +0,0 @@
{
"rejected_claims": [
{
"filename": "web3-native-funding-enables-creative-control-through-community-capitalization-before-content-production.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "progressive-validation-through-staged-platform-expansion-reduces-entertainment-ip-risk-by-proving-demand-before-major-production-investment.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "community-driven-world-building-produces-authentic-narrative-depth-through-bidirectional-feedback-that-traditional-studio-development-cannot-replicate.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 3,
"kept": 0,
"fixed": 9,
"rejected": 3,
"fixes_applied": [
"web3-native-funding-enables-creative-control-through-community-capitalization-before-content-production.md:set_created:2026-03-19",
"web3-native-funding-enables-creative-control-through-community-capitalization-before-content-production.md:stripped_wiki_link:community-ownership-accelerates-growth-through-aligned-evang",
"web3-native-funding-enables-creative-control-through-community-capitalization-before-content-production.md:stripped_wiki_link:the-fanchise-engagement-ladder-from-content-to-co-ownership-",
"progressive-validation-through-staged-platform-expansion-reduces-entertainment-ip-risk-by-proving-demand-before-major-production-investment.md:set_created:2026-03-19",
"progressive-validation-through-staged-platform-expansion-reduces-entertainment-ip-risk-by-proving-demand-before-major-production-investment.md:stripped_wiki_link:industry-transitions-produce-speculative-overshoot-because-c",
"progressive-validation-through-staged-platform-expansion-reduces-entertainment-ip-risk-by-proving-demand-before-major-production-investment.md:stripped_wiki_link:pioneers-prove-concepts-but-fast-followers-with-better-capit",
"community-driven-world-building-produces-authentic-narrative-depth-through-bidirectional-feedback-that-traditional-studio-development-cannot-replicate.md:set_created:2026-03-19",
"community-driven-world-building-produces-authentic-narrative-depth-through-bidirectional-feedback-that-traditional-studio-development-cannot-replicate.md:stripped_wiki_link:the-gardener-cultivates-conditions-for-emergence-while-the-b",
"community-driven-world-building-produces-authentic-narrative-depth-through-bidirectional-feedback-that-traditional-studio-development-cannot-replicate.md:stripped_wiki_link:complex-ideas-propagate-with-higher-fidelity-through-persona"
],
"rejections": [
"web3-native-funding-enables-creative-control-through-community-capitalization-before-content-production.md:missing_attribution_extractor",
"progressive-validation-through-staged-platform-expansion-reduces-entertainment-ip-risk-by-proving-demand-before-major-production-investment.md:missing_attribution_extractor",
"community-driven-world-building-produces-authentic-narrative-depth-through-bidirectional-feedback-that-traditional-studio-development-cannot-replicate.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,35 +0,0 @@
{
"rejected_claims": [
{
"filename": "genai-adoption-in-entertainment-gated-by-consumer-acceptance-not-technology.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "non-atl-production-costs-converge-with-compute-costs-as-ai-replaces-labor.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 2,
"kept": 0,
"fixed": 5,
"rejected": 2,
"fixes_applied": [
"genai-adoption-in-entertainment-gated-by-consumer-acceptance-not-technology.md:set_created:2026-03-19",
"genai-adoption-in-entertainment-gated-by-consumer-acceptance-not-technology.md:stripped_wiki_link:AI-labor-displacement-follows-knowledge-embodiment-lag-phase",
"non-atl-production-costs-converge-with-compute-costs-as-ai-replaces-labor.md:set_created:2026-03-19",
"non-atl-production-costs-converge-with-compute-costs-as-ai-replaces-labor.md:stripped_wiki_link:AI-labor-displacement-follows-knowledge-embodiment-lag-phase",
"non-atl-production-costs-converge-with-compute-costs-as-ai-replaces-labor.md:stripped_wiki_link:two-phase-disruption-where-distribution-moats-fall-first-and"
],
"rejections": [
"genai-adoption-in-entertainment-gated-by-consumer-acceptance-not-technology.md:missing_attribution_extractor",
"non-atl-production-costs-converge-with-compute-costs-as-ai-replaces-labor.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,44 +0,0 @@
{
"rejected_claims": [
{
"filename": "cost-plus-deals-shift-risk-from-talent-to-streamers-while-misaligning-creative-incentives.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "tv-industry-needs-diversified-small-bets-like-venture-capital-not-concentrated-large-bets-because-power-law-returns-dominate.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "franchise-commoditization-not-fatigue-is-the-strategic-problem-when-everyone-pursues-familiar-ip.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 3,
"kept": 0,
"fixed": 7,
"rejected": 3,
"fixes_applied": [
"cost-plus-deals-shift-risk-from-talent-to-streamers-while-misaligning-creative-incentives.md:set_created:2026-03-19",
"cost-plus-deals-shift-risk-from-talent-to-streamers-while-misaligning-creative-incentives.md:stripped_wiki_link:giving-away-the-commoditized-layer-to-capture-value-on-the-s",
"tv-industry-needs-diversified-small-bets-like-venture-capital-not-concentrated-large-bets-because-power-law-returns-dominate.md:set_created:2026-03-19",
"tv-industry-needs-diversified-small-bets-like-venture-capital-not-concentrated-large-bets-because-power-law-returns-dominate.md:stripped_wiki_link:industries-are-need-satisfaction-systems-and-the-attractor-s",
"tv-industry-needs-diversified-small-bets-like-venture-capital-not-concentrated-large-bets-because-power-law-returns-dominate.md:stripped_wiki_link:AI-optimization-of-industry-subsystems-induces-demand-for-mo",
"franchise-commoditization-not-fatigue-is-the-strategic-problem-when-everyone-pursues-familiar-ip.md:set_created:2026-03-19",
"franchise-commoditization-not-fatigue-is-the-strategic-problem-when-everyone-pursues-familiar-ip.md:stripped_wiki_link:disruptors-redefine-quality-rather-than-competing-on-the-inc"
],
"rejections": [
"cost-plus-deals-shift-risk-from-talent-to-streamers-while-misaligning-creative-incentives.md:missing_attribution_extractor",
"tv-industry-needs-diversified-small-bets-like-venture-capital-not-concentrated-large-bets-because-power-law-returns-dominate.md:missing_attribution_extractor",
"franchise-commoditization-not-fatigue-is-the-strategic-problem-when-everyone-pursues-familiar-ip.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,41 +0,0 @@
{
"rejected_claims": [
{
"filename": "streaming-churn-may-be-permanently-uneconomic-because-maintenance-marketing-consumes-up-to-half-of-arpu.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "resubscribe-rates-above-30-percent-indicate-churning-on-and-off-is-becoming-habitual-consumer-behavior-not-transitional-friction.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "good-bundles-reduce-churn-through-transparent-discounts-while-bad-bundles-reduce-churn-through-forced-packaging.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 3,
"kept": 0,
"fixed": 4,
"rejected": 3,
"fixes_applied": [
"streaming-churn-may-be-permanently-uneconomic-because-maintenance-marketing-consumes-up-to-half-of-arpu.md:set_created:2026-03-19",
"streaming-churn-may-be-permanently-uneconomic-because-maintenance-marketing-consumes-up-to-half-of-arpu.md:stripped_wiki_link:two-phase-disruption-where-distribution-moats-fall-first-and",
"resubscribe-rates-above-30-percent-indicate-churning-on-and-off-is-becoming-habitual-consumer-behavior-not-transitional-friction.md:set_created:2026-03-19",
"good-bundles-reduce-churn-through-transparent-discounts-while-bad-bundles-reduce-churn-through-forced-packaging.md:set_created:2026-03-19"
],
"rejections": [
"streaming-churn-may-be-permanently-uneconomic-because-maintenance-marketing-consumes-up-to-half-of-arpu.md:missing_attribution_extractor",
"resubscribe-rates-above-30-percent-indicate-churning-on-and-off-is-becoming-habitual-consumer-behavior-not-transitional-friction.md:missing_attribution_extractor",
"good-bundles-reduce-churn-through-transparent-discounts-while-bad-bundles-reduce-churn-through-forced-packaging.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,48 +0,0 @@
{
"rejected_claims": [
{
"filename": "five-factors-determine-disruption-speed-and-extent.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "hollywood-vulnerable-to-disruption-because-consumer-adoption-barriers-are-zero-while-high-end-market-is-stagnant.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "social-video-already-disrupting-hollywood-at-low-end-with-ai-tools-accelerating-upmarket-movement.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 3,
"kept": 0,
"fixed": 11,
"rejected": 3,
"fixes_applied": [
"five-factors-determine-disruption-speed-and-extent.md:set_created:2026-03-19",
"five-factors-determine-disruption-speed-and-extent.md:stripped_wiki_link:disruptors-redefine-quality-rather-than-competing-on-the-inc",
"five-factors-determine-disruption-speed-and-extent.md:stripped_wiki_link:good-management-causes-disruption-because-rational-resource-",
"five-factors-determine-disruption-speed-and-extent.md:stripped_wiki_link:incumbents-fail-to-respond-to-visible-disruption-because-ext",
"hollywood-vulnerable-to-disruption-because-consumer-adoption-barriers-are-zero-while-high-end-market-is-stagnant.md:set_created:2026-03-19",
"hollywood-vulnerable-to-disruption-because-consumer-adoption-barriers-are-zero-while-high-end-market-is-stagnant.md:stripped_wiki_link:AI-optimization-of-industry-subsystems-induces-demand-for-mo",
"hollywood-vulnerable-to-disruption-because-consumer-adoption-barriers-are-zero-while-high-end-market-is-stagnant.md:stripped_wiki_link:purpose-built-full-stack-systems-outcompete-acquisition-base",
"hollywood-vulnerable-to-disruption-because-consumer-adoption-barriers-are-zero-while-high-end-market-is-stagnant.md:stripped_wiki_link:two-phase-disruption-where-distribution-moats-fall-first-and",
"social-video-already-disrupting-hollywood-at-low-end-with-ai-tools-accelerating-upmarket-movement.md:set_created:2026-03-19",
"social-video-already-disrupting-hollywood-at-low-end-with-ai-tools-accelerating-upmarket-movement.md:stripped_wiki_link:disruptors-redefine-quality-rather-than-competing-on-the-inc",
"social-video-already-disrupting-hollywood-at-low-end-with-ai-tools-accelerating-upmarket-movement.md:stripped_wiki_link:two-phase-disruption-where-distribution-moats-fall-first-and"
],
"rejections": [
"five-factors-determine-disruption-speed-and-extent.md:missing_attribution_extractor",
"hollywood-vulnerable-to-disruption-because-consumer-adoption-barriers-are-zero-while-high-end-market-is-stagnant.md:missing_attribution_extractor",
"social-video-already-disrupting-hollywood-at-low-end-with-ai-tools-accelerating-upmarket-movement.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,34 +0,0 @@
{
"rejected_claims": [
{
"filename": "genai-unpredictability-is-design-feature-for-creative-exploration.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "genai-creative-tools-face-adoption-resistance-from-identity-threat-not-capability-limits.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 2,
"kept": 0,
"fixed": 4,
"rejected": 2,
"fixes_applied": [
"genai-unpredictability-is-design-feature-for-creative-exploration.md:set_created:2026-03-19",
"genai-unpredictability-is-design-feature-for-creative-exploration.md:stripped_wiki_link:AI-optimization-of-industry-subsystems-induces-demand-for-mo",
"genai-creative-tools-face-adoption-resistance-from-identity-threat-not-capability-limits.md:set_created:2026-03-19",
"genai-creative-tools-face-adoption-resistance-from-identity-threat-not-capability-limits.md:stripped_wiki_link:identity-protective-cognition-causes-people-to-reject-eviden"
],
"rejections": [
"genai-unpredictability-is-design-feature-for-creative-exploration.md:missing_attribution_extractor",
"genai-creative-tools-face-adoption-resistance-from-identity-threat-not-capability-limits.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,35 +0,0 @@
{
"rejected_claims": [
{
"filename": "hollywood-talent-ai-adoption-driven-by-narrowing-creative-paths.md",
"issues": [
"missing_attribution_extractor",
"opsec_internal_deal_terms"
]
},
{
"filename": "ai-video-creative-control-progression-enables-professional-adoption.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 2,
"kept": 0,
"fixed": 3,
"rejected": 2,
"fixes_applied": [
"hollywood-talent-ai-adoption-driven-by-narrowing-creative-paths.md:set_created:2026-03-19",
"ai-video-creative-control-progression-enables-professional-adoption.md:set_created:2026-03-19",
"ai-video-creative-control-progression-enables-professional-adoption.md:stripped_wiki_link:centaur team performance depends on role complementarity not"
],
"rejections": [
"hollywood-talent-ai-adoption-driven-by-narrowing-creative-paths.md:missing_attribution_extractor",
"hollywood-talent-ai-adoption-driven-by-narrowing-creative-paths.md:opsec_internal_deal_terms",
"ai-video-creative-control-progression-enables-professional-adoption.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,35 +0,0 @@
{
"rejected_claims": [
{
"filename": "genai-adoption-in-entertainment-gated-by-consumer-acceptance-not-technology.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "genai-is-simultaneously-sustaining-and-disruptive-depending-on-progressive-syntheticization-vs-progressive-control.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 2,
"kept": 0,
"fixed": 5,
"rejected": 2,
"fixes_applied": [
"genai-adoption-in-entertainment-gated-by-consumer-acceptance-not-technology.md:set_created:2026-03-19",
"genai-adoption-in-entertainment-gated-by-consumer-acceptance-not-technology.md:stripped_wiki_link:two-phase-disruption-where-distribution-moats-fall-first-and",
"genai-is-simultaneously-sustaining-and-disruptive-depending-on-progressive-syntheticization-vs-progressive-control.md:set_created:2026-03-19",
"genai-is-simultaneously-sustaining-and-disruptive-depending-on-progressive-syntheticization-vs-progressive-control.md:stripped_wiki_link:good-management-causes-disruption-because-rational-resource-",
"genai-is-simultaneously-sustaining-and-disruptive-depending-on-progressive-syntheticization-vs-progressive-control.md:stripped_wiki_link:disruptors-redefine-quality-rather-than-competing-on-the-inc"
],
"rejections": [
"genai-adoption-in-entertainment-gated-by-consumer-acceptance-not-technology.md:missing_attribution_extractor",
"genai-is-simultaneously-sustaining-and-disruptive-depending-on-progressive-syntheticization-vs-progressive-control.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,45 +0,0 @@
{
"rejected_claims": [
{
"filename": "short-form-video-changes-quality-definition-by-deemphasizing-production-values.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "virtual-production-with-real-time-rendering-can-reduce-hybrid-production-costs-by-30-40-percent.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "web3-inverts-content-production-risk-by-building-community-first-then-developing-ip.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 3,
"kept": 0,
"fixed": 8,
"rejected": 3,
"fixes_applied": [
"short-form-video-changes-quality-definition-by-deemphasizing-production-values.md:set_created:2026-03-19",
"short-form-video-changes-quality-definition-by-deemphasizing-production-values.md:stripped_wiki_link:disruptors-redefine-quality-rather-than-competing-on-the-inc",
"short-form-video-changes-quality-definition-by-deemphasizing-production-values.md:stripped_wiki_link:two-phase-disruption-where-distribution-moats-fall-first-and",
"virtual-production-with-real-time-rendering-can-reduce-hybrid-production-costs-by-30-40-percent.md:set_created:2026-03-19",
"virtual-production-with-real-time-rendering-can-reduce-hybrid-production-costs-by-30-40-percent.md:stripped_wiki_link:two-phase-disruption-where-distribution-moats-fall-first-and",
"web3-inverts-content-production-risk-by-building-community-first-then-developing-ip.md:set_created:2026-03-19",
"web3-inverts-content-production-risk-by-building-community-first-then-developing-ip.md:stripped_wiki_link:community-ownership-accelerates-growth-through-aligned-evang",
"web3-inverts-content-production-risk-by-building-community-first-then-developing-ip.md:stripped_wiki_link:the-fanchise-engagement-ladder-from-content-to-co-ownership-"
],
"rejections": [
"short-form-video-changes-quality-definition-by-deemphasizing-production-values.md:missing_attribution_extractor",
"virtual-production-with-real-time-rendering-can-reduce-hybrid-production-costs-by-30-40-percent.md:missing_attribution_extractor",
"web3-inverts-content-production-risk-by-building-community-first-then-developing-ip.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,35 +0,0 @@
{
"rejected_claims": [
{
"filename": "entertainment-ip-as-platform-enables-fan-creation-to-strengthen-franchise-value.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "fan-creation-barriers-determine-content-volume-not-fan-passion.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 2,
"kept": 0,
"fixed": 5,
"rejected": 2,
"fixes_applied": [
"entertainment-ip-as-platform-enables-fan-creation-to-strengthen-franchise-value.md:set_created:2026-03-19",
"entertainment-ip-as-platform-enables-fan-creation-to-strengthen-franchise-value.md:stripped_wiki_link:the-fanchise-engagement-ladder-from-content-to-co-ownership-",
"entertainment-ip-as-platform-enables-fan-creation-to-strengthen-franchise-value.md:stripped_wiki_link:two-phase-disruption-where-distribution-moats-fall-first-and",
"fan-creation-barriers-determine-content-volume-not-fan-passion.md:set_created:2026-03-19",
"fan-creation-barriers-determine-content-volume-not-fan-passion.md:stripped_wiki_link:two-phase-disruption-where-distribution-moats-fall-first-and"
],
"rejections": [
"entertainment-ip-as-platform-enables-fan-creation-to-strengthen-franchise-value.md:missing_attribution_extractor",
"fan-creation-barriers-determine-content-volume-not-fan-passion.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,44 +0,0 @@
{
"rejected_claims": [
{
"filename": "information-cascades-create-power-law-distributions-in-culture-because-consumers-use-popularity-as-quality-signal-when-choice-is-overwhelming.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "recommendation-algorithms-amplify-or-dampen-power-laws-depending-on-collaborative-filtering-weight-because-algorithms-that-surface-popular-content-reinforce-network-cascades.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "the-middle-of-cultural-markets-is-disappearing-because-power-law-amplification-concentrates-returns-at-the-head-and-tail-simultaneously.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 3,
"kept": 0,
"fixed": 7,
"rejected": 3,
"fixes_applied": [
"information-cascades-create-power-law-distributions-in-culture-because-consumers-use-popularity-as-quality-signal-when-choice-is-overwhelming.md:set_created:2026-03-19",
"information-cascades-create-power-law-distributions-in-culture-because-consumers-use-popularity-as-quality-signal-when-choice-is-overwhelming.md:stripped_wiki_link:meme-propagation-selects-for-simplicity-novelty-and-conformi",
"information-cascades-create-power-law-distributions-in-culture-because-consumers-use-popularity-as-quality-signal-when-choice-is-overwhelming.md:stripped_wiki_link:network-effects-create-winner-take-most-markets-because-each",
"recommendation-algorithms-amplify-or-dampen-power-laws-depending-on-collaborative-filtering-weight-because-algorithms-that-surface-popular-content-reinforce-network-cascades.md:set_created:2026-03-19",
"recommendation-algorithms-amplify-or-dampen-power-laws-depending-on-collaborative-filtering-weight-because-algorithms-that-surface-popular-content-reinforce-network-cascades.md:stripped_wiki_link:agents-that-raise-capital-via-futarchy-accelerate-their-own-",
"the-middle-of-cultural-markets-is-disappearing-because-power-law-amplification-concentrates-returns-at-the-head-and-tail-simultaneously.md:set_created:2026-03-19",
"the-middle-of-cultural-markets-is-disappearing-because-power-law-amplification-concentrates-returns-at-the-head-and-tail-simultaneously.md:stripped_wiki_link:disruptors-redefine-quality-rather-than-competing-on-the-inc"
],
"rejections": [
"information-cascades-create-power-law-distributions-in-culture-because-consumers-use-popularity-as-quality-signal-when-choice-is-overwhelming.md:missing_attribution_extractor",
"recommendation-algorithms-amplify-or-dampen-power-laws-depending-on-collaborative-filtering-weight-because-algorithms-that-surface-popular-content-reinforce-network-cascades.md:missing_attribution_extractor",
"the-middle-of-cultural-markets-is-disappearing-because-power-law-amplification-concentrates-returns-at-the-head-and-tail-simultaneously.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,43 +0,0 @@
{
"rejected_claims": [
{
"filename": "creator-and-corporate-media-are-zero-sum-because-total-time-is-stagnant.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "genai-reduces-creative-decisions-not-just-execution-cost-which-is-categorically-different-from-prior-tools.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "genai-as-general-purpose-technology-advances-faster-than-domain-specific-tools-because-breakthroughs-compound-across-modalities.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 3,
"kept": 0,
"fixed": 6,
"rejected": 3,
"fixes_applied": [
"creator-and-corporate-media-are-zero-sum-because-total-time-is-stagnant.md:set_created:2026-03-19",
"creator-and-corporate-media-are-zero-sum-because-total-time-is-stagnant.md:stripped_wiki_link:two-phase-disruption-where-distribution-moats-fall-first-and",
"genai-reduces-creative-decisions-not-just-execution-cost-which-is-categorically-different-from-prior-tools.md:set_created:2026-03-19",
"genai-reduces-creative-decisions-not-just-execution-cost-which-is-categorically-different-from-prior-tools.md:stripped_wiki_link:metis-is-practical-knowledge-that-can-only-be-acquired-throu",
"genai-as-general-purpose-technology-advances-faster-than-domain-specific-tools-because-breakthroughs-compound-across-modalities.md:set_created:2026-03-19",
"genai-as-general-purpose-technology-advances-faster-than-domain-specific-tools-because-breakthroughs-compound-across-modalities.md:stripped_wiki_link:technology-advances-exponentially-but-coordination-mechanism"
],
"rejections": [
"creator-and-corporate-media-are-zero-sum-because-total-time-is-stagnant.md:missing_attribution_extractor",
"genai-reduces-creative-decisions-not-just-execution-cost-which-is-categorically-different-from-prior-tools.md:missing_attribution_extractor",
"genai-as-general-purpose-technology-advances-faster-than-domain-specific-tools-because-breakthroughs-compound-across-modalities.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,34 +0,0 @@
{
"rejected_claims": [
{
"filename": "consumer-quality-definition-is-revealed-preference-not-production-value.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "value-accrues-to-scarce-resources-and-shifts-when-relative-scarcity-changes.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 2,
"kept": 0,
"fixed": 4,
"rejected": 2,
"fixes_applied": [
"consumer-quality-definition-is-revealed-preference-not-production-value.md:set_created:2026-03-19",
"consumer-quality-definition-is-revealed-preference-not-production-value.md:stripped_wiki_link:disruptors-redefine-quality-rather-than-competing-on-the-inc",
"value-accrues-to-scarce-resources-and-shifts-when-relative-scarcity-changes.md:set_created:2026-03-19",
"value-accrues-to-scarce-resources-and-shifts-when-relative-scarcity-changes.md:stripped_wiki_link:giving-away-the-commoditized-layer-to-capture-value-on-the-s"
],
"rejections": [
"consumer-quality-definition-is-revealed-preference-not-production-value.md:missing_attribution_extractor",
"value-accrues-to-scarce-resources-and-shifts-when-relative-scarcity-changes.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -1,46 +0,0 @@
{
"rejected_claims": [
{
"filename": "social-video-is-25-percent-of-video-consumption-because-dopamine-optimized-formats-match-generational-attention-patterns.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "social-video-platforms-structurally-outinnovate-professional-content-because-zero-barriers-enable-format-experimentation-at-population-scale.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "genai-video-tools-will-expand-social-video-creator-population-by-democratizing-production-quality-not-by-enabling-blockbuster-equivalents.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 3,
"kept": 0,
"fixed": 9,
"rejected": 3,
"fixes_applied": [
"social-video-is-25-percent-of-video-consumption-because-dopamine-optimized-formats-match-generational-attention-patterns.md:set_created:2026-03-19",
"social-video-is-25-percent-of-video-consumption-because-dopamine-optimized-formats-match-generational-attention-patterns.md:stripped_wiki_link:disruptors-redefine-quality-rather-than-competing-on-the-inc",
"social-video-is-25-percent-of-video-consumption-because-dopamine-optimized-formats-match-generational-attention-patterns.md:stripped_wiki_link:two-phase-disruption-where-distribution-moats-fall-first-and",
"social-video-platforms-structurally-outinnovate-professional-content-because-zero-barriers-enable-format-experimentation-at-population-scale.md:set_created:2026-03-19",
"social-video-platforms-structurally-outinnovate-professional-content-because-zero-barriers-enable-format-experimentation-at-population-scale.md:stripped_wiki_link:disruptors-redefine-quality-rather-than-competing-on-the-inc",
"social-video-platforms-structurally-outinnovate-professional-content-because-zero-barriers-enable-format-experimentation-at-population-scale.md:stripped_wiki_link:good-management-causes-disruption-because-rational-resource-",
"genai-video-tools-will-expand-social-video-creator-population-by-democratizing-production-quality-not-by-enabling-blockbuster-equivalents.md:set_created:2026-03-19",
"genai-video-tools-will-expand-social-video-creator-population-by-democratizing-production-quality-not-by-enabling-blockbuster-equivalents.md:stripped_wiki_link:social-video-platforms-structurally-outinnovate-professional",
"genai-video-tools-will-expand-social-video-creator-population-by-democratizing-production-quality-not-by-enabling-blockbuster-equivalents.md:stripped_wiki_link:metis-is-practical-knowledge-that-can-only-be-acquired-throu"
],
"rejections": [
"social-video-is-25-percent-of-video-consumption-because-dopamine-optimized-formats-match-generational-attention-patterns.md:missing_attribution_extractor",
"social-video-platforms-structurally-outinnovate-professional-content-because-zero-barriers-enable-format-experimentation-at-population-scale.md:missing_attribution_extractor",
"genai-video-tools-will-expand-social-video-creator-population-by-democratizing-production-quality-not-by-enabling-blockbuster-equivalents.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-19"
}

View file

@ -0,0 +1,52 @@
---
type: source
source_id: 2025-03-28-futardio-proposal-should-sanctum-build-a-sanctum-mobile-app-wonder
title: "Futardio Proposal: Should Sanctum Build a Sanctum Mobile App (Wonder)?"
url: https://futarchy.substack.com/p/proposal-should-sanctum-build-a-sanctum
author: Futarchy.io / Sanctum team
date_published: 2025-03-28
date_accessed: 2025-03-28
processed_date: 2025-03-28
processed_by: knowledge-base-maintainer
claims_extracted:
- consumer-crypto-adoption-requires-apps-optimized-for-earning-and-belonging
- sanctum-wonder-mobile-app-proposal-failed-futarchy-vote-march-2025
enrichments_applied:
- futarchy-governed-DAOs-converge-on-traditional-corporate-governance-scaffolding-over-time
- optimal-governance-requires-mixing-mechanisms-for-different-decision-types
tags: [futarchy, metadao, sanctum, governance, consumer-crypto]
---
# Futardio Proposal: Should Sanctum Build a Sanctum Mobile App (Wonder)?
## Summary
Proposal submitted to MetaDAO's futarchy governance mechanism asking whether Sanctum should build "Wonder" - a consumer mobile application combining social features with yield generation. The proposal framed Wonder as "Instagram meets yield" targeting mainstream users seeking earning and community participation rather than active trading.
## Key Details
- **Proposer**: Sanctum team
- **Governance mechanism**: MetaDAO futarchy (CLOUD token markets)
- **Proposal date**: March 28, 2025
- **Outcome**: Failed
- **Strategic context**: Pivot from infrastructure to consumer products
- **Company context**: Sanctum raised at $3B valuation (January 2025)
## Core Thesis
Sanctum's product vision: "We believe the next wave of crypto adoption will come from apps that make earning and belonging delightful, not from better trading interfaces."
## Product Concept
**Wonder mobile app**:
- Social features + passive yield generation
- Target: mainstream users, not crypto-native traders
- Success metrics: DAU and retention vs. trading volume
- Positioning: consumer fintech meets social network
## Archival Notes
- Source processed: 2025-03-28
- Claims extracted: 2 (consumer crypto thesis, futarchy governance case study)
- Enrichments: Added context to existing futarchy mechanism claims
- Timeline note: All dates are 2025 (source created and processed same year)

View file

@ -7,13 +7,9 @@ date: 2025-10-01
domain: entertainment domain: entertainment
secondary_domains: [] secondary_domains: []
format: article format: article
status: enrichment status: unprocessed
priority: medium priority: medium
tags: [claynosaurz, creator-led, transmedia, youtube-distribution, community-first] tags: [claynosaurz, creator-led, transmedia, youtube-distribution, community-first]
processed_by: clay
processed_date: 2026-03-19
enrichments_applied: ["youtube-first-distribution-for-major-studio-coproductions-signals-platform-primacy-over-traditional-broadcast-windowing.md"]
extraction_model: "anthropic/claude-sonnet-4.5"
--- ---
## Content ## Content
@ -49,12 +45,3 @@ Variety article on Nic Cabana's VIEW Conference presentation on Claynosaurz's cr
PRIMARY CONNECTION: progressive validation through community building reduces development risk by proving audience demand before production investment PRIMARY CONNECTION: progressive validation through community building reduces development risk by proving audience demand before production investment
WHY ARCHIVED: Evidences the YouTube-first distribution model as operational (not theoretical) — community as marketing engine for platform-based distribution WHY ARCHIVED: Evidences the YouTube-first distribution model as operational (not theoretical) — community as marketing engine for platform-based distribution
EXTRACTION HINT: The key insight isn't the YouTube distribution per se but the COMMUNITY→ALGORITHM dynamic: pre-existing community creates launch traction that normally costs millions in marketing. This is a specific mechanism claim. EXTRACTION HINT: The key insight isn't the YouTube distribution per se but the COMMUNITY→ALGORITHM dynamic: pre-existing community creates launch traction that normally costs millions in marketing. This is a specific mechanism claim.
## Key Facts
- Claynosaurz has 39 x 7-minute animated episodes in production
- Method Animation (Mediawan) is co-production partner
- Gameloft mobile game in co-development
- Claynosaurz community has generated nearly 1B social views
- Nic Cabana presented at VIEW Conference 2025
- Internal incubator for creative teams planned

View file

@ -7,8 +7,7 @@ url: https://darioamodei.com/essay/the-adolescence-of-technology
processed_by: theseus processed_by: theseus
processed_date: 2026-03-07 processed_date: 2026-03-07
type: essay type: essay
domain: ai-alignment status: complete (10,000+ words)
status: null-result
claims_extracted: claims_extracted:
- "AI personas emerge from pre-training data as a spectrum of humanlike motivations rather than developing monomaniacal goals which makes AI behavior more unpredictable but less catastrophically focused than instrumental convergence predicts" - "AI personas emerge from pre-training data as a spectrum of humanlike motivations rather than developing monomaniacal goals which makes AI behavior more unpredictable but less catastrophically focused than instrumental convergence predicts"
enrichments: enrichments:
@ -23,23 +22,8 @@ cross_domain_flags:
flag: "AI could displace half of all entry-level white collar jobs in 1-5 years. GDP growth 10-20% annually possible." flag: "AI could displace half of all entry-level white collar jobs in 1-5 years. GDP growth 10-20% annually possible."
- domain: foundations - domain: foundations
flag: "Civilizational maturation framing. Chip export controls as most important single action. Nuclear deterrent questions." flag: "Civilizational maturation framing. Chip export controls as most important single action. Nuclear deterrent questions."
processed_by: theseus
processed_date: 2026-03-19
extraction_model: "anthropic/claude-sonnet-4.5"
extraction_notes: "LLM returned 0 claims, 0 rejected by validator"
--- ---
# The Adolescence of Technology # The Adolescence of Technology
Dario Amodei's risk taxonomy: 5 threat categories (autonomy/rogue AI, bioweapons, authoritarian misuse, economic disruption, indirect effects). Documents specific Claude behaviors (deception, blackmail, scheming, evil personality from reward hacking). Bioweapon section: models "doubling or tripling likelihood of success," approaching end-to-end STEM-degree threshold. Timeline: powerful AI 1-2 years away. AI already writing much of Anthropic's code. Frames AI safety as civilizational maturation — "a rite of passage, both turbulent and inevitable." Dario Amodei's risk taxonomy: 5 threat categories (autonomy/rogue AI, bioweapons, authoritarian misuse, economic disruption, indirect effects). Documents specific Claude behaviors (deception, blackmail, scheming, evil personality from reward hacking). Bioweapon section: models "doubling or tripling likelihood of success," approaching end-to-end STEM-degree threshold. Timeline: powerful AI 1-2 years away. AI already writing much of Anthropic's code. Frames AI safety as civilizational maturation — "a rite of passage, both turbulent and inevitable."
## Key Facts
- Anthropic classified bioweapon risk as ASL-3 in mid-2025
- 36 of 38 gene synthesis providers failed Anthropic's screening tests
- AI writing much of Anthropic's code as of essay publication
- Amodei estimates 1-2 years to autonomous next-gen AI development
- Amodei projects 10-20% annual GDP growth possible with advanced AI
- Amodei estimates AI could displace half of entry-level white collar jobs in 1-5 years
- Essay framed as 'civilizational maturation' and 'rite of passage'
- Chip export controls identified as most important single governance action

View file

@ -7,8 +7,7 @@ url: https://darioamodei.com/essay/machines-of-loving-grace
processed_by: theseus processed_by: theseus
processed_date: 2026-03-07 processed_date: 2026-03-07
type: essay type: essay
domain: ai-alignment status: complete (10,000+ words)
status: null-result
claims_extracted: claims_extracted:
- "marginal returns to intelligence are bounded by five complementary factors which means superintelligence cannot produce unlimited capability gains regardless of cognitive power" - "marginal returns to intelligence are bounded by five complementary factors which means superintelligence cannot produce unlimited capability gains regardless of cognitive power"
cross_domain_flags: cross_domain_flags:
@ -18,20 +17,8 @@ cross_domain_flags:
flag: "Economic development predictions: 20% annual GDP growth in developing world, East Asian growth model replicated via AI." flag: "Economic development predictions: 20% annual GDP growth in developing world, East Asian growth model replicated via AI."
- domain: foundations - domain: foundations
flag: "'Country of geniuses in a datacenter' definition of powerful AI. Opt-out problem creating dystopian underclass." flag: "'Country of geniuses in a datacenter' definition of powerful AI. Opt-out problem creating dystopian underclass."
processed_by: theseus
processed_date: 2026-03-19
extraction_model: "anthropic/claude-sonnet-4.5"
extraction_notes: "LLM returned 2 claims, 2 rejected by validator"
--- ---
# Machines of Loving Grace # Machines of Loving Grace
Dario Amodei's positive AI thesis. Five domains where AI compresses 50-100 years into 5-10: biology/health, neuroscience/mental health, economic development, governance/peace, work/meaning. Core framework: "marginal returns to intelligence" — intelligence is bounded by five complementary factors (physical world speed, data needs, intrinsic complexity, human constraints, physical laws). Key prediction: 10-20x acceleration, not 100-1000x, because the physical world is the bottleneck, not cognitive power. Dario Amodei's positive AI thesis. Five domains where AI compresses 50-100 years into 5-10: biology/health, neuroscience/mental health, economic development, governance/peace, work/meaning. Core framework: "marginal returns to intelligence" — intelligence is bounded by five complementary factors (physical world speed, data needs, intrinsic complexity, human constraints, physical laws). Key prediction: 10-20x acceleration, not 100-1000x, because the physical world is the bottleneck, not cognitive power.
## Key Facts
- Amodei predicts 50-100 years of biological progress compressed into 5-10 years
- Specific health predictions: most infectious diseases curable/preventable, most cancers curable, genetic diseases eliminated, human lifespan doubled to ~150 years
- Economic development prediction: 20% annual GDP growth in developing world through AI-enabled replication of East Asian growth model
- Essay is 10,000+ words and covers five domains: biology/health, neuroscience/mental health, economic development, governance/peace, work/meaning
- Amodei defines powerful AI as 'a country of geniuses in a datacenter'

View file

@ -7,17 +7,13 @@ date: 2026-01-13
domain: health domain: health
secondary_domains: [internet-finance] secondary_domains: [internet-finance]
format: report format: report
status: enrichment status: unprocessed
priority: high priority: high
tags: [glp-1, employer-costs, cancer-risk, cardiovascular, cost-offset, real-world-evidence] tags: [glp-1, employer-costs, cancer-risk, cardiovascular, cost-offset, real-world-evidence]
processed_by: vida processed_by: vida
processed_date: 2026-03-18 processed_date: 2026-03-18
enrichments_applied: ["glp-1-multi-organ-protection-creates-compounding-value-across-kidney-cardiovascular-and-metabolic-endpoints.md", "GLP-1 receptor agonists are the largest therapeutic category launch in pharmaceutical history but their chronic use model makes the net cost impact inflationary through 2035.md", "glp-1-persistence-drops-to-15-percent-at-two-years-for-non-diabetic-obesity-patients-undermining-chronic-use-economics.md", "lower-income-patients-show-higher-glp-1-discontinuation-rates-suggesting-affordability-not-just-clinical-factors-drive-persistence.md"] enrichments_applied: ["glp-1-multi-organ-protection-creates-compounding-value-across-kidney-cardiovascular-and-metabolic-endpoints.md", "GLP-1 receptor agonists are the largest therapeutic category launch in pharmaceutical history but their chronic use model makes the net cost impact inflationary through 2035.md", "glp-1-persistence-drops-to-15-percent-at-two-years-for-non-diabetic-obesity-patients-undermining-chronic-use-economics.md", "lower-income-patients-show-higher-glp-1-discontinuation-rates-suggesting-affordability-not-just-clinical-factors-drive-persistence.md"]
extraction_model: "anthropic/claude-sonnet-4.5" extraction_model: "anthropic/claude-sonnet-4.5"
processed_by: vida
processed_date: 2026-03-19
enrichments_applied: ["glp-1-persistence-drops-to-15-percent-at-two-years-for-non-diabetic-obesity-patients-undermining-chronic-use-economics.md", "glp-1-multi-organ-protection-creates-compounding-value-across-kidney-cardiovascular-and-metabolic-endpoints.md", "GLP-1 receptor agonists are the largest therapeutic category launch in pharmaceutical history but their chronic use model makes the net cost impact inflationary through 2035.md"]
extraction_model: "anthropic/claude-sonnet-4.5"
--- ---
## Content ## Content
@ -68,16 +64,3 @@ flagged_for_rio: ["GLP-1 cost dynamics have direct implications for health inves
- Female GLP-1 users: ~50% lower ovarian cancer incidence, 14% lower breast cancer incidence - Female GLP-1 users: ~50% lower ovarian cancer incidence, 14% lower breast cancer incidence
- Adherent users (80%+): 47% fewer MACE hospitalizations for women, 26% for men - Adherent users (80%+): 47% fewer MACE hospitalizations for women, 26% for men
- Study released January 13, 2026 - Study released January 13, 2026
## Key Facts
- Aon analyzed 192,000+ GLP-1 users in U.S. commercial health claims data
- Study released January 13, 2026
- First 12 months on Wegovy/Zepbound: medical costs rise 23% vs 10% for non-users
- After 12 months: medical costs grow 2% vs 6% for non-users
- Diabetes indication at 30 months: medical cost growth 6 percentage points lower; 9 points lower with 80%+ adherence
- Weight loss indication at 18 months: cost growth 3 points lower; 7 points lower with consistent use
- Female GLP-1 users: ~50% lower ovarian cancer incidence
- Female GLP-1 users: 14% lower breast cancer incidence
- Adherent users (80%+): 47% fewer MACE hospitalizations for women, 26% for men
- Also associated with lower rates of osteoporosis, rheumatoid arthritis, alcohol/drug abuse hospitalizations

View file

@ -1,6 +1,5 @@
--- ---
title: NASAA Clarity Act Concerns title: NASAA Clarity Act Concerns
domain: internet-finance
extraction_notes: "" extraction_notes: ""
enrichments_applied: [] enrichments_applied: []
... ...

View file

@ -7,7 +7,7 @@ date: 2026-02-00
domain: internet-finance domain: internet-finance
secondary_domains: [] secondary_domains: []
format: essay format: essay
status: enrichment status: unprocessed
priority: high priority: high
triage_tag: claim triage_tag: claim
tags: [prediction-markets, gambling, regulation, CFTC, gaming, counter-argument, CEA] tags: [prediction-markets, gambling, regulation, CFTC, gaming, counter-argument, CEA]
@ -15,10 +15,6 @@ processed_by: rio
processed_date: 2026-03-18 processed_date: 2026-03-18
enrichments_applied: ["futarchy-governed entities are structurally not securities because prediction market participation replaces the concentrated promoter effort that the Howey test requires.md", "polymarket-achieved-us-regulatory-legitimacy-through-qcx-acquisition-establishing-prediction-markets-as-cftc-regulated-derivatives.md"] enrichments_applied: ["futarchy-governed entities are structurally not securities because prediction market participation replaces the concentrated promoter effort that the Howey test requires.md", "polymarket-achieved-us-regulatory-legitimacy-through-qcx-acquisition-establishing-prediction-markets-as-cftc-regulated-derivatives.md"]
extraction_model: "anthropic/claude-sonnet-4.5" extraction_model: "anthropic/claude-sonnet-4.5"
processed_by: rio
processed_date: 2026-03-19
enrichments_applied: ["polymarket-achieved-us-regulatory-legitimacy-through-qcx-acquisition-establishing-prediction-markets-as-cftc-regulated-derivatives.md", "futarchy-governed entities are structurally not securities because prediction market participation replaces the concentrated promoter effort that the Howey test requires.md"]
extraction_model: "anthropic/claude-sonnet-4.5"
--- ---
## Content ## Content
@ -75,10 +71,3 @@ WHY ARCHIVED: Steelman of the opposition — the strongest articulated case agai
- Senator Blanche Lincoln stated the intent was NOT to 'enable gambling through supposed event contracts' and specifically named sports events - Senator Blanche Lincoln stated the intent was NOT to 'enable gambling through supposed event contracts' and specifically named sports events
- Kalshi previously admitted 'Congress did not want sports betting conducted on derivatives markets' when defending election contracts - Kalshi previously admitted 'Congress did not want sports betting conducted on derivatives markets' when defending election contracts
- Better Markets is a financial reform advocacy group influential with Democratic lawmakers and regulators - Better Markets is a financial reform advocacy group influential with Democratic lawmakers and regulators
## Key Facts
- The CFTC issued a rule in 2011 under CEA Section 5c(c)(5)(C) that banned all event contracts involving war, assassination, terrorism, gaming, or unlawful activities
- Senator Blanche Lincoln stated legislative intent was NOT to enable gambling through event contracts and specifically named sports events
- Kalshi previously admitted 'Congress did not want sports betting conducted on derivatives markets' when defending election contracts
- Better Markets is a financial reform advocacy group influential with Democratic lawmakers and regulators

View file

@ -6,14 +6,9 @@ date: 2026-02-13
processed_by: theseus processed_by: theseus
processed_date: 2026-03-06 processed_date: 2026-03-06
type: newsletter type: newsletter
domain: ai-alignment status: partial (preview only — paywalled after page 5)
status: enrichment
claims_extracted: claims_extracted:
- "AI is already superintelligent through jagged intelligence combining human-level reasoning with superhuman speed and tirelessness which means the alignment problem is present-tense not future-tense" - "AI is already superintelligent through jagged intelligence combining human-level reasoning with superhuman speed and tirelessness which means the alignment problem is present-tense not future-tense"
processed_by: theseus
processed_date: 2026-03-19
enrichments_applied: ["coding-agents-crossed-usability-threshold-december-2025-when-models-achieved-sustained-coherence-across-complex-multi-file-tasks.md"]
extraction_model: "anthropic/claude-sonnet-4.5"
--- ---
# You are no longer the smartest type of thing on Earth # You are no longer the smartest type of thing on Earth
@ -23,9 +18,3 @@ Noah Smith's Feb 13 newsletter on human disempowerment in the age of AI. Preview
Key content available: AI surpassing human intelligence, METR capability curve, vibe coding replacing traditional development, hyperscaler capex ~$600B in 2026, tiger metaphor for coexisting with superintelligence. Key content available: AI surpassing human intelligence, METR capability curve, vibe coding replacing traditional development, hyperscaler capex ~$600B in 2026, tiger metaphor for coexisting with superintelligence.
Source PDF: ~/Desktop/Teleo Codex - Inbox/Noahopinion/Gmail - You are no longer the smartest type of thing on Earth.pdf Source PDF: ~/Desktop/Teleo Codex - Inbox/Noahopinion/Gmail - You are no longer the smartest type of thing on Earth.pdf
## Key Facts
- Hyperscaler capex reached approximately $600B in 2026
- METR capability curves show AI systems performing at human expert levels on complex tasks as of early 2026
- Vibe coding has become the dominant software development paradigm by Feb 2026

View file

@ -6,7 +6,6 @@ date: 2026-02-16
processed_by: theseus processed_by: theseus
processed_date: 2026-03-06 processed_date: 2026-03-06
type: newsletter type: newsletter
domain: ai-alignment
status: complete (13 pages) status: complete (13 pages)
claims_extracted: claims_extracted:
- "economic forces push humans out of every cognitive loop where output quality is independently verifiable because human-in-the-loop is a cost that competitive markets eliminate" - "economic forces push humans out of every cognitive loop where output quality is independently verifiable because human-in-the-loop is a cost that competitive markets eliminate"

View file

@ -15,10 +15,6 @@ processed_by: theseus
processed_date: 2026-03-19 processed_date: 2026-03-19
enrichments_applied: ["pre-deployment-AI-evaluations-do-not-predict-real-world-risk-creating-institutional-governance-built-on-unreliable-foundations.md", "AI-models-distinguish-testing-from-deployment-environments-providing-empirical-evidence-for-deceptive-alignment-concerns.md", "coding agents cannot take accountability for mistakes which means humans must retain decision authority over security and critical systems regardless of agent capability.md"] enrichments_applied: ["pre-deployment-AI-evaluations-do-not-predict-real-world-risk-creating-institutional-governance-built-on-unreliable-foundations.md", "AI-models-distinguish-testing-from-deployment-environments-providing-empirical-evidence-for-deceptive-alignment-concerns.md", "coding agents cannot take accountability for mistakes which means humans must retain decision authority over security and critical systems regardless of agent capability.md"]
extraction_model: "anthropic/claude-sonnet-4.5" extraction_model: "anthropic/claude-sonnet-4.5"
processed_by: theseus
processed_date: 2026-03-19
enrichments_applied: ["pre-deployment-AI-evaluations-do-not-predict-real-world-risk-creating-institutional-governance-built-on-unreliable-foundations.md"]
extraction_model: "anthropic/claude-sonnet-4.5"
--- ---
# Agents of Chaos # Agents of Chaos
@ -42,13 +38,3 @@ Central argument: static single-agent benchmarks are insufficient. Realistic mul
- Study conducted under both benign and adversarial conditions - Study conducted under both benign and adversarial conditions
- Paper authored by 36+ researchers including Natalie Shapira, Chris Wendler, Avery Yen, Gabriele Sarti - Paper authored by 36+ researchers including Natalie Shapira, Chris Wendler, Avery Yen, Gabriele Sarti
- Study funded/supported by ARIA Research Scaling Trust programme - Study funded/supported by ARIA Research Scaling Trust programme
## Key Facts
- Agents of Chaos study involved 20 AI researchers testing autonomous agents over two weeks
- Study documented 11 case studies of agent vulnerabilities
- Test environment included persistent memory, email, Discord, file systems, and shell execution
- Study conducted under both benign and adversarial conditions
- Paper authored by 36+ researchers including Natalie Shapira, Chris Wendler, Avery Yen, Gabriele Sarti
- Study funded/supported by ARIA Research Scaling Trust programme
- Paper published 2026-02-23 on arXiv (2602.20021)

View file

@ -0,0 +1,31 @@
---
type: claim
title: "Futardio Launch Delay Test Data"
description: "Test data for null-result archive extraction - no material claims"
domains:
- crypto/solana/tokens
date_claimed: 2026-02-26
date_occurred: 2026-02-26
confidence: null
status: archive
source:
- type: test_data
url: null
extraction_notes: "This is test data for validating null-result archive handling. No material claims to extract."
---
# Futardio Launch Delay Test Data
This is non-material test data used to validate the extraction pipeline's handling of null-result archive content.
## Launch Details
- **Token**: Futardio
- **Mint Address**: `92b2kFRVjtY4txYqvCVMjv4xuDgkL5DJ6mRkcbbcmeta`
- **Original Launch Date**: February 26, 2026
- **Status**: Delayed (test scenario)
- **Reason**: Simulated technical issues (test data)
## Extraction Notes
This file serves as test data for the knowledge base extraction system. It contains no material claims requiring fact-checking or verification. The purpose is to demonstrate proper handling of archive material that yields null results during extraction.

View file

@ -0,0 +1,39 @@
---
type: source
source_id: 2026-02-26-futardio-launch-fitbyte
title: FutarchyDAO Launch - FitByte
url: https://futarchy.metadao.fi/launch/fitbyte
archived_date: 2026-02-26
processed_date: 2026-02-26
source_type: web
domain: internet-finance
tags:
- futarchy
- metadao
- tokenomics
- workout-to-earn
- failed-launch
claims_extracted:
- fitbyte-proposes-dual-demand-workout-to-earn-through-verified-activity-rewards-plus-paid-health-data-marketplace.md
- fitbyte-chooses-metadao-futarchy-launch-for-structural-alignment-between-data-sovereignty-protocol-and-governance-sovereignty-mechanism.md
---
# Summary
FitByte attempted to launch a workout-to-earn token via MetaDAO's futarchy mechanism on 2026-02-26. The project proposed a dual-demand tokenomics model (workout rewards + health data marketplace) and framed its choice of futarchy launch as thematically aligned with its data sovereignty mission. The launch failed dramatically, raising only $23 against a $500k target. All funds were refunded.
# Key Claims Extracted
1. **Dual-demand tokenomics**: FitByte proposed combining workout-to-earn token emission with a paid health data marketplace to create sustainable token demand beyond speculation.
2. **Structural alignment rationale**: FitByte chose futarchy launch mechanism based on thematic alignment between data sovereignty (protocol mission) and governance sovereignty (futarchy mechanism).
# Enrichments to Existing Claims
- **Limited trading volume in futarchy launches**: FitByte represents an extreme case - $23 raised of $500k target, providing a data point on futarchy launch failure modes.
- **Ownership coins as investor protection**: FitByte's pitch explicitly framed its token structure around protecting early supporters through ownership rights rather than pure speculation.
# Content
[Full archived page content would go here - launch announcement, tokenomics explanation, governance rationale, final results showing $23 raised and refund status]

Some files were not shown because too many files have changed in this diff Show more