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

Arpitbhayani (auto-discovered)

articles 8 domain arpitbhayani.me → feed RSS
00:00
2026-08-06
arpitbhayani.me
artificial-intelligence

What AI First Engineering Orgs Look Like

AI-first engineering organizations are shifting their processes because writing code is no longer the bottleneck, with verification, code review, and security consuming the time previously spent typin…

00:00
2026-07-31
arpitbhayani.me
ai-agents

Three Claude Skills I Think Every Org Should Have

Anthropic's Claude Skills, a set of agentic tools, should include three core capabilities for engineering organizations: create-service, deploy-service, and service-debugging, according to a post by a…

00:00
2026-07-14
arpitbhayani.me
large-language-models

G-Eval, Explained

G-Eval, a prompting framework from Microsoft researchers that uses a large language model as a reference-free evaluator of generated text, scores open-ended outputs in a way that aligns with human jud…

11:59
2026-06-03
arpitbhayani.me
artificial-intelligence

AI Workflows Need Topological Sort

AI workflows require topological sorting to ensure tasks execute in correct dependency order, as consumers cannot run before their producers finish. Directed acyclic graphs (DAGs) model these workflow…

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…