Michael Mines / operator
Eight live products.
Agents type. I ship.
I build production software with Claude Code doing most of the typing, and I do everything the agent cannot be trusted with: the architecture, the verification, the security, and the taste. Built nights and weekends around a full-time day job, because shipping under constraint is the whole skill.

The proof is deployed
Not demos, not POCs. Every one of these is live right now, and every one was built with an AI agent writing most of the code under my direction.
LaunchedListing
make.launchedlisting.comListing marketing SaaS for real estate agents. Paste an address, get a property site, QR yard sign, description, and social posts.
Software Is Not the Agency
softwareisnottheagency.comStripe-gated book and audiobook portal. Migrated off a shutting-down no-code platform in 5 days with zero buyer downtime.
Seamless Growth AI
seamlessgrowth.aiAgency-launch program site with a free audit tool that scores a business's web presence and feeds the funnel.
Honest Final Expense
honestfinalexpense.comInsurance lead generation: landing page, lead API, agent dashboard, and an AI question cockpit for the licensed agent.
4ALC Sessions
4alcsessions.comClient work, spec to production: booking site with a 3D hero, PIN-gated request hub, and email flows.
Funding Access Platform
fundingaccessplatform.comBilingual funding-referral site for roofing contractors (English and Spanish), backed by a lead database with import, reporting, and analytics tooling.
The Mines Family Story
theminesfamilystory.comA digital family heirloom: an interactive illustrated book with original audio, locked behind two keys only the family holds, built to pass from my sons to their children.
The distribution machines
github.com/wheresminesA shorts pipeline posting daily to four platforms (voiceover, ffmpeg assembly, burned captions) and a cold-email engine with deterministic lead tiering.
The system around the agent is the product
Machines, not memory
Any rule that matters gets enforced by a gate. My commit hook runs the full test suite before any agent commit lands; red output physically blocks the commit. My build lint has caught my own test files twice. That is the point of gates.
Test-first, with receipts
My repos show red-green commit histories, including a Fair Housing guard bug my own tests exposed on live revenue code: the guard was blocking the most common question in US real estate. Failing tests committed first, fix after.
Deterministic walls, model inside
Anything legal, financial, or security-critical is plain code with fixed rules. The model works inside those walls. A legal constraint should not depend on a model's mood.
Token economy, written down
Sonnet for customer-facing work, Haiku for classification, Batch API overnight, prompt caching verified. The routing lives in every repo so the agent applies it without being asked. Premium tokens are for problems that deserve them.
All of it is public: the hooks, the gates, the CLAUDE.md templates, and the war stories where the agent got it wrong.
War stories
Short, true, and dated by when they happened. What the agent got wrong, what the gates caught, and what shipped anyway.
- Red, green, and the guard that blocked "single-family" · July 14, 2026
- The honeypot that caught humans · July 9, 2026
- Email from a young domain · July 8, 2026
- The 5-day platform exit · July 2, 2026
Under the hood
- Aviatrix Certified Engineer, Multicloud Network Associate. The networking and infrastructure fundamentals are certified, not claimed. Valid through October 2027.
- Nine years holding machine tolerances at Alcoa. Quality control on industrial dies, where tolerances were not opinions. That is where the test-and-gate instinct comes from.
- BA Psychology, summa cum laude. The other half of agent work is behavior under incentives.
- Fifteen seasons coaching varsity basketball. Leading people through pressure is not new to me; the players are just faster now.
What I take on
- Production SaaS MVPs: Next.js, Supabase, Stripe, deployed with tests and CI
- AI agents and automations with Claude Code: skills, hooks, MCP, scheduled pipelines
- Content and outbound engines: video pipelines, cold-email infrastructure, deliverability done right
- Claude Code setup and training for teams that want AI speed without shipping AI mistakes