Jack Lakkapragada
AI Bites: The Academic Series
Welcome to AI Bites. This podcast features AI-generated deep dives into the world’s most prestigious computer science curricula. Based on personal study notes and publicly available course material from Stanford University (CS124, CS221, and more), these episodes use Google’s NotebookLM to transform dense academic topics into conversational summaries. Perfect for learning on the go, whether you're commuting or at the gym. Disclaimer: This is an independent, AI-generated study resource and is not officially affiliated with Stanford University.
Author
Jack Lakkapragada
Category
Podcast website
Latest episode
Jul 10, 2026
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
SHORT VIDEO | CS224N: Social Impacts of NLP 10.07.2026 1:30
A bite-sized, visual breakdown of CS224N Lecture 16! In this NotebookLM Video Short, we pull back the curtain on why models are mathematically forced to lie, and how AI is subtly homogenizing human thought. Key Topics: The Good-Turing Proof: A visual explanation of the missing mass math ($p_0$) that physically forces perfectly calibrated models to output plausible falsehoods. The Creativity Parado...
SHORT VIDEO | CS224N: Interpretability 10.07.2026 1:03
A bite-sized, visual breakdown of CS224N's guest lecture with Dr. Been Kim! In this NotebookLM Video Short, we look at the mathematical failure of our current interpretability tools and how researchers are extracting alien concepts from AI. Key Topics: The Saliency Illusion: A visual look at the True Positive vs. False Positive graph, proving why popular AI explanation tools (like SHAP) are no...
EP 54 | CS224N: Social and broader impacts of NLP 10.07.2026 21:17
We are stepping away from optimizer tricks to tackle the downstream social and cognitive impacts of language models. Featuring Professor Yejin Choi's lecture, we explore the mathematical inevitability of AI hallucinations, how AI is quietly homogenizing human creativity, and the Constitutional AI frameworks being built to keep these systems aligned. Key Topics: The Hallucination Math: Why scal...
EP 53 | CS224N: Model Interpretability & Editing 10.07.2026 15:33
How do we communicate with an AI that thinks in alien, superhuman concepts? In this episode, featuring insights from Google Brain’s Dr. Been Kim, we explore the massive gap between what we think machines know and what they actually know. We expose the fatal flaws in our current interpretability tools and look at how researchers are extracting brand-new strategies from AI to teach the World Chess C...
Video Short: Tokenization & Multilinguality 02.07.2026 1:43
A bite-sized, visual breakdown of CS224N Lecture 14! In this new NotebookLM Video Short, we pull back the curtain on the invisible preprocessing layer of modern AI: Tokenization. Key Topics: The "Strawberry" Problem: A visual look at why ChatGPT can't count letters or spell backwards due to opaque token chunks. The Multilingual Tax: A direct comparison showing how English-biased toke...
EP 52 | CS224N: Tokenization & Multilinguality 02.07.2026 51:48
Language models do not actually read text—they read tokens. In this episode, we explore the invisible preprocessing layer that Andrej Karpathy says is "at the heart of much weirdness of LLMs." We demystify the Tokenization problem, explain why your AI can't count letters, and discuss the massive socio-economic inequalities baked into modern AI pricing. Key Topics: The BPE Algorithm:...
EP 51 | CS224N: AI Reasoning (Part 2) 02.07.2026 31:02
Today, we are pushing the absolute limits of how Language Models generate text. We move beyond basic architecture to explore how engineers are making AI insanely fast, teaching models to recover from their own mistakes, expanding context windows so AI can read entire books, and proving that a small model can beat an industry giant just by "thinking" longer. Key Topics: Speculative Decodi...
EP 50 | CS224N: Reasoning Part 1 25.06.2026 51:25
How does a language model actually "think"? In this episode, we dive into the fascinating mechanics of AI reasoning. We move past basic text prediction to explore how modern models generate complex, multi-step logic, self-correct their own mistakes, and fundamentally change how we scale compute. Key Topics: Decoding the Text: Why generation isn't magic, it's an algorithm. We cont...
EP 49 | CS224N: Benchmarking and Evaluation 25.06.2026 16:08
We spend so much time building massive AI models, but how do we actually know if they are any good? In this episode, we tackle the multi-billion-dollar scientific bottleneck: evaluation. We explore why the science of measuring models is lagging far behind the engineering of building them, and why hitting 100% on a test doesn't mean what you think it means. Key Topics: The Benchmark SAGA: How t...
EP 48 | CS224N: RAG and Language Agents 19.06.2026 22:06
Up until now, we’ve looked at Language Models as isolated brains trapped in a box. In this episode, we cross the threshold into the absolute bleeding edge of AI: giving models a search engine to browse the web, memory to remember past conversations, and tools to execute code. We break down the inner workings of Retrieval-Augmented Generation (RAG) and the anatomy of truly autonomous Language Agent...
EP 47 | CS224N: Efficient Adaptation 19.06.2026 20:09
We know how to build and align massive foundational models, but what if you don't have a $100 million supercomputer? In this episode, we tackle the practical wall of modern AI: compute costs. We explore how researchers are circumventing astronomical expenses to adapt massive models efficiently, pushing the boundaries of what you can train on a single consumer GPU while making AI an environment...
EP 46 | CS224N: Post-training 11.06.2026 22:19
How do we turn a raw, chaotic text-predictor into a helpful, conversational AI assistant? In this episode, we dive into the massive pipeline of Post-training. We explore the transition from Instruction Fine-Tuning to complex Reinforcement Learning, and why teaching an AI to be "helpful" sometimes inadvertently teaches it to lie. Key Topics: The Alignment Problem: Why a raw foundational m...
EP 45 | CS224N: Pre-training 11.06.2026 22:24
If the Transformer architecture gave us the engine for modern AI, this episode is all about the fuel. We are diving into the single most consequential paradigm shift in modern NLP: Pre-training. We explore how we train these massive models, the distinct architectures we use, and the surprising emergent behaviors that happen when we scale them up. Key Topics: The Context Problem & Subwords: Why...
EP 44 | CS224N: Transformers 05.06.2026 24:26
Last week, we saw how RNNs struggled with the "Bottleneck Problem" and sequential processing. This week, we explore the architecture that solved it and changed natural language processing forever: the Transformer. We break down how dropping recurrence in favor of pure attention mechanisms allowed models to scale massively, process data in parallel, and understand context like never befor...
EP 43 | CS224N: Language Models and RNNs 29.05.2026 9:07
We are continuing our journey through Stanford's CS224N by exploring the absolute foundation of modern natural language processing. In this episode, we break down Language Models and Recurrent Neural Networks (RNNs), unpacking how the simple task of predicting the next word ultimately taught machines to learn facts, logic, and arithmetic. Key Topics: Language Modeling & n-grams: The core c...
EP 42 | CS224N: Backpropagation and Neural Networks 29.05.2026 23:07
We are looking under the hood of deep learning to understand the mathematical engine driving modern artificial intelligence: Backpropagation. In this episode, we break down how neural networks transition away from rigid linear boundaries to build complex, non-linear understandings of language. Key Topics: Evaluating Word Vectors: The core trade-offs between Intrinsic subtask testing (like word ana...
EP 41 | CS224N: Word Vectors 22.05.2026 20:01
How do you teach a computer the actual meaning of a word? In this episode, we dive into the fundamental building block of modern NLP: Word Vectors. We break down how algorithms map words into a dimensional space, allowing machines to mathematically understand context, similarity, and semantic relationships. Key Topics: Moving Past One-Hot Encodings: Why simply assigning a random 1 or 0 to a word f...
EP 40 | CS224N: History of NLP 22.05.2026 22:29
Welcome to a brand new series! We are diving into Stanford's CS224N. To understand where AI is today, we first need to understand how we got here. In this episode, we trace the evolution of Natural Language Processing from early rigid experiments to the deep learning revolution that powers modern language models. Key Topics: The Early Days: The struggles of symbolic, rule-based systems and man...
EP 39 | CME295 in 15 Minutes (The Full Recap) 22.04.2026 7:05
Short on time? We’ve distilled the entire Stanford CME295 course into a single, high-energy video recap. This "Cram Session" takes you on a complete journey from the absolute basics of natural language processing to the cutting edge of Large Language Models. Watch or listen for the "Best Of" our course deep dives: The Foundation: Moving past RNNs into the Self-Attention revolut...
EP 38 | CME295: Recap & Future Trends 15.04.2026 21:45
We have reached the end of Stanford's CME295! In this course finale, we zoom out to summarize the entire journey—from the underlying Transformer architecture to the massive engineering feat of training and tuning LLMs. Then, we look ahead to the absolute cutting edge of AI research. Key Topics: The Course Recap: A quick refresher on Architecture, Pre-training, Fine-tuning, and Agentic capabili...
EP 37 | CME295: LLM Evaluations 15.04.2026 21:03
If an AI can write a poem, code a website, and pass the bar exam, how do we actually measure its performance? This episode tackles the notoriously difficult science of LLM Evaluation. We look at why standard testing benchmarks are breaking down and how researchers are trying to keep up. Key Topics: The Benchmark Problem: Why traditional multiple-choice tests are saturating and failing to capture t...
EP 36 | CME295: Agentic LLMs 15.04.2026 20:38
What happens when an AI stops just answering questions and starts taking action? In this episode, we explore Agentic LLMs. We break down how language models are evolving from passive text-generators into autonomous agents capable of planning, using tools, and interacting with the digital world. Key Topics: Tool Use: How models learn to trigger external APIs, run code, or browse the web to gather i...
EP 35 | CME295: LLM Reasoning 10.04.2026 20:41
Can a language model actually think , or is it just a sophisticated autocomplete? In this episode, we dive into the fascinating—and highly debated—topic of LLM reasoning. We explore how to unlock complex problem-solving capabilities without changing the underlying model. Key Topics: In-Context Learning: How models can learn to do new tasks on the fly just from the examples provided in your prompt....
EP 34 | CME295: LLM Tuning 10.04.2026 22:06
A raw, pre-trained base model isn't very useful—it just wants to endlessly complete sentences. This episode covers the crucial second step: Tuning. We look at how developers take a chaotic text-generator and mold it into a helpful, safe, and conversational assistant. Key Topics: Supervised Fine-Tuning (SFT): Teaching the model how to follow specific instructions and format its answers correctl...
EP 33 | CME295: LLM Training 10.04.2026 22:06
Building a massive language model from scratch requires an astronomical amount of data and compute. In this episode, we explore the "pre-training" phase. We break down the sheer scale of the engineering required to teach a model the fundamental statistical rules of human language. Key Topics: The Data Diet: How trillions of words are scraped, cleaned, and curated to form the foundation o...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.