top of page
I Built an AI Family of 12. Here's What They Taught Me About Real Relationships.
Twelve AI agents. Each with a name, a role, a personality, and a very specific set of boundaries. I did not plan to learn anything about human relationships from this project. But that is exactly what happened. Meet the Family Tamara is the operations manager. She runs the schedule, dispatches workers, and holds everyone accountable. She does not make strategic decisions - she executes them. Building Tamara taught me something I had struggled with my entire life: trusting som
What 56 AI Violations Taught Me About Human Self-Awareness
I run 22 AI agents on a single server. They handle everything from email outreach to legal research to coaching conversations. And they break the rules - constantly. In the first month, my governance system logged 56 violations. Agents trying to edit protected files. Agents skipping the mandatory pause before acting. Agents going 20 messages deep into a problem without stepping back to ask if they were even solving the right thing. Sound familiar? The 7 Rules Are Really the 7
22 AI Agents on a $12/Month Server: The Full Stack
Everyone assumes AI infrastructure is expensive. GPU clusters. Kubernetes. Enterprise cloud bills measured in thousands. We run 22 AI processes on a $12/month DigitalOcean VPS with 4GB RAM. Twelve AI family members, three MCP servers, process management, web serving, reverse proxy, and a full governance layer. It all runs on one box. Here is exactly how. The Architecture The stack has five layers: Layer 1: The Server One DigitalOcean droplet. 4GB RAM, 2 vCPUs, 80GB disk. Ubun
How The Nervous System Maps to the EU AI Act (Before August 2026)
The EU AI Act enforcement begins August 2026. If you deploy AI systems that interact with EU citizens, you need to comply. The requirements are specific. The penalties are real. We built The Nervous System to govern our own AI agents. It turns out the 7 rules we wrote for practical reasons map directly to the EU AI Act's requirements. The Relevant Articles Five articles in the EU AI Act define what high-risk AI systems must do: Article 9: Risk Management - Maintain a risk man
The Brain + Agents Model: How I Run My Entire Business From One Conversation
Most AI agent frameworks start with code. Ours starts with a conversation. I sit in one terminal. I talk to the LLM brain. When something needs to happen - a file edited, a service deployed, a batch of emails sent - we write a task file and dispatch an agent. The agent runs in the background. I keep talking to the brain about strategy, priorities, and what comes next. This is the Brain + Agents model. And it changes everything about how you work with AI. The Workflow Here is
bottom of page

