Field Notes
The Blog
Essays and evidence from the Arcana line — governance theory, benchmark results, and what each release actually changes.
-
Voice Input in Arcana: Fully Local Speech-to-Text
How Arcana ships a complete voice-to-text pipeline that never leaves your machine: whisper.cpp for transcription, Ollama for cleanup, and zero cloud dependencies.
Read more -
Governed Autonomy: Proof Over Logs
Agents act. Someone must be able to answer for the acting. The case for governed autonomy, invariants over modes, delegation without escalation, and why evidence must outlive the session.
Read the manifesto -
Writing Your First Arcana Skill
Skills are reusable instruction sets that load on demand. Here is how to write one, from anatomy to distribution.
Read more -
Browser Automation in Arcana: MCP-Powered Chrome Control
How Arcana agents drive a real Chrome browser via the agent-browser MCP server: navigation, screenshots, form filling, and JavaScript execution.
Read more -
Subagents: How Arcana Delegates Work and Tracks Progress
The subagent system lets Arcana spawn child sessions with live progress, approval attribution, and self-healing resolution when things go wrong.
Read more -
Theming Arcana: 10 Built-In Themes and Custom Token Configuration
Arcana ships with 10 TUI themes and supports custom themes with ~75 tokens and automatic contrast floor enforcement.
Read more -
v0.4.0: Governance Overhaul, Voice Input, and a Scriptable CLI
The permission system is rebuilt around configurable policy, the TUI gains fully local speech-to-text, and every CLI command speaks JSON with deterministic exit codes. Full ledger inside.
Read the notes -
The Proxy API: Your Keys, Your Rules
Arcana proxies API requests through a local relay so you can use your own provider keys with the free tier and control exactly where requests go.
Read more -
Scriptable CLI: JSON Output and Deterministic Exit Codes
Every Arcana CLI command supports --json output and returns deterministic exit codes, making it safe to use in scripts, CI pipelines, and automation.
Read more -
Session Compaction: Keeping Long Conversations Alive
When conversations get long, Arcana automatically compacts context to stay within model limits without losing the important parts.
Read more -
File Edit Guard: Safety Rails for Automated Code Changes
Arcana's file-edit guard system adds confirmation prompts before file modifications, with visual diffs and rollback support.
Read more -
Arcana vs OpenCode vs Hermes: The Multi-Agent CLI Benchmark
Same model, same tasks, single attempt, cold start. Nine metrics across coding and domain suites, fastest on every task at 28.4s median, with full reproducibility via SHA256-locked fixtures.
See the results -
The Arcana Free Tier: What You Get and How Quotas Work
Arcana offers a genuine free tier with session management, quota tracking, and model discovery. Here is how it works under the hood.
Read more -
MCP and Tools: How Arcana Extends Its Capabilities
The Model Context Protocol lets Arcana agents use any tool that speaks MCP. Here is how built-in tools, MCP servers, and custom tools work together.
Read more -
Trust Boundaries: Arcana's Security Model Explained
Arcana draws explicit trust boundaries between the agent, the workspace, the network, and external services. Here is how they work and why they matter.
Read more -
Memory: How Arcana Remembers Across Sessions
Arcana's memory system persists context across sessions using local storage, letting agents pick up where you left off without re-explaining everything.
Read more -
Desktop Integration: The Governance Bridge Between TUI and GUI
Arcana's TUI delegates permission prompts to a desktop GUI when available, creating a governance bridge between terminal-native work and visual approval.
Read more -
Cron: Scheduled Automation With Arcana
Run Arcana agents on a schedule with the cron system: daily code reviews, weekly reports, or any recurring task that benefits from AI automation.
Read more -
The Signal Engine: Real-Time Classification of Agent Actions
Arcana's signal engine classifies every agent action in real-time, feeding risk scores into the permission firewall to decide what gets through.
Read more -
Plugins: Extending Arcana Beyond Tools and Skills
Plugins let you modify Arcana's behavior at a deeper level than skills: custom providers, UI modifications, and workflow hooks.
Read more