LL — LifeLabLog (Session Logs)#

LifeLabLogs (LLogs) are append-only audit trails. Each log records a session’s prompts, responses, findings, and decisions as immutable evidence. Earlier entries are never edited — corrections are appended.

Logs are organized by the tool or context that produced them:

  • promy/ — PROMY compiler sessions (purifying reasoning flaws)

  • teles/ — TELES compiler sessions (terminally eliminating log errors)

  • forge/ — FORGE compiler sessions (developing new models)

  • other/ — all sessions not tied to a specific compiler tool

Handling unknowns (structuring rule)

ALL non-typed HELL-related session logs go into other/ with the next available number. If later a pattern emerges and a dedicated tool is created (like PROMY, TELES, FORGE), new logs for that tool get their own subdirectory. The original other/ entries stay where they are — they become the historical record of the day of small beginnings. No moves required.

Naming convention

Each log file follows: <tool>_ll_<date>_<descriptive-slug>.rst

Example: promy_ll_2026m03d29_e7he-pipeline-test.rst

The lettered-numbering directory (b/11/) is the stable short reference. The long filename is the human-readable description.