this post was submitted on 23 Feb 2025
507 points (78.5% liked)

Technology

63897 readers
5310 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] yggdar@lemmy.world 247 points 1 week ago (2 children)

The title is quite sensational compared to the content. They only added an AI Rewrite feature for notepad that requires a Microsoft 365 subscription. Considering the cost of AI, and the fact that it will very probably run in the cloud, it is very reasonable that it isn't free. Everything else about notepad remains free / included with the price you paid for the OS.

[–] Noedel@lemmy.world 172 points 1 week ago (3 children)

I agree, but the idea of adding AI to notepad is quite insane in its own right

[–] LifeInMultipleChoice@lemmy.dbzer0.com 39 points 1 week ago* (last edited 1 week ago) (1 children)

Adding layers to paint was what surprised me

[–] DemonVisual@lemm.ee 31 points 1 week ago

That's actually very nice, one of the few Microsoft programs that I genuinely miss - layers are a quality of life feature that is actually really nice to have 👍

[–] null_dot@lemmy.dbzer0.com 14 points 1 week ago (2 children)

I think the idea is that you can use it for reformatting small sets of data I guess.

"make all the dates in this CSV iso-8601"

[–] TheGrandNagus@lemmy.world 10 points 1 week ago (2 children)

Genuinely very useful, however I feel that can be achieved without a login and paid AI subscription.

[–] lambalicious@lemmy.sdf.org 12 points 1 week ago

Heck, it probably can be done with a regex. (Yeah, I know)

There's no need to kill three forests just to do the exact same work you could have done by opening your dataset in Excel.

[–] null_dot@lemmy.dbzer0.com 3 points 1 week ago

You're right of course.

Like the other commenter said for this specific problem you'd use a spreadsheet.

It's just an example though and there are others, like maybe removing url encoding from a string or something.

Again this can be done in some other tool without much fuss, but the versatility offered by notepad will be useful for a lot of people.

[–] nickwitha_k@lemmy.sdf.org 1 points 1 week ago (1 children)

"make all the dates in this CSV iso-8601"

This is a use of AI/LLM processing that I could agree with, if it could be trusted. Since it cannot, better to open in vim and regex replace, or process with Python.

That said, I'd rather store as epoch and display as ISO-8601 as the arithmetic is much less prone to error in epoch than any other format.

[–] null_dot@lemmy.dbzer0.com 2 points 1 week ago (1 children)

Yeah look I'm not an AI advocate at all. If I were confronted with this my first instinct would be to manipulate it in a spreadsheet because they can juggle data types like this pretty effortlessly.

The CSV / dates thing was just an example, but I still think it's a good one. My assistant at work would 100% use notepad like this rather than using a spreadsheet.

It's also worth pointing out that notepad + LLM would be a lot more flexible than a spreadsheet. Just paste whatever there and explain what you want in plain english. You don't need to parse your request into regex or spreadsheet formulas. For you and I, we might have spent years interacting with regex and other things such that it's a pleasant challenge when it arises. For 20 year old me it would have been a tedious impediment to whatever I was trying to achieve.

[–] nickwitha_k@lemmy.sdf.org 1 points 1 week ago

Yeah. That makes a lot of sense. The general inaccuracy/untrustworthiness of LLMs makes me very uncomfortable in their use for data processing and transformations. I'd rather take a while to get it right than to potentially hand off a CSV with glaring problems due to use of an LLM.

[–] mr_jaaay@lemmy.ml 3 points 1 week ago

Why? I mean, one of the main features of generative AI systems is to generate text (the quality of which I won’t get into), why not add this to something like Notepad. I agree that Notepad should be thought of as a lightweight, well, notepad, but still might be useful as a quicker alternative to Word.

The fact that Microsoft is trying to shove Copilot down our throats at every possible step is idiotic, I agree, but having an AI as part of a notes app doesn’t seem too weird.

[–] Halliphax@lemmy.world 2 points 1 week ago

They give Copilot out for free so it’s weird that they’re charging for the Notepad AI feature.

Hell, just copy and paste the content into Copilot and ask it to rewrite it, I bet it’ll just be doing the same thing but for free.