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

All writing

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

All Model Architecture19 Training & Alignment22 Inference & Serving18 Agents & Orchestration11 Reasoning & Evaluation26 Safety, Security & Governance7 Platforms & Practice20
Reasoning & Evaluation 24 min

Hidden Technical Debt, a Decade On: What Continuous Delivery for ML Actually Fixed

In 2015 a Google paper catalogued the ways machine learning systems rot, and a decade of MLOps tooling set out to pay that debt down. It paid down the debt that lives in pipelines and artefacts, and left the debt that lives in ju…

ci-cd-for-ml mlops evaluation-mlops deployment ∑ ◫
Inference & Serving 25 min

How Many Tokens Is an Image? The Resolution Policy That Decides Your VLM Bill

The same 1024x1024 screenshot costs 576 visual tokens in one model and 2,880 in another, and the cheap one cannot read the text. The rule that turns pixels into tokens is the least examined hyperparameter in the multimodal stack,…

vision-multimodal vlm tokenisation inference ∑ ◫
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
Reasoning & Evaluation 24 min

Inside Gradient-Boosted Trees: The Engineering That Made XGBoost, LightGBM and CatBoost Win Tabular ML

XGBoost, LightGBM and CatBoost minimise the same objective with the same kind of tree. What separates them is bookkeeping: XGBoost turned two sums of derivatives into a split score, LightGBM made those sums cheap, and CatBoost ma…

trees-and-ensembles gradient-boosting xgboost tabular ∑ ◫
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 ∑ ◫
Training & Alignment 22 min

Language Modelling Is Compression: The Seventy-Year-Old Idea Underneath Every LLM

In 1951 Claude Shannon estimated the entropy of English by having people guess the next letter. In 2023 a 70-billion-parameter language model compressed a gigabyte of Wikipedia to 8.3% of its size, beating every compressor ever p…

information-theory compression entropy language-models ∑ ◫
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 ∑ ◫
Training & Alignment 24 min

Learning From the Log: Off-Policy Policy Learning, From IPS to Counterfactual Risk Minimisation

An unbiased estimate of every policy's value does not give you an unbiased choice of policy. The moment an optimiser searches over importance-weighted estimates, it goes looking for the estimator's noise, and the history of learn…

policy-learning-and-ope off-policy-evaluation counterfactual importance-sampling ∑ ◫
Platforms & Practice 25 min

Learning Without Labels: The Collapse Problem at the Heart of Self-Supervised Learning

Every joint-embedding method has the same trivial solution available to it: map every input to the same vector. The history of self-supervised learning is the history of preventing that, and the methods that look most different f…

self-supervised-learning contrastive-learning representation-learning embeddings ∑ ◫
Platforms & Practice 22 min

LoRA Is Not Cheap Full Fine-Tuning: What Low-Rank Adaptation Actually Changes

LoRA is usually explained as a budget approximation of full fine-tuning: same destination, less memory. Two lines of evidence say that framing is wrong. LoRA learns less, forgets less, and reaches a structurally different solutio…

peft lora qlora fine-tuning ∑ ◫
Platforms & Practice 23 min

Microsoft Azure AI Foundry: The Enterprise AI Development Platform

Microsoft has renamed its AI development platform three times in three years, from Azure AI Studio to Azure AI Foundry to Microsoft Foundry. Behind the branding churn is a genuinely ambitious consolidation: 1,900+ models, a manag…

azure ai-foundry enterprise-ai model-catalog ∑ ◫
← Newer Page 4 of 11 · 123 posts Older →
Browse by topic

Tags

evaluation31 inference22 agents19 statistics17 benchmarks15 llm14 transformers13 mlops9 rag9 scaling9 alignment8 architecture8 attention8 causal-inference7 context-engineering7 experimentation7 infrastructure7 kv-cache7 latency7 llm-systems7 long-context7 mcp7 measurement7 orchestration7 reasoning7 reliability7 retrieval7 embeddings6 production6 reinforcement-learning6 security6 tool-use6 uncertainty6 anthropic5 counterfactual5 diffusion-models5
The library

1015 concepts, 11,105 flashcards and 123 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 Architecture Practice RSS LinkedIn Buy me a coffee

Written and maintained by Praveen T N.

© 2026 Praveen T N