Hacker News new | ask | show | jobs
by MuffinFlavored 846 days ago
> I wouldn't hold my breath waiting for a native Linux AI-assisted assistant.

On Mac when I press Command + Space, it brings up Spotlight search

That can't easily be added to be the equivalent of some kind of LLM prompt on GNOME/KDE/XFCE?

I don't quite know what you'd ask it/do with it that would be of much value? Seems like a quicker way/a wrapper around either asking an LLM questions via CLI or basically Electron wrapping HTML (like this https://github.com/lencx/ChatGPT)?

1 comments

> That can't easily be added to be the equivalent of some kind of LLM prompt on GNOME/KDE/XFCE?

Both GNOME and KDE have that already. Shouldn't be too hard to implement what you're thinking if the APIs/services are available.

Or wrap to a shell script if the LLM has a local "CLI" interface, right?