Naradan is a native Mac writing environment for essayists, built on one constraint: agent-orchestrated, not agent-authored. Agents research, fact-check, and map arguments — the writer owns every word, in a container that never shrinks the thought.
Naradan
Naradan is a native Mac writing environment for serious essayists (not currently in the GSV registry, tracked in the human-machine-interface domain). It is organized around one constraint that does the design work: agent-orchestrated, not agent-authored. AI in Naradan handles research, structure analysis, fact-checking, and argument mapping, but never generates prose, rewrites sentences, or touches the writer's voice -- the cursor belongs to the writer at all times. Its premise extends the media-ecology thesis found elsewhere in the portfolio (electronic media compresses cognition, and every container shapes what can be thought inside it) into a concrete design response: build a container engineered to make rigorous, evidence-driven nonfiction more achievable without ever writing any of it itself. Architecturally, the project directory is the API -- a piece is a plain directory of Markdown files with YAML frontmatter, versioned by git, legible to any external tool that can read files; there is no database in v1 and no proprietary format, following a stated discipline of "filesystem before databases, CodeMirror before ProseMirror," where each additional abstraction has to earn its place through demonstrated need rather than anticipated complexity. Agents are invoked through a Rust backend under a Tauri shell that spawns `claude -p` as child processes, assembles context from the relevant project files, streams sidebar answers back over Tauri IPC, and persists background research tasks through a status-tracked queue. Three product mechanisms carry this intent, the first being git auto-versioning that runs on a five-minute timer plus an on-close flush, so the writer never has to think about save state. In the portfolio, Naradan is grouped with the intercognition-jazz and media-ecology threads, placing it conceptually near Medium Setting and the Ong-descended cluster in its treatment of media as cognition-shaping infrastructure, while functioning as a tools/HMI project rather than a content channel. Status: in-flight as of April 2026; the architecture (Tauri/Rust shell, filesystem-as-API, git auto-versioning, `claude -p` subprocess orchestration) is specified in real implementation detail, but the provided material does not confirm build or demo state -- that has not been independently inspected.