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
Platforms & Practice 7 min

Five Doors Into Enterprise Agentic AI: Copilot Studio, Joule Studio, Azure AI Foundry, Databricks, and LangGraph

Every major enterprise vendor now sells a way to build AI agents, and they are not competing on the same axis. The real choice is not which product is best. It is how much control you are willing to trade for how much convenience.

agents enterprise langgraph copilot-studio
Inference & Serving 21 min

FlashAttention and the Memory Wall: Why Attention Was Never Compute-Bound

An A100 can execute 312 trillion half-precision operations per second but can only pull about 2 terabytes from memory in that same second. FlashAttention made attention fast not by computing less, but by refusing to touch memory.

flashattention gpu attention transformers ∑ ◫
Inference & Serving 21 min

Four Bits Per Weight: How Low-Precision Quantization Stopped Hurting LLMs

A 70B model in FP16 needs 140 GB of memory it spends most of its time waiting to read. Dropping each weight to four bits cuts that to 35 GB, and for years that cut also broke the model. Here is what changed.

quantization inference gptq awq ∑ ◫
Model Architecture 21 min

From 4K to a Million Tokens: How RoPE Scaling, YaRN, and Ring Attention Stretch the Context Window

A model trained on 4,096 tokens can be coaxed into reading a quarter-million without retraining from scratch. The trick is not bigger attention; it is lying to the model about position, and splitting the sequence across a ring of GPUs.

long-context rope yarn ring-attention ∑ ◫
Platforms & Practice 9 min

From Macros to Agency: A Short History of Automating Knowledge Work

The dream of automating office work is older than the personal computer. Tracing the line from VisiCalc through RPA to LLM agents reveals a recurring lesson: the tools that record steps break, and the tools that pursue goals are …

history automation rpa agents
Model Architecture 42 min

From Nano Banana to Vision Banana: How Google DeepMind Turned an Image Generator into a Generalist Vision System

Training a model to generate photorealistic images teaches it geometry, semantics, depth, and object relationships. Google DeepMind's Vision Banana proves that a lightweight instruction-tuning pass over an image generator can bea…

nano-banana vision-banana image-generation computer-vision ∑ ◫
Inference & Serving 24 min

Goodput, Not Throughput: The Metric That Decides Whether Your LLM Deployment Works

Two servers run the same model on the same GPUs. One reports 4,200 tokens per second and is unusable; the other reports 2,600 and feels instant. Throughput is a property of the server, latency is a property of the request, and th…

inference serving latency goodput ∑ ◫
Model Architecture 20 min

Half Mamba, Half Attention: Why Hybrid State-Space Models Took Over

Pure Mamba was supposed to replace attention. Instead the most efficient open models in 2025 are roughly seven-eighths Mamba and one-eighth attention. The reason is the KV cache, and what each layer can and cannot remember.

state-space-models mamba transformers long-context ∑ ◫
Training & Alignment 3 min

How Much Data Is Enough? The Chinchilla Correction

For years the field raced to build bigger models. Then a 2022 study showed most of those giants were undertrained, and quietly redrew the map of how to spend a compute budget.

scaling-laws training compute data
Agents & Orchestration 23 min

LangGraph: Stateful Agent Orchestration from First Principles

Most agent frameworks treat state as an afterthought, tacking memory onto a chain of LLM calls. LangGraph inverts the design: the graph is the state machine, every node transition is checkpointed, and cycles are first-class citiz…

langgraph agents orchestration state-machines ∑ ◫
Reasoning & Evaluation 23 min

Latent Reasoning: Teaching Language Models to Think Without Tokens

Chain-of-thought made models reason out loud, one word at a time. A new line of work lets them reason in the silent space between words, trading auditability for compute that does not have to be spelled out.

latent-reasoning chain-of-thought test-time-compute reasoning ∑ ◫
Model Architecture 25 min

Learned Weather Forecasting: What Neural Networks Replaced, and What They Did Not

A 36.7-million-parameter graph network produces a 10-day global forecast in under a minute and beats the world's best physics-based system on 90 percent of verification targets. It also cannot start without that system's data ass…

ai-for-science weather diffusion graph-neural-networks ∑ ◫
← Newer Page 2 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