28 NOTES
Advanced Platform Development
Rebuilding a complete self-hosted data platform from FOSS on Kubernetes, one working component at a time.
→ Start heresequenceDiagram autonumber participant CD as Claude participant MCP as MCP process (AS) participant KC as Keycloak (IdP) CD->>MCP: GET /authorize (S256 challenge) MCP->>CD: 302 to Keycloak (static client_id) CD->>KC: user logs in KC->>MCP: GET /callback?code=... MCP->>KC: exchange code KC->>MCP: ID token plus access token MCP->>CD: 302 with MCP code CD->>MCP: POST /token plus verifier MCP->>CD: JWT (aud = this issuer)
Rebuilding a complete self-hosted data platform from FOSS on Kubernetes, one working component at a time.
→ Start hereThe Model Context Protocol taken apart one JSON message at a time, written by hand in Go.
→ Start hereMeasured studies of MCP agent behavior: knowledge-layer ablation, stored-knowledge use, the measurement harness, knowledge pollution, and cross-reference document completion.
→ Start hereMechanical verification for AI-written code: strict linting, coverage gates, mutation testing, and a pre-commit gate that refuses the commit.
→ Start here