AgentAccelerated Talk to us

Workflows

Harness, execution, and what comes next.

A running log of how we think about operable agents — not prompt tricks, but the stack around the model.

Future workflows: routines without cron

Background jobs in tmux pane 2 that die with the session — and post results back to channel.

Workflows · 5 min read

The execution loop: dispatch, work, reply

How JARVIS keeps chat, agent pane, and host aligned for every run.

Execution · 8 min read

context.md as the agent contract

Why scope rules live beside the stack, not inside the system prompt.

Harness · 6 min read

Case study: JARVIS v4 in production

The harness we run on ourselves — open source under MIT.

Case study