What I Learned About How LLMs Work โ A Developer's Summary
After watching Andrej Karpathy's Intro to LLMs, here's my plain-English breakdown of how Large Language Models are built, trained, and why they think the way they do.
9 years of building production apps with JavaScript, React, Python, Java, Spring Boot. Now exploring AI agents, LLMs, RAG, and LangChain. Learning in public.
After watching Andrej Karpathy's Intro to LLMs, here's my plain-English breakdown of how Large Language Models are built, trained, and why they think the way they do.
A developer's guide to LangChain โ the problem it solves, how it works, its real advantages, and the honest disadvantages nobody talks about.
I watched AI Jason's RAG from Scratch course so you don't have to wade through 2.5 hours. Here's the core of what RAG is, how it works, and why it matters โ explained the way I wish someone had explained it to me.
A Retrieval-Augmented Generation chatbot that answers Java interview questions from personal markdown notes. Built with Next.js 16, FastAPI, LangChain, Groq (Llama 3.1), HuggingFace Endpoint Embeddings, and Neon Postgres with pgvector. Frontend and Python backend co-deployed as a Vercel monorepo.