Skip to content
∑ Praveen T N Learning Library
Overview Concepts Flashcards Writing AI Feed Graph
Portfolio ↗
Overview Concepts Flashcards Writing AI Feed Graph Search Back to portfolio ↗
Library/ Writing

All writing

63 long-form pieces on architecture, training, inference, agents and safety.

All Model Architecture13 Training & Alignment8 Inference & Serving11 Agents & Orchestration10 Reasoning & Evaluation7 Safety, Security & Governance3 Platforms & Practice11
Agents & Orchestration 20 min

Agent Memory Systems: Episodic, Semantic, and the Architecture of Remembering

An LLM agent with a million-token window still forgets what you told it last week. Memory is not a bigger context; it is a separate system that decides what to write down, how to summarize it, and what to pull back. Here is how t…

agents memory llm retrieval ∑ ◫
Agents & Orchestration 24 min

Agentic Reinforcement Learning: Training Models to Act, Not Just Answer

RLHF taught a model to answer one question well. Agentic RL asks a harder thing: take fifty actions in a live environment, most of them invisible in the final reward, and still learn which ones mattered. That single change, from …

agentic-ai reinforcement-learning rlvr tool-use ∑ ◫
Training & Alignment 21 min

Borrowed Intelligence: How Knowledge Distillation Builds Small Language Models That Punch Above Their Weight

A 2-billion-parameter model that trades blows with one ten times its size is not an accident of architecture. It is the product of a teacher pouring its full probability distribution into a student, token by token.

distillation small-language-models model-compression on-device-ai ∑ ◫
Inference & Serving 21 min

Cache-Augmented Generation: When Preloaded KV-Caches Replace Retrieval Pipelines

Retrieval-augmented generation fetches documents at query time, scores them, and hopes the retriever got it right. Cache-Augmented Generation sidesteps the entire pipeline by preloading knowledge into the model's KV-cache before …

kv-cache cache-augmented-generation transformer-inference rag-alternative ∑ ◫
Platforms & Practice 120 min

Claude Certified Architect - Foundations: The Complete Exam Preparation Guide

A comprehensive, interactive study guide covering every domain of the Claude Certified Architect - Foundations (CCAF) exam. Master agentic architecture, tool design, Claude Code configuration, prompt engineering, and context mana…

claude certification anthropic agent-sdk ∑ ◫
Training & Alignment 20 min

Constitutional AI and RLAIF: Scaling Oversight Without Scaling Labels

Human preference labels are the most expensive ingredient in a modern aligned model. Constitutional AI replaced most of them with a written document and a model judging itself, and the idea quietly took over the alignment stack.

alignment rlhf rlaif constitutional-ai ∑ ◫
Agents & Orchestration 24 min

Context Engineering for Long-Horizon Agents: Managing the Only Resource That Runs Out

An agent that can act for eight hours still thinks inside a window that holds a few hundred thousand tokens. The gap between those two numbers is where most agent failures now live, and closing it has become its own engineering d…

agentic-ai context-engineering long-horizon-agents compaction ∑ ◫
Model Architecture 23 min

Context Rot: Why Bigger Context Windows Don't Mean Better Retrieval

A million-token window promises perfect recall of everything you feed it. Controlled tests on 18 frontier models show recall degrading steadily, unevenly, and well before the window fills, a pattern researchers now call context rot.

llm long-context rag context-engineering ∑ ◫
Inference & Serving 21 min

Diffusion Language Models: Writing Text by Denoising, Not Predicting the Next Token

Autoregressive models write left to right, one token at a time. Diffusion language models reveal a whole sequence at once and sharpen it over a handful of steps. That single change rewrites the latency math, and in 2025 it stoppe…

diffusion-models llm parallel-decoding generative-ai ∑ ◫
Model Architecture 20 min

Do Transformers Need Three Projections? Rethinking Q, K, and V

Every attention head learns three weight matrices for query, key, and value. A 2026 study trained models up to 1.2B parameters to ask which of them are actually load-bearing, and found that keys and values can share one projectio…

transformers attention kv-cache inference ∑ ◫
Agents & Orchestration 24 min

Dynamic Workflows: When the Agent Writes Its Own Orchestration

A static agent pipeline is a diagram you draw before you know the task. A dynamic workflow is a program the agent writes once it sees the task, then runs deterministically. The difference reshapes how fan-out, verification, and c…

agents orchestration multi-agent llm ∑ ◫
Reasoning & Evaluation 25 min

Error Bars for Evals: Why Most Benchmark Differences Are Noise

A 250-question benchmark carries a standard error of about three percentage points. Most of the model comparisons published on top of such benchmarks cannot distinguish the models they are comparing. Evaluations are experiments, …

evaluation benchmarks statistics mlops ∑ ◫
Page 1 of 6 · 63 posts Older →
Browse by topic

Tags

inference17 agents16 transformers11 llm9 architecture7 evaluation7 long-context6 mcp6 orchestration6 reasoning6 scaling6 attention5 context-engineering5 kv-cache5 llm-systems5 tool-use5 anthropic4 benchmarks4 economics4 langgraph4 latency4 production4 rag4 reinforcement-learning4 rlhf4 test-time-compute4 agentic-ai3 alignment3 claude3 deepseek3 efficiency3 llm-training3 multi-agent3 retrieval3 training3 claude-code2
The library

446 concepts, 2,671 flashcards and 63 long-form pieces on AI, NLP, deep learning, LLMs and agentic systems. Free, no sign-up, no paywall.

Sections Concepts Flashcards Writing AI Feed Knowledge Graph
Elsewhere Portfolio RSS LinkedIn Buy me a coffee

Written and maintained by Praveen T N.

© 2026 Praveen T N