• MotoAsh@lemmy.world
      link
      fedilink
      arrow-up
      33
      arrow-down
      1
      ·
      6 months ago

      Genuinely, fuzzy search and autocomplete is a great application of “AI” (machine learning algorithms).

      They just need to stop branding it as AI and selling everything they feed the models…

      • thegreekgeek@midwest.social
        link
        fedilink
        English
        arrow-up
        4
        ·
        6 months ago

        Hopefully that day is soon what with those 1-bit models I’ve been hearing about. I’d be all for that, but I’ll be damned if I’ll be putting an OpenAI key into my terminal lol.

        • MotoAsh@lemmy.world
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          edit-2
          6 months ago

          Not sure what you mean. It’s already a completely superfluous and additional feature. It “should” execute completely separate of everything regardless of what integrations it has.

          Though if it doesn’t yet exist as a separate thing to hook in to (and it doesn’t), it’s got to execute somewhere. Makes sense it’d show up as a canned extension or addition to something before it’d show up as a perfectly logically integrated tool.

          • smileyhead@discuss.tchncs.de
            link
            fedilink
            arrow-up
            2
            ·
            6 months ago

            Terminal emulator is the window, the tabs, integration with your desktop, etc.
            Shell is more complicated but TLDR is this is everything showing in your terminal window by default, the base program you use that runs other programs. The prompt showing current user, saving history, coloring the input, basic editing keyboard shortcuts, etc.

            By having this AI integrations in a terminal emulator we are very much limiting ourselfs. It would look more fancy in popup windows, but it won’t work over remote connections and not be as portable.
            Usually when we do some smart functions like autocomplete, fuzzy search or integrations like that we do it as an shell (fish, bash, zsh) extension, then it will work on any emulator and even without a GUI.

            • MotoAsh@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              edit-2
              6 months ago

              Yea, I agree it ‘should’ be integrated in a more general way. Though my point is from the dev’s perspective: Why go through the extra effort to ‘properly’ do it if it is an unproven tool many people don’t want?

              Not saying it should stay there, just saying it makes sense it showed up somewhere less sensical than the ideal implementation.

    • Z4rK@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      6 months ago

      Warp.dev! It’s the best terminal I’ve used so far, and the best use of AI as well! It’s extremely useful with some AI help for the thousands of small commands you know exist but rarely uses. And it’s very well implemented.

      • TopRamenBinLaden@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        8
        ·
        edit-2
        6 months ago

        I don’t understand what is the benefit here over a terminal with a good non-LLM based autocomplete. I understand that, theoretically, LLMs can produce better autocomplete, but idk if it is really that big of a difference with terminal commands. I guess its a small shortcut to have the AI there to ask questions, too. It’s good to hear its well implemented, though.

        • Z4rK@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          edit-2
          6 months ago

          There are two modes of AI integrations. The first is a standard LLM in a side panel. It’s search and learning directly in the terminal, with the commands I need directly available to run where I need them. What you get is the same as if you used ChatGPT to answer your questions, then copied the part of the answer you needed to your terminal and run it.

          There is also AI Command Suggestion, where you’ll start to type a command / search prefixed by # and get commands directly back to run. It’s quite different from auto-complete (there is very good auto-complete and command suggestion as well, I’m just talking about the AI specific features here).

          https://www.warp.dev/warp-ai

          It’s just a convenient placement of AI at your fingertips when working in the terminal.

        • Z4rK@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          6 months ago

          Alas. They have said they plan to open some of the source and potentially everything, but it’s little progress.

          They recently ported to Linux, which I think will give them much more negative feedback here, so hopefully with more pressure they’ll find the correct copy left license and open up their source to build trust.