Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.29 KB

File metadata and controls

41 lines (28 loc) · 1.29 KB

PanLL — EXPLAINME

A practical cognitive-relief layer

Reduce the amount of unnecessary thinking required to make progress.

— README.adoc

PanLL is a Human-Things Interface (HTI) built to lower cognitive overhead when operating a neurosymbolic machine. It implements TEA (The Elm Architecture) in ReScript with a Gossamer (Zig + WebKitGTK) backend. See README.adoc for the full rationale and architecture overview.

Caveat: PanLL is alpha (v0.1.0). The 95% completion badge refers to the core TEA wiring and panel registry, not production readiness.

Evidence

Path Proves

src/tea/

Custom TEA runtime (18 modules) — this is the architectural backbone, not a dependency

src/core/

Engine modules (AntiCrash, OrbitalSync, TypeLLEngine, etc.) that implement cognitive-relief features

src/panels/

Panel registry across Panel-L (Symbolic), Panel-N (Neural), Panel-W (World)

src/Update.res

Single state-transition kernel — all updates flow through one function, reducing decision points

src/Model.res

Composed state root — all application state in one place, no hidden globals

src-gossamer/

Gossamer backend (migrated from Tauri) — the native shell