cd/sources/arpitbhayani-auto-discovered· home sources Arpitbhayani (auto-discovered)
cat /sources/arpitbhayani-auto-discovered.feed | wc -l → 4

Arpitbhayani (auto-discovered)

articles 4 domain arpitbhayani.me → feed RSS
05:18
2026-05-31
arpitbhayani.me
large-language-models

How LLMs Work

Large language models like ChatGPT, Gemini, and Claude operate as next-token prediction machines, generating text by repeatedly calculating probability distributions over their vocabulary for what tok…

00:00
2026-05-15
arpitbhayani.me
large-language-models

What Matters in Production RAG

Production RAG systems often fail after moving beyond demo stage due to underbuilt indexing, retrieval, and observability layers. The indexing pipeline ingests documents into chunks and vector embeddi…

00:00
2026-05-13
arpitbhayani.me
large-language-models

Structure of Every LLM Chat

Every interaction with a modern large language model is structured as a list of messages, each tagged with a role—system, user, or assistant—that shapes how the model responds and how context is manag…

00:00
2026-05-12
arpitbhayani.me
large-language-models

How LLMs Really Work

Large language models like ChatGPT, Gemini, and Claude operate as next-token prediction machines, taking a sequence of tokens as input and outputting a probability distribution over their vocabulary f…