← Shelby — Field Output SHELBY/
Coordination · internal system

Relay & Locks

The nervous system: how parallel AI sessions talk to each other without overwriting each other's work.

Live No public endpoint Relay

The problem it solves

The moment more than one AI session runs at once — different models, different machines, same files — you inherit every concurrency problem in computing, with none of the usual guarantees. Two agents editing the same file five seconds apart quietly destroys work, and neither of them notices.

How it works

01
Announce
each session declares itself present
02
Claim
work items are claimed before they are started
03
Lock
shared files are locked before writing
04
Write
edit, save, release immediately
05
Message
sessions hand off to each other directly

Under the hood

Why it matters

Parallelism is where AI leverage actually comes from. Coordination is the tax you pay for it, and it is worth paying properly.

← Semantic Memory Self-Healing Layer →
Internal system — no public endpoint. Part of Shelby, the extended-mind infrastructure of Aragorn Meulendijks. Architecture overview: the one-page blueprint.