Blackbox
WORK · MEETING INTELLIGENCE

Blackbox

Meeting audio → minutes → draft requirements, every line traceable to the recording.

Blackbox turns a recorded meeting into structured minutes and — for any change that was actually discussed — a draft requirement with acceptance criteria, every line traceable to a timestamp in the recording. I built it for the way a lot of teams actually work: the requirement starts life in a call, and someone has to turn it into a tracked work item afterward.

It runs where the recording lives; nothing is filed anywhere automatically. The output is a clipboard block a reviewer reads before it becomes a work item.


The Problem

A lot of requirements start life in a meeting — a call where a change gets talked through, half-decided, and left with loose ends. Turning that into a clean work item afterward is slow, and doing it from memory loses the details that matter.

The obvious fix — “feed the transcript to an LLM and ask for requirements” — has a trap in it. Ask a model for acceptance criteria and it will produce acceptance criteria, whether or not the meeting supplied them. A confident, well-formatted, invented requirement is worse than no tool at all, because it reads like work product. That failure mode is the whole design problem.

The Principle

Blackbox is a drafting assistant with citations, not an automation. Two rules fall out of that:

Nothing runs through the model until the speakers have real names, and nothing is trusted without review.

What I Built

The Review screen — drafted requirements on the left, the transcript and audio on the right. Click a citation and it seeks the audio and highlights the passage. The Review screen. Each criterion cites an audio span; clicking it seeks the player and lights the transcript. Unresolved questions get their own block — they’re the point, not a footnote.

A single pipeline, each stage honest about where it is:

Three refinements came out of real, messy meetings:

Under the Hood

The inbox — one row per recording, each honest about exactly where it is in the pipeline. The inbox. Passive states show a real number (“22:10 of 45:40”); the naming gate is the one row that asks something of you, and it’s the one that looks it.

Stack

It runs wherever the meeting audio lives — a laptop or a locked-down box — because processing recordings shouldn’t mean shipping them off to a service. Honest limits are the feature: it drafts less than a naïve tool would, and everything it drafts can be read straight against the tape.

// WANT THIS FOR YOUR TEAM?
Interested in something like Blackbox?

This one is built and running. If your team turns meetings — or messages, or documents — into work, and you'd want a version of it, tell me what you're trying to do. It goes straight to my inbox: no CRM, no middleman.