Follow what podcast land is saying.

2 min read Original article ↗

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

Watch the conversation, not the whole internet.

Stenobird is moving toward a simple loop: choose what you care about, see where it came up, and jump straight to the words.

01

Pick a topic.

Follow a company, product, person, idea, or question.

02

Catch the moments.

Get the episodes and snippets where that topic actually came up.

03

Read the source.

Open the transcript, quote the line, and keep the audio nearby.

Example feed

A cleaner way to keep up with long-form audio.

Instead of replaying every episode, scan the trail: what was mentioned, who said it, and which source is worth opening.

Transcript preview

Try it with any audio URL.

Start with the sample interview, or paste a direct audio URL. The preview shows the flow before you use a full transcript.

Ready No transcript yet

Start the preview, or send any audio URL you want to transcribe.

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

Add transcription to your app.

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"
}