28 NOTES
Advanced Platform Development
Rebuilding a complete self-hosted data platform from FOSS on Kubernetes, one working component at a time.
→ Start hereIndex the OpenAPI document. Search across catalogs. Then call one operation.
→ Read this note
flowchart TB
A(["agent"]) -->|"list customers"| IDX{{"indexed OpenAPI<br/>hybrid search"}}
subgraph hits["what comes back"]
direction LR
SF["Salesforce<br/>GET /customers"]
BILL["billing<br/>listAccounts"]
CRM["CRM<br/>searchContacts"]
end
IDX --> hits
hits -->|"operation id"| CALL[/the live call/]
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