August 14, 2026•beej.us•◆systems◆software-engineeringBeej’s Guide to Network ProgrammingThe canonical, timeless reference for POSIX socket programming, IP routing, client/server architectures, and low-level networking in C. Essential fundamentals for distributed systems and custom network transports.
August 14, 2026•aramesh10.github.io•●llm◆systems◆developer-toolsStructured Decoding with XGrammarDeep dive into XGrammar’s grammar-guided constrained decoding algorithms. Efficiently pre-computes grammar masks across Context-Free Grammars (CFGs) and JSON schemas. Achieves near-zero latency penalty during token generation.
August 12, 2026•tensoreconomics.com•◆systems●llm◆software-engineeringLLM Inference Economics from First PrinciplesRigorous economic and hardware analysis of serving LLMs at scale. Models memory bandwidth limits vs compute-bound FLOPs across prefill and decode stages. Breaks down token cost structures and batching efficiency.
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.
August 3, 2026•fazamhd.com•◆systems◆software-engineeringNetworking and the Internet, from First PrinciplesClear mental models breaking down how packets traverse routers, switches, DNS lookups, TCP handshakes, and NAT tables. Great refresher for backend and distributed systems engineering.
July 15, 2026•luk-huang.github.io•▲rl◆systems▲researchIs Frontier Asynchronous RL Solved?Luke Huang on the challenges of asynchronous, distributed policy gradient methods at frontier model scale. Evaluates staleness penalties, off-policy correction heuristics, and gradient synchronization tradeoffs.
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.
June 26, 2026•arxiv.org•●ai-agents◆systems▲researchAre We Ready For An Agent-Native Memory System?Proposes treating LLM agent memory analogous to OS virtual memory systems (registers, cache lines, paging, and persistent swap). Evaluates hierarchical retrieval strategies for persistent long-horizon autonomy.
June 15, 2026•lmsys.org•●llm◆systems◆developer-toolsThe Next Generation of Speculative Decoding: DFlash and Spec V2LMSYS technical update introducing diffusion-assisted token drafting and advanced tree verification algorithms delivering >3x decoding acceleration.
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 18, 2026•vladfeinberg.com•✦career◆systemsHow to Land a Frontier Lab JobVlad Feinberg’s concrete roadmap for preparing for systems and infrastructure roles at OpenAI, Anthropic, and DeepMind. Focuses on CUDA profiling, distributed networking primitives, and hardware failure recovery.
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.