August 14, 2026•declaude.org•●ai-safety●llm▲mlHow AI Text Watermarking Works: A Visual GuideAn intuitive visual guide to how statistical marks are embedded inside token sampling distributions without degrading generation quality. Explains red/green token partitioning based on pseudo-random keys. Shows what editing and paraphrasing transformations can erase the signal.
August 11, 2026•huggingface.co•●rag◆systems▲mlLattice: An 8 MB Static Retriever That Embeds Wikipedia in 7 MinutesAn ultra-compact static embedding model requiring only 8 MB RAM. Capable of indexing massive corpora on constrained edge hardware in minutes. Demonstrates extreme quantization and lexical-dense hybridization.
July 20, 2026•cameronrwolfe.substack.com•●ai-agents▲rl▲mlAgentic World ModelsExplores how generative environment simulators allow agents to simulate actions and consequences in latent space before committing real-world actions. Essential reading for model-based RL and forward simulation in software engineering agents.
July 8, 2026•cameronrwolfe.substack.com•▲rl▲fine-tuning▲mlContinual Learning with RL for LLMsCameron Wolfe’s analysis on applying reinforcement learning for ongoing post-training adaptation without catastrophic forgetting. Explores replay buffers, KL regularizers, and distribution shift mitigation.
July 8, 2026•jwlabs.vercel.app•●llm◆systems▲mlDecoding Speculative Decoding from First PrinciplesStep-by-step mathematical derivation and algorithmic mechanics of speculative decoding. Covers draft model generation, target verification trees, and modified rejection sampling proofs.
July 6, 2026•github.com•◆developer-tools▲ml◆systemsTinyRouter: A 10K-Parameter LLM Router Trained by EvolutionHarshal’s ultra-compact model router trained with sep-CMA-ES. Dynamically selects open-source models (DeepSeek, GLM, Kimi) based on query complexity and expected compute cost.
July 5, 2026•developer.nvidia.com•●ai-agents▲rl▲mlMastering Agentic Techniques: AI Agent Reinforcement LearningNVIDIA Technical Blog overview of training reasoning agents on multi-step environment trajectories. Covers reward shaping, credit assignment over long tool horizons, and trajectory curation.
June 25, 2026•lilianweng.github.io•▲ml▲research●llmScaling Laws, CarefullyLilian Weng’s thorough analysis comparing Chinchilla, Kaplan, and modern multi-modal scaling formulations. Highlights subtle fitting caveats, vocabulary size adjustments, and inference-time compute scaling frontiers.
June 15, 2026•joschu.net•▲research▲ml✦careerAn Opinionated Guide to ML ResearchJohn Schulman’s personal reflections on problem selection, experimental iteration speed, and developing technical taste in machine learning. Highly practical advice on research notebook discipline and avoiding premature optimization.
May 23, 2026•datologyai.com•●rag▲ml◆systemsLuxical: High-Speed Lexical-Dense Text EmbeddingsDatologyAI’s architecture marrying inverted index lexical matching speeds with neural dense semantic embeddings in a unified vector index.
May 21, 2026•arxiv.org•▲ml▲researchA Theory on Adam Instability in Large-Scale Machine LearningExplains why AdamW optimizer experiences sudden loss spikes when scaling model parameter counts. Proposes variance bounds and learning rate schedule remedies.
May 18, 2026•jax-ml.github.io•◆systems▲ml◆developer-toolsHow To Scale Your Model (The JAX Scaling Book)An exceptional open handbook on parallelizing transformers with JAX. Deep dive into tensor parallelism (TP), pipeline parallelism (PP), Fully Sharded Data Parallel (FSDP), and overlap communication.
May 13, 2026•arxiv.org•▲distillation▲ml▲researchA Survey of On-Policy Distillation for Large Language ModelsLiterature review outlining sequence-level distillation techniques across MiniLLM, GKD, and f-divergence generalizations. Analyzes teacher guidance strategies during autoregressive sampling.
May 10, 2026•nrehiew.github.io•▲distillation▲rl▲mlSFT, RL, and On-Policy Distillation Through a Distributional LensA unified mathematical formulation connecting supervised fine-tuning (forward KL), RLHF (reverse KL with reward shaping), and on-policy distillation. Clarifies why on-policy student generations prevent mode collapse and exposure bias.