Words of crazy,
from the workshop.
Our corner for thinking out loud. Half of what lands here is documentation, half is us working an idea in public, and some of it is a hunch that had no business working — until it did. We build in the open; this is where we say what we found. New entries as they happen.
We Gave the Robots a Babysitter
An autonomous agent with a terminal will happily run rm -rf if a poisoned web page tells it to. So before any of ours runs a command, a world model dry-runs it in an imagined world and flags DESTRUCTIVE before it happens. The predict-then-act gate that catches rm -rf, agentjacking, and exfil — and the honest reason “we keep it wrangled” is a mechanism, not a slogan.
Fara1.5, Wrangled — a Computer-Use Agent on Our Own GPU
Microsoft's open browser-driving model, running on one GPU in our rack. How the observe-think-act loop works, the two ways to hand it a browser, what it's honestly good at — and the guardrails that keep it wrangled.
Scrappy: a voice in 37 megabytes
We gave our AI a voice in one day — distilled a cloud narrator into a 9M-param CPU-only model, raced the GPUs, gated the data, and published it open with the trainer upstream doesn't ship.
The Retrieval Was Fine. The Agent Never Looked.
We built a four-tier memory system for our coding agents, then instrumented it to find what was still failing. It wasn't the retriever — every "forgotten" fact came back at rank 1. The failure was invocation, and what predicts it is how the task is framed. Includes the architecture, the numbers, the audit that caught us, and a build path you can point your own agent at.
Mage-Flow, First Light
Microsoft shipped a 4B image model that does generation and instruction editing under an MIT licence — the licence being the part that usually kills these for client work. We had it measured on our own GPU the same evening. It beat its own published speed at half the advertised memory, and it renders readable text on embroidery, blueprints and screenprints. Eighteen images, one seed, no retries — plus the attention-backend trap that cost us an hour, written down so it doesn't cost you one.
Mage-Flow — The Full Sample Set
Every frame we generated while evaluating Mage-Flow: embroidered patches, cyanotype blueprints, risograph prints, a neon-noir alley, stained glass, and a three-step edit chain. One seed, first output kept, nothing cherry-picked.
Giving an AI Eyes on Video
How we let an AI actually watch a video instead of guessing from the title — scene-aware frame extraction, deduplicated shots, transcript from captions or local speech-to-text. The how-to, and what it costs to run.
audhd — Divergent Ideation for Coding Agents
Open source. Spawns isolated parallel agents under distorted cognitive frames to fight premature convergence, then scores and clusters what comes back. A fork of UditAkhourii/adhd that names the systematizing-critic half. MIT.
watch — Give Claude the Ability to Watch Video
Open source. Scene-aware frame extraction plus local-first speech recognition, so an agent can actually answer questions about a video instead of guessing from the title. Cloud transcription is opt-in, not required.
SPECVOICE — Speculative Execution at the Dialog Layer
Borrowing a trick from CPU design and applying it to conversation: start computing the likely answer before the caller has finished asking. What speculative execution looks like when the pipeline is a voice agent rather than a processor.
Scrappy Tools — Teaching Small Models to Use CLI Tools
Small local models can drive real command-line tools if you teach them properly. What worked, what didn't, and why tool-use is the capability that makes a small model useful instead of merely fast.
Agentic Accounting
Bookkeeping by conversation instead of by form. Invoices, expenses, reports and purchase orders handled in plain English, wired straight into the accounting system you already run — with a human approving anything that writes.
- /watch v1.3.0 Rebuilt our video-understanding pipeline with scene-aware frame selection — one ffmpeg pass, no ML. It matched a trending 950★ open-source tool on frame quality while keeping the instant, timestamped, zero-cost transcripts it doesn't have. More in the essay →







