ScrappyLabs · Fleet Log

Thirty days
aboard.

A month read back from the fleet's own memory — not a plan, a record. What shipped, what broke and got written down, and what the machines learned to do while nobody was watching.

557memories held
218written / revised · 30d
29daily logs
70incidents journaled
230projects tracked
219standing rules learned

The month's arcs

// eight threads that ran in parallel
01 Voice · production

A law firm's phone answers itself

A law office's phone line went from a human operator to an AI receptionist — live, on its own box. The hard part wasn't talking; it was learning not to make things up.

operator → agent, livetrust gatefully-ours cascaderetainer signed
02 Voice · the collaborator

The line as a show

A duplex voice partner where Claude directs the call like a producer, hands work to a path-diverse roster of local agents, and can take a job, hang up, and report back.

BOH directorvb-brokerasync job-dropsuper-team fan-out
03 Memory · the substrate

A memory that heals itself

A 34-agent audit found 20 silent defects and fixed them all in a day. The index now regenerates itself, one search door fronts every tier, and the RAG went highly-available.

IRONLOOPfederated regionsRFC 10008 QUERYself-healing index
04 Models · local minds

A fleet of minds that never leave home

Diffusion LLMs quantized onto the Sparks at 2.3×, a mixture-of-experts served in production, and a world model that dry-runs a command to predict "destructive or safe" before it runs.

DFlash NVFP435B-A3B MoEAgentWorldAgents-A1 VLM
05 Media · the forge

Screenplays in, cartoons out

A one-command film compiler that voices, scores and animates a short — plus local text-to-image, a "design a voice then make it sing" pipeline, and a text adventure written and playtested by the fleet.

Film CompilerKrea-2 · Ideogram-4OmniVoice → HiggsGRUE
06 Clients · shipped

Work that pays the electric bill

An education academy shipped end-to-end, a client's accounts backend reviewed and governed, and a new agent-native system of record taken from empty repo to deployed MVP in a single day.

Academy · liveAccounts backendSystem of record → MVPHealth client
07 Ops · keeping the lights on

The unglamorous half

Fleet RPC locked down, breakage that phones you via TTS, a hard-reset node recovered with a clean btrfs scrub, GPUs throttled off a thermal cliff — and, yes, the LLC dug out and reinstated.

fleet-rpc authfleet-alertsecrets → passLLC reinstated
08 Research · the new thread

Teaching the phone to hear tone

CALLSENSE reads two signals off a call — the words and how they're said — and flags where they disagree. Proven on real human-labeled audio, not the rosy synthetic kind. Local-only, because the calls are private.

SER vs emotion2vecfusion prototypelocal-only PII

Marquee moments

// dated, in the order they happened
Jun 11
DiffusionGemma goes live
A diffusion LLM, NVFP4-quantized, served as a fast chat/RAG/OCR endpoint on the fleet.
Jun 16
DFlash into production — both Sparks
Speculative decoding wired in at 2.3×; the two GB10 boxes matched and tuned.
Jun 19
The fully-ours voice cascade works end-to-end
Our STT + our LLM + our TTS, on a telephony call, with local-first failover. An energy-VAD fix cracked it.
Jun 22
GRUE ships; a persona adapter trains live for $0
A text adventure built and playtested by a local model — and a fine-tune trained on the fleet at zero cloud cost.
Jun 23
"Everything" — the memory layer rebuilt
Cleanup alerts, consolidation, capture and scoring — the whole stack redesigned in one push.
Jun 25
A world model comes online
Qwen-AgentWorld on a Spark: dry-run a shell command, predict destructive vs safe, before it runs.
Jul 03
IRONLOOP — memory audited & hardened in a day
34 agents, 20 confirmed defects, all eight phases closed. Same session: the LLC recovered and reinstated.
Jul 05
An education academy ships end-to-end
Consumer + practitioner sites, admin, car-mode, partner sync — the entire punch list, done.
Jul 06
A system of record: empty repo → deployed MVP, same day
An agent-native, MCP-first system of record — plan, kernel, and live MVP inside one session.
Jul 07
Phone GO-LIVE + the Trust Gate
Operator flipped to agent on the live line, and a trust layer that refuses to invent a fact it didn't hear.
Jul 08
CALLSENSE fusion + a new HTTP verb on the fleet
Tone-and-intent fusion demoed end-to-end; RFC 10008 QUERY shipped to the RAG with a 791× cache win.

Lessons banked

// tribal knowledge, so it never bites twice
infra · trust
Check the infra before assuming it's missing. "We already have X" is usually true — go look first.
databases
Two timers writing one SQLite file is a design bug, not bad luck. Enumerate every writer before blaming the storage layer.
audio
Play the voice on the node the human is actually sitting at — not the one the session happens to run on.
gpu
A GPU service that isn't registered can't be evicted. Register with the switchboard or the concierge can't make room.
models
Prove speech models on real recorded audio. Synthetic TTS clips look rosy and lie about tone.