01
Creator & Maintainer
Open Source / Local AI Runtime
Nia
- Problem
- Operations workflows often spend tokens on steps that should be deterministic and auditable.
- Built
- A local-first runtime where workers execute deterministic actions and invoke an LLM only behind explicit judgment gates.
- Evidence
- Ships with inspect and dry-run paths so workflows can be audited before touching live systems.
$ nia dry-run worker morning-ops
sweep-email / deterministic / ok
classify / judgment / skipped
render-brief / deterministic / ok
run complete / 0 tokens spent

