• HubertManne@piefed.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 day ago

    I would like to see one integrated into a gnu os like linux where its only capability is to understand the os and guide you through it. No generation and no expertise outside the os exosystem. Maybe allow for it to be given the privelege to search the web. I would have it have capability to use other ais to perform other tasks so modules or whatnot could be added to give it more capability as a general computer butler type. Basically an os that acted like a start trek computer.

    • dil@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      16 hours ago

      I want clippy but actually useful with all software, just giving tips when needed, ai can be useful sometimes, idk like im bad at math always have been, I need to sort some curves by index recentlly and it helped with the math logic a lot, otherwise I was using a repeat node and it was a lot slower than the way it showed me. Downside ofc was the ai way isn’t fully accurate or implementable as they say, has to be modified, it makes up nodes that don’t exist, but there are similar ones.

      • MangoCats@feddit.it
        link
        fedilink
        English
        arrow-up
        1
        ·
        15 hours ago

        Increasingly, people ask me questions, send me screen shots, I copy-paste that into gpt, gpt’s answers are helpful and correct… they have access to the same (free to use) gpt themselves…

        • HubertManne@piefed.social
          link
          fedilink
          English
          arrow-up
          1
          ·
          14 hours ago

          When I ask a person a question im generally trying to get their perspective. Im likely asking a few people or will over time. Its honestly just a part of socializing and interacting as humans.

          • MangoCats@feddit.it
            link
            fedilink
            English
            arrow-up
            1
            ·
            12 hours ago

            I get questions like: why can’t I access this server, I followed the wiki page (first clue, they didn’t follow the wiki page). That’s not asking for insight, that’s asking for where they failed to follow a set of 5 step directions by doing things like: changing the default filename of their new ssh key to something they invented.

            GPT explained, far more patiently than I would have, how indeed to do 4 more steps and rename your ssh key to anything you want, but I did offer the insight: if you just leave the name as the default value, you can skip all of this extra work.

        • dil@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          15 hours ago

          People ask humans because they want to interact with humans, just say you don’t know and they’ll ask ai themselves, unnecessary middlemannimg for ego boost is weird

          • MangoCats@feddit.it
            link
            fedilink
            English
            arrow-up
            1
            ·
            12 hours ago

            It’s not that I don’t know, it’s that I’ve already answered their questions, in writing, if they would just read a half page of text and do what it says.

        • dil@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          15 hours ago

          Please don’t compare how I use AI to how you do, I hope I never ask you a question and trust you like I would a human

          • MangoCats@feddit.it
            link
            fedilink
            English
            arrow-up
            1
            ·
            12 hours ago

            Well, when the question is: why isn’t my server access working, and the result from gpt gets their server access working… I hope you can trust a result like that?

    • SilentKnightOwl@slrpnk.net
      link
      fedilink
      English
      arrow-up
      2
      ·
      21 hours ago

      Using Pi agent with qwen 3.6 35b a3b running with llamacpp on my GPU feels a lot like that. I have a script that watches my downloads folder and keeps it organized, and it used to just get the file extensions and move things based on type, now with a local llm in the loop, it moves things based on what it is, and what it is for. If I download a PDF file from work, it automatically reads the first page, figures out what its about, and moves it to my work documents.

      “Whichever port that docker container is on, make it this one”

      • MangoCats@feddit.it
        link
        fedilink
        English
        arrow-up
        2
        ·
        15 hours ago

        They’re really good at digging for stuff, like: this app is reporting the git hash it was built from - somewhere in the log files - go read that and show me which branch that hash appears on (hash is 8 commits back in some branch…) Yeah, I could do that myself, but why would I if I don’t have to?