The archive, mapped
Every blog post and case study on the site with the principles and playbooks each piece argues for. Filter by any principle or playbook to see just the evidence behind it.
All content
15 items- Five Voices, 200K Tokens, One Consumer GPU: Giving Simulated Minds a Whole Life to RememberJul 24, 2026 · 10 min
We rebuilt our Jungian multi-agent lab so each archetype carries its entire life — every situation, everything heard, everything said — as an append-only journal that fills a 228K-token context window on a 24 GB Radeon. Prefix caching makes depth nearly free; when the window fills, the agents dream their oldest memories into a durable core. Here is the architecture, the numbers, and what broke along the way.
- Finding the Real Context Ceiling: Needle-Benchmarking Forced RoPE ExtrapolationJun 25, 2026 · 5 min
A served model can load at 96K context and still be useless past 64K. Loading is not the same as staying coherent. Here is how we mapped the exact cliff with a progressive needle-in-haystack bench — and why the limit was the model, not the GPU.
- A One-Page AI Usage Policy That Actually WorksApr 20, 2026 · 8 min
A short, adoptable AI usage policy for engineering teams: what to put on the page, what to leave off, and why the policy matters less than the habits it makes explicit.
- The First 90 Days: Introducing AI-Assisted Dev to a New TeamApr 20, 2026 · 9 min
How I would roll out AI-assisted development on a team that has not standardized: what to do in week one, what to earn the right to argue about later, and what almost always goes wrong.
- Getting Gemma 4 Running on a Radeon 7900 XTX (with and without TurboQuant)Apr 4, 2026 · 8 min
What it took to get Gemma 4 E4B serving cleanly on Radeon through FlexInfer: a stable TRITON lane on a 7900 XTX, an experimental TurboQuant long-context lane on a second node, and the GPTQ pipeline work still underway.
- Build Your Own Legs Before the Crutches FailMar 9, 2026 · 14 min
AI-assisted development is useful leverage, but only if you convert borrowed competence into real judgment before the support becomes a dependency.
How I run multiple OpenAI-compatible LLM endpoints on a small K3s cluster with AMD Radeon GPUs, and what I had to do to make it stable.
A case study in healthcare integration: how Source Profiles, a three-phase parsing pipeline, and a workflow DSL turn messy legacy formats into semantic events.
- Standing Up a GPU-Ready Private AI Platform (Harvester + K3s + Flux + GitLab)Dec 29, 2025 · 6 min
Field notes from building and operating a small private GPU platform with Harvester, K3s, and a GitLab -> Flux delivery loop.
- Optimizing Real-Time Kubernetes Visualizations: From 25ms to 12ms Per FrameDec 25, 2025 · 7 min
A deep dive into optimizing Canvas 2D and Three.js visualizations for Kubernetes dashboards, covering algorithmic complexity, memory management, and GPU-efficient rendering patterns.
- Operationalizing Healthcare API Integrations: The Playbook That Actually WorksDec 19, 2025 · 4 min
A practical blueprint for scaling partner integrations without burning out engineering or support.
- Healthcare Interoperability in 2025: From “SMART Apps” to TEFCA-Scale ExchangeDec 19, 2025 · 6 min
What changed since Meaningful Use, and what still blocks plug-and-play healthcare apps.
- Case Study: When API Docs Omit Contract Details — Patient Matching and the “Enhanced Best Match” TrapDec 19, 2025 · 10 min
A real-world integration story from both sides of the table: supporting and consuming the same healthcare API.
A real integration failure mode: when an API contract is implicit, patient matching becomes a risk management problem. Here is the defensive pattern (validation + contract tests + instrumentation) that makes it operable.
How I built FlexDeck, a full-stack operations dashboard with real-time K8s monitoring, GitLab CI/CD visualization, and AI model management using Go and SolidJS.