Home / The AI Hardware Show
Skyler Monroe breaks down the latest in AI hardware - from GPUs and TPUs to custom silicon and data center tech. Get the scoop on chips, accelerators, and the hardware powering the AI revolution, explained in plain English.
Topics: Technology , News , Tech News
Transcribe the entire archive
Fetch every episode as speaker-labeled Markdown in one script:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1875728079/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 -s -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id
sleep 0.34
done
Each episode costs 1 credit. Already-saved files are skipped — safe to re-run after a top-up.
Example Transcripts
Upper90 Lends $400 Million Against AI Inference Chips Instead of Nvidia GPUs - Startup Fortune July 19, 2026
Meta strikes AI chip deal with AMD days after committing to deploy millions of Nvidia GPUs - CNBC July 18, 2026
China's TPU path gains traction with low-cost AI inference challenging GPU economics - digitimes July 17, 2026
Nvidia vs Cerebras: which discounted AI chip stock offers better value right now - Crypto Briefing July 16, 2026
TSMC’s Record June Revenue Signals a New AI Chip Pricing Supercycle - semivision July 15, 2026
US gov't allows Chinese telecom giant ZTE to purchase Nvidia H200 AI chips — firm joins Alibaba, Tencent, and ByteDance in access to Hopper tech July 14, 2026
CEO Interview with Dr. Albert Liu of Kneron July 13, 2026
5 Under the Radar AI Chip Stocks Powering the Data Center Boom - 24/7 Wall St. July 12, 2026
Meta expands Nvidia deal to use millions of AI chips in data center build-out, including standalone CPUs - CNBC July 11, 2026
TSMC’s Photonic Ramp Could Be the Quiet Catalyst in AI Chips - 24/7 Wall St. July 10, 2026
Nvidia-Groq Deal Validates Non-GPU AI Chip Market for Low-Latency Inference - News and Statistics - IndexBox - Market Intelligence Platform March 11, 2026
Any episode from this podcast is available via the API — get started .
Get any The AI Hardware Show episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: pt_demo" \
https://spoken.md/transcripts/{episodeId}
No subscription. Credits never expire. Try free with pt_demo.