The manifesto · draft v0.1
HALO: Human Agentic Lifecycle Orchestration
How one person drives an AI system to do the work of a team, without letting anything run away from them.
By Bob Michaels · Austin, Texas
The point
I have a lot to juggle every single day: emails to answer, proposals to get out, research on clients, prospecting, meeting prep, decks, software to ship. The point of this methodology is simple: get more out of every minute I am in front of my computer. The AI is the engine underneath everything. I am the driver. Nothing here is exotic. It is a way of working.
I know how to build software and architect systems, and many people have that capability. What most people do not have is a disciplined way to point AI at their whole working life at once. That is what this describes: the philosophy, then the specific habits and patterns that amplify one person into something much larger.
The philosophy: orchestration, not autonomy
The industry keeps publishing stories about autonomous agents burning money writing code nobody asked for. HALO is the opposite bet. Nothing in my system runs autonomous except managed background agents on specific, bounded tasks that I review afterward. A human orchestrates everything.
This is not a limitation, it is the design. The human deciding what matters is itself the cost control, because spend follows judgment. It is the quality mechanism, because every deliverable passes a person before it ships. And it is the trust mechanism, because everything that happens has an author, a reason, and an audit trail.
The lifecycle is the variable
HALO did not stay a way to build software. The thing being orchestrated is a lifecycle: a body of work with stages, gates, and deliverables. Software delivery was the first one I ran this way and it is still the sharpest example, but the discipline is the constant and the lifecycle is the variable. The same method now runs my editorial production end to end: measure how the AI models describe a market, set the strategy, draft on verified sources, put the draft through an adversarial reviewer whose only job is to refute it, panel-test it blind across five models, take a final human edit, publish, then measure the result and fold what I learned back in. Email, proposals, research, decks, code, content: each is a lifecycle, and HALO runs them the same way, from the same knowledge base, through the same human-approved gates.
The architecture
A knowledge base of plain markdown files holds everything about the business: every engagement, decision, method, and person, current at all times. It lives in a private git repository, and that choice is load-bearing. Because the corpus is markdown, git gives it versioning, synchronization, access control, and an audit trail for free. Every change has an author and a history.
An orchestrator session works at the business level and knows the whole picture. Project sessions work downstream, each rooted in one repository. Managed sub-agents fan out underneath on bounded tasks. Everything reads the knowledge base and everything writes back to it. The model does none of the remembering; the knowledge base does none of the reasoning. The model is rented and swappable. The knowledge base is owned, and it is the asset that appreciates.
Mission Control: the cockpit
The interface that makes this workable is Mission Control: a single, centralized cockpit over the entire operation. Instead of a scatter of repositories, editor windows, terminals, and browser tabs, one screen pulls every project's assets into one place, its state, its files, its live terminals, its deliverables. I bounce between projects and terminals from that one surface, dropping into whichever workstream needs me and back out without losing my place.
It is built to manage and to do, not only to display. From the cockpit I direct edits to documents, proposals, and live websites and watch them happen in the workspace, then approve. The dashboard shows what needs attention; the terminals are where I direct the work; the knowledge base underneath keeps every surface on the same current picture. One human, one interface, every workstream in reach.
The disciplines
These are the habits that make it work. None are optional. Each exists because its absence broke something.
- 01Write at the moment of decision. Every decision, status, and verified fact is written and pushed the instant it happens, by whichever session did the work. Session end is a sweep, not the first write.
- 02Read state, never re-derive it. A session starts from the index and the one relevant state file, not a cold scan of the whole corpus. Nobody pays the cold-start tax twice.
- 03Unknowns stay unknown. A fact that is not known is marked and flagged, never filled with a plausible guess. Half the value is what the system refuses to make up.
- 04Single source of truth. Every fact lives in exactly one place; everything else links to it. Copying is how a knowledge base rots.
- 05Record everything. Meetings, documents, and every channel feed the knowledge base. Feeding the system is not overhead, it is the methodology.
- 06Version work, lock the numbers. Client work iterates under explicit versions. Once a figure is set it is locked: a later instruction can change styling, never a number.
- 07Publish nothing unverified. Every claim traces to a source the reader can check. If it cannot survive the reader pasting it into an LLM and asking if it is fair, it does not ship.
- 08Nothing autonomous runs unmanaged. Sub-agents fan out on bounded tasks and report back for review. Managed, monitored, documented. Never free-running.
Quality: adversarial by design
Work products get reviewed by a different model family than the one that made them. A proposal drafted with one model goes to another to be attacked: the math checked, the claims refuted, the fixes brought back. A reviewer told to confirm will confirm, so the value is in what each pass disproves, verified against the real source before anything is folded in. On top of that sits a human approval gate on everything outbound, a pass that strips the tells of AI-written prose, and the audit trail that makes every decision inspectable after the fact.
The economics
Two mechanisms keep this affordable. First, the human in the loop, so tokens go where judgment says they should. Second, model tiering: a frontier model handles orchestration while much cheaper models do the downstream and routine work, which saves money and keeps the main context clean. A client who is not building software never needs the expensive tiers at all.
The asset that appreciates is not the model. Models are rented and swappable. The knowledge base is owned, and it compounds: every session, every terminal, every person using the system writes back to it, so it knows more and works better the longer it runs and the more it is used.
Using HALO
For my own operation, this runs today with Mission Control as the interface. For a client, it deploys as a managed service: the same architecture on their infrastructure, their knowledge base in plain files they own, commercial APIs doing the reasoning under documented no-training and retention terms, every professional getting the same prioritize-triage-approve loop. The way of working is the credibility. The service is the business.
Want this working in your organization?