-
Notifications
You must be signed in to change notification settings - Fork 0
Concepts in Plain Language
kadubon edited this page Jun 21, 2026
·
1 revision
This page translates common terms into everyday language.
| Term | Plain meaning |
|---|---|
| Agent output | Text or data produced by an AI agent. |
| Candidate | Useful draft work that is not proven complete. |
| Accepted | The checker accepted the input shape for this route. |
| Workflow usable | The report can help the next step. |
| Operationally usable | The report can guide routing under the selected profile. |
| Settled | All scoped finite obligations were discharged. |
| Residual | Work, risk, assumption, or debt that remains. |
| Residual ledger | A list of residuals that must stay visible. |
| Missing obligation | A required check that has not been completed. |
| Blocker | A reason the report cannot be promoted. |
| Packet | A JSON envelope for candidate work. |
| Sidecar | Extra report data for handoff, exchange, or human reading. |
| Phase plan | A recommendation for what to check next. |
| Safe command | A displayed suggestion, not automatic execution. |
| Canonical | The implementation treated as the reference. Here, the Python project is canonical. |
An agent says:
This runtime step is ready to reuse.
PIC-TS can turn that into JSON that says:
- the report was accepted;
- the workflow can continue;
- some obligations are still missing;
- the result is not settled;
- packet content must remain candidate-only.
This is useful because the next agent can continue from a structured report instead of guessing what is safe.
- Home
- Quickstart
- Getting Started
- Acceleration Measurement
- Operation Guide
- AFST Satisfaction Flux
- Python TypeScript Compatibility
- Security
- Node Only Agent Loop
- ASI Proxy Loop v0.9
- Token Reports and Agent Loop
- ASI Proxy Acceleration
- CCR Interop
- MCP And A2A Safety
- Operation Gate
- Phase Ecology Lab
- CLI Recipes
- JavaScript SDK
- Diagnostic Commands
- How To Read The JSON
- Agent Guide
- Agent Messages and Packets
- Schemas and Conformance
- Safety and Limits
- Compatibility With Python
- npm Package and Release Checks
- Use Cases
- Core Concepts
- Concepts in Plain Language
- What PIC Does Not Do
- Theory Map
- 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
- v0.5.0 Release Notes