New & Emerging

Notion (topic)

Last updated 2026-07-31

What's new

2026-07-31
  • FDE (Field Development Engineer) teams, like at Ramp, focus on adapting core products and new AI-driven "agentic" (automated, intelligent) features for large enterprise customers, ensuring they meet specific needs.
  • Effective scoping is crucial; FDEs must gather context, ask questions, and validate assumptions to build the right solutions, avoiding unnecessary work like developing unused mobile features.
  • To stay competitive, teams must scale with "tokens" (data inputs for AI models), integrating AI and automated "agents" (AI tools) into their workflows to handle knowledge work efficiently.
2026-07-28
  • Anthropic released Opus 5, a new AI model that's better than Fable in most areas and costs half as much, making it great for knowledge work and coding tasks.
  • Anthropic and OpenAI both launched voice features, allowing users to control their AI tools (like Codex and Claude) with their voice in real time.
  • Opus 5 can be tested in the Claude desktop app, and it's particularly good at creating detailed presentations, though it may take a long time to complete tasks.
  • The new voice mode in the Claude iOS app lets you interact with Opus 5 and even edit Notion documents using your voice.

Key points

What it is

  • Notion is a digital workspace for notes, databases, and project management, acting as a "long-term memory" for AI agents (autonomous programs that perform tasks).
  • It has built-in AI that can create templates, summarize documents, and update pages.
  • Notion can integrate with coding agents like Claude and Cursor, allowing teams to build and manage code in a shared space.

How to use it

  • Give the AI a "brain" (Notion as its knowledge base), provide memory (past notes and database entries), connect the right tools (like coding agents), and write a clear prompt telling it what to do.
  • Use Notion's built-in AI agent to create templates, edit existing pages, and manage documents by simply typing requests into a new chat.
  • Treat Notion as the "source of truth" for human edits and shared files, but keep code and logic outside the database.

Watch out for

  • Avoid keeping data locked inside Notion's native format; export key content to markdown files for easier AI agent interaction.
  • Do not store scripts or system files inside Notion, as they do not need to be viewed in the document interface.
  • Use Notion as a collaborative hub where humans and agents share understanding, not as a rigid repository that slows down automation.

Tools named

  • Notion (a digital workspace for notes, databases, and project management), Claude (a coding agent), Cursor (a coding agent), Apex (a tool for connecting AI agents)

Lesson 1: What is Notion (topic) and why it matters

Notion is a digital workspace that acts as an all-in-one tool for notes, databases, and project management. For AI development, it matters because experts call it "the long-term memory of the AI" — a central storage spot where AI agents (autonomous programs that perform tasks) can access and update information continuously.

Notion now has AI built directly into it. You can open a chat and ask its AI agent to create templates or summarize documents. More importantly, recent updates let you bring coding agents like Claude and Cursor into Notion. Teams at companies like GitHub even build code inside Notion because having everything in a shared space helps humans and AI work together more smoothly.

The key pattern for using Notion in AI development is simple: give the AI a brain (Notion as its knowledge base), provide memory (past notes and database entries), connect the right tools (like coding agents), and write a clear prompt telling it what to do. Notion agents can search your workspace, update pages, and create summary documents on their own.

One developer noted that making all Notion content available as markdown files makes it easier for agents to work with directly. This reduces complexity when you want AI to read and write to your workspace. With agent orchestration (coordinating multiple AI programs) being one of the hardest parts of building AI systems, Notion simplifies things by serving as that central storage and workspace where both humans and AI can interact naturally.

Sources

Lesson 2: How to use Notion (topic): step-by-step

Start by opening a Notion doc and using its built-in AI agent. You can ask the agent to create templates, such as an “ultimate productivity OS,” by typing a request directly into a new chat. Notion’s AI can also edit existing pages: tell it to add sections or tweak wording, and it will use its update tool to make changes. For example, if you have a Notion outline for a video, you can ask the agent to add a link to that outline and set a subject line like “Agent Native Weekly recording done.”

Notion works as the long-term memory (storage for your AI’s knowledge) for other tools. When you use an AI agent like Claude or Cursor, you can bring them directly into Notion to write and manage code in a shared space. This helps your team build understanding together. To access Notion documents from inside an AI tool, right-click on the doc and choose “open in browser” — it will sign you in automatically.

A concrete step-by-step example: First, open a new Notion doc and ask the AI agent to research a topic and format it with tabs (a layout option in Notion). Second, after the agent creates the content, ask it to edit the page — say, to add a section on “project management.” Notion’s AI handles both creation and editing, so you can manage your documents by simply talking through your requests.

Sources

Lesson 3: Best practices and pitfalls

When using Notion with AI agents, a common pitfall is keeping data locked inside Notion's native format. Many users want their Notion content as markdown files (plain text documents) because that makes it much easier for an agent to work with, instead of forcing it through an MCP (Model Context Protocol) bridge. Exporting key content to markdown avoids this friction.

Another mistake is storing everything in Notion without distinction. Use Notion as the "source of truth" for human edits and shared files like brand guidelines or global rules, but do not store scripts or system files inside Notion — you do not need to view those in the document interface. Keep code and logic outside the database.

Best practice is to treat Notion as the "long-term memory" for your AI agents. Because Notion has AI built in and connects to tools like Apex, your team can keep updated context there. For example, one team builds code inside Notion itself because the shared workspace lets humans and agents discuss ideas together in the same place. You can also use Notion's native AI agent to create templates — for project management, journaling, or a "second brain" system — by simply chatting with the agent and describing what you need.

Finally, remember that you can edit Notion documents directly through an agent's update tool: adding sections, tweaking wording, and even creating new docs with formatting preferences (like using tabs). The key is to use Notion as a collaborative hub where humans and agents share understanding, not as a rigid repository that slows down automation.

Sources