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

Fuck AI

8028 readers
1220 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") }  
you are viewing a single comment's thread
view the rest of the comments
[–] 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.