Influences
The projects and ideas that shaped Guildhall’s design.
The Jamie Pine Stack
Four projects from the same developer and team, all local-first, all sharing a design philosophy. Together they provide the runtime, UI, file infrastructure, and voice synthesis for Guildhall and Lugh.
Spacebot — The Runtime Layer
A Rust-based concurrent agent orchestration system. Replaces the monolithic single-session AI model with specialized processes: Channels for conversation, Branches for forked thinking, Workers for task execution, Cortex for system-level observation and memory consolidation.
Key contribution: the runtime itself. Spacebot is not an influence — it’s the engine. Guildhall forks Spacebot and adapts it for deliberative batch workflows. See Spacebot for full details.
License: FSL-1.1-ALv2 (source-available, converts to Apache 2.0 after two years). Self-hosted modification for personal use is fully permitted.
Source: https://github.com/spacedriveapp/spacebot
SpaceUI — The Design System
Shared UI component library for Spacedrive and Spacebot. TypeScript, MIT licensed. Provides the design tokens, components, and patterns already consistent with Spacebot’s web interface.
Key contribution: the foundation for The Directory’s department UI. Instead of building a frontend from scratch, fork SpaceUI and theme it with the Guildhall metaphor — front desk, six offices, boardroom. The components already work with Spacebot’s backend.
Source: https://github.com/spacedriveapp/spaceui
Spacedrive — File Infrastructure
An open-source cross-platform file explorer powered by a virtual distributed filesystem written in Rust. Indexes files across devices with content-addressed identity, semantic search, and local AI analysis. Peer-to-peer synchronization without central coordinators.
Key contributions: file indexing and semantic search across Blackthorn’s 24TB of storage, the Obsidian vault, and research material. For the Office of Records, Spacedrive provides structured access to source material without building custom search infrastructure. For The Akashic Records, Spacedrive’s P2P sync could provide the opt-in sharing mechanism — learner artifacts shared across instances without a central server.
License: AGPL-3.0. Copyleft triggers on network distribution — irrelevant for self-hosted personal use.
Source: https://github.com/spacedriveapp/spacedrive
Voicebox — Voice Synthesis
A local-first voice cloning studio — open-source alternative to ElevenLabs. Clone voices from a few seconds of audio, generate speech in 23 languages across 5 TTS engines (Qwen3-TTS, LuxTTS, Chatterbox Multilingual, Chatterbox Turbo, HumeAI TADA). Full REST API for integration. Multi-track timeline editor for composing multi-voice projects. Post-processing effects (pitch shift, reverb, compression).
Key contribution: Lugh’s Stage 4 (TTS rendering) solved completely. A Spacebot Worker calls Voicebox’s REST API, sends the episode script, gets audio back. The multi-track timeline editor supports the dual-narrator format from Episode Anatomy. All local, all private.
License: MIT.
Source: https://github.com/jamiepine/voicebox
Design Influences
Jake Van Clief — Folder as Workspace
The insight that folders and markdown files replace agent frameworks. Three-layer routing: a top-level map the AI always reads, workspace-level context files loaded per task, and skills/tools plugged in at specific points. No databases, no Python frameworks, no agent orchestration libraries. Just English in text files.
Key contribution: the configuration and knowledge layer is literally folders and markdown. The Obsidian vault is the design system; Spacebot is the runtime. Seat definitions, department structures, and institutional knowledge live in the vault. The runtime reads them.
Obsidian AI Orange Book (HuaShu) — Vault as AI Operating System
A guide to using Obsidian + Claude Code as a personal knowledge management system. Key insights: the CLAUDE.md routing table pattern (which the author independently evolved to 9 CLAUDE.md files across workspaces), the Karpathy Wiki pattern (raw → wiki → output information flow where AI compiles rather than retrieves), and six vault design principles (markdown only, consistent terminology, flat structure, summaries in frontmatter, five standard frontmatter fields, separate human input from AI output).
Key contribution: validation that the folder-as-workspace pattern is convergent (three independent practitioners arrived at the same architecture). The Karpathy Wiki pattern provides a concrete strategy for Guildhall’s memory layer. The vault design principles apply directly to both the Guildhall and Lugh vaults.
MemPalace — Navigable AI Memory
Wings, halls, rooms, tunnels, closets, drawers. A spatial metaphor for organizing AI memory so that retrieval is structurally guided rather than flat semantic search. The key innovation is that structure itself improves retrieval — wing + room filtering yields 34% better recall than searching everything.
Key contribution: the conceptual vocabulary for the building metaphor. Wings are workflows, rooms are seats/stages, halls connect related rooms, tunnels cross workflows. Spacebot’s typed memory graph now serves the implementation role that MemPalace’s architecture inspired. The specialist agent concept — agents maintaining their own diaries and building domain expertise — maps directly to Quorum seats accumulating pattern knowledge.
No Wrong Door (ACL/HHS) — Routing Philosophy
A U.S. government services design principle: regardless of who you are or which door you walk through, you get routed to the right service. 56 states and territories, 1,322 access points, all connected.
Key contribution: the routing philosophy embodied by the Secretary. Users don’t need to know whether their request is a Quorum job, a Lugh job, or a memory search. They text the Guildhall number and the Secretary routes them. The internal architecture is invisible unless they want to see it.
Conceptual Influences
Paperclip — Multi-Agent Company Orchestration
Open-source orchestration for teams of AI agents modeled as companies. Org charts, budgets, governance, goal alignment, audit logging.
Key contributions: the audit trail pattern (structured logging of each seat’s reasoning chain), goal ancestry (each seat receives the original prompt plus framing context, not just a narrow instruction).
What Guildhall doesn’t take: the always-on autonomous company model, the Node.js/Postgres stack, or the enterprise complexity.
OpenClaw — Personal AI Agent
The “hands” layer — an agent that actually does things on your computer. Files, shell, browser, email, APIs. Skills-based architecture with persistent memory.
Key contribution: a potential execution layer for when Guildhall needs to act on its conclusions rather than just report them. Not a core dependency.
De Bono’s Six Thinking Hats
The original framework that Quorum expands. Six cognitive roles: facts, emotions, caution, benefits, creativity, process. Quorum’s contribution is recognizing that the Black Hat (caution) collapses three distinct failure modes into one bucket — leading to the Office of Risk having three seats instead of one.
The Tenth Man Rule (World War Z)
Structurally mandated dissent. If everyone agrees, someone must argue the opposite — not because contrarianism is valuable, but because unanimity is a signal that the group may have missed something. The Tenth Man sits in the Boardroom and argues against whatever consensus the six offices reached.