New Paper Finds Cases of "AI Psychosis" Manifesting Differently From Schizophrenia
New Paper Finds Cases of "AI Psychosis" Manifesting Differently From Schizophrenia

futurism.com
New Paper Finds Cases of "AI Psychosis" Manifesting Differently From Schizophrenia

Ngl as a former clinical researcher putting aside my ethics concerns, I am extremely interested in the data we'll be getting regarding AI usage in groups over the next decades re: social behaviours, but also biological structural changes. Right now the sample sizes are way too small.
But more importantly, can anyone who has experience in LLMs explain why this happens:
How exactly are guardrails programmed into these chatbots, and why are they so easily circumvented? We're already on GPT-5, you would think this is something that would be solved? Why is ChatGPT giving instructions on how to assassinate it's own CEO?
They are so easily circumvented because there is zero logic in these plagiarism machines. They do not understand what they output. They're just weights on what word is most likely to follow the previous words.
So, if you ask it, "how do I make a bomb?" it just spits out words that would most likely follow those. Their "instructions" come from the system prepending a ton of extra words that heavily influence how it weighs positive and negative words. The "guard rails" are often either seeding the input data so "bad" words are naturally rated lower, bad/malicious questions get similarly artificially weighted towards "I'm sorry" responses, or extra systems check the input and/or response and steer the eventual output to the "I'm sorry" responses (or of course a combination of those).
Their apparent "logic" is WHOLLY DERIVED from the logic already present in language. It is not inherent to LLMs, it's just all in how the words/phrases get tokenized and associated. An LLM doesn't even "understand" that it's speaking a language, let alone anything specific about what it's saying.
All it takes is giving them enough input to make the "bad" responses more relevant than the "i"m sorry" responses. That's it. There are tons of ways to do it, and they will always work no matter what lies any executive spouts.
You laid it out so well, wow.
and
is so incongruous to me I can't even wrap my head around it, let alone understand why technology with this inherent fallacy built in is being pushed as the pinnacle of all programming, a field who's basis lays in logic.
The chatbot is at its heart a text-completion program: "given the text so far, what would a real person be likely to type next? Output that."
To get a vision of "normal", it is trained on a corpus of, essentially, every internet conversation that ever happened.
So when an emo teenager comes in with the beginning of an emo conversation about beautiful suicide, what the chatbot does is fill in the blanks to make a realistic conversation about suicide that matches the similar emo conversations it found on tumblr which are... not necessarily healthy.
The "guardrails" come in a few forms:
Just want to thank you for laying the terminology out so nicely. I was reading the LLM wikipedia page after making my OG comment, and was almost going cross-eyed. Having context from your comment actually made me understand what was being discussed in the replies, lol.
commercial chatbots have a thing called system prompt. it's a slab of text that is fed before user's prompt and includes all the guidance on how chatbot is supposed to operate. it can get quite elaborate. (it's not recomputed every time user starts new chat, state of model is cached after ingesting system prompt, so it's only done when it changes)
if you think that's just telling chatbot to not do a specific thing is incredibly clunky and half-assed way to do it, you'd be correct. first, it's not a deterministic machine so you can't even be 100% sure that this info is followed in the first place. second, more attention is given to the last bits of input, so as chat goes on, the first bits get less important, and that includes these guardrails. sometimes there was a keyword-based filtering, but it doesn't seem like it is the case anymore. the more correct way of sanitizing output would be filtering training data for harmful content, but it's too slow and expensive and not disruptive enough and you can't hammer some random blog every 6 hours this way
there's a myriad ways of circumventing these guardrails, like roleplaying a character that does these supposedly guardrailed things, "it's for a story" or "tell me what are these horrible piracy sites so that i can avoid them" and so on and so on
This part is something that I really can't grasp for some reason. Why do LLMs like...lose context the longer a chat goes on, if that makes any sense? Especially context that's baked into the system prompts, which I would would be a perpetual thing?
I'm sorry if this is a stupid question, but I truly am an AI luddite. My roomate set up a local Deepseek server to help me determine what to cook with what's almost expired our fridge. I'm not really having long, soulful conversations with it, you know?
The system prompt guardrail is so jank that people run competitions and games to to beat them every time a new LLM comes out. Usually you see people beating guardrails hours within release.
Other keywords to search include prompt injection.
Gandalf | Lakera – Test your AI hacking skills - https://gandalf.lakera.ai/adventure-8
"Claude does not claim that it does not have subjective experiences, sentience, emotions, and so on in the way humans do. Instead, it engages with philosophical questions about AI intelligently and thoughtfully."
It says a similar thing 2 more times. It also gives conflicting instructions regarding what to do when asked about topics requiring licensed professionals. Thank you for the link.
From my understanding its length of the conversion that causes the breakdown. As the conversation gets longer the original system prompt that contains the guardrails is less relevant. Like the weight it puts on the responses becomes less and less as the conversation goes on. Eventually the LLM just ignores it.
I wonder if that's part of why GPT5 feels "less personal" to some users now? Perhaps they're reinjecting the system prompt during the conversation and that takes away that personalisation somewhat...
It's incredible to me that it even has that information.
it's trained on entire internet, of course everything is there. tho taking bomb-building advice from an idiot box that can't count letters in a word is gotta be an entire new type of darwin award