I build the quiet layer between agents and systems.

My work sits where AI agents meet Linux, automation, and the awkward edges of real software.

Systems / agents / tools — joined through small, inspectable interfaces.

CortexFS

Models, agents, tools, and sessions appear beneath /ctx. Runtime state becomes visible, scriptable, and governed by the operating system around it.

/ctx
modelsinference
agentsruntime
toolscapability
sessionsdurable state
agentrequestjudgmentresume

human-mcp

An agent can ask for judgment, wait without losing context, and continue once a person responds. Human input becomes part of the protocol—not a broken automation.

Infrastructure should disappear when it works.

Clear boundaries, small interfaces, and enough observability to recover when it doesn’t.

  1. 01Make the boundary explicit.

    Interfaces should reveal responsibility.

  2. 02Prefer primitives to platforms.

    Small pieces remain useful longer.

  3. 03Keep the system inspectable.

    State should be possible to understand.

  4. 04Ship what survives reality.

    The useful test begins after the demo.

The work stays open.

Found a rough edge? Open an issue. Found an idea? Start a conversation where the code lives.

Visit GitHub