This page gives a one-screen visual explanation of Asso Lab.
AI-agent work should leave evidence that a human can inspect later.
flowchart LR
A[Declared sources] --> B[Bounded brief]
B --> C[Receipt generated by code]
C --> D[Public receipt file]
D --> E[Human review]
B --> F[Public briefing]
F --> E
Plain meaning:
- The system uses declared sources.
- A bounded brief is prepared.
- Code generates a receipt.
- The receipt is stored publicly.
- A human can inspect the brief and the receipt later.
| Step | Question | Where to look |
|---|---|---|
| Brief | What was published? | publications/ |
| Receipt | Is there an evidence record? | receipts/ |
| Status | What does the receipt claim? | receipt status field |
| Sources | What inputs were used? | receipt sources field |
| Integrity | Is there a hash or signature field? | receipt hash/signature fields |
| Boundary | What does the repo not claim? | README.md, STATUS.md |
flowchart TD
A[Public Asso Lab] --> B[Briefs]
A --> C[Receipts]
A --> D[Doctrine]
A --> E[Examples]
F[Private runtime] --> G[Full engine]
F --> H[Operator controls]
F --> I[Runtime enforcement]
A -.does not expose.-> F
Plain meaning:
- This repo is public.
- It shows doctrine, examples, briefs, and receipts.
- It does not expose the private runtime.
- It does not grant permission-to-act.
| It is | It is not |
|---|---|
| A public observer surface | The full private runtime |
| A receipt and briefing trail | A claim of production readiness |
| A demonstration of evidence discipline | A permission system |
| A public doctrine anchor | A trading, deployment, or send authority |
No receipt -> no claim accepted
Public proof -> public claim only
Private runtime -> private until separately proven
Agent output -> reviewable only when evidence exists
| Reader | Start with |
|---|---|
| Non-technical visitor | START_HERE.md |
| Founder or operator | README.md then latest receipt |
| Developer | scripts and receipt examples |
| Compliance or legal reviewer | public/private boundary and status |
| Security reviewer | receipts, hashes, source fields, no-authority claims |