Skip to content
🎓 Find your path Subscribe

I ran my life on a fleet of AI agents for 6 months

Practitioner 8 min read

In January 2026, I decided to stop using AI assistants and start building AI agents.

The difference sounds semantic. It is not.

An assistant answers questions. An agent takes ownership of a domain. An assistant forgets everything between sessions. An agent reads state files that encode six months of accumulated context. An assistant starts cold every morning. An agent starts with a briefing.

By July 2026, I had 133 registered projects, 28 agent packages, and 47+ cron jobs running 24/7. A CEO orchestrator routes tasks to specialized agents across 8 life domains. Agents for health, family, work, school, growth, AI projects, consulting, and life operations — each with its own state file, memory, and escalation rules.

Most of what I built is not replicable by reading a tutorial. But the operating system underneath it — the methodology, the conventions, the 4 files — that is what this essay is about.


The thing everyone building with AI is missing

Section titled “The thing everyone building with AI is missing”

Every commercial AI assistant — Lindy, Claude.ai, ChatGPT, whatever you use — has the same problem.

They do not know you.

Not really. They know your name if you told them. They might remember a preference or two. But they do not know that you have a hard rule about not committing money over $500 without sleeping on it. They do not know that you write in short punchy sentences and you will cringe at “I hope this email finds you well.” They do not know that Sundays are sacred and no work messages should go out.

Every session, you explain yourself again. Every time an agent makes a recommendation, it is making it in a vacuum.

The commercial players are building toward this. They call it “memory.” But their memory lives in their system, in their format, behind their paywall. Switch providers — start over.

What I built instead: a personal context system that lives in markdown files on my machine. Four files. Two hours to set up. Zero vendor lock-in.


I call them Personal Context Artifacts. Four files that answer four questions:

File 1: wiki.md — Who am I?

The canonical “who is this person” reference. Background, family, 8 life domains, current projects, the 20 people most relevant to my work right now, current life-state. Any agent that drafts as me or makes decisions on my behalf reads this first.

The discipline: update it on major life events. Not a journal — a reference. Think Wikipedia page for yourself.

File 2: mental-models.md — How do I decide?

Decision-making priors. The beliefs and frames I apply when I do not have time to think.

Things like: “I prioritize family over work when the cost is reversible. If the cost is irreversible, family wins outright.” “I prefer 80%-now over 100%-later for anything reversible.”

This is the file that keeps agents from giving you advice that sounds reasonable but conflicts with how you actually operate. When an agent recommends something that violates a prior, it surfaces the conflict explicitly.

File 3: voice.md — How do I write?

10 examples of things I actually wrote. 10 anti-examples with annotations on why they are wrong. Specific rules about word choice, punctuation, channel behavior.

This is what stops AI-ghostwritten emails from sounding like AI. The examples do more than any prompt about “being direct.” You paste in real messages you sent, explain what you like about them, and the agent learns the actual pattern.

The most important part: every time a draft sounds wrong, I add an anti-example with a note on why. The file gets more useful over time.

File 4: protocols.md — What are my hard rules?

The non-negotiables. Short. Direct. Treated as P0 by any agent acting on my behalf.

Time rules (family time after 6pm is sacred). Communication rules (never send anything externally without approval). Financial rules (confirm any spend over $500). Irreversible action rules (never run destructive commands without explicit confirmation).

The discipline: keep this SHORT. If it starts getting long, the extra items are soft preferences that belong in the mental models file. Hard rules are the things that, if violated, you would actually be upset.


With these four files, agents can do things that are otherwise impossible:

Draft emails that actually sound like you. Not AI-style professional — your actual voice, because the agent has 10 examples and 10 anti-examples to work from.

Make recommendations that fit your decision priors. An agent suggesting a career move that conflicts with your family priorities will surface the conflict explicitly, not pretend it is not there.

Operate with your actual constraints. An agent that knows you do not work on Sundays will not send a message on your behalf on a Sunday. Not because you told it this time — because it is in the protocols file.

Brief incoming sessions. Every new Claude session reads these files before anything else. You start context-full instead of context-zero.


The four files are the foundation. The skills are what make it active.

Open Loops — every conversation where you or someone else makes a commitment, the skill extracts it and tracks it. “Let me look into that” becomes a tracked item. “I will send you X” becomes a logged obligation. Run at the end of every meeting, every conversation that matters.

Watchers — the primitive between a one-time todo and a standing cron job. “Tell me when the contractor replies.” “Notify me when this file appears.” “Remind me 3 days before this invoice is due.” Conditions that fire once when true, then stop. A watcher is a durable promise the machine keeps so you do not have to.

CRM Everything — every person who touches your work gets a file. Not a Salesforce entry — a local markdown file. Created automatically from conversation context when the skill is invoked. The relationship history accumulates over time, readable by any agent, owned by you.

Morning Briefing — reads your state files, open loops, and watchers and generates a structured briefing. Priorities for today. Open loops needing action. Domain status. What would a smart chief of staff tell you in the first 10 minutes of the day?

Session Digest — at the end of a session, generates a structured summary of decisions made, work shipped, unfinished items, and context for the next session. The next session reads it first. No more starting cold.


The context is the product, not the agent. The CEO orchestrator was not the impressive thing. The impressive thing was that when it reads mental-models.md, it makes recommendations I actually agree with. Architecture is table stakes. Personal context is what creates the leverage.

Formats that do not age are worth 10x templated systems. Markdown files in a git repo outlast any SaaS. The four PCA files work with any AI model, any session, any future tool. No migration ever.

The discipline of maintaining them is the hard part. The files are useless if they are stale. The habit I built: any time an agent makes a recommendation I disagree with, I ask why. Usually something in the mental models file is wrong or missing. Update the file, not the agent.

Open loops are the biggest leverage point. More than any other piece of the system, tracking commitments changed how much I got done. Extracting every “I will” and “let me get back to you” — and tracking whether they resolved — is the single biggest operational improvement I made in 2026.


This system took six months and 133 projects to build to its current state. What I am sharing here is the distillation — the 20% that creates 80% of the value.

The four template files and five skills take an afternoon to set up. The returns start immediately and compound over months as the files get richer and the agents get better at predicting what you actually want.

The context is not a product you buy. It is a system you build. The templates are the starting point. Your receipts — your actual examples, your real decisions, your actual hard rules — are what make it yours.