Skip to content

/writing

From discovery to framework to failure log to thesis. These trace the arc from infrastructure engineer to context orchestration — documented as it happened.

Convergent Architecture: Three Domains, One Principle

5 min

Infrastructure, software architecture, and agent orchestration all arrive at the same answer independently. The intelligence lives in accumulated context, not individual execution.

February 15, 2026
#ai-engineering#architecture#agentops

AgentOps: It's Not Agent Orchestration. It's Context Orchestration.

14 min

Everyone, including me, has been calling it agent orchestration. After months of shipping code with AI agents, I realized we've been naming the wrong thing. Here's what context orchestration actually looks like.

February 14, 2026
#ai-agents#agentops#context-orchestration

The Knowledge Flywheel: How AI Teams Compound Intelligence

6 min

Every AI session generates learnings. Most teams throw them away. The flywheel captures, promotes, and re-injects knowledge so each session starts smarter than the last.

February 12, 2026
#ai-engineering#knowledge-management#agentops

Multi-Agent Orchestration: Lessons from Running 31 Repos with AI

7 min

7,413 commits across 31 repos. What actually works when you coordinate multiple AI agents on real infrastructure, and what breaks spectacularly.

February 12, 2026
#ai-engineering#multi-agent#agentops

Shadow Integration: What Gaming Taught Me About Learning to Code

7 min

Subnets were impossible until they weren't. Then networking. Then Kubernetes. Then Python. Each was a boss fight I wasn't supposed to win.

February 12, 2026
#personal#learning#gaming

Spec-Driven Development: Why Your AI Agent Needs a Blueprint

6 min

Writing specs before letting agents code is shift-left for AI development. The spec is the leverage point. Get it right and the implementation is mechanical.

February 12, 2026
#ai-engineering#development-process

The Validation Bottleneck: Why AI Output Quality Is the New CI/CD

6 min

AI generates code in seconds. Validating it takes minutes. The bottleneck isn't generation anymore. It's knowing whether the output is any good.

February 12, 2026
#ai-engineering#validation#ci-cd

Devlog #5: When the Platform Catches Up

7 min

Claude 4.6 ships native multi-agent. I tried it. The plumbing is great. The orchestration is still ours.

February 6, 2026
#vibe-coding#ai-development#devlog

Why ADHD Brains Are Built for AI Coding

7 min

Traditional coding has a feedback loop problem. ADHD brains check out when the loop is too long. AI coding compresses it to 10-30 seconds. This isn't a workaround. It's an architectural match.

February 5, 2026
#adhd#vibe-coding#ai-development

Devlog #4: Why Your AI Coding Specs Keep Failing

6 min

The model improves every quarter without you. Your spec-writing skill? That's what actually matters.

January 29, 2026
#vibe-coding#ai-development#devlog

Devlog #3: From Vibe Coder to Vibe Engineer

12 min

The meta keeps shifting. Understanding the system, not the builds, is what transfers.

January 21, 2026
#vibe-coding#ai-development#devlog

The REPL Is Dead. Long Live the Factory.

12 min

2026 is the year of the orchestrator. The REPL pattern isn't dying. It's evolving. Here's what it becomes.

January 17, 2026
#vibe-coding#ai-development#gas-town

Devlog #2: How to Actually Use Your .claude/ Directory

7 min

The practical guide to commands, skills, and agents - and why you probably have too many.

January 15, 2026
#vibe-coding#ai-development#devlog

Devlog #1: What Running 8 Parallel AI Agents Taught Me

7 min

Why AI coding tools break past a single session, and the architecture shift that fixed it.

January 12, 2026
#vibe-coding#ai-development#devlog

The Gutenberg Moment for Code

6 min

The printing press took 77 years to spark the Reformation. LLMs are moving 100x faster. The best time to learn was 2024.

December 3, 2025
#ai-agents#vibe-coding#infrastructure

Getting Started with Vibe Coding

8 min

A practical guide to calibrating AI trust. Install vibe-check, pick a task, declare a level, and measure the results.

December 1, 2025
#vibe-coding#ai-development#developer-tools

12-Factor AgentOps

12 min

Shift-left validation for coding agents. DevOps principles applied to AI-assisted development.

November 30, 2025
#ai-agents#devops#infrastructure

From WoW Raids to AI Agents

4 min

Gaming skills transfer directly to AI coding. Here's how to recognize which ones you already have.

November 30, 2025
#gaming#vibe-coding#ai-coding

Building This Website with Vibe-Coding

5 min

First-time web dev: Next.js, Vercel, OpenGraph. Built with Claude Code at L3-L4.

November 29, 2025
#vibe-coding#next.js#vercel

Building vibe-check

4 min

Measure your AI collaboration with 5 core metrics from git history.

November 29, 2025
#vibe-coding#ai-development#developer-tools