this post was submitted on 30 May 2026
369 points (99.2% liked)
Fuck AI
7196 readers
2424 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 are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Prompt injection isn't a fucking rootkit. If anything, it is me giving you a link to a rootkit that I do not own, but I say "This is a rootkit" after a really long paragraph that you didn't read and you download it and run it and then complain that you didn't read any of what I said.
But, then again, the users were using the software against terms of service, now weren't they? So, why is the developer at fault when the user didn't follow the ToS?
That's now how the law sees this.
Terms of Service doesn't apply here. A terms of service agreement is a contract which requires the consent of both parties, that's why you click the 'I Agree' checkbox when you sign up for things. Nobody using this code, or any open source code has had to sign a terms of service. Feel free to show me the ToS that you're talking about if I'm wrong.
This is an open source project, it is governed by the license that it is released under. It is using Eclipse Public License v2.0, as you can see from their repo: https://github.com/jqwik-team/jqwik/blob/main/LICENSE.md
If the developer doesn't want their code to be used by AI then they can release it under a license saying as much. This code is released under the EPL which has no provisions stating that it is against the license to be used by AI. The license allows for it to be used for any purpose, including commercial purposes and nowhere does the license require that users of the software allow the developer to delete or damage their projects because they feel like it. Again, feel free to show me where it says this if you think I'm wrong.
The developer is at fault because the developer intentionally added things to their project that they intended to cause damage. The fact that the malware was written in English and intended to be interpreted by agentic AI instead of written in Python and intended to be interpreted by the Python interpreter doesn't change the fact that it was intended to cause damage.
As to why they are liable, it's because of the Computer Fraud and Abuse Act says so. In fact, what they did is a crime and they could be held criminally liable on top of being civilly liable. Here's the law: https://www.law.cornell.edu/uscode/text/18/1030
If found guilty:
So, in addition to being sentenced to incarceration they face losing any right to their software and any hardware used to add this malware.
You can't distribute malware, it is illegal even if you personally don't like the people affected.