GPT Podcast Summaries
GPT on Yedapo: 2 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

Fable 5, Sol 5.6 & Kimi K3 builds a Calorie Tracker app (Raw Results)
notJust․dev
Jul 31, 2026
A direct comparison of Fable 5, GPT 5.6 Soul, and Kimi A3 reveals significant performance disparities in mobile app development. While Fable excelled in design and overall functionality, Kimi offered the lowest cost, highlighting a critical tradeoff between quality and expense for AI-driven coding agents.
Key insight: Kimi A3, despite taking the longest and making more mistakes, was the cheapest model at $17.20, while Fable 5, the top performer, cost a whopping $82.30 for the same task.

Let's build GPT: from scratch, in code, spelled out.
Andrej Karpathy
Jan 17, 2023
Andrej Karpathy demonstrates how to build a character-level language model from scratch using the Transformer architecture. By stripping away production-grade complexity, he reveals the core mechanics of self-attention, residual connections, and layer normalization that power modern systems like ChatGPT.
Key insight: Self-attention is simply a communication mechanism where tokens in a sequence act as nodes in a directed graph, using dot products between 'queries' and 'keys' to determine how much information to aggregate from past tokens.