[1hr Talk] Intro to Large Language Models
Still the best one-hour mental model of what an LLM actually is before you build on one.
Watch on YouTube youtube.com →Your first AI feature is usually one API call: send the model your instructions plus the user's input, get text or structured JSON back, and wrap it in your existing UI. RAG simply means fetching your own data (docs, tickets, listings) and pasting the relevant bits into the prompt so the model answers from your facts instead of its memory. Ship a thin version in days with the OpenAI or Claude API and a toolkit like Vercel's AI SDK, then iterate on prompts before touching anything fancier.
A quick orientation. The real value is below: resources worth your time, from people who've actually done it.
Still the best one-hour mental model of what an LLM actually is before you build on one.
Watch on YouTube youtube.com →Karpathy's updated general-audience walkthrough covering training, hallucinations, and tool use.
Watch on YouTube youtube.com →Retrieval-augmented generation explained without jargon, the concept behind most useful first AI features.
Watch on YouTube youtube.com →A 90-minute end-to-end build you can follow along with, from empty repo to deployed chatbot.
Watch on YouTube youtube.com →Free, thorough, and taught by the engineer who wrote much of LangChain's RAG tooling.
Open freecodecamp.org →The follow-on course for when your prototype RAG needs to survive real users.
Open freecodecamp.org →The primary source for letting the model trigger your app's actions, the step from chatbot to feature.
Open developers.openai.com →Guaranteed-JSON responses ended a whole class of parsing bugs; read this before writing a parser.
Open openai.com →The most popular TypeScript toolkit for streaming AI features, with 25+ providers behind one API.
Open github.com →Free structured course covering prompting, extraction, streaming, and tool calls in real product code.
Open vercel.com →A production-ready open-source chatbot with auth and persistence; fork it instead of starting from zero.
Open github.com →Six practitioners condense a year of production LLM scar tissue into tactical advice.
Open oreilly.com →The whole LLM-product stack in one thread; a map of every decision you will eventually face.
Open x.com →The most-read O'Reilly book of 2025; the reference text once you outgrow tutorials.
Open oreilly.com →An India-based walkthrough from API key to working app, aimed at non-ML developers.
Open analyticsvidhya.com →The gentlest possible on-ramp if your team writes Python but has never called a model API.
Open machinelearningmastery.com →A CPO livebuilds a real feature with AI tools, showing how fast the idea-to-ship loop has become.
Open creatoreconomy.so →30-minute episodes where real builders demo exactly how they shipped AI features, demos included.
Listen on Apple Podcasts podcasts.apple.com →The default podcast of people who ship AI features for a living; subscribe and skim show notes.
Open latent.space →