Check my last reference from co-creating the website for Conan the Barbarian
LET'S SEE

Notion AI – first impressions

Vojtěch Bruk
Author Position
14/02/2024

I've written about Notion before. Notion is great and I use it every day. Soon Notion will also be adding its AI, which we'll take a look at today in the beauty section. What is Notion AI and how does it work? Notion AI is an artificial intelligence (slightly similar in function to, say, the…

I’ve written about Notion before. Notion is great and I use it every day. Soon Notion will also be adding its AI, which we’ll take a look at today in the beauty section.

Notion AI video

What is Notion AI and how does it work?

Notion AI is an artificial intelligence (slightly similar in function to, say, the GPT chat) that was designed to make everyday work in Notion easier.

Notion AI can more or less do three kinds of operations:

  1. generate text,
  2. editing text (truncating, rewriting, translating)
  3. summarizing text (creating summaries, task sheets based on text, etc.

Just so I don’t stress you out… I don’t think Notion AI excels in any of these activities. However, it can still be an interesting extension.

What can Notion AI be used for in practice?

Based on brief testing, it seems to me that the technology can be used to generate first drafts of articles (if you have a good outline and the right topic), summarize meeting minutes (would like to try more in practice), or perhaps shorten long general texts.

Translations are also an interesting use-case, but for translations I still find more interesting so far, for example the previously mentioned integration of Notion and Deepl.

How can you get Notion AI?

Momentarily, the only way is by signing up at https://www.notion.so/product/ai as a beta tester and waiting to be selected. I was selected about 3 weeks after signing up.

Will Notion AI be free?

Yes and no. In the first phase, Notion AI will probably be free for all for people to try out the technology. The creators will improve it based on feedback and then move it to paid plans.

Can Notion AI write code?

Yes. Although it’s questionable whether programming is something you would do within Notion. However, for educational content creators, for example, this might be an interesting feature.

Below you will find a Python calculator that Notion created as part of testing, I gave it the wrong assignment, so don’t focus so much on the calculator per se, but rather on the fact that with a good assignment, the calculator would most likely work well)).

# Input function
def input_data():
  paint_weight = float(input("Enter paint weight: "))
  room_dimensions = float(input("Enter room dimensions: "))
  return paint_weight, room_dimensions

# Functions to calculate
def calculate(paint_weight, room_dimensions):
  walls_paintable = paint_weight / room_dimensions
  return walls_paintable

# Function for output
def output(walls_paintable):
  print("How many walls can we paint: %s" % walls_paintable)

# Main function
def main():
  paint_weight, room_dimensions = input_data()
  walls_paintable = calculate(paint_weight, room_dimensions)
  output(walls_paintable)

# Calling the main function
if __name__ == '__main__':
  main()

Final Verdict

I’m not impressed. I find the AI to be rather mediocre and compared to GPT Chat, I think it rather lags behind. However, the fact that it’s directly part of Notion is definitely a strength that’s not to be underestimated.

If the AI followed more of a path of features useful specifically for Notion and didn’t try to do what other models already do (better) (Chat GPT, Google BARD), it could be a great virtual assistant.

I’ll definitely be watching the development closely now, and will definitely use the technology here and there within Notion.

And let me know in the comments how the Notion AI is working for you so far?

About author

Vojtech Bruk

I enjoy exploring things in depth. That's why I write this blog. And I also try to make my clients as much money as possible), that's the second reason.

Monthly Newsletter

Join the other 378 people interested in taking their websites to the next level!

Newsletter
Your information is protected by us. Read our privacy policy

Comments

Leave the first comment

Similar articles

Email Marketing – The Definitive Guide

Email marketing is, in my opinion, one of the most effective methods of promotion ever. In this article we will introduce it in more detail. We'll look at the tools you can run it through and we'll also look at specific tips you can use in this area, whether you're a freelancer, small business, or…

28/05/2024
Vojtěch Bruk

How do you create a writer’s routine? 3 unique tips

A lot of people ask me: do you write a series of articles on how to create the best writing routine? ... Well, no one asks me, I ask myself sometimes, but still, this article will be about what I would recommend. The cornerstones for me are routine, workflow and tools. Let's take a look…

24/05/2024
Vojtěch Bruk

What does a copywriter do and do you need one?

A copywriter is a person who writes texts. Do you need one? You don't. But you need good text. Sure. Good lyrics: are credible,persuasive,create the intended impression. Your website can't do without good text. Or, at the very least, it's like shooting him in the knee and asking him to run a half marathon. He's…

19/05/2024
Vojtěch Bruk