Notion Introduces AI Agent: A New Era of Productivity

Notion Introduces AI Agent: A New Era of Productivity
source: gettyimages
September 18, 2025

Elissa Welle, a New York City-based AI journalist supported by the Tarbell Center for AI Journalism, reports on recent developments in AI technology. Notion has announced a significant update as part of its Notion 3.0 rollout: the launch of the Notion Agent. This new feature transforms Notion into a more autonomous and intelligent workspace, positioning the AI as a collaborative "teammate" capable of performing a wide range of tasks.

What is the Notion Agent?

The Notion Agent is designed to act as a super user within the platform, capable of executing tasks that traditionally required manual effort. Instead of manually creating pages and databases, users can now rely on the agent to do this automatically. The agent's capabilities extend beyond internal data, as it can search across connected tools such as Slack and the broader internet to gather information.

Key Features and Capabilities

Practical Use Cases

Notion envisions the AI agent assisting with:

Future Outlook

Co-founder Akshay Kothari previewed the launch with videos demonstrating the agent’s abilities, such as creating a cafe visit tracker and a movie recommendation database based on Rotten Tomatoes scores. While automated and personalized agents are making strides, further customization options are expected in upcoming releases.

Conclusion

The introduction of the Notion AI Agent marks a new chapter in productivity tools, emphasizing automation and AI-driven assistance. As these features evolve, users can anticipate increasingly sophisticated workflows within Notion.

---

Follow topics and authors from this story to discover more insights in your personalized homepage feed and subscribe for email updates.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 138 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6643996,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}