Morphism Claims Matrix

assetactive

Morphism Claims Matrix

Source: claims-matrix.md (ingested 2026-03-28)


title: Moxxie Claims Matrix type: reference authority: non-normative audience: [leadership, investors, contributors] last-verified: 2026-03-28 scope: strategy status: derived owner: research-owner

Moxxie Claims Matrix

NON-NORMATIVE. Repo-grounded audit of investor-facing claims across product pages, pitch docs, root meeting notes, and the prior binary deck.

Frontend and Dashboard Findings

Primary issues found in the March 26, 2026 audit:

  1. Public surfaces used unverified proof language such as 125/125, Open Source, and mixed tier naming.
  2. Root governance routes (/traces, /drift, /scores) diverged from the stronger dashboard governance story.
  3. Structured data and some CTAs implied a public repo surface even though the repo is private.
  4. The old deck and root Moxxie notes overstated traction and market-size claims compared with the canonical docs lane.

Actions already taken in code:

  • landing hero stats replaced with verified package and repo-health facts
  • pricing and plan-gate language aligned to Evaluation
  • /traces, /drift, and /scores now redirect into dashboard governance routes
  • public JSON-LD and CTA language no longer imply a public source repo
  • hardcoded 125/125 examples replaced with the current verified 121/125

Claims Table

| Surface | Claim | Status | Action | Evidence | | --- | --- | --- | --- | --- | | landing hero | Open Source | remove | removed from hero stats and public framing | gh repo view morphism-systems/morphism --json name,visibility,isPrivate => PRIVATE | | landing hero | 99% Coverage style proof stat | remove | replaced with 121/125 repo score and package publication facts | python scripts/maturity_score.py --ci --threshold 0 | | pricing page | tier labeled Free in surrounding copy | soften | changed surrounding copy to Evaluation | packages/shared/src/plans.ts | | docs quickstart | 125/125 sample output | soften | changed examples to 121/125 | python scripts/maturity_score.py --ci --threshold 0 | | docs quickstart | under five minutes time-to-value line | soften | removed timed claim from docs page | no local timing proof gathered | | public metadata | source-available / public repo implication | remove | removed repo URL from JSON-LD and softened offer description | repo visibility check above | | root governance routes | root /traces, /drift, /scores as product proof | remove | redirect into /dashboard/governance/* surfaces | route code in apps/morphism/src/app/drift/page.tsx, apps/morphism/src/app/traces/page.tsx, apps/morphism/src/app/scores/page.tsx | | app build health | enterprise-ready from green codebase | soften | keep build health as proof, not enterprise readiness | npm --workspace apps/morphism run typecheck; npx turbo typecheck | | old deck slide 5 | 125/125, converging: true, clean drift metrics | soften | use current 121/125, proof_count = 1, kappa_current = 0, converging = false | morphism-pitch-deck-v2.pptx; current CLI stats | | old deck slide 7 | TAM $2.4B+ | remove | leave market sizing qualitative in main deck unless externally sourced | prior deck extraction only; no fresh source added | | old deck slide 9 | pilot teams onboarding / active pilot programs | defer | use pilot queue open only if founder confirms live conversations | prior deck extraction only | | old deck slide 10 | $100K-$200K ARR target, 5+ paying teams, enterprise pilot counts | defer | keep milestones qualitative unless founder confirms current numbers | prior deck extraction only | | docs/pitch narrative | old slide order and Free pricing language | remove | replaced with Moxxie-specific order and canonical pricing | docs/about/pitch/pitch-deck-narrative.md; packages/shared/src/plans.ts | | root Moxxie notes | more aggressive than canonical docs | remove | repo-root notes converted to derived pointers | moxxie-meeting-prep-final.md; moxxie-meeting-battleplan.md | | proof points slide | package publication proof | verified | keep in deck | npm view @morphism-systems/* version; PyPI morphism 0.1.1 | | proof points slide | current repo health | verified | keep in deck | npx turbo typecheck; python scripts/verify_pipeline.py; python scripts/maturity_score.py --ci --threshold 0 |

Deck Tension Log (March 2026 Deck Sent to Moxxie)

The deck sent to Moxxie on March 26 (morphism-deck-march-2026.pptx) contains these claims that need attention for future use:

| Claim in deck | Tension | Action | |---|---|---| | Slide 5: total: 121/121 | Other docs use 121/125 — denominator inconsistency | Reconcile before next investor send | | Slide 7: TAM: $2.4B+ | No external sourcing for this number | Remove or source before next send | | Slide 9: Onboarding pilot teams | No named commercial pilots confirmed; Alex's gate #2 is specifically about this | Replace with verified claim or remove until pilots exist | | Slide 11: $1M pre-seed | Consistent with what was pitched to Moxxie | Keep — this is the committed ask | | Slide 11: 5+ paying teams, $50K+ ARR | Founder-set milestone targets | Keep as milestones, not as current state |

Historical: Previous Deck (v2) Issues

The earlier morphism-pitch-deck-v2.pptx had stronger overclaims that were corrected before the Moxxie send:

  • 125/125 benchmark framing
  • converging: true
  • $100K-$200K ARR target
  • enterprise pilot counts

These were addressed in the March 26 deck revision.