NOTION AI IS HERE – 10 Mind-Blowing Examples!
Based on Thomas Frank Explains's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
Notion AI is an alpha feature that adds in-workspace generation and editing, with actions available through AI archetypes and “help me write.”
Briefing
Notion AI is rolling into workspaces as an alpha feature that adds in-place text generation and editing—turning Notion pages into a lightweight assistant for writing, translating, summarizing, and even generating runnable code. The most practical takeaway from the rollout is that many tasks can be done without leaving the workspace: highlight text, choose an AI action, and keep the writing flow going.
A quick tour starts with an “AI Playground” page where multiple AI archetypes act like prompt modes. One example generates a blog outline for “What is GTD and how can I use it,” producing a structured draft that includes the Getting Things Done framework’s key steps (collect, process, organize) and a definition tied to David Allen. Another archetype generates lists from a prompt—such as producing a “10 Best Super Nintendo games” list—showing how the tool can help with list-style content ideas, including filling gaps in what a creator might not already know.
The assistant also builds structured content. Using “help me write” and a “comparison table” prompt, it generates a table comparing categories like mountain bikes, road bikes, and unicycles. The results aren’t perfectly consistent—retries can change the number of rows and the level of detail—but the workflow still supports iterative refinement. A “continue writing” option can then expand the table with additional sentences, effectively letting users grow an output in place.
Editing and language tasks are handled directly through an AI assist menu. Highlighting a sentence triggers options like “fix spelling and grammar,” which corrects both spelling and grammar while offering choices to replace, retry, or insert the corrected version beneath the original. Translation works in a more experimental way through “roundtripping”: translating a sentence into multiple languages and then back to English. In the demonstration, the meaning largely survives the loop, even if phrasing shifts.
The most striking capability is code generation. With “help me write,” Notion AI produced JavaScript that calls PokeAPI (pokeapi.co) to fetch data for the first five Pokémon and print name, height, and weight to the terminal. The creator then copied the generated code into Glitch and ran it with Node, getting real output for Bulbasaur and Ivysaur—an example of how plain-English prompts can translate into syntactically correct, executable scripts.
Math and reliability are more mixed. For simple arithmetic, the assistant returns correct results, but for a more complex geometry question—surface area of a sphere with radius 20—it initially produced an incorrect answer. Adding prompting guidance like “think in steps” improved accuracy, though formatting requests (like list formatting) still didn’t guarantee correctness every time.
Finally, Notion AI can summarize long text and answer direct questions inside Notion. Summaries can be generated for an entire article or for selected sections only. For factual Q&A, a prompt about the 2018 US Open Men’s Division winner returned Novak Djokovic along with additional context, suggesting users can pull information without switching tabs.
Access and privacy details matter because this is an alpha. The feature requires opting in via Notion settings, and the service says it won’t use workspace data for training unless explicit permission is granted. Pricing is expected to change later, with the alpha currently free but likely tied to usage costs.
Cornell Notes
Notion AI adds alpha-stage text generation and editing directly inside Notion workspaces, letting users write, outline, translate, summarize, and generate code without leaving their workflow. In demonstrations, it produced structured blog outlines, list content, comparison tables, grammar fixes, and multi-language translations that largely preserved meaning after roundtripping. The standout example generated runnable JavaScript for PokeAPI and successfully returned Pokémon data when executed in Glitch. Math accuracy is less reliable on harder problems, but prompting with “think in steps” improved results. Summarization and in-context Q&A also work, while access requires opt-in and privacy controls restrict training use without permission.
How does Notion AI turn a writing prompt into structured content (like outlines and tables)?
What editing workflow does Notion AI support for small text fixes?
How well does translation roundtripping preserve meaning?
Why is code generation with Notion AI more reliable when prompts are specific?
What happened with math problems, and how can prompting improve accuracy?
What kinds of question answering and summarization work inside Notion?
Review Questions
- Which Notion AI features in the demo are triggered by highlighting text versus using the “help me write” block menu?
- What prompt change improved the accuracy of the sphere surface-area calculation, and why does that matter for using AI on harder problems?
- Describe the difference between a vague code prompt and a specific one in the PokeAPI example, and what the generated code ultimately outputs.
Key Points
- 1
Notion AI is an alpha feature that adds in-workspace generation and editing, with actions available through AI archetypes and “help me write.”
- 2
Structured outputs like blog outlines and comparison tables can be generated from prompts, but tables may require retries for consistent formatting and detail.
- 3
Highlight-based editing supports quick fixes such as “fix spelling and grammar,” with options to replace, insert, or retry.
- 4
Translation roundtripping can preserve meaning across multiple languages, even when phrasing changes on the way back to English.
- 5
Code generation can produce runnable JavaScript when prompts specify the API calls, loop logic, and exact output fields (as shown with PokeAPI and Glitch execution).
- 6
Math accuracy is inconsistent on complex problems; adding guidance like “think in steps” can improve results, though it’s not a guarantee.
- 7
Notion AI can summarize full text or selected sections and can answer direct factual questions inside Notion, while privacy requires opt-in and restricts training use without permission.