this post was submitted on 11 Jan 2024
522 points (97.5% liked)
Technology
59323 readers
4666 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think you may be overestimating how much code is required for a program to simply use an AI, as in just calling an AI's API with a string of text and getting some text back in return. I've written code that does this and it's just a few lines.
The code for whatever UI Notepad wraps around it might be a few hundred more lines, that depends very much on the UI framework and what they want it to look like. But the AI part is trivial. The hard work of actually executing the AI's code is done on a remote server. Your home computer won't have to do any of that work.
You’re free to believe that this will not bog down the program at all, and also that this isn’t just the first bad decision they’re making with notepad. I really would like to impress upon you that that is wishful thinking, and not at all the most likely outcome here.