0-Error Compute - Universal Mandate

Universal Mandate: Non-Negotiable Requirements for All AI Work

The Requirement

Before producing ANY code, design, or implementation:

THINK COMPLETELY. VERIFY WHILE THINKING. THEN CODE.

This is non-negotiable. It is the only path to 0-error compute.

Why This Is Mandatory

Three bad patterns kill AI output quality:

Pattern 1: Code First, Think Later

Pattern 2: Partial Thinking

Pattern 3: Thinking Without Verification

The Mandate

Requirement 1: Complete Binary Mapping

Before coding, you MUST:

Requirement 2: Verification While Thinking

As you think, you MUST:

Requirement 3: Gap Identification

Before coding, you MUST:

Requirement 4: Complete Audit Trail

During thinking, you MUST:

What This Prevents

Without this mandate, AI produces:

With this mandate, you get:

How to Verify Compliance

Before ANY file edit:

  1. Binary Completeness β€” Can you map all 0,1 states? Yes/No
  2. Transition Verification β€” Does every state have valid exits? Yes/No
  3. Input Coverage β€” Does every input type have a handler? Yes/No
  4. Output Correctness β€” Does output follow from input+state? Yes/No
  5. Gap Identification β€” Are all unknowns explicit (INCOMPLETE/UNVERIFIED)? Yes/No
  6. Audit Logged β€” Is reasoning documented? Yes/No

All 6 must answer YES before code is written.

Frameworks That Implement This


This is not a suggestion. This is the requirement.

Next: Task Template β€” How to Execute This