Skip to content

feat(models): InferenceGateway intersection + Model Catalog/Leaderboard cockpit (gap #8) - #271

Merged
mdheller merged 1 commit into
mainfrom
feat/model-intersection
Aug 3, 2026
Merged

feat(models): InferenceGateway intersection + Model Catalog/Leaderboard cockpit (gap #8)#271
mdheller merged 1 commit into
mainfrom
feat/model-intersection

Conversation

@mdheller

@mdheller mdheller commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Closes campaign gap #8 the way you asked — start at the intersection, then fan out (#267).

  • inference-gateway-intersection.md — the shared model-serving seam. Both the cloud plane (prophet-platform model-fabric) and the local plane (agent-machine/noetica) adapt to one InferenceGateway contract, emitting the existing GatewayCallAudit (memory-mesh) on every call; consent-gated, fail-closed. Build the intersection first (open-weight models that run both = the client-owned LLM-stable), then fan out to cloud-only (Claude API) and local-only (on-node SLM).
  • docs/surfaces/model-catalog.html — the live cockpit screen: every foundation model + OS capability, cloud∩local placement, a sovereignty × governance-weighted leaderboard (not raw capability alone — the thesis), and the SP-vs-Claude-Enterprise positioning (governs people vs governs agents, supplier/competitor/component, LLM-stable). Competitive claims marked DRAFT · VERIFY per the source doc's gates.
  • Feed-driven (data/model-catalog.json + producer + LIVE/SAMPLE badge); build_surface_feed.py extended (8 tests green).

Each model/capability then fans out to a screen in prophet-platform · lattice · notebooks · leaderboards — all reading the same catalog + audit stream.

Verified: feed valid; 8 pytest pass; producer round-trips.

…Leaderboard cockpit (gap #8)

Start at the cloud∩local intersection, then fan out. InferenceGateway is the shared
serving seam both prophet-platform (model-fabric) and agent-machine (local) adapt to,
with the existing GatewayCallAudit as the shared per-call receipt; consent-gated fail-closed.
Model Catalog & Leaderboard surface = the live cockpit screen: every foundation model +
OS capability, cloud/local/both placement, sovereignty×governance-weighted board, and the
SP-vs-Claude-Enterprise positioning (DRAFT/VERIFY-gated). Feed-driven + producer + tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant