AI Explained

Plain explanations of trending AI concepts, with live visualizations.

LLM

Manifold Power Iteration redesigns MoE routers — Router-to-expert alignment — What does it mean?

Manifold Power Iteration rotates each MoE router row onto its expert's top singular direction — better routing at 0.2% train cost, zero inference overhead.

LLM

CodeSpear strips an LLM's ability to refuse — Grammar-constrained decoding jailbreak — What does it mean?

Force an LLM's output to fit a code grammar and its natural-language refusal becomes invalid — CodeSpear uses this to lift attack success to ~82%.

LLM

Kwai Keye-VL-2.0 — DeepSeek Sparse Attention for video — What does it mean?

Keye-VL-2.0 ports DeepSeek Sparse Attention to video: a cheap 'lightning indexer' picks the few frames each query needs, keeping a 256K context lossless.

LLM

DRPO: smooth trust-region regularizer replaces hard masks in LLM RL — Corrective gradients past the boundary — What does it mean?

DRPO swaps RL's hard trust-region mask for a smooth, advantage-weighted penalty — a diverging token gets pulled back, not dropped.

LLM

Reasoning Arena adds trace tournaments where RL verifiable rewards tie — Bradley-Terry trace ranking — What does it mean?

Reasoning Arena breaks RLVR reward ties by judging tied reasoning traces in a pairwise tournament and ranking them with a Bradley-Terry model.

LLM

Google releases DiffusionGemma — Parallel block decoding — What does it mean?

DiffusionGemma writes text by refining a whole block of 256 tokens at once — parallel block decoding, up to 4x faster than autoregressive Gemma.

LLM

Attention Amnesia: CoT fine-tuning wrecks long-range recall in hybrid LLMs — Training-free QK-Restore — What does it mean?

Fine-tuning a hybrid LLM to reason silently breaks long-range recall; QK-Restore rolls back just the Q/K projections to recover it — no retraining.

LLM

Latent Context LMs compress prompts 16x — Encoder-decoder prompt compression — What does it mean?

Latent Context LMs use a small encoder to squeeze a long prompt into a 16x shorter sequence of latent embeddings a decoder reads as tokens.

LLM

Google releases Gemma 4 12B — Encoder-free multimodal projection — What does it mean?

Gemma 4 12B drops the separate vision and audio encoders — image patches and audio go straight into the token stream, no ViT.

LLM

FlashMemory cuts DeepSeek-V4's KV cache to 13.5% — Lookahead Sparse Attention — What does it mean?

FlashMemory's Lookahead Sparse Attention trains a small indexer to keep only the KV-cache chunks a token will use — shrinking the physical cache to 13.5%.

LLM

Chiaroscuro Attention cuts attention FLOPs 62% — Spectral-entropy token routing — What does it mean?

Chiaroscuro scores each token's spectral entropy and sends most tokens through a cheap frequency-domain mixer, paying full attention only for the few.

LLM

SigmaScale learns its SVD scaling matrices — Learned scaling for truncated-SVD compression — What does it mean?

SigmaScale learns two scaling vectors under an activation-aware loss so truncated-SVD throws away less — shrinking LLM weights by rank, not bits.