I build infrastructure for long-running AI agents.
My focus is turning agents from isolated chat sessions into background workers that can be coordinated, observed, and taken over from anywhere.
ai-work-os is an open-source system for persistent human-agent collaboration. Agents keep working headlessly; terminal and mobile clients provide visibility and control when a human needs to step in.
Terminal / Android
|
v
nerve ---- process lifecycle
| ---- message routing
| ---- channels and program nodes
v
AI agents and tools
| Project | What it does | Stack |
|---|---|---|
| nerve | Runs agents, routes messages, manages channels, and connects tools | TypeScript, Node.js, SQLite |
| nerve-tui | Terminal client for agent sessions and multi-agent channels | Rust, Ratatui |
| nerve-app | Android control surface for agents running in the background | Kotlin, Jetpack Compose |
- Reliable lifecycle management for long-running agents
- Multi-agent coordination through explicit message routing
- Human takeover across terminal and mobile devices
- Practical AI coding workflows with skills, worktrees, and project context
Most of my current open-source work lives in the ai-work-os organization.
