Blog
Field notes
Governing AI agents, architecture drift, and keeping systems intentional.
I ran ArchSteer on OpenAI's Agents SDK. Here's what it found.
A hands-on architecture X-ray of openai/openai-agents-python: the hotspots ArchSteer found, where the first pass needed human judgment, and why this matters when agents write code.
2026-07-30 · architecture, agentic-ai, open-source, case-study, pythonThe Architecture X-Ray Challenge: find one surprise in your codebase
Run one local command, inspect the architecture your code actually implements, and share one thing you did not know. No config, account, or upload.
2026-07-23 · architecture, open-source, devtools, aiOrchestrating a Fleet of Coding Agents with an Architectural DAG
How to coordinate multiple AI coding agents on one codebase: build a dependency-aware DAG from your architecture model, schedule work, lock components.
2026-07-05 · ai agents, agent orchestration, multi-agent coding, architecture, mcpWhy your AI coding agent keeps writing legacy code
AI agents pattern-match on the nearest file — in a half-migrated repo, that means replicating the pattern you're killing. The mechanism, and the fix.
2026-06-23 · ai, architecture, devtools, productivity