Today i was doing the daily ritual of looking at distrowatch. Todays reveiw section was about a termal called warp, it has built in AI for recomendations and correction for commands (like zhs and nushell). You can also as a chatbot for help. I think its a neat conscept however the security is what makes me a bit skittish. They say the dont collect data and you can check it aswell as opt out. But the idea of a terminal being read by an Ai makes me hesitant aswell as a account needed to use warp. What do you guys think?
What’s my thoughts? My thoughts are FUCK relying on the internet for basic things. So no “AI terminal” for me. This is yet another way to mine data cloaked in futurism.
Shouldn’t be too hard to make that run locally. Although I’m not sure what I’d use it for at the moment.
Although I’m not sure what I’d use it for at the moment.
How do I find all instances of "blarg" in the second column of this CSV file?
I could see it being useful - but I wouldn’t want it integrated to my terminal. I’m fine with it being a separate thing I can use.
ollama run <some_model> "query" | shellcheck | wl-copy
Executing commands of powerful command line tools without losing time finding them.
It can run ls for you after you cd
Whoa, that’s too powerful!
I watched terminator BURN IT ALL TO THE GROUND ITS TOO POWERFUL
My thoughts are you can fuck the fuck off.
Totally agree. People using cli are probably more skilled and their knowledge has been fed into these ai models.
So we will all end up with some mediocre level of knowledge, because the next input for the LLM 's will be more of the some old stuff. Flattening the curve and less innovation and smart ideas.
These kind of “solutions” are for a non existing problem. Looking at the investors, this is only about making money.
People using cli are probably more skilled and their knowledge has been fed into these ai models.
I am not skilled at all. I only use it because I hate Microsoft and Apple more.
Don’t need it, don’t want it. They can fuck off with this nonsense.
I prefer a glowing red dot
I dunno. Maybe an orange dog? Give it big brown ears.
Also animate it at ~10fps, making it visibly sad when it can’t retrieve the files you ask for.
Throw in a little whimsical wizard while you’re at it.
Purple monkey or bust
There are lots of fish shell extensions, zsh stuff and loads of things that make suggestions, autocomplete, remember your shell history and remember frequently executed commands and visited directories. All of that works WAY better than the AI suff. (And sometimes also has nice pop-up menus.)
So compared to plain bash without autocomplete and Ctrl+R it may be useful. It is probably a step back for everyone else. Especially if they roughly know what they’re doing.
But I didn’t try this specific software. Maybe I would if it were free software and connected to a local LLM.
So compared to plain bash without autocomplete and Ctrl+R it may be useful. It is probably a step back for everyone else.
I think it could be much worse than even a plain shell with ^R, as the llm will be slower than the normal history search and probably has less context than the $HISTFILE.
I think so, too. I mean the traditional history search and command option suggestions are instant and come at no additional cost. I don’t know how fast ChatGPT is, I only ever play around with local LLMs. And roughly exploring what Github Copilot is about, just made my laptop fans spin on max and started to drain the battery really fast. Would be the same for an ‘AI’ terminal. And when asking the LLMs for shell commands I got mixed results. It can do easy stuff. So I guess for someone who wonders how to find the IP address… It’ll do the trick. But all the things I tried asking some chatbots that would have been really useful to me, failed. It hallucinated parameters or did something else. And I needed to google it anyways or open the man page.
I’m not sure, I currently don’t see me using such tools. I like talking to chatbots and have them draft stuff and provide me with ideas. But I also like computers in the other way, that they are machines that just follow my orders and don’t talk back. And when working in the terminal or coding, it seems to distract me if suggestions pop up and I need to read them and decide what to do, or occasionally laugh… For me it seems to work better if I think about something, have an idea in my head and type it down without discussing it with the machine… I mean not 100% of the time, sometimes a suggestion helps… But I think I rather have the chatbot in a separate window and only loosely tied into my workflow if at all. And I don’t like proprietary and cloud-based products for something like this.
It hallucinated parameters
Sound like LLMs to me. This is not going to stop being a problem. This is the fundamental problem with LLMs - they are text prediction algorithms and have no comprehension of their output.
I’m not sure. Afaik the research is happening. And AI related stuff always happens faster than I can imagine. Ultimately I want the LLMs to hallucinate. They should be able to combine ideas and come up with new and creative answers and be more than just autocomplete. I think what we need is the LLM knowing what it knows and what is made up, and a setscrew. I can see this happening with a higher level of intelligence and/or a clever architecture. I’m not an expert on machine learning myself, however that is what I took from news, companies struggling with their chatbots and everyone wanting their AI assistant to provide factual information. And I don’t see anything ruling that out completely. I mean we humans also sometimes get things wrong or mis-adjust our level of creativity. But I think the concept of facts can be taught to LLMs to some degree, they already seem to grasp it. And concepts have been proposed and things like AI agents that come up with ideas and other agents that check for factuality are in active use. Along with the big tech companies making their AIs cite the sources. In my eyes, progess is being made.
But this is why I currently don’t use LLMs for important and unsupervised stuff, and i try to avoid them when I need correctness. However… I really like to tinker with them, do AI assisted storywriting, or have them come up with 5 creative ideas for a birthday party for my wife. That works well, and with a bit of trickery you can make them output more than the most obvious ideas. And I’m impressed by their ability to code, but as I said it’s still far away from being useful to me. I currently don’t fear for my job. And I additionally struggle with the size of models I can do inference with and their respective intelligence… We’re in the Linux community here, so I think I can be open… I don’t like big tech companies doing my compute and providing me with closed and proprietary services. I don’t use ChatGPT, only open-weight models I can run myself. They aren’t as smart, but I don’t want the future of humankind to be shaped by services and good will of big tech companies.
simply use thefuck
Warp lost me at the account requirement. You’re telling me I need to sign in to a terminal? Seriously? Like with an internet connection? Nope. What if I’m opening my terminal to configure my network? Warp seems to be fixing a problem that doesn’t exist. I don’t think anyone has looked at a terminal emulator and gone “Yeah, this could use AI and a cloud account”.
Not just that, they want an email just to get a download link. Call me when someone forks it with local AI.
Wait. An email just to get a download link AND a cloud account. Fuck that.
“Alright, now that I’m logged in to my cloud terminal account, let me enter my root password for sudo.”
You are not in the sudoers file. This incident has been reported and your account suspended.
I agree with this 100%!
I would definitely like an AI to remember some complex commands for me. But something small and specifically trained that runs locally
You can define a bunch of aliases in any shell environment for that. Or use a history manager (a database client essentially) that groups commands you’ve entered so far based on frequency, return value, working dir. when they were issued etc.
fzf does the job
Yeah; & by the way, warp is funding fzf, as there’s a big thank you banner on fzf & fzf-vim’s github pages nowadays. I’m glad fzf is getting support, of course; though it feels odd somehow.
I use
fuck
, it’s not ai but gets the job done.
Hell no! I absolutely do not want AI in anything if it’s not running entirely locally.
Maybe if you can use it with a locally running LLM server like ollama, but otherwise fuck no
Absolutely not. And they can fuck right off with that whole needing an account to use a terminal thing.
It might be helpful, I’m not going to rule out using it, but it’s all going to happen on my machine and I’m not paying for it or logging in anywhere to use it AND it’s going to talk cockney… “Oi oi, ya fuckin’ muppet, you missed a semi-colon. Ya useless fuckin’ nonce!”
Nice idea for fun and diversity (you can’t prohibit people to make such apps after all) but in daily usage? No, no, no and no
The AI can have access to a terminal in a docker container on my raspberry pi. If I’m convinced it’s trustworthy it might move up to a docker container on my desktop.