Pick a topic.
Follow a company, product, person, idea, or question.
Podcast monitoring
Pick a company, person, or question. Stenobird finds the moments across shows, turns them into text, and keeps the source close.
Track topics Skim exact moments Open the source
Topic radar
Stenobird is moving toward a simple loop: choose what you care about, see where it came up, and jump straight to the words.
Follow a company, product, person, idea, or question.
Get the episodes and snippets where that topic actually came up.
Open the transcript, quote the line, and keep the audio nearby.
Example feed
Instead of replaying every episode, scan the trail: what was mentioned, who said it, and which source is worth opening.
Transcript preview
Start with the sample interview, or paste a direct audio URL. The preview shows the flow before you use a full transcript.
Bring your own link
Paste an audio link here, call the API, or install the skill for Codex, Claude Code, Pi, Hermes, OpenClaw. Full transcripts are available at $0.01 per completed audio minute.
curl -fsSL https://stenobird.com/skills/stenobird-transcribe/install.sh | sh
Example prompt
Codex: Use $stenobird-transcribe with this audio: https://www.dwarkesh.com/p/jensen-huang Claude Code / Hermes / OpenClaw: /stenobird-transcribe https://www.dwarkesh.com/p/jensen-huang Pi: /skill:stenobird-transcribe https://www.dwarkesh.com/p/jensen-huang
API
Send a URL once. Transcript events stream back while Stenobird processes the audio.
POST /v1/transcripts
Authorization: Bearer <api_key>
Content-Type: application/json
{
"audio_url": "https://example.com/audio-url"
}