AgentAccelerated Talk to us

Case study

JARVIS v4 — the harness we run on ourselves.

Before we talk about a harness, we run one. JARVIS v4 is that system: domain-scoped agents, each with its own channel, session, and host — operated from one laptop through chat.

3Layers, one of them yours
10sChat to agent, worst case
1:1:1:1Agent, channel, session, host

The problem we were solving.

Agent number five is where spreadsheets stop working. Each new domain meant another SSH key, another chat channel, another set of credentials, and another place to look when something failed at 2 a.m.

We needed a control plane that stayed on hardware we owned, kept blast radius readable, and let a human approve work from a phone without opening a terminal.

Three layers.

One name, four things.

Every agent shares a single name across four resources: working directory, channel, tmux session, and SSH host alias. When one name misbehaves, you know exactly which session, which channel, and which key — without a lookup table.

That convention is the harness. The models are interchangeable; the boundaries are not.

Supervision and record.

What shipped.

JARVIS v4 is open source under MIT — docs, monitor, deploy tooling, and the agent template. We use it daily; the case study is the system we keep tightening.

github.com/sw7ft/jarvis-v4