AI Principles

The science behind AI — transformer architectures, training dynamics, and evaluation methodology. MONA explains how AI actually works, with precision over hype.

Geometric visualization of power-law curves approaching asymptotic ceilings on a logarithmic grid
MONA explainer 11 min

Diminishing Returns, Data Exhaustion, and the Hard Technical Limits of Neural Scaling

Scaling laws predict how AI models improve with compute, but power-law exponents guarantee diminishing returns. Learn …

Human preference rankings flowing through a reward model to reshape large language model alignment
MONA explainer 10 min

What Is RLHF and How Human Preferences Train Large Language Models to Follow Instructions

RLHF uses human preferences and reward models to train language models to follow instructions. Learn the three-stage PPO …

Abstract diverging optimization paths visualizing reward signal failure during RLHF alignment training
MONA explainer 10 min

Reward Hacking, Mode Collapse, and the Unsolved Technical Limits of RLHF Alignment

Reward hacking, mode collapse, and KL divergence failure — the three unsolved technical limits of RLHF alignment and why …

Diagram showing the three-stage RLHF training pipeline with reward signal flows and KL divergence constraint loops
MONA explainer 10 min

From Reward Modeling to KL Penalties: Every Stage of the RLHF Training Pipeline Explained

RLHF aligns language models through human preferences in three stages. Learn how reward models, PPO, and KL penalties …

Neural network absorbing streams of raw text as layered language structure crystallizes from prediction patterns
MONA explainer 9 min

What Is Pre-Training and How LLMs Learn Language from Raw Text at Scale

Pre-training teaches LLMs to predict text, not understand it — yet prediction at scale produces something that resembles …

Abstract visualization of exponential compute curves flattening against a finite data boundary
MONA explainer 10 min

Scaling Walls, Data Exhaustion, and the Technical Limits of Pre-Training in 2026

Pre-training compute grows 4-5x yearly while data runs out. Learn the three scaling walls — cost, data exhaustion, and …

Data flowing through filtering and deduplication stages into a distributed training cluster producing model checkpoints
MONA explainer 10 min

From Data Curation to Checkpoints: The Building Blocks of a Modern Pre-Training Pipeline

Pre-training pipelines run from data curation to checkpointing. Learn how FineWeb, Dolma, and Megatron-Core build the …

Neural network weight connections fracturing as new training data overwrites prior knowledge during model adaptation
MONA explainer 10 min

Catastrophic Forgetting, Overfitting, and the Hard Technical Limits of LLM Fine-Tuning

Fine-tuning can destroy what your LLM already knows. Learn why catastrophic forgetting and overfitting define the hard …

Weight matrices with gradient arrows converging toward a specialized probability distribution for task-specific outputs
MONA explainer 10 min

What Is Fine-Tuning and How Gradient Updates Adapt Pre-Trained LLMs to Specific Tasks

Fine-tuning adapts pre-trained LLMs by updating weights on task-specific data. Learn how gradient descent reshapes model …

Weight matrices with highlighted low-rank decomposition pathways showing parameter-efficient adaptation of a large language
MONA explainer 10 min

LoRA vs. QLoRA vs. Full Fine-Tuning: Methods, Trade-Offs, and What You Need to Know First

LoRA, QLoRA, and full fine-tuning each change different parts of an LLM. Learn which method fits your GPU budget, data …

Geometric visualization of sentence vectors converging in embedding space through contrastive learning
MONA explainer 9 min

What Is Sentence Transformers and How Contrastive Learning Produces Sentence-Level Embeddings

Sentence Transformers turns transformers into sentence encoders via contrastive learning. Covers bi-encoders, loss …

Geometric visualization of sentence embedding vectors collapsing into a narrow cone in high-dimensional space
MONA explainer 11 min

From Cosine Similarity to Anisotropy: Prerequisites and Hard Limits of Sentence-Level Embeddings

Sentence Transformers encode meaning as geometry. Learn the prerequisites, token limits, and anisotropy traps that …

Geometric grid of per-token vectors with MaxSim scoring paths connecting query and document token matrices
MONA explainer 10 min

What Is Multi-Vector Retrieval and How Late Interaction Replaces Single-Embedding Search

Multi-vector retrieval stores per-token embeddings instead of one vector per document. Learn how ColBERT MaxSim scoring …

Comparison of single-vector and token-level multi-vector retrieval showing storage and latency cost explosion
MONA explainer 9 min

From Embeddings to Token-Level Matching: Prerequisites and Hard Limits of Multi-Vector Search

Multi-vector retrieval trades storage and latency for token-level precision. Learn the prerequisites, storage math, and …

Hierarchical graph layers connecting scattered data points across dimensional space for nearest-neighbor search
MONA explainer 10 min

What Is Vector Indexing and How HNSW, IVF, and Product Quantization Make Nearest-Neighbor Search Fast

Vector indexing replaces brute-force search with graph, partition, and compression strategies. Learn how HNSW, IVF, and …

Abstract visualization of expanding graph nodes consuming memory while search accuracy fractures at scale
MONA explainer 10 min

Memory Blowup, Recall Collapse, and the Hard Engineering Limits of Vector Indexing at Scale

HNSW memory grows linearly with connectivity while PQ recall collapses on high-dimensional embeddings. Learn where …

Geometric visualization of distance metrics converging into layered graph structures for nearest neighbor search
MONA explainer 10 min

From Distance Metrics to Graph Traversal: Prerequisites for Understanding Vector Index Internals

Distance metrics, high-dimensional geometry, exact vs approximate search — the prerequisites you need before HNSW and …

Geometric diagram showing a transformer splitting in half with the decoder side scaling upward through layered attention
MONA explainer 10 min

Why Decoder-Only Beat Encoder-Decoder: Scaling Laws, Data Efficiency, and the Simplicity Advantage

Decoder-only models won the scaling race by doing less. Learn how a simpler training objective, scaling laws, and MoE …

Diagram of raw text splitting into subword tokens through three parallel algorithmic pathways
MONA explainer 11 min

What Is Tokenizer Architecture and How BPE, WordPiece, and Unigram Encode Text for LLMs

Tokenizer architecture determines how LLMs read text. Learn how BPE, WordPiece, and Unigram split text into subword …

Geometric diagram showing input tokens compressed through an encoder into a fixed-length vector then expanded by a decoder
MONA explainer 11 min

What Is Encoder-Decoder Architecture and How Sequence-to-Sequence Models Process Language

Encoder-decoder models compress input sequences into vectors and generate outputs token by token. Learn how seq2seq …

Geometric illustration of a decoder-only transformer generating tokens sequentially through causal masked attention layers
MONA explainer 10 min

What Is Decoder-Only Architecture and How Autoregressive LLMs Generate Text Token by Token

Decoder-only architecture powers every major LLM today. Learn how causal masking, KV cache, and autoregressive …

Neural network projecting words into a geometric vector space with visible distance relationships between meaning clusters
MONA explainer 9 min

What Is an Embedding and How Neural Networks Encode Meaning into Vectors

Embeddings turn words into vector coordinates where distance equals meaning. Learn the geometry, training mechanics, and …

Geometric vector paths converging toward a nearest point in high-dimensional space
MONA explainer 10 min

What Are Similarity Search Algorithms and How Nearest Neighbor Methods Find Matching Vectors

Similarity search algorithms find matching vectors by measuring geometric distance, not keywords. Learn how HNSW, PQ, …

Abstract geometric visualization of attention weight matrices connecting token sequences through parallel pathways
MONA explainer 10 min

Self-Attention vs. Cross-Attention vs. Causal Masking: Attention Variants and Their Limits

Self-attention, cross-attention, and causal masking solve different problems inside transformers. Learn the math, …

Sequential chains breaking apart into parallel attention grids with quadratic scaling curves rising behind them
MONA explainer 10 min

Prerequisites for Understanding Transformers: From RNNs to Quadratic Scaling Limits

Understand why RNNs failed, how transformer self-attention trades parallelism for quadratic cost, and what these …

Geometric visualization of multi-head attention connecting tokens across transformer layers with positional encoding waves
MONA explainer 9 min

Multi-Head Attention, Positional Encoding, and the Encoder-Decoder Structure Explained

Multi-head attention, positional encoding, and encoder-decoder structure: the three mechanisms inside every transformer, …

Fractured subword fragments orbiting a merge tree with gaps revealing non-Latin script disparity
MONA explainer 10 min

Glitch Tokens, Fertility Gaps, and the Unsolved Technical Limits of Subword Tokenization

BPE tokenizers produce glitch tokens and penalize non-Latin scripts with fertility gaps. Learn where the math breaks — …

Geometric lattice of connected nodes transforming into layered proximity graphs above a high-dimensional vector grid
MONA explainer 10 min

From Distance Metrics to Index Structures: The Building Blocks of Vector Similarity Search

Similarity search combines distance metrics, index structures, and quantization. Learn how HNSW, IVF, LSH, and product …

Diagram showing encoder hidden states branching into attention-weighted paths reaching a decoder network
MONA explainer 10 min

From Context Vectors to Cross-Attention: How Encoder-Decoder Design Overcame the Bottleneck Problem

The encoder-decoder bottleneck crushed long sequences into one vector. Learn how attention replaced compression with …

Abstract visualization of vectors in high-dimensional space with measurement rulers overlaid on a geometric grid
MONA explainer 9 min

Dense vs. Sparse, Cosine vs. Dot Product, and the Technical Limits of Vector Representations

Dense vs. sparse embeddings encode meaning differently. Learn how cosine similarity, dot product, and Euclidean distance …