Non-coder builds layered memory architecture: 20k tokens tracks a year of agent conversations

matteoianni · reddit · 2026-09-11

A developer with zero software background shares an open-source hierarchical memory architecture for long-running LLM sessions, now a Codex CLI plugin and standalone Briglia CLI assistant.

Core ideas

Layering

Constraint: all work must run on one continuous main thread (subagents may parallelize) so the message chronology stays coherent. Both projects are on GitHub (permaevidence/codex-plugins, permaevidence/briglia-cli).

Original post →

More from coding & agent

coding & agent channel →