Home / Hacker News Highlights
Daily overview of the Top 10 Hacker News posts. Post and comment summarization by AI.
Topics: Technology , Science
Transcribe the entire archive
566 episodes of Hacker News Highlights have transcripts. Fetch them all as speaker-labeled Markdown in one script — 1 credit each, and re-fetching one you already have is free:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1793208282/episodes \
| jq -r '.episodes[] | "\(.id) \(.title)"' \
| while IFS=' ' read -r id title; do
slug=$(echo "$title" | tr '[:upper:]' '[:lower:]' | tr -cs 'a-z0-9' '-' | sed 's/-*$//')
[ -f "${id}-${slug}.md" ] && continue
curl -sf -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id || rm -f "${id}-${slug}.md"
sleep 0.34
done
Already-saved files are skipped — safe to re-run after a top-up.
566 credits. Credits never expire. Excludes VAT, added at checkout for EU customers.
Example Transcripts
8.6.26 | Discovery Loop, Google DeepMind leadership changes, Cloudflare OS open platform August 6, 2026
8.5.26 | Simple skin tone algorithm, Mistral's Shieldstral moderation model, and a 1950 short story August 5, 2026
8.2.26 | Google impacts RSS adoption, Seedance 2.5 update, Diátaxis framework August 2, 2026
8.1.26 | Elevators, qm multiplayer agent harness for work, Tailscale didn't stop Hugging Face intrusion August 1, 2026
7.30.26 | Open-source engine running Gemma 4 26B on Mac, KOReader, Superlogical July 30, 2026
7.29.26 | Substack writers need a website, Codex Security, Kimi K3 Architecture Overview July 29, 2026
7.28.26 | Our position on open-weights models, Benchmarking Opus 5 on SlopCodeBench, Using an open model feels surprisingly good July 28, 2026
7.27.26 | Kill The Cookie Banner, US citizen charged after GrapheneOS phone wipes during airport search, PGSimCity How PostgreSQL Works July 27, 2026
7.26.26 | The new rules of context engineering for Claude 5 generation models, turning and facing the strange, JetZero July 26, 2026
7.25.26 | Claude Opus 5, Nvidia Microsoft Meta warn against overregulating open-weight models, India's first privately-developed rocket reaches orbit July 25, 2026
7.24.26 | Writing by hand boosts brain, Startup founders ask US to keep Chinese AI open, OpenAI's accidental attack against Hugging Face occurs July 24, 2026
7.23.26 | Terence Tao discusses Jacobian Conjecture counterexample, Bento creates HTML PowerPoint, John C Dvorak passes away July 23, 2026
7.22.26 | OpenAI and Hugging Face security incident, advertise in ChatGPT, Gemini 3.6 Flash 3.5 Flash-Lite and 3.5 Flash Cyber July 22, 2026
7.21.26 | China's open-weights AI strategy is winning, hacker wipes Romania's land registry database, who's afraid of Chinese models July 21, 2026
3.21.26 | OpenCode is an open source AI coding agent, Delve offers fake compliance as a service, and France's aircraft carrier was located in real time by Le Monde through a fitness app March 21, 2026
These are examples, not the full list — see everything available from this show via the API, get started .
Thousands of transcripts fetched by people building searchable podcast archives
Get any Hacker News Highlights episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: YOUR_KEY" \
https://spoken.md/transcripts/1000780225238
No subscription. Credits never expire. Prices exclude VAT, added at checkout for EU customers. Try free with pt_demo .