this post was submitted on 09 Mar 2024
545 points (96.0% liked)

memes

10854 readers
5418 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to [email protected]

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

founded 2 years ago
MODERATORS
545
Great job (lemmy.world)
submitted 10 months ago by mycodesucks to c/memes
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 10 months ago* (last edited 10 months ago) (1 children)

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 4 points 10 months ago* (last edited 10 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.