Fix Untitled titles: convert all YAML frontmatter to org-style headers

This commit is contained in:
Hermes
2026-06-04 20:56:03 +00:00
parent 284c5bd324
commit 67fac2444b
53 changed files with 142 additions and 471 deletions

View File

@@ -3,6 +3,7 @@
:CREATED: [2026-05-11 Mon]
:ID: 4fa7eb38-6bc0-4809-9d8a-77290760ea79
:END:
#+title: The Two Brains
* The Two Brains
- [[file:the-probabilistic-deterministic-split.org][The Probabilistic-Deterministic Split]] — The architecture divides cognition into two fundamentally different reasoning sy

View File

@@ -1,16 +1,8 @@
---
title: Core Knowledge: The Four Pillars of Agentic Reliability
type: reference
tags: :passepartout:architecture:
---
* Core Knowledge: The Four Pillars of Agentic Reliability
:PROPERTIES:
:ID: dd9d7e5a-dd75-4762-8c31-f312de9c6585
:ID: design-four-pillars
:CREATED: [2026-05-07 Wed]
:WEIGHT: 40
:CREATED: [2026-06-04 Thu]
:END:
#+title: Core Knowledge: The Four Pillars of Agentic Reliability
#+filetags: :passepartout:architecture:
Every reliable AI agent must possess four types of Core Knowledge — not as prompt instructions, but as encoded symbolic rules that the neural engine cannot override. These are the "laws of physics" for the agent's computational universe. Passepartout encodes each pillar as deterministic Lisp functions in the Dispatcher gate stack.

View File

@@ -1,16 +1,8 @@
---
title: The Dispatcher as Learning System
type: reference
tags: :passepartout:architecture:
---
* The Dispatcher as Learning System
:PROPERTIES:
:ID: 76d92677-1eb0-4a3a-bee7-561874841e45
:ID: design-dispatcher-learning
:CREATED: [2026-05-07 Wed]
:WEIGHT: 40
:CREATED: [2026-06-04 Thu]
:END:
#+title: The Dispatcher as Learning System
#+filetags: :passepartout:architecture:
The Dispatcher begins as a static guard — a set of rules that block obviously dangerous actions. But defining "obviously" is the hard problem. The agent encounters situations the rules do not anticipate. The Dispatcher must grow.

View File

@@ -1,16 +1,8 @@
---
title: The Probabilistic-Deterministic Split
type: reference
tags: :passepartout:architecture:
---
* The Probabilistic-Deterministic Split
:PROPERTIES:
:ID: 1937ee88-945e-4014-b5a0-cb3c8dcf1689
:ID: design-probabilistic-deterministic
:CREATED: [2026-05-07 Wed]
:WEIGHT: 40
:CREATED: [2026-06-04 Thu]
:END:
#+title: The Probabilistic-Deterministic Split
#+filetags: :passepartout:architecture:
The architecture divides cognition into two fundamentally different reasoning systems. This is not arbitrary engineering but a structural response to a fundamental truth: probabilistic systems will hallucinate, and you cannot build reliable autonomy on an unreliable foundation.