-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
PIC is used to check AI agent output, preserve evidence and missing work, route verifier tasks, inspect packet flow, and decide whether candidate material can be reused under a limited scope.
Common uses include LLM output checking, coding-agent reports, read-only CI checks, agent-to-agent message checks, bounded external intake, Phase Ecology Lab diagnostics, and reusable abstraction checks.
v0.5.0 adds Phase Ecology Lab and related diagnostics:
- phase windows;
- effective packet graphs;
- closure checks;
- execution-available path checks;
- BIT bottleneck diagnostics;
- SQOT queue obstruction diagnostics;
- ALT lift diagnostics;
- TRC typed trace adapter reports;
- protocol-relative threshold and certificate candidates.
No. PIC does not detect or prove real ASI.
It can emit protocol-relative reports about finite declared records, packet flow, verifier routes, and phase proxy thresholds. Those reports are not proof of real ASI.
No. accepted=true means the finite report envelope passed checks.
Execution still depends on the host runtime: sandboxing, allowlists, permissions, tool policy, user approval, and credential policy.
Usually no. It means unresolved obligations are still visible.
For many agent and Phase Lab reports, settled=false is the correct safe result because the report is useful but not complete.
Binary pass/fail can hide why work is incomplete. PIC keeps residuals visible so the next agent or human can see missing evidence, stale data, external-domain limits, route work, identity gaps, or unsafe packet status.
Yes. The PyPI package is enough for compact checks, demos, schema export, snapshots, Phase Ecology Lab demo assets, and your own inputs.
python -m pip install percolation-inversion-compiler
pic demo installed-smoke --profile development
pic demo bootstrap --output-dir pic-demoClone the repository when you need the full examples/... tree, canonical TeX audits, development fixtures, or release checks.
Use optional extras when you need identity checks, live connector support, or the local service layer:
python -m pip install "percolation-inversion-compiler[identity,connectors,server]"The base install is still enough for the normal pip-first path.
No. Phase Lab stores reports and packets as inert data. It does not run embedded command text, safe_commands, tool traces, shell snippets, network requests, repository mutations, package installs, or model changes.
No. A larger number of packet candidates is not progress by itself.
PIC looks for evidence, accepted routes, semantic support, rollback support, authority, residual reduction, queue health, and safe reuse conditions.
They are the five source theory names used by the project:
- ECPT: packet flow and collective phase-control model.
- BIT: bottleneck and missing-witness diagnostics.
- TRC: typed traces and action-boundary checks.
- SQOT: salience queue and attention discipline.
- ALT: reusable abstraction value and liquidity checks.
See Theory Map for a plain-language explanation.
PIC can perform bounded intake only for an explicitly supplied source and only through the relevant command and install surface.
It does not grant background crawling, autonomous polling, arbitrary network access, shell execution, form submission, or automatic trust in external content.
Use:
pic schema --type AgentCheckReport
pic schema --type EffectivePacketGraph
pic schema --type TraceAdapterReport
pic schema --all --output-dir schemasThe schema registry is the complete truth source for exported record schemas. schemas/index.json and agent-manifest.json are indexes.
- Home
- Getting Started
- Acceleration Measurement
- Operation Guide
- AFST Satisfaction Flux
- Python TypeScript Compatibility
- Security
- Quickstart
- ASI Proxy Loop v0.9
- Token Reports and Agent Loop
- ASI Proxy Acceleration
- CCR Interop
- MCP And A2A Safety
- Operation Gate
- Phase Ecology Lab
- Related OSS
- Use Cases
- Live Intake and Agent Messages
- Core Concepts
- Concepts in Plain Language
- Agent Guide
- Diagnostics and Agent Autonomy
- What PIC Does Not Do
- Safety and Limits
- Theory Map
- CLI Recipes
- Glossary
- FAQ
- v1.1 Release Notes
- v0.9.0 Release Notes
- v0.8.0 Release Notes
- v0.7.0 Release Notes
- v0.6.0 Release Notes