PaperBanana: AI Now Generates Publication-Quality Academic Illustrations
PaperBanana from Google and Peking University is an agentic system that automatically generates publication-ready academic illustrations from paper text.

PaperBanana: AI Now Generates Publication-Quality Academic Illustrations

What's the most time-consuming part of writing a paper? Experiments? Writing? Many researchers point to "creating figures." Methodology diagrams, architecture schematics, result visualizations... each one can take hours or even days.
Researchers from Google and Peking University have released PaperBanana to solve this problem. It's an agentic system that automatically generates publication-ready academic illustrations from paper text alone.
Why Is This Needed?
Related Posts

MiniMax M2.5: Opus-Level Performance at $1 per Hour
MiniMax M2.5 achieves SWE-bench 80.2% using only 10B active parameters from a 230B MoE architecture. 1/20th the cost of Claude Opus with comparable coding performance. Forge RL framework, benchmark analysis, pricing comparison.

Backpropagation From Scratch: Chain Rule, Computation Graphs, and Topological Sort
How microgpt.py's 15-line backward() works. From high school calculus to chain rule, computation graphs, topological sort, and backpropagation.

Karpathy's microgpt.py Dissected: Understanding GPT's Essence in 150 Lines
A line-by-line dissection of microgpt.py -- a pure Python GPT implementation with zero dependencies. Training, inference, and autograd in 150 lines.