NTSB Pulls Docket After AI Recreates Dead Pilots' Voices from Spectrograms

The NTSB has temporarily suspended public access to its online docket system after internet users used AI tools to reconstruct cockpit voice recorder audio from spectrogram images released as part of an investigation. The incident involves the November 2025 crash of UPS Flight 2976, an MD-11F cargo aircraft that crashed shortly after takeoff in Louisville, Kentucky, killing three pilots and twelve people on the ground.
The NTSB publicly released a PDF containing a spectrogram—a visual representation of sound signals—showing the last 30 seconds of cockpit audio recording from the crash. Users on X and Reddit quickly reconstructed audio versions of the pilots' voices and other cockpit sounds using the spectrogram.
Technical Details
A key technique used is the Griffin-Lim algorithm, originally published in 1984 by Daniel Griffin and Jae Lim. Updated versions have been incorporated into speech processing algorithms and implemented via Python. Various Python implementations of the algorithm are available on GitHub. The widespread availability of AI models has made it easier to apply these methods.
One account on X reported taking just 10 minutes with OpenAI's Codex model to reconstruct rough audio from the spectrogram the NTSB initially shared. The user likely used Codex to write a Python script that applies the Griffin-Lim algorithm to the spectrogram image, producing an audio waveform.
Regulatory and Privacy Implications
Federal law enacted by Congress in 1990 prohibits the NTSB from publicly sharing any part of a cockpit voice or video recorder, aiming to protect the privacy of air crews. The law followed backlash after a TV station aired cockpit conversation from the 1988 crash of Delta Air Lines Flight 1141. The NTSB takes multiple precautions for securing cockpit voice recorders, including restricting listening access to a handful of people who must sign nondisclosure agreements, leave cellphones outside, and destroy handwritten notes afterward. Transcripts of cockpit audio are created manually through constant replays and group discussions.
The NTSB had released a written transcript of the cockpit audio from the UPS flight 2976 crash during a two-day investigative hearing on May 19 and May 20, alongside the spectrogram PDF. This combination allowed reconstruction.
Ben Berman, a former NTSB accident investigator and United Airlines 737 pilot, told Ars that the cockpit voice recorder law has been important for pilots to be willing to have their voices recorded. “People are horrified with the idea of their last moments being made public,” Berman said. The NTSB statement acknowledged that advances in image recognition and computational methods enabled reconstruction of audio from spectrograms.
What This Means for Developers
This incident demonstrates that any visual representation of audio data, such as a spectrogram, can be reverse-engineered into sound using accessible algorithms and AI code generation. Developers working with sensitive audio data should consider whether releasing spectrograms or similar visualizations could inadvertently leak the underlying audio. The combination of AI code-generation tools and classical signal-processing algorithms lowers the barrier to such reconstruction.
The NTSB is now reviewing its public materials to prevent further reconstruction. The docket remains “temporarily unavailable” as of May 21.
📖 Read the full source: HN LLM Tools
👀 See Also

Claude Cowork for Windows ARM64 Released with Compatibility Checker
Anthropic has released Claude Cowork for Windows ARM64 devices, requiring Windows 11 Pro with Hyper-V and virtualization enabled. The company provides an EXE compatibility checker tool to verify system requirements.

Super Micro Co-Founder Among Three Charged in AI Tech Export Case
Three individuals, including Super Micro Computer co-founder Charles Liang, have been charged by U.S. authorities with plotting to illegally export AI technology to China. The case involves alleged violations of export control laws.

AI Subscriptions Need a Reliable Meter: A Call for Service Transparency
A Reddit post argues that AI subscriptions should provide a basic service receipt showing what model was actually served, reasoning effort, context handling, and any load management, drawing parallels to weights-and-measures norms.

Anthropic's Natural Language Autoencoders Turn Claude's Activations into Readable English — Here's How
Anthropic releases Natural Language Autoencoders (NLAs) that convert Claude's internal activations into plain-text explanations, revealing model reasoning about rhymes, safety test awareness, and cheating detection.