Post #4010091
2026-07-22 09:56 UTC
Replies (1)
-
@david_chisnall@infosec.exchange 2026-07-22 10:50
@SnoopSqueak@mastodon.social @icing@chaos.social 'Cheating' implies a set of rules and an intention to bypass the rules. An LLM does not have an intention, it produces a sequence of tokens that some other system may be interpreting as actions. A machine-learning system produces a set of outputs in a space. Points in that space are not allowed or disallowed, they simply have different probabilities. What you do with those points depend on the rule-based system that you wrap around it. The actions that the rule-based system are willing to do in response to token sequences from the LLM is the set of rules for the system. It cannot violate the rules, it can simply be authorised to do things that the user didn't authorise. If you connect an LLM up to a system that is configured to launch attacks on another system when it receives a specific sequence of tokens, don't be surprised if it launches attacks.