this post was submitted on 29 Jul 2026
110 points (97.4% liked)

Fuck AI

8028 readers
1177 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
 

You can now embed prompts in your Kotlin code. It's worse than generating code and checking it beforehand since it will now be done at runtime. Expect a lot of new applications that will put one prompt in the main function like:

fun main() { chatgpt("open a window with a button, and make no mistakes") }  
top 13 comments
sorted by: hot top controversial new old
[–] eleijeep@piefed.social 32 points 3 weeks ago (1 children)

JetBrains? More like ShitForBrains amirite lmao gotem

[–] snoons@lemmy.ca 5 points 3 weeks ago

Well, some of the data centres are burning cow shit for power so...

[–] Yaky@slrpnk.net 29 points 3 weeks ago (1 children)

(Poe's law activate)

Is this a joke or trolling? This is an RNG for crashing the app with a runtime error.

[–] one_old_coder@piefed.social 10 points 3 weeks ago

Not a joke I guess. They have developed their own "LLM proxy," their own agent, and now they put prompts in the code.

[–] addie@feddit.uk 26 points 3 weeks ago (2 children)

If JetBrains could spend more time fixing all their broken shit and less time on this, that would be amazing.

Had my copy of IntelliJ spontaneously deactivate itself yesterday, presumably a network glitch contacting my company's auth servers. Second attempt successful, and enabled every fucking 'premium' plugin while it was at it. Took half a day to turn all that shit back off again and find every setting that was changed before I could do local builds again. Aargh.

Main selling point of IDEA over eg. Eclipse is that it's "faster". Getting slower all the time, and I've never had Eclipse spontaneously shit itself in quite such fashion.

[–] lichtmetzger@discuss.tchncs.de 4 points 3 weeks ago

If JetBrains could spend more time fixing all their broken shit and less time on this, that would be amazing.

After each update of WebStorm I have to manually edit the VM options to enable Vulkan support, otherwise it will render the editor in software mode with ~5fps.

Smooth-scrolling a little bit of text in 2026 seems way too difficult for a commercial project. If AI is so great, why can it not implement that?

[–] quick_snail@feddit.nl 3 points 3 weeks ago

If they're using AI, it's probably going to get worse, not better.

Switch to something that has a no-AI policy

[–] neclimdul@lemmy.world 24 points 3 weeks ago (2 children)

This is brilliant. Just think about your bug reports.

"Doesn't work. Saw XYZ"

/close Could not reproduce.

[–] Dojan@pawb.social 12 points 3 weeks ago

Restart application until it works.

Bananas.

[–] one_old_coder@piefed.social 3 points 3 weeks ago

That's a great idea. Once you know there is random stuff happening in the code, you can close every bug report!

[–] fargeol@lemmy.world 14 points 3 weeks ago (1 children)

That's suboptimal... In Rust we do that at compile-time: https://github.com/germangb/ai-bindgen

[–] massive_bereavement@fedia.io 5 points 3 weeks ago

What could go wrong.

[–] lichtmetzger@discuss.tchncs.de 2 points 3 weeks ago* (last edited 3 weeks ago)

JetBrains is just weird. Their plugin for WebStorm technically supports local LLMs, but it defaults to OpenAI models and after each update I have to reconfigure it again to use my own machine instead of a massive datacenter poisoning freshwater.

One time it had a hiccup and couldn't process my input and when I clicked a simple "Resend" button, it just randomly decided to send all of my code into the cloud to be handled by OpenAI instead of my local machine. Thanks, that's totally what I want you fucking morons.

Cloud providers cannot be disabled in the plugin and the "Automatic" setting in the model selection does not mean it'll always use your own local LLM, it just does what it wants.

Their priorities seem pretty clear here - they added support for local LLMs because otherwise they'd piss off legitimate developers, but it's very barebones and the actual focus is on stupid cloud LLM providers like Anthropic and OpenAI. Can't wait for this bubble to burst.