Reduce the amount of unnecessary thinking required to make progress.
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.
| Path | Proves |
|---|---|
|
Custom TEA runtime (18 modules) — this is the architectural backbone, not a dependency |
|
Engine modules (AntiCrash, OrbitalSync, TypeLLEngine, etc.) that implement cognitive-relief features |
|
Panel registry across Panel-L (Symbolic), Panel-N (Neural), Panel-W (World) |
|
Single state-transition kernel — all updates flow through one function, reducing decision points |
|
Composed state root — all application state in one place, no hidden globals |
|
Gossamer backend (migrated from Tauri) — the native shell |