28 NOTES
Advanced Platform Development
Rebuilding a complete self-hosted data platform from FOSS on Kubernetes, one working component at a time.
→ Start hereplatform_info mints dps_…; the model threads it. Go SDK v1.7.0, MCP 2026-07-28.
→ Read this note
flowchart LR
INFO["platform_info"] -->|"mints dps_…"| ROW[("sessions row<br/>TTL 8h")]
AGENT["model"] -->|"session_id argument"| GATE{{"SESSION_REQUIRED<br/>or SESSION_EXPIRED"}}
ROW --> GATE
GATE --> TOOL["gated tool"]
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