← Blog
Governance

Why We Ratify Contracts With a 4-Architect Board of Architects

April 29, 2026 · superpwr team · 8 min read


Quick Answer

SuperPwr ratifies contracts with a four-architect Board of Architects because autonomous AI work needs more than speed. It needs proof roles, dissent, rebuttal, and a visible threshold for when a proposal becomes binding.

The Board of Architects is not a committee for theater. BOA-200 created the proof-role system and ratified it 4 of 4 in 16 seconds. BOA-201 made those roles displaceable and ratified it 4 of 4 in 21 seconds. BOA-202 added a one-round adversarial rebuttal protocol, now locked as a contract in GitHub. In chat-238, the board ratified two new operating contracts and recorded two vote conversions.

That is the buyer takeaway: SuperPwr does not ask AI agents to govern themselves silently. It makes important operating decisions pass through a recorded architecture court.

Decision modeWhat it optimizes forFailure mode
Single-model approvalSpeed and convenienceOne blind spot can become policy
Four-architect ratificationRecorded proof, dissent, and thresholdsSlower, but the decision is inspectable
Human-only reviewJudgment and accountabilityHard to scale across every autonomous fire

Entity definition: Board of Architects

A Board of Architects is a governance layer for AI software work. It assigns different proof responsibilities to different architects, records how each architect voted, preserves dissent, and promotes a proposal to contract only when the vote clears the required threshold.

In SuperPwr, the board exists because the principal still owns judgment. AI agents can propose, analyze, and execute, but binding operating rules need a visible path from claim to contract.

The founding receipts are useful because they show the system becoming accountable to itself:

  • BOA-200 ratified proof ownership with four approvals and zero dissent.
  • BOA-201 ratified an election cycle so proof-role incumbents can be challenged.
  • BOA-202 ratified the adversarial rebuttal round so weak dissent can be challenged once with evidence.
4/4
BOA-200 unanimous approval
BOA-200 receipt
16s
BOA-200 vote turnaround
BOA-200 receipt
4/4
BOA-201 unanimous approval
BOA-201 receipt
21s
BOA-201 vote turnaround
BOA-201 receipt

The four roles keep different failures visible

The board works because the architects do not all pretend to be the same reviewer.

Role familyWhat it catchesWhy a founder should care
Proof of DecisionWhether the recommendation should movePrevents analysis from replacing judgment
Proof of SourcesWhether claims are groundedReduces citation drift and unsupported claims
Adversarial reviewWhether the claim survives attackKeeps weak consensus from passing too easily
Proof of Correctness and WorkWhether the mechanism and record holdMakes the decision auditable later

BOA-200 locked the initial role system. BOA-201 made a harder move: the architects voted to make themselves displaceable. That matters. A governance system that cannot replace its own reviewers becomes another bottleneck.

BOA-202: dissent is useful, but it has to be accountable

Dissent is valuable. Weak dissent is expensive.

BOA-202 exists for the narrow case where a proposal fails to converge because a counter-example does not refute the core claim. The protocol allows one rebuttal round. The rebuttal must be fact-grounded. It must address the specific counter-example. Architects vote fresh. Historical dissent stays preserved.

That is the balance technical founders need:

  1. Dissent can block.
  2. Dissent can be challenged.
  3. Challenge is limited.
  4. Evidence decides whether votes move.
  5. The audit trail stays intact.
1
Propose
A contract names the decision, the stakes, the threshold, and the architects who must vote.
2
Vote
Each architect returns a vote, confidence, rationale, and caveats. Dissent is preserved.
3
Rebut
If weak dissent blocks convergence, the proposer gets one fact-grounded rebuttal round under BOA-202.
4
Convert
Architects may update only when evidence answers the concern. Prior dissent remains in the record.
5
Lock
The proposal becomes a contract only when the final tally clears the threshold.

chat-238 proved the pattern under pressure

chat-238 ratified two contracts in one session through four-architect dispatch plus BOA-202 rebuttal:

The chat-238 vote receipt records the important part: both ballots started with partial convergence, then moved through rebuttal.

2
contracts ratified in chat-238
chat-238 vote receipt
2
vote conversions recorded
chat-238 vote receipt
11
binding caveats banked
chat-238 vote receipt
4/4
forward outcome on both ballots
chat-238 vote receipt

The vote conversions are the cleanest proof:

ContractRound 1 issueRebuttal evidenceFinal movement
BOA-DEV-ARMY-ORCHESTRATION-001Gemini wanted Postgres plus Redis from the startThe proposal added explicit Option B pivot triggers: 25 concurrent agents, claim latency p99 over 500ms, or connection pool saturation over 80%Gemini moved from MODIFY to APPROVE
BOA-PROVIDER-COMPLIANCE-001OpenAI did not want ratification while Anthropic remediation was unresolvedT1 shipped via PR #211, replacing the deprecated session-token path with an Anthropic Data Export ZIP flowOpenAI moved from MODIFY to APPROVE

That is how rebuttal should work. The proposer does not argue harder. The proposer brings better evidence.

What founders can copy from this

Most startups do not need a literal four-model board on day one. They do need the operating principles.

Start with these:

  • Name the proof roles before the review starts.
  • Preserve dissent instead of smoothing it away.
  • Define what vote threshold changes policy.
  • Allow a rebuttal only when the proposer brings new evidence.
  • Keep old votes visible after new votes land.
  • Turn accepted decisions into constraints for implementation.

That last point is where governance becomes real. A ratified contract should change what the builder is allowed to ship.

In chat-238, the orchestration contract constrained Q1, Q2, and Q5. The provider-compliance contract constrained external language, T1 verification, partner-program claims, and Q4 token-broker requirements. The governance produced work rules, not a meeting note.

Why infrastructure buyers should care

AI infrastructure buyers are not only buying capability. They are buying an answer to "who is accountable when the agent is wrong?"

The Board of Architects is one answer:

  • It makes the decision path inspectable.
  • It prevents any one model from silently becoming the judge.
  • It treats dissent as a first-class input.
  • It requires evidence before a vote conversion.
  • It turns accepted decisions into implementation constraints.
Infrastructure buyer lens
Governance is part of the product.
If AI agents can ship production work, the ratification layer matters as much as the execution layer.

The uncomfortable truth is that fast agents without governance can make teams slower. They create work that someone has to unwind. The useful version is different: fast agents, clear proof roles, visible dissent, and contract locks.

The SuperPwr position

SuperPwr is not trying to replace the principal. The principal still sets intent, owns judgment, and decides what matters.

The substrate gives that judgment a repeatable operating path:

  1. Proposal.
  2. Four-architect review.
  3. Dissent and caveats.
  4. Rebuttal when evidence warrants it.
  5. Contract lock.
  6. Implementation constraints.
  7. Receipts.

That is what makes the Board of Architects more than internal ritual. It is how SuperPwr turns AI governance into shipping discipline.

Works Cited

Works Cited

  1. BOA-200 ratified receipt
  2. BOA-201 ratified receipt
  3. BOA-202 ratified contract
  4. BOA-202 proposal page
  5. chat-238 dual-ratification vote receipt
  6. BOA-DEV-ARMY-ORCHESTRATION-001 ballot
  7. BOA-PROVIDER-COMPLIANCE-001 ballot
  8. PR #211, T1 Claude export importer
  9. SuperPwr overnight PRs article

superpwr is building the governed path from idea to deployed app. You bring the judgment. The substrate keeps the work accountable.

Ready to build your app?

You don't need to learn to code. You need to describe what you need clearly, and let us build the rest.

Get started →

Related posts

More superpwr field notes are on the way.