Skip to main content

Blog

Project updates, tutorials, and notes on Loom, MCP, inference, and healthcare integration. For longer-form implementation writeups, see Writing and Case Studies.

Category:
Tags:

Showing all 24 posts

All Posts

Five Voices, 200K Tokens, One Consumer GPU: Giving Simulated Minds a Whole Life to Remember
July 24, 2026·10 min read
Lab

Five Voices, 200K Tokens, One Consumer GPU: Giving Simulated Minds a Whole Life to Remember

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.

flexinferlong-contextmulti-agentprefix-caching+4 more
Read post
Gaming Mode: Turning an Inference GPU Node into a Moonlight Host — Declaratively
July 1, 2026·4 min read
Lab

Gaming Mode: Turning an Inference GPU Node into a Moonlight Host — Declaratively

FlexInfer had a "gaming mode" that had never once run a game. I killed the stub, proved the substrate with a 30-minute kill-test, and rebuilt it as a declarative GamingSession CR that drains inference and streams a GPU-accelerated game over Moonlight.

gpukubernetesrocmsunshine+5 more
Read post
State of the Platform, July 2026
July 1, 2026·10 min read
Lab

State of the Platform, July 2026

The quarterly snapshot of the whole stack: FlexInfer went multimodal, Mills merged its first autonomous work, a flight recorder appeared, and the dashboards grew a control plane. What shipped, what the numbers say, and what is deliberately not done.

flexinferloomloom-coremills+6 more
Read post
Finding the Real Context Ceiling: Needle-Benchmarking Forced RoPE Extrapolation
June 25, 2026·5 min read
Lab

Finding the Real Context Ceiling: Needle-Benchmarking Forced RoPE Extrapolation

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.

flexinfervllmlong-contextrope+2 more
Read post
Loom Mills: From Agent Swarms to Software Production Lines
May 2, 2026·7 min read
Lab

Loom Mills: From Agent Swarms to Software Production Lines

The next Loom Core orchestration layer turns roadmap intent into reviewed, gated, observable work. The internal codename was Hive; the product metaphor is moving toward Mills.

loomloom-coreagentsorchestration+3 more
Read post
The First 90 Days: Introducing AI-Assisted Dev to a New Team
April 20, 2026·9 min read
Professional

The First 90 Days: Introducing AI-Assisted Dev to a New Team

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.

agentsai-assisted-devadoptionteam-practice+1 more
Read post
A One-Page AI Usage Policy That Actually Works
April 20, 2026·8 min read
Professional

A One-Page AI Usage Policy That Actually Works

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.

ai-assisted-devpolicyteam-practicegovernance+1 more
Read post
Getting Gemma 4 Running on a Radeon 7900 XTX (with and without TurboQuant)
April 4, 2026·8 min read
Lab

Getting Gemma 4 Running on a Radeon 7900 XTX (with and without TurboQuant)

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.

gemma4amdradeon7900xtx+6 more
Read post
Build Your Own Legs Before the Crutches Fail
March 9, 2026·14 min read
Professional

Build Your Own Legs Before the Crutches Fail

AI-assisted development is useful leverage, but only if you convert borrowed competence into real judgment before the support becomes a dependency.

ai-assisted-devengineeringagentsdeveloper-workflows
Read post
Two-Lane Text GPU Allocation: Quality + Vision/Fast (Plus a Media Lane)
February 9, 2026·11 min read
Lab

Two-Lane Text GPU Allocation: Quality + Vision/Fast (Plus a Media Lane)

How I redistributed 6 models across 3 GPU nodes to eliminate contention, using priority-based shared groups and label-based aliases for routing and failover.

gpukubernetesmlc-llmrocm+4 more
Read post
Loom-Mode MCP for Advanced, Fast AI-Assisted Dev (Go-Native, Proxy+Daemon)
February 9, 2026·7 min read
Lab

Loom-Mode MCP for Advanced, Fast AI-Assisted Dev (Go-Native, Proxy+Daemon)

How to keep AI-assisted development fast and token-efficient: one proxy entry, a Go daemon that routes calls, and a small set of Go-native MCP servers.

loomloom-coremcpgo+4 more
Read post
Loom: One Registry, Many AI Coding Assistants
February 9, 2026·6 min read
Lab

Loom: One Registry, Many AI Coding Assistants

How Loom keeps MCP servers and skills in sync across Codex, Claude, Gemini, VS Code, Antigravity, Kilocode, OpenCode, and Zed.

mcploomloom-corevscode+4 more
Read post