Why embeddings need their own database — ANN indexes like HNSW and IVF, hybrid search, reranking, quantization, and how to pick between pgvector, Pinecone, Qdrant, Weaviate and Milvus.
What actually happens between hitting enter and reading a reply — tokenization, prefill, causal attention, the KV cache, logits, and why the first token is always the slowest.
How an agentic RAG pipeline answers questions about a WhatsApp group chat written in English and romanized Gujarati — chunking, glossing, hybrid retrieval, and the choices behind each.
Resume Roaster & Rebuilder - A plain-English deep dive into the three ideas powering my resume agent — Agentic AI, LangGraph, and the Model Context Protocol — and why I chose each one.