I run Meipath LLC, a one-person software studio. I design,
build, ship, and operate everything here — web, iOS, desktop — directing a
fleet of AI agents built on Claude Code.
Before this: five and a half years of real-time C++ systems and test engineering
at General Dynamics, on Linux and VxWorks.
Ad-supported auction-house price analytics for
World of Warcraft, with a companion in-game addon on CurseForge and a
desktop app.
Behind it: a scan pipeline holding 2.5 million live listings across 83
realms in both regions, minutes-fresh, in Postgres behind a
contract-tested API.
A Twitch chat client for iPhone, built in SwiftUI, live on the App Store
since June 2026.
Inline emotes from Twitch, 7TV, BTTV, and FrankerFaceZ (animated, wide,
and zero-width), moderator tooling down to the AutoMod queue, Live
Activities and a Home Screen widget; VoiceOver, Dynamic Type, and Reduce
Motion throughout.
Automated police-radio capture and transcription for Berkshire County.
Python · speech-to-text pipeline
03 Infrastructure
I can run all of this alone because of the agent infrastructure underneath
it, built on Claude Code and in production daily.
3.1Policy engine
A Python PreToolUse arbiter that gates every agent dispatch
against the model and budget policy table. Agents don't get to disagree
with it.
3.2Memory
Four layers: self-hosted RAG across 35 memory spaces, an 800-note
Obsidian knowledge vault on 10-minute sync cycles, per-project code memory,
and freshness auditing that flags facts gone stale.
The store: 45 GB of Postgres and pgvector, around 2.9 million embedded
chunks, including a searchable embedding of the terminal history itself.
Fig. 2 — the
memory stack: two layers sync into the store; code memory is read in place.
3.3Conductor–executor orchestration
A conductor model plans and validates; cheaper executor models do the bulk
tokens: validation gates, fan-out budgets, git-worktree isolation.
3.4Self-compaction
The agent decides when to compact its own context; a watcher executes the
compact and restores state from a session ledger. I only let it do that
after watching it earn the call.
3.5Plugin fleet & marketplace
20+ plugins shipped through a self-hosted marketplace with an automated
hourly release pipeline and parity-checked public mirrors.
3.6CI/CD fleet
Managed runners plus a self-hosted fleet across two machines, with a
placement policy written by a $2k cost postmortem.
3.7Guardrail hooks
Recurring mistakes become machine-enforced rules: a hook layer that
warns or denies an agent's tool call before it runs.
Fig. 1 — one prompt
through the orchestration layer.
04 Open source
The public slice of the infrastructure — plugins, hooks, and skills — is at
github.com/TheMizeGuy. Highlights:
4.1Agent teams & review
ui-craft
ten-specialist UI engineering team for web, iOS, Android, and desktop.
apple-ui-craft
seven agents for iOS craft: Liquid Glass, spring motion, haptics, accessibility.
ios-code-review
senior iOS review simulating Apple App Review and a platform engineer, twelve dimensions.
typescript-senior-review
TypeScript review across eighteen angles with severity-tagged rewrites.
typescript-refactor
JS-to-TypeScript migration planning: seven read-only planners in waves.
api-expert
API design, review, and security audit with an embedded knowledge base.
cicd-expert
pipeline architect, reviewer, debugger, and security auditor.
claude-dev
autonomous dev team: kanban or ad-hoc, worktree isolation, three-stage review.