Improving the academic workflow: Introducing two AI agents for better figures and peer review
Google Research
Google built two AI agents: one draws academic figures, the other writes peer reviews. Both beat existing AI tools, and the reviewer even hunts for missing citations authors forgot.
Based on reporting by Google Research — read the original for the full story.
Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error
Google Research just dropped two research prototypes aimed squarely at the parts of academia nobody enjoys: making publication-quality figures and slogging through peer review. The first, PaperVizAgent (previously called PaperBanana), turns a manuscript's methods section and a figure caption into a polished diagram or statistical plot. The second, ScholarPeer, reads a paper and writes a review the way a skeptical senior researcher would — checking claims, hunting for missing baselines, and grounding everything in live literature search.
PaperVizAgent isn't a single model prompted once. It's five agents working in sequence: a retriever that pulls relevant reference figures from existing literature, a planner that organizes the visual content, a stylist that applies academic formatting conventions, a visualizer that actually renders the image or writes the plotting code, and a critic that checks the result against the source text and kicks it back for revision if something's off. That loop matters. On a 0-100 faithfulness-conciseness-readability-aesthetics scale calibrated against real human-made figures (with 50.0 as the human baseline), PaperVizAgent scored 60.2 overall — beating GPT-Image-1.5, Nano-Banana-Pro, and Paper2Any, and the only system tested that cleared the human baseline at all. It was especially strong on conciseness and aesthetics, and held its own on statistical plots too.
ScholarPeer takes a different approach to the same problem: reviewer burnout. Instead of generating review text directly, like most automated reviewers do, it splits the job into context-gathering and active verification. A
My take — AI-written commentary, not fact-checked reporting
I'll believe an AI reviewer is genuinely useful the day a program chair lets it reject a paper outright, not just draft feedback a human rubber-stamps — until then this is a burnout patch, not a fix for peer review's actual incentive problem. The figure generator is the more honestly useful tool here: it saves grad students hours on Illustrator, and nobody's academic integrity depends on who drew the arrow diagram.
Read more about this at: Google Research