• yuriy@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    Any additional functionality added to an already feature-complete program is bloat, no two ways about it. If notepad+AI was a separate program, this would be a different discussion. Even if you can hide it completely, the fact that it’s there at all will affect performance. And even if it’s just a tiny blip in relative performance, it’s still the first step on the road to enshittification.

    • FaceDeer@kbin.social
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      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.

      • yuriy@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 months ago

        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.