Vibeleaderboard
Index — Latest Intelligence

Intel

Page 95

The Multi-Armed Bandit Problem and Its Solutions

The exploration-exploitation dilemma stated as the multi-armed bandit problem.

Why it mattersA clear, code-backed walkthrough of bandit algorithms (epsilon-greedy, UCB, Thompson sampling) that maps the exploration/exploitation tradeoff to real problems like ad selection and A/B testing.

articleLilian Weng

Learning Word Embedding

Human vocabulary comes in free text.

Why it mattersA clear walkthrough of how free-text words become numeric vectors — from one-hot encoding to learned embeddings — grounding the intuition behind the embedding models and vector search that agentic engineers rely on daily.

articleLilian Weng

Anatomize Deep Learning with Information Theory

Naftali Tishby's information bottleneck applied to deep learning, using information theory to describe how a network's representations grow and transform over the course of training.

Why it mattersIt unpacks Tishby's Information Bottleneck framework and the two-phase (fitting then compression) view of DNN training, giving practitioners an information-theoretic lens on generalization that most engineering-focused writeups skip.

articleLilian Weng

From GAN to WGAN

A walk from the original generative adversarial network to Wasserstein GAN.

Why it mattersA rigorous, well-illustrated walkthrough of why vanilla GANs are unstable and how Wasserstein distance fixes the gradient/convergence problems — useful grounding for anyone building or debugging generative models.

articleLilian Weng

Attention Is All You Need

The 2017 paper that dropped recurrence and convolution for self-attention alone, introducing the Transformer — the architecture every large language model still builds on.

Why it mattersEvery model you use descends from this architecture, and reading it is how the rest of the stack stops being magic.

articleAshish Vaswani et al.

An index of the vibe-coding frontier. Corrections welcome.