All tags

Posts tagged llm

2 posts

Building AI Agents from Scratch

A deep dive into building autonomous AI agents — from simple tool-calling loops to multi-step reasoning chains.

Understanding LLM Inference Internals

Tracing the path from prompt to token — tokenization, embedding, attention, KV caching, and sampling explained.