Pillar: A Personal AI Command System That Grows With You
A keyboard-driven writing and research tool, inspired by 40-year-old extensible systems like Emacs, that lets non-programmers build personal commands and workflows in plain English and carry them for decades.
Writers, journalists, lawyers, and researchers in their 30s-60s who want power-user control without learning to code
- Plain-English command creator: 'When I type /case, paste the selected paragraph and convert it into a case-law cite block'
- Personal knowledge graph that ingests your notes, drafts, and emails into one searchable brain
- Keyboard-first navigation with discoverable cheat-sheets (no Lisp, no regex)
- Portable lifetime profile that migrates with you across jobs and devices
A deep technical paper on Emacs internals trending on Hacker News proves continued appetite for extensible, long-lived personal tools, but most of those tools remain intimidating for non-engineers.
Niche but real: HN trend on Emacs internals plus multiple recent posts (itsfoss, mwolson.org, vivekhaldar) explicitly targeting writers/journalists wanting Emacs power; but power-user non-coder slice of that market is small.The GNU Emacs Architecture: Unlocking the Core [pdf] | Hacker News ↗In the Age of AI Writing Tools, I Picked Emacs for My Sci-Fi Novel ↗
Adjacent tools (Obsidian, Roam, Logseq) exist for writers but none offer Emacs-style extensibility in plain English; org-ai/gptel/minuet live inside Emacs and require Lisp, leaving a real gap for non-coders — though the non-coder power-user pool is narrow.GitHub - rksm/org-ai: Emacs as your personal AI assistant ↗Obsidian vs Roam Research (2026): Vault or Outliner? ↗
Roam ($15-41/mo) and Obsidian Sync ($4-50/mo) prove subscription willingness for personal knowledge tools, but they compete against heavily free or bundled offerings (NotebookLM, Otter, Grammarly, ChatGPT, Claude) which compress pricing power.Obsidian vs Roam Research Pricing (2026) ↗Best AI Tools for Journalists and News Writers in 2026 ↗
Emacs has compounded value across 40+ years; Obsidian Sync users pay multi-year for data portability, signaling durable demand for long-lived personal tool stacks this idea targets.In the Age of AI Writing Tools, I Picked Emacs for My Sci-Fi Novel ↗
Building a keyboard-driven, locally-stored, extensible engine with reliable plain-English-to-command translation is substantial work — LLM command compilation is non-deterministic, and durable data formats + plugin isolation are hard to get right.Emacs in the age of AI ↗