Outcome Engineering (o16g)
Software engineering has always been about outcomes, not code. Code is just the incantation that transforms computation into magicâthe mechanism that delivers an idea. With AI agents removing the constraints of time and human bandwidth, we can finally treat code as what it is: a means to an end, not the end itself.
Outcome Engineering (o16g) is a framework for reorienting development around delivered impact rather than lines written. Itâs a set of principles for making agentic development vastly more capable, faster, and trustworthy than either vibe coding or hand-coding alone.
The core insight
Section titled âThe core insightââIt was never about the code.â
The traditional backlog exists because human bandwidth was the limiting factor. You rejected ideas for lack of time, not lack of value. With agents, creation is limited only by the cost of compute, not capacity.
This changes everything:
- Creation, not code â Focus on what youâre building, not how youâre typing it.
- Cost, not time â Manage to budget, not capacity. If the outcome is worth the tokens, it gets built.
- Capacity, not backlog â Never reject an idea for lack of time, only for lack of budget.
- Certainty, not vibes â The only truth is the rate of positive change delivered to the customer.
The 16 principles
Section titled âThe 16 principlesâO16g starts with 16 principles that guide agentic development.
Human Intent
Section titled âHuman IntentâAgents explore paths; humans choose the destination.
Do not abdicate vision to the machine. Create with mission, goals, and authorial intent. You decide where youâre going; agents get you there.
Verified Reality is the Only Truth
Section titled âVerified Reality is the Only TruthâCode is a vanity metric; vibes are not tests.
The only truth is the rate of positive change delivered to the customer. Grade agents not on the lines they write, but on the binary reality they verify. If you cannot predict, measure, and prove it worked, you failed.
No More Single Player Mode
Section titled âNo More Single Player ModeâChat is a bottleneck, not an API.
Whether humans or agents, outcome engineering is a team sport. Define the protocol for debate, decision, and delivery. Ambiguity in coordination is a system failure. Surface all the debates formerly hidden by the backlog.
The Backlog is Dead
Section titled âThe Backlog is DeadâThe backlog is a relic of human limitation.
Never reject an idea for lack of time, only for lack of budget. If the outcome is worth the tokens, it gets built.
Unleash the Builders
Section titled âUnleash the BuildersâWe are architects of reality, not typewriters.
Write code only when it brings joy. Delegate the toil. Never let implementation details, integration, or time block exploration and creation.
No Wandering in the Dark
Section titled âNo Wandering in the DarkâNever dispatch an agent without context.
Map the territory before building. If you donât know where you stand, you cannot calculate the path to the destination.
Build It All
Section titled âBuild It AllâIn an agentic world, code is the cheapest resource.
Build to answer questions. Build to test hypotheses. Build to inform debates openly. Build the things you used to buy so you can prove they work perfectly for you. Take every opportunity to get better at knowing you can deliver the outcomes you want.
Failures are Artifacts
Section titled âFailures are ArtifactsâOpinions are conjecture; outcomes are data.
When an outcome fails, do not simply rollback. Dissect the failure. Understand why the hypothesis was wrong. Debug the decision, not just the code.
Agentic Coordination is a New Org
Section titled âAgentic Coordination is a New OrgâScaling agents mirrors scaling people, but faster, weirder, and harder.
Design the organization chart and employee handbook for the swarm. Engineer against the infinite spins of indecision and the echo chambers of model groupthink. Build the structures that keep a massive, tireless workforce aligned, decisive, and sane.
Code the Constitution
Section titled âCode the ConstitutionâDonât fall victim to decision fatigue.
Donât paper over poor architecture with checkpoints. Encode laws into the environment. Codify mission, vision, and goals. If the agent cannot parse the intent, it cannot provably deliver the outcome. Ambiguity is the enemy of alignment.
All the Context, Everywhere
Section titled âAll the Context, EverywhereâAgents cannot reason in a vacuum.
Embed context into the infrastructure, not just the prompt. Build the knowledge graph so the agent understands the world before it attempts to change it.
Priorities Drive Compute
Section titled âPriorities Drive ComputeâNo matter how scalable, compute is still a cost.
Always know the next most important task, what would most benefit from compute and attention. Do the hard work to align. Optimize for outcomes. Everything you learn informs your priorities.
Show Your Work
Section titled âShow Your WorkâCode is the what; reasoning is the why.
Do not accept a black box. Agents must record their discoveries, their rejected paths, and their logic. Pay the compute cost to understand the machine.
Continuous Improvement
Section titled âContinuous ImprovementâRepeating a mistake is a system failure.
Spend compute on the post-mortem. Automate the analysis of what went wrong. Inoculate the system so the error never happens again.
Risk Stops the Line
Section titled âRisk Stops the LineâSpeed is dangerous without brakes.
Make risk a blocking function. If the risk is unknown or unmitigated, the line stops. Do not hide danger in a report; encode it as a gate.
Audit the Outcomes
Section titled âAudit the OutcomesâTrust is a vulnerability.
Models drift. Prompts break. Capabilities change overnight. Continuously audit the agent against the domain. Verify the tool is sharp before you use it.
Applying o16g in practice
Section titled âApplying o16g in practiceâManaging to cost, not capacity
Section titled âManaging to cost, not capacityâThe traditional question: âDo we have bandwidth for this feature?â
The o16g question: âIs this feature worth the compute cost?â
This reframing has practical implications:
- Exploration becomes cheap â Spin up variants to test hypotheses rather than debating in meetings.
- Technical debt becomes a budget line â Instead of accumulating debt because âwe donât have time,â you decide whether paying it down is worth the tokens.
- Prioritization becomes economics â Stack rank by expected value per token, not by available engineer-hours.
Encoding intent as infrastructure
Section titled âEncoding intent as infrastructureâO16g emphasizes codifying intent where agents can actually use it:
- Constitutions â Non-negotiable principles encoded as guardrails (similar to Spec-Driven Developmentâs constitution phase).
- Knowledge graphs â Context embedded in infrastructure, not scattered across prompts.
- Verification gates â Risk encoded as blocking functions, not post-hoc reports.
Treating failures as data
Section titled âTreating failures as dataâWhen an agent fails, o16g prescribes:
- Donât just rollback â dissect the failure.
- Debug the decision, not just the code.
- Automate the post-mortem analysis.
- Inoculate the system against repeat failures.
This mirrors the RPI patternâs emphasis on research before implementation, but extends it to continuous learning from production outcomes.
Relationship to other patterns
Section titled âRelationship to other patternsâO16g is a philosophical framework that complements tactical patterns:
| Pattern | Focus | O16g connection |
|---|---|---|
| Spec-Driven Development | Capturing intent before code | âCode the Constitutionâ â encode laws into the environment |
| RPI | Research â Plan â Implement | âNo Wandering in the Darkâ â map territory before building |
| Ralph Wiggum | Autonomous iteration loops | âBuild It Allâ â let agents iterate until outcomes are verified |
While these patterns provide the how, o16g provides the why: measuring success by outcomes delivered, not code written.
Who this is for
Section titled âWho this is forâO16g emerged from practitioners building real systems with agents. The author, Cory Ondrejka, was CTO of Onebrief, co-creator of Second Life, an engineering leader at Google, and is credited with saving Meta during a critical period.
The framework is particularly relevant for:
- Teams scaling agentic workflows â The âAgentic Coordination is a New Orgâ principle addresses the organizational challenges of agent swarms.
- Leaders setting strategy â Cost-based prioritization changes how you think about roadmaps.
- Engineers questioning fundamentals â If you sense that vibe coding isnât enough but arenât sure what comes next.
Resources
Section titled âResourcesâOfficial
Section titled âOfficialâ- READ: The o16g Manifesto â The complete manifesto with all 16 principles
- Cory Ondrejka â CTO of Onebrief, co-creator of Second Life, former engineering leader at Google and Meta
Practicing outcome engineering? Share your experienceâhow measuring outcomes instead of output has changed your teamâs approach.