Get AI summaries of any video or article — Sign up free
NOTION AI IS HERE – 10 Mind-Blowing Examples! thumbnail

NOTION AI IS HERE – 10 Mind-Blowing Examples!

Thomas Frank Explains·
5 min read

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.

TL;DR

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)?

It uses “AI archetypes” and “help me write” modes to shape output. For an outline, a prompt like “what is GTD and how can I use it” generated a blog outline with headings and the Getting Things Done steps (collect, process, organize) tied to David Allen. For tables, a “comparison table” prompt created a structured comparison across categories (mountain bikes, road bikes, and unicycles). The table output sometimes needs retries: one attempt produced fewer rows with more detail, and “continue writing” could add extra sentences afterward.

What editing workflow does Notion AI support for small text fixes?

Highlighting text opens an AI assist context menu with actions such as “fix spelling and grammar,” plus options to summarize or translate. The demo corrected a sentence with deliberate errors (“I is the bst spellar in the world”) and offered multiple handling choices: retry, replace the original, or insert the corrected version beneath the original to preserve the initial text.

How well does translation roundtripping preserve meaning?

The workflow translated a sentence into other languages (e.g., Japanese, Spanish, German) and then translated back to English. The final English version wasn’t identical word-for-word, but it retained the same meaning—covering identity (“my name is Thomas Frank”), interests (“weightlifting and programming computers”), and the same overall message—suggesting translation quality is strong enough for meaning preservation in this example.

Why is code generation with Notion AI more reliable when prompts are specific?

The demo emphasized that vague prompts can yield code that doesn’t match the intended task. A broad request like “give me JavaScript code that gets information about Charizard” was described as too general. A more specific prompt used “help me write” to request JavaScript that calls PokeAPI five times, then console.logs species name, height, and weight. That specificity produced code that ran successfully in Glitch via Node, returning real Pokémon data.

What happened with math problems, and how can prompting improve accuracy?

Simple arithmetic worked (e.g., “2 plus 5 times 8” returned 42). But a more complex prompt—surface area of a sphere with radius 20—initially produced an incorrect result compared against Wolfram Alpha. Adding instruction like “think in steps” improved accuracy and produced the correct answer form. Formatting requests (like “format the answer as a list”) didn’t guarantee correctness, reinforcing that harder problems can still be unreliable.

What kinds of question answering and summarization work inside Notion?

Summarization works both for entire text blocks and for selected sections. Using “/ summarize” produced a multi-sentence summary of a pasted article excerpt, and selecting only “long-term memory” text generated a targeted summary. For Q&A, a direct question about “who won the 2018 US Open Men’s Division” returned Novak Djokovic and additional details, indicating Notion AI can supply factual information without leaving the workspace (with the option to verify later).

Review Questions

  1. Which Notion AI features in the demo are triggered by highlighting text versus using the “help me write” block menu?
  2. What prompt change improved the accuracy of the sphere surface-area calculation, and why does that matter for using AI on harder problems?
  3. 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. 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. 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. 3

    Highlight-based editing supports quick fixes such as “fix spelling and grammar,” with options to replace, insert, or retry.

  4. 4

    Translation roundtripping can preserve meaning across multiple languages, even when phrasing changes on the way back to English.

  5. 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. 6

    Math accuracy is inconsistent on complex problems; adding guidance like “think in steps” can improve results, though it’s not a guarantee.

  7. 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.

Highlights

Notion AI generated JavaScript that successfully fetched Pokémon data from PokeAPI and printed name, height, and weight when run in Glitch.
Translation roundtripping across multiple languages returned an English version that preserved the original meaning closely, despite different phrasing.
Math results were reliable for simple arithmetic but initially wrong for a sphere surface-area problem—accuracy improved after prompting with “think in steps.”
Summaries can be produced for an entire pasted article or for a selected subsection, enabling targeted knowledge extraction inside Notion.
Privacy controls require opting in, and workspace data isn’t used for training unless explicit permission is granted.

Topics

  • Notion AI Alpha
  • AI Writing Assist
  • PokeAPI Code Generation
  • Translation Roundtripping
  • In-Notion Summaries

Mentioned