
NotebookLM just crossed a line it has never crossed before. Google's research assistant, which built its reputation on grounding answers strictly in your uploaded documents, can now write and execute code, browse the web autonomously, and hand you a finished PowerPoint deck when it's done. This is not a feature refresh. It is a category change.
Three pillars, one overhaul
The platform is now running on Gemini 3.5 alongside a new framework called Antigravity , the same agentic infrastructure that Google unveiled at its developer conference in May 2026. According to the official announcement from NotebookLM's product director Trond Wuellner and software engineer Usama Bin Shafqat, the changes are substantial across three distinct areas: the chat interface, the output system, and the process for starting research projects.
Antigravity is the AI agent platform Google introduced with the Gemini 3 family , it is the engine that lets NotebookLM plan its actions and surface the steps behind them. Think of it as the orchestration layer that decides when to call a web search, when to spin up a code interpreter, and when to stitch results into a formatted file.
The cloud computer is the real story
Each notebook is now equipped with a secure cloud computer, enabling NotebookLM to write and run code useful for helping you perform deeper research and more complex analysis. The system includes more than 100 curated software skills, unlocking a wide range of new capabilities to help you more deeply understand the sources in your notebook.
Why does this matter so much? Because language models are notoriously bad at math. A traditional language model, when asked to sum a column in a financial statement, estimates the answer on a statistical basis and sometimes gets it wrong. A model that runs code opens the file, actually sums the column, and gives you the exact value , with the option to show you the script it used. That shift from statistical guessing to deterministic execution is what separates a toy from a working data tool.
Don't miss what's next in AI
Join 300,000+ engineers and researchers who get the signal, not the noise.
- Full access to in-depth AI research breakdowns
- Be the first to know what's trending before it hits mainstream
- Daily curated papers, repos, and industry moves
