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
EP 32 | CME295: Large Language Models (LLMs) 03.04.2026 24:56
What happens when you take the Transformer architecture and scale it up with massive amounts of compute and data? You get Large Language Models (LLMs). We wrap up Week 1 by connecting the base architecture to the modern AI tools you use every day. Key Topics: Scaling Up: How adding more parameters and training data fundamentally changes the capability of a Transformer. Pre-training vs. Fine-tuning...
EP 31 | CME295: Transformer Architecture 03.04.2026 21:04
Now that we know why Transformers work, it’s time to look under the hood. In this episode, we strip the architecture down to its studs, exploring the specific structural components that allow these models to understand complex language. Key Topics: Encoders and Decoders: The difference between "reading" the input data and "writing" the output prediction. Self-Attention & Mu...
EP 30 | CME295: Introduction to Transformers 03.04.2026 20:26
We are kicking off our brand new CME295 series by going back to the breakthrough that started the current AI era. If you want a clear, foundational understanding of what a Transformer actually is and why it replaced older AI models, this is your starting point. Key Topics: The Pre-Transformer Era: Why older sequence models (like RNNs and LSTMs) bottlenecked when trying to process long paragraphs o...
EP 29 | CS25 in 10 Minutes (The Full Recap) 26.03.2026 6:13
Short on time? We’ve distilled the entire Stanford CS25: Transformers United course into a single 10-minute video. This "Cram Session" covers the journey of the Transformer architecture from a text-processing breakthrough to the engine driving the future of biology, visual media, and reasoning. Watch or listen for the "Best Of" our course deep dives: The Architecture: How Atten...
EP 28 | CS25: Transformers for Video Generation 26.03.2026 21:33
Generating a single image is hard; generating a coherent video means mastering the dimension of time. In our CS25 finale, we break down how Transformers are being engineered to understand motion, physics, and object permanence to generate high-fidelity video content frame-by-frame. Key Topics: The Time Dimension: How "Temporal Attention" allows a model to track where an object is moving...
EP 27 | CS25: World Models for Medicine 26.03.2026 15:52
Can an AI learn the "physics" of the human body? In this episode, we dive into the concept of World Models in medicine. We explore how Transformers are moving beyond simply analyzing static medical records to actually simulating and predicting disease progression and treatment outcomes over time. Key Topics: Defining World Models: What it means for an AI to build an internal representati...
EP 26 | CS25: Transformers in Diffusion Models 20.03.2026 19:55
Transformers aren't just for text anymore. This episode unpacks the massive shift in visual AI: merging the power of Transformers with Diffusion models. We break down how the architecture behind text generation is now the engine driving state-of-the-art image and video creation. Key Topics: The Evolution of Visual AI: Moving away from traditional U-Nets and fully embracing Diffusion Transforme...
EP 25 | CS25: The Biology of LLMs 20.03.2026 16:36
What happens when you treat the building blocks of life as a language? In this episode, we explore how the exact same Transformer architecture used for ChatGPT is being applied to biology. DNA, RNA, and proteins are essentially biological sequences, and AI is learning to "read" them to revolutionize medicine and research. Key Topics: Nature's Language: How amino acids and DNA sequenc...
EP 24 | CS25: Artificial General Intelligence (AGI) 06.03.2026 14:16
We wrap up Week 1 by zooming out to the endgame of AI research: Artificial General Intelligence (AGI). What separates our current generative tools from true, human-level reasoning? We discuss the theoretical hurdles, scaling laws, and what the leap from "narrow AI" to AGI might actually look like. Key Topics: Defining AGI: What it means for a system to match or exceed human cognitive cap...
EP 23 | CS25: Reinforcement Learning (RL) 06.03.2026 15:42
Description: Having covered the base architecture, we now look at how these models learn to behave. This episode explores Reinforcement Learning (RL) within the context of modern foundation models, focusing on how AI transitions from simply predicting text to making optimized decisions. Key Topics: RL Fundamentals: Agents, environments, and reward functions. Beyond Next-Word Prediction: How models...
EP 22 | CS25: Overview of Transformers 06.03.2026 16:27
We are kicking off a brand new course with the architecture that changed everything: CS25. In this episode, we break down the fundamental mechanics of Transformers. If you've ever wondered how modern large language models actually process information, this is where it starts. Key Topics: The Attention Mechanism: How models learn to weigh the importance of different words in a sequence. Moving...
EP 21 | Duke ML for PMs in 10 Minutes (The Full Recap) 02.03.2026 10:32
Short on time? We’ve distilled the entire Duke University "Machine Learning Foundations for Product Managers" course into a single 10-minute recap. This is the ultimate PM "Cram Session" for bridging the gap between business strategy and data science. Watch or listen for the "Best Of" our course deep dives: The Core Vocabulary: Features, labels, and the 3 types of ML....
EP 20 | Duke ML for PMs: Tree Models & Ensembles 02.03.2026 14:50
What happens when your data doesn't fit neatly into a straight line? We move to Tree Models. This episode explores how algorithms can mimic human decision-making through a series of "If/Then" splits, and how combining them creates incredibly powerful predictive engines. Key Topics: Decision Trees: Understanding roots, nodes, and leaves to visualize exactly how a model reaches its con...
EP 19 | Duke ML for PMs: Linear Models 02.03.2026 18:24
Sometimes the best solution is the simplest one. In this episode, we unpack Linear Models—the most interpretable and transparent tools in a Product Manager's AI toolkit. We break down how the math works in plain English so you can explain your model's decisions to any stakeholder. Key Topics: Linear vs. Logistic Regression: The difference between predicting a continuous number (like price)...
EP 18 | Duke ML for PMs: Model Evaluation & Business Metrics 20.02.2026 19:28
A model can have 99% accuracy and still fail your users. In this episode, we tackle Model Evaluation from the Product Manager's perspective. We bridge the gap between technical model metrics (what engineers care about) and product/business metrics (what stakeholders care about). Key Topics: The Accuracy Trap: Why "Accuracy" is often a misleading metric, especially with imbalanced dat...
EP 17 | Duke ML for PMs: The Modeling Process 13.02.2026 15:36
Building a model is about more than just data—it’s about a repeatable process. This episode walks through the lifecycle of a machine learning project, focusing on the strategic decisions a Product Manager must navigate to ensure a model is production-ready. Key Topics: The 5-Step Process: From problem definition and data collection to model evaluation. Feature & Algorithm Selection: How PMs in...
EP 16 | Duke ML for PMs: Machine Learning Fundamentals 13.02.2026 19:03
We kick off a new course from Duke University designed specifically for those leading AI products. In this episode, we strip away the code and focus on the core vocabulary and intuition every Product Manager needs to collaborate effectively with data scientists. Key Topics: Defining ML for Business: What machine learning actually is and—more importantly—what it is not . The PM’s Vocabulary: Breaki...
EP 15 | CS21SI: AI for Social Good in 10 Minutes (The Full Recap) 06.02.2026 9:01
Short on time? We’ve distilled the entire Stanford CS21SI: AI for Social Good course into a single 10-minute video. This "Cram Session" covers the journey from ethical frameworks to technical execution across four major domains of social impact. Watch to see the "Best Of" our course deep dives: Education: The Minerva High School case study and the pitfalls of "Magic Box&qu...
EP 14 | CS21SI Finale: Reinforcement Learning & The Future of Conservation 06.02.2026 14:53
Description: We’ve reached the finish line for Stanford’s CS21SI! In our final episode, we move beyond passive observation and into the world of sequential decision-making. We explore how Reinforcement Learning (RL) allows AI to learn through trial and error—and why that’s a game-changer for protecting our planet's most endangered species. Key Topics: From Perception to Action: Why "Socia...
EP 13 | CS21SI: Computer Vision & Human Agency 06.02.2026 16:05
We’re exploring how machines "see" and how that vision can be used to restore human agency. In this installment of Stanford’s CS21SI, we move from the technical mechanics of Convolutional Neural Networks (CNNs) to life-changing applications in healthcare, accessibility, and conservation. Key Topics: The Social Model of Disability: Reframing disability not as a medical failure, but as a l...
Title: EP 12 | CS21SI: NLP, Transformers & Automated Disinformation 30.01.2026 18:00
Description: How does AI decide what is "true"? This week, we dive into Natural Language Processing (NLP) . We trace the evolution from RNNs to Transformers and discuss the massive threat Large Language Models (LLMs) pose to our information ecosystems and democracy. Key Topics: The Disinformation Threat: How GPT-class models can generate coherent, grammatical, and completely fictional &q...
Title: EP 11 | CS21SI: Deep Learning for social good 30.01.2026 16:16
We’re moving from basic ML into the technical engine of modern AI: Deep Learning . In this week of Stanford’s CS21SI, we explore how neural networks can model complex, non-linear realities—specifically applying them to the escalating global wildfire crisis. Key Topics: The Neural Analogy: Understanding neurons, forward/backward passes, and backpropagation through the lens of social impact. Wildfir...
EP 10 | CS21SI Week 1: ML Basics & The Ethics of AI 23.01.2026 16:29
We’re kicking off a brand new series! This week we dive into CS21SI , a course that bridges the gap between technical AI development and its real-world impact. We start at the beginning: how machines learn and the ethical guardrails we need to build alongside them. Key Topics: Intro to Machine Learning: A high-level look at how models learn from data patterns. AI Ethics: Moving beyond the code to...
CS124 in 7 minutes 20.01.2026 7:46
A quick and easy way to understand CS124 in a quick video byte. Generated by Google NotebookLM using my personal class notes.
CS221 in 7 minutes 20.01.2026 6:37
A quick video bite on CS221 and what the whole course is about - generated by Google NotebookLM from my class notes.
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.