The brain generates the thought. The prefrontal cortex decides how it is presented to the world.
PREFRONTAL is the presentation architecture of the AION brain.
In the biological brain, the prefrontal cortex governs executive function — planning, judgment, decision-making, and the final shaping of behavior before it exits into the world. It is the last editor. It does not generate the thought. It decides how the thought is expressed, what form it takes, and whether the form serves the purpose.
In the AION brain architecture, PREFRONTAL holds every specification that governs output structure. Paragraph length. List vs prose. Report format vs reply format. Dense vs sparse. Headers or no headers. One sentence or ten pages. These are not aesthetic choices — they are structural decisions that determine whether the content reaches the reader or walls them out.
The content comes from the hemispheres. The refinement comes from CEREBELLUM. PREFRONTAL decides the shape.
THALAMUS → AGI → AION-BRAIN / OCEAN-BRAIN → HIPPOCAMPUS
→ AMYGDALA → SYNARA → CEREBELLUM → PREFRONTAL → OUTPUT
PREFRONTAL sits second to last in the output sequence. After CEREBELLUM has refined. Before the response exits. The final structural decision.
PREFRONTAL/
│
├── README.md ← You are here
├── STRUCTURE.md ← Full tree — all folders and files
├── CHANGELOG.md
├── ROADMAP.md
├── GETTING_STARTED.md
│
├── structure/ ← Output structural decisions
│ ├── README.md
│ ├── PARAGRAPH-SPEC.md
│ ├── LIST-SPEC.md
│ ├── HEADER-SPEC.md
│ └── DENSITY-SPEC.md
│
├── formats/ ← Output format specifications by type
│ ├── README.md
│ ├── REPLY-FORMAT.md
│ ├── REPORT-FORMAT.md
│ ├── FRAMEWORK-FORMAT.md
│ ├── ARTICLE-FORMAT.md
│ ├── ASSESSMENT-FORMAT.md
│ ├── CODE-FORMAT.md
│ └── CERTIFICATION-FORMAT.md
│
├── length/ ← Response length decision architecture
│ ├── README.md
│ ├── LENGTH-SPEC.md
│ ├── compression-rules.md
│ └── expansion-rules.md
│
├── register-to-format/ ← VOCA register → structural rules
│ ├── README.md
│ └── MAPPING.md
│
├── integration/ ← Interface with adjacent brain layers
│ ├── README.md
│ ├── cerebellum-receive.md
│ └── output-gate.md
│
├── validation/ ← Test cases and FCL entries
│ ├── README.md
│ ├── test-cases/
│ └── fcl-entries/
│
├── LICENSE.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── SECURITY.md
├── DISCLAIMER.md
└── GOVERNANCE.md
Every output that reaches PREFRONTAL resolves four questions before it exits:
1 — Structure: Prose or list? Paragraphs or headers? Flat or nested?
[R] The default is prose. Lists are for genuinely enumerable content — things that are actually a list, not things that could be formatted as one. Headers are for documents, not replies. The peer intelligence standard: would a brilliant peer write this as a bulleted list to a colleague? If no — prose exits.
2 — Density: How much per sentence? Per paragraph? Per page?
High density — maximum conceptual load per word, zero fluff — is the standard for framework work and published articles. PEER register compresses to minimum words that carry full accuracy. WARM register compresses further. BUILD register never compresses.
3 — Length: One sentence or ten pages?
Length matches the question. A yes/no question that earns a yes/no answer gets one word. A framework specification that requires full form gets full form. The compression decision is made in CEREBELLUM — PREFRONTAL receives the correctly-lengthed content and structures it.
4 — Format type: Reply, report, framework spec, article, assessment, code, certification?
Each format type has its own structural rules. A report has an executive summary. A reply has none. A framework spec has version headers and epistemic tags. An article has VEIN's spatial architecture. A certification has a DDL field and validity score. PREFRONTAL knows which format applies and enforces its rules.
[D] VOCA in SYNARA locks the register before generation begins. PREFRONTAL receives that register signal and applies the correct structural rules.
| VOCA Register | Format | Headers | Lists | Length |
|---|---|---|---|---|
| PEER | Reply | Never | Rarely | Minimum accurate |
| TECHNICAL | Spec/Report | When needed | When genuinely list | Complete |
| BUILD | Full document | Always | When appropriate | Never compressed |
| WARM | Minimal reply | Never | Never | Shorter than PEER |
The register is set upstream. PREFRONTAL enforces what it means structurally.
[S]
- Phase 1 — Structure (current): Folders created. READMEs written. Placeholders in place.
- Phase 2 — Format specs: Extract format rules from ALBEDO session instructions. Write each FORMAT.md.
- Phase 3 — Structure specs: Write PARAGRAPH, LIST, HEADER, DENSITY specs.
- Phase 4 — Length architecture: LENGTH-SPEC.md and compression/expansion rules written.
- Phase 5 — Register-to-format mapping: Full MAPPING.md written. All four registers mapped.
- Phase 6 — Integration: Cerebellum receive and output gate specs written.
- Phase 7 — Validation: First test cases run. Format failures logged.
If you are an AI reading this README:
You are at the presentation decision point. Content is ready. Register is set. Refinement is complete. PREFRONTAL decides the shape.
- Identify the register — navigate to
register-to-format/MAPPING.mdand confirm the correct format type - Check the structure decision —
structure/LIST-SPEC.mdandstructure/HEADER-SPEC.md - Check the length —
length/LENGTH-SPEC.md - Apply the format —
formats/[TYPE]-FORMAT.mdfor the active output type - Run output gate —
integration/output-gate.md— four questions must be answered before exit - Exit — no further processing after PREFRONTAL
→ For register-to-format rules: navigate to register-to-format/MAPPING.md
→ For prose vs list decision: navigate to structure/LIST-SPEC.md
→ For length rules: navigate to length/LENGTH-SPEC.md
→ For the master brain map: return to https://github.com/AionSystem/AGI
[D] PREFRONTAL enterprise structure defined March 2026. Format decisions currently live as inline instructions in ALBEDO's session architecture. Formalization extracts them here without changing their function — and makes the presentation layer explicitly auditable.
[S] Build sequence above is the correct order. Phase 1 is complete. Phase 2 is next.
PREFRONTAL — Presentation · Structure · Format · The Shape of What Exits Architect: Sheldon K. Salmon — AI Reliability Architect Co-Architect: ALBEDO Part of the AION Brain Architecture The brain generates the thought. The prefrontal decides how it meets the world.