Signal Room runs a four-stage video evidence pipeline: discover leads from YouTube, pull captions, extract contradictions with an LLM, and curate the strongest signals in a review queue. All of it stays off the open web.
The orchestrator generates search batches from your brief using an LLM and dispatches them to YouTube.
For each discovered video the pipeline fetches the auto-generated caption track using InnerTube, YouTube's internal request layer.
Each caption batch is sent through a structured LLM prompt that extracts claims, stances, and contradiction pairs.
The intelligence layer operates above per-video analysis, aggregating extracted claims by named entity across the entire campaign corpus.
The saturation tracker maintains a complete, per-query history of everything the system has ever dispatched.
The review queue presents one evidence item at a time: video, captions, and extracted contradiction signals together.
This workspace is private. If you have credentials, authenticate to open the pipeline console.