Left behind, on purpose

Artifacts

An artifact is what remains after the thinking stops — a question worth sitting with, reduced to the few numbers that made it unavoidable.

Prompt Injection and LLM Security

A deep technical report on the attack surface of LLM applications, direct and indirect injections, real-world vulnerabilities, and architectural defenses.

Sep 2026

The KV Cache Bottleneck

How PagedAttention eliminated 80% memory waste and unlocked continuous batching to multiply LLM inference throughput.

Aug 2026

Speculative Decoding

How drafting architectures overcome memory bandwidth bottlenecks to accelerate LLM inference, shifting from autoregression to parallel tree generation.

Aug 2026

KV Cache and the Memory Bottleneck

How PagedAttention, continuous batching, and prefix caching solved the 60 percent memory fragmentation problem in LLM inference.

kv-cacheinferencetechnical-report
Aug 2026

Inference-Time Scaling

How scaling test-time compute through search and reward models trades latency for frontier reasoning, ending the pre-training monopoly.

inferencereasoningmcts
Aug 2026

Breaking the Autoregressive Bottleneck

How speculative decoding, Medusa, EAGLE, and Multi-Token Prediction (MTP) bypass the memory bandwidth wall to accelerate LLM inference.

inferencespeculative-decodinghardware
Aug 2026

Solving the Memory Wall of LLM Inference

How continuous batching and PagedAttention solved the memory fragmentation wall and unlocked 24x higher throughput for LLM serving.

inferencevllmhardware
Aug 2026

The KV Cache Bottleneck

How PagedAttention eliminated the 80% memory waste of LLM serving, allowing engines like vLLM to achieve 4x higher throughput via continuous batching.

inferencemctstest-time-compute
Aug 2026

Speculative Decoding: Breaking the Memory Wall

How draft models, multiple heads, and multi-token prediction bypass the memory bandwidth bottleneck of autoregressive inference.

inferencespeculative-decodingtechnical-report
Aug 2026

Model Pruning: The Math of Sparsity

Structured vs unstructured sparsity, Wanda, SparseGPT, and the economics of zeroing out LLM weights to reclaim inference compute.

inferencemctstest-time-compute
Aug 2026

Inference-Time Scaling

How test-time compute is replacing pretraining parameters to unlock the next frontier of LLM reasoning.

inferencetest-time-computereasoning
Aug 2026

Adaptive Computation and Mixture-of-Depths

How LLMs learn to route tokens dynamically, bypassing layers to save compute and breaking the paradigm of static inference FLOPs.

mixture-of-depthsadaptive-computeinference
Aug 2026

The Parallelism Matrix

How ZeRO, Megatron-LM, GPipe, and Sequence Parallelism combined to break the memory wall and enable trillion-parameter distributed training.

distributed-trainingparallelisminfrastructure
Aug 2026

State Space Models and Mamba

How selective state spaces and hardware-aware parallel scans break the quadratic attention bottleneck, enabling infinite context windows.

mixture-of-depthsadaptive-computeinference
Aug 2026

Speculative Decoding and Multi-Token Prediction

How feature-level drafting, Medusa heads, and EAGLE-2 break the memory-bandwidth bottleneck of autoregressive LLM inference.

inferencespeculative-decodingmulti-token-prediction
Aug 2026

PagedAttention and KV Cache Economics

How static allocation wasted 80% of GPU memory during LLM inference, and how PagedAttention solved it by managing the KV cache like an operating system.

inferencememory-managementtechnical-report
Aug 2026

The Edge Inference Stack

An analysis of MLX, llama.cpp, and Ollama, and the renaissance of local LLM inference on consumer hardware.

edge-inferencelocal-llm
Aug 2026

Tokenizer Wars

BPE, WordPiece, SentencePiece, Unigram and Tiktoken — how the subword layer shapes compression, multilingual reach and model cost. Aug 2026.

tokenizationmultilingualtechnical-report
Aug 2026

The Flash Attention Revolution

How tiling attention onto GPU SRAM cut memory from quadratic to linear and made long context practical. FA1 to FA3, with real speedups.

attentiongpu-kernelstechnical-report
Aug 2026

The LoRA Family

How low-rank adaptation shrank fine-tuning from retraining 175B parameters to a few million — and the variants that pushed it further.

peftfine-tuningtechnical-report
Aug 2026

Speculative Decoding

How draft models guess tokens and target models verify them, cutting LLM decode latency by 2-3x without changing outputs.

inferencedecodingtechnical-report
Aug 2026

The Inference Cost Curve

How the price of a token fell 600x in three years — GPT-4 to GPT-5-nano, open-weights serving, and the techniques that bent the curve. Aug 2026.

inferenceeconomicstechnical-report
Aug 2026

The Open-Weights vs Closed-Source Gap

How far open-weights models trail the closed frontier, and how fast that gap is closing — benchmarks, economics, and licenses. Aug 2026.

llmopen-sourcebenchmarks
Aug 2026

Prompt Engineering in 2026

What still works in prompt engineering — and what the 1M-token context window and better models made obsolete.

promptingllmagents
Aug 2026

Sovereign AI

Why nations are building their own AI: national LLM programs, government compute, and the open-weights models that make sovereignty possible. Aug 2026.

policyllminfrastructure
Aug 2026

Hallucination Measurement

How we measure when an LLM fabricates: the benchmarks, the methods, the rates by model, and why the problem resists measurement.

hallucinationbenchmarksevaluation
Aug 2026

The Benchmark Contamination Problem

How training on test data inflates LLM benchmark scores, and the human-filtered, continuously-refreshed benchmarks built to resist it.

benchmarkscontaminationevaluation
Aug 2026

Multimodal Fusion Architectures

How LLMs learn to see, hear and read at once — from CLIP's contrastive pairs to LLaVA's adapters to Gemini's native multimodal context.

multimodalarchitecturellm
Aug 2026

RAG vs Long Context

The cost and quality tradeoff between retrieval-augmented generation and stuffing everything into one long context window.

raglong-contexttechnical-report
Aug 2026

The Alignment Tax

How RLHF, DPO and GRPO align models — and what that alignment quietly costs in capability.

alignmentrlhftechnical-report
Aug 2026

The Agent Framework Landscape

LangChain, CrewAI, AutoGen, LangGraph and the shift to direct model-plus-tool agents — which abstraction actually earns its complexity.

agentsframeworksmcp
Aug 2026

The GPU Supply Chain

From A100 to Rubin: the NVIDIA roadmap, the memory-bandwidth bottleneck, and the supply chain that decides who gets to train frontier AI.

gpuhardwaresupply-chain
Aug 2026

Attention Variants

MHA, GQA, MQA and MLA compared on KV cache size, quality and throughput — how attention shrank from 3.8 MB to 67 KB per token.

attentionkv-cachetechnical-report
Aug 2026

The Distillation Toolkit

Knowledge distillation for LLMs: from Hinton's logits to DeepSeek-R1's 800K-sample reasoning transfer, and the compression ratios that hold up.

distillationllmcompression
Aug 2026

The MoE Routing Problem

Load balancing, expert collapse, and the routing strategies that decide which experts a token wakes up. From Switch to DeepSeek's aux-loss-free bias.

moeroutingtechnical-report
Aug 2026

The Scaling Laws Debate

Chinchilla said ~20 tokens per parameter. Modern models train on 100 to 800 times more. The debate over overtraining, and where it ends.

scalingtrainingllm
Aug 2026

MCP: The Universal Tool Protocol

Anthropic open-sourced a USB-C port for AI agents. Eight months later, the ecosystem has hundreds of servers and every major IDE. Aug 2026.

mcpagenticprotocol
Aug 2026

SWE-bench and the Coding Arms Race

AI coding benchmarks went from 2% to 80% in under two years, but passing tests and writing production code are not the same thing.

swe-benchcoding-agentsbenchmarks
Aug 2026

The Energy Economics of Inference

Measured joules per token, training megawatt-hours, and carbon grams per query — the energy cost of AI inference and training, mapped from silicon to grid.

energyinferencecarbon
Aug 2026

The Inference Engine Wars

Six open-source LLM inference engines compared on throughput, hardware coverage, and the innovations that reshaped serving.

inferencellm-servingcomparison
Aug 2026

The Quantization Spectrum

From FP16 to 1.58-bit ternary weights: the format landscape, quality cliffs, and VRAM economics of every LLM quantization method in 2026.

quantizationllm-efficiencytechnical-report
Aug 2026

The Sub-8B Renaissance

Small LLMs that beat frontier models: distillation, textbook-quality data, and the end of bigger-is-always-better. Aug 2026.

small-modelsdistillationedge-deployment
Aug 2026

The Context Window War

From 4K tokens to 10M: the positional encoding tricks, KV cache economics, and the gap between advertised and usable context. Aug 2026.

context-lengthpositional-encodingtechnical-report
Aug 2026

The Terabyte Frontier

Frontier open-weights MoE models — from 109B Scout to 2.8T Kimi K3 — and the exact GPU hardware each one needs to run locally. Aug 2026.

open-weightsmoe-architecturetechnical-report
Aug 2026

Inside the J-Space

Anthropic's discovery of a hidden cognitive workspace inside Claude's latent layers — and the inference architecture it unlocked.

interpretabilityanthropicresearch-report
Aug 2026

The Immaturity of Diffusion Models

Benchmark data showing diffusion models fail at composition, typography, temporal stability, and compute efficiency versus autoregressive alternatives.

diffusion-modelsbenchmarkstechnical-report
Aug 2026

The Local LLM Ceiling

Blackwell-class consumer hardware, the two phases of inference, and the exact VRAM point where one GPU stops being enough. Q2 2026.

local-llmhardwaretechnical-report
Aug 2026

Software Is Becoming Disposable

A visual field note on how AI collapses the marginal cost of software — disposable apps, ephemeral interfaces, and the durable substrate underneath.

ai-engineeringsoftware-economicsfield-note
Aug 2026