S.C.O.U.T. Engine
Chaotic mat exchanges become data primitives.
The platform is not a highlight generator. It is a compiled cognitive pipeline that parses mat video, constrains model output to PGF-native schemas, applies the ruleset, seals the result through ContextOS-for-PGF, and converts athlete performance into scouting, fantasy, draft, tryout, and settlement products.
Raw mat video↓
S.C.O.U.T. parallel agents↓
Pydantic schema boundary↓
ContextOS Honesty Kernel↓
Fighter card · tryout · settlement
01
Schema-bound officiating
Three independent agents split the fight into non-overlapping domains: positional dominance, grip fighting, and submission probability. Outputs are constrained to strict Pydantic v2 snake_case identifiers mapped to the GrappleMap taxonomy.
- Kills: choke-based finishes score 6.
- Breaks: joint-lock finishes score 3.
- Quick finish: sub-under-60 earns the +1 Elbow Genie bonus.
- Match Points: Kill points + Break points + Under-60 bonuses + DQ/Other + block points - penalties.
- Position: recorded for predictive analytics, 0 points on the official ledger.
02
Honesty kernel + SettlementProof
Before a score becomes productized data, the active scoring code and rubric state are checked against the expected digest. SettlementProof envelopes bind the scoring receipt to video-derived evidence, rubric digest, timestamp state, and signature.
{
"match_id": "match_s10_pro_jett_thompson",
"winner_id": "THOMPSON",
"payout_points": 4.0,
"video_hash": "a4b7f94...",
"rubric_digest": "e7080d31...",
"signature": "c98c2bd9..."
}
03
Draft Yourself ingestion
Amateur uploads become six-metric fighter cards: Submission Efficiency, Control Dominance, Escape Rate, Transition Speed, Technique Diversity, and Explosiveness. The platform compares that vector to the pro roster and assigns the closest pro analogue.
Distance = √Σ(Metricamateur − Metricpro)²
04
Tryout minting + bid advisor
The Global Talent Ledger flags amateurs whose XP reaches the top-quintile professional baseline. Franchise owners then use the draft bid advisor to avoid emotional overpays and find value arbitrage in underpriced athletes.
Bmax = (EPYP × 110) × (Brem / (Srem × 500))
Hype trap: Jett Thompson premium
Value arbitrage: Kevin Beuhring bargain
Studio deliverables:
pgf_scout_platform.py executable platform
pgf_scout_analysis_viz.png draft economics visualization
ContextOS-for-PGF
The provenance layer for belief, correction, trust, proof, and replay.
ContextOS-for-PGF is not the vision model, not a chatbot, not a vector database, and not a blockchain pitch. In this implementation, it is the verifiable settlement and officiating trust kernel: receipts, correction overlays, policy decisions, rubric epochs, proof packs, and replayable provenance bound to PGF Scout outputs.
Repo surface
ContextOS sits after scoring as provenance infrastructure.
PGF Scout produces the athlete and match analysis. ContextOS-for-PGF binds the relevant outputs into envelopes, receipts, overlays, policy results, ledger entries, proofs, and market-settlement surfaces that can be verified and replayed.
ProvenanceReceipt
CorrectionOverlay
RubricEpoch
PolicyResult
ProofPack
SettlementApproval
MicroMarket
Replayable State
LayerRouteModeWhat it proves
ContextOS-for-PGF/api/contextosproof + replaySettlement and officiating provenance remain inspectable after the event.
Markets surface/api/contextos/marketspolicy-gatedMarket-affecting actions are controlled by run mode, approval, and risk policy.
Rubric registryRubricEpochchainedScores stay anchored to the active PGF rule state instead of drifting with later interpretation.
Belief state
The system preserves what was believed at the time of analysis instead of silently overwriting it later.
Correction overlays
Corrections suppress or supersede stale outputs while preserving the original state for audit, replay, and model improvement.
Proof and replay
Receipts, digests, rubric epochs, approvals, and ledger entries make the settlement/officiating trail replayable instead of anecdotal.