this post was submitted on 09 Mar 2026
31 points (97.0% liked)

Fuck AI

6252 readers
1060 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.

founded 2 years ago
MODERATORS
 

Can anyone recommend some IDEs that don't use AI, not owned by awful corporations, and preferably no online features at all? Of course I am aware of vim, neovim, etc. but ideally I'm looking for a gentler entry from other popular IDEs.

top 22 comments
sorted by: hot top controversial new old
[–] lemmyrob@feddit.org 1 points 4 hours ago
[–] clif@lemmy.world 2 points 9 hours ago* (last edited 9 hours ago)

Helix was mentioned in a few posts but no link so here : https://helix-editor.com/

If you love the terminal, it's fantastic. I like it better than NeoVIM but, admittedly, I didn't spend a lot of time trying to get to know nvim. It's much better than VIM for code because it was built for that, not "just" a text editor that got forced into IDE service. (Not to denigrate VI/VIM, I love them, but Helix is more powerful for dev related tasks). If you hate the terminal... keep moving, nothing to see here.


For a more common IDE (not terminal), I've been using Theia for the past 6 months or so : https://theia-ide.org/ If you click that link you'll see "AI" vomited into everything, for example the first two sentences :

The Theia IDE is a modern, AI-native IDE for cloud and desktop built on the Theia Platform. The Theia Platform is a framework for building custom, AI-native tools & IDEs.

From what I've seen, there's no AI integration in the base and it's only added via extensions. It is extremely similar to VS Code but is not a fork. Now... whether or not it was ""developed with AI"", I don't know. I kind of got the feeling that they sprayed "AI" all over the website to try to cash in on the hype and get new users.

Even if that's the case (chasing the hype train, no actual LLM inside), that's likely to be a major turn off for you which I fully understand.

[–] flamingos@feddit.uk 1 points 8 hours ago

There's Pulsar, a fork of the discontinued Atom.

[–] kittenzrulz123@lemmy.dbzer0.com 7 points 13 hours ago (1 children)

Have you heard of the lazyvim config for neovim?

[–] tiny_hedgehog@piefed.social 2 points 13 hours ago

OK, yeah, this makes it a bit easier to tackle the learning curve of vim. Thanks, I'll give this a go.

[–] paequ2@lemmy.today 1 points 8 hours ago
[–] nightlily@leminal.space 1 points 9 hours ago

People are recommending vim but unfortunately the lead maintainers are now slopcoders. Evi is a fork from before the brainrot set in https://codeberg.org/NerdNextDoor/evi

[–] ComradeMiao@lemmy.world 2 points 10 hours ago
[–] solrize@lemmy.ml 12 points 16 hours ago (3 children)

Emacs Makes All Computing Simple.

[–] paequ2@lemmy.today 3 points 9 hours ago

OP said IDE, not operating system...

[–] scoutfdt@lemmy.dbzer0.com 4 points 14 hours ago* (last edited 14 hours ago)

OP said gentler, not please destroy my pinky (jokes aside emacs is great but there's a lot to configure)

[–] thatonecoder@lemmy.ca 3 points 14 hours ago

You obviously mean Eight Megabytes And Constantly Swapping, no?

[–] enbiousenvy@lemmy.blahaj.zone 7 points 15 hours ago
[–] hendrik@palaver.p3x.de 11 points 17 hours ago

Maybe Gram (a Zed fork). And VSCodium as a popular choice but ultimately that's Microsoft. But there's a bazillion code editors in any Linux repository, some more general, some very good at a specific programming language.

[–] Strawberry@lemmy.blahaj.zone 10 points 17 hours ago (1 children)

Perhaps the KDE one, KDevelop, or maybe Eclipse. In the terminal I'd recommend Helix. It's sort of like vim but with more intuitive controls (personal opinion, don't kill me), and the functionality is built in to the core program rather than relying on many plugins. You only have to add an LSP server for code completion/popover documentation, just like VSCode

[–] Arghblarg@lemmy.ca 8 points 17 hours ago (3 children)

Yes, Eclipse. 20-year-ago me would have a stroke saying that (due to it being pretty 'heavyweight' for the PCs back then) but it's got support for any language you can think of with plugins and an app store for everything. But, no AI crap unless you seek it out, I presume.

[–] Creat@discuss.tchncs.de 1 points 7 hours ago

It's been a few years (not many, just a few) but last I used eclipse it was clunky, slow and cumbersome for everything you wanted to do. Even relatively simple tasks ended up being tedious. Finding any option or feature usually required Google.

It also loved crashing, a lot.

[–] django@discuss.tchncs.de 2 points 13 hours ago

I remember running Eclipse with 1GB of RAM 😭

[–] zod000@lemmy.dbzer0.com 1 points 12 hours ago

Eclipse definitely earned its hate for a long time, but it's heaviness waned more and more as systems got faster and had more ram. By the time I stopped using it, it was practically snappy and that was over ten years ago. That being said, I'm not exactly excited to jump back into it.

[–] racketlauncher831@lemmy.ml 1 points 12 hours ago

I'm still going to recommend Vim.

Have you tried typing vimtutor to your terminal emulator and press enter?

I also did a quick search and found this interactive tutorial website of Vim.
https://openvim.com/

[–] Liketearsinrain@lemmy.ml 3 points 16 hours ago

You won't have many choices, VS Codium (VS Code fork), KDevelop, Eclipse and NetBeans.

[–] JetpackJackson@feddit.org 1 points 15 hours ago

Kakoune, Helix, Kate