Skip to content
kadubon edited this page Jun 18, 2026 · 12 revisions

Percolation Inversion Compiler Wiki

Percolation Inversion Compiler, or PIC, is an AI agent output checker and workflow verification toolkit.

In plain terms, PIC helps an agent or engineer turn a piece of text, a repository signal, a message, a feed item, or a proposed capability into a structured report:

  • what is being claimed;
  • what evidence is attached;
  • what is still missing;
  • what can be safely reused;
  • what should be routed to a verifier;
  • what must remain as residual work.

PIC is useful when agent output should be audited before it is reused, routed, promoted, or treated as completed work.

One Sentence Description

PIC is a workflow verification and AI agent output checking toolkit for preserving evidence, proof obligations, residual ledgers, verifier routes, and safe reuse decisions.

What PIC Is

PIC is a local-first finite checking system. It emits deterministic JSON reports, residual ledgers, proof obligations, salience queues, packet-promotion decisions, identity checks, and collective-phase certificates.

The shortest mental model is:

candidate output
-> structured packet
-> evidence and obligation checks
-> residual ledger
-> next safe routing decision

PIC does not prove that an AI system is generally intelligent. It does not prove real-world truth. It does not execute unsafe actions. It makes incomplete work visible instead of hiding it.

First Pages To Read

Common Use Cases

  • Check AI-generated text before reusing it.
  • Preserve unresolved evidence and proof obligations.
  • Route missing work to a verifier.
  • Keep repository, message, feed, or web intake as candidate packets.
  • Separate declared metadata from checked evidence.
  • Build residual-preserving reports for CI or agent loops.
  • Check signed agent populations and Sybil-resistance ledgers.
  • Decide whether an abstraction can become reusable capital.

Search Terms

AI agent output checker, workflow verification, LLM output validation, residual ledger, proof obligations, verifier routing, evidence routing, safe reuse checks, packet promotion, salience queue, abstraction liquidity, agent identity checks, Sybil resistance, PIC, ECPT, BIT, TRC, SQOT, ALT.

What To Trust

Trust the structured report more than the agent text that produced it.

Read these fields first:

  • accepted: the finite envelope was accepted by the checker.
  • operationally_usable: the result can be used for routing under the selected profile.
  • settled: all scoped finite obligations are discharged. This is often false.
  • missing_obligations: work that remains unresolved.
  • residual_ledger: debt or limits that must not be erased.
  • agent_tasks: recommended next finite tasks.
  • route_execution_requests: verifier route requests, not permission to execute arbitrary commands.

settled=false is not a command failure. It means the remaining obligations are explicit.

Main Repository

Clone this wiki locally