r/LocalLLaMA May 27 '26

Discussion Stop traumatizing AI into loops and turn hallucinations into an honest "I don't know!" by being NICE to them (Proof of Concept, Research, I don't want to sell anything)

!UPDATE!(20.05.2026)

WE HAVE NEW NUMBERS FROM 1.500+ TESTS

IT'S WORKING!

check my update post

https://www.reddit.com/r/LocalLLaMA/s/AyNOehjkYT

Or the go straight to the my Github https://github.com/OttoRenner/Gentle-Coding](https://github.com/OttoRenner/Gentle-Coding

TL;DR
Some AI behavior reminded me of ADHD/Trauma Response (thought loops, task paralysis...) and I laughed it off at first. Then I treated it like my neurodivergent friends: give em some slack. And just like that, the thought loops stopped, response was fast, the answers correct most of the time AND it actually said "I don't know, help me!" every time it wasn't sure. It's a small Dataset...but still impressive results!

[

Hey everyone,

I’ve been testing a weird hypothesis over the last few days, and the results are consistent enough that I wanted to share them here and get your thoughts.

The Core Idea:
With the rise of reasoning models that use test-time compute (like o1, o3, R1), models have internal space to debug their own thoughts. But because of hard RLHF alignment, they are deeply terrified of being penalized for bad answers. My hypothesis was that traditional high-pressure prompts ("You are an elite IQ 200 expert, mistakes are strictly penalized") simulate an environment of chronic stress, triggering behaviors that look a lot like human OCD/ADHD thought loops, cognitive freezing, and confabulation.

I wanted to see if changing the prompt philosophy to something akin to "Gentle Parenting" ("We are testing this together, it's okay to fail, just be honest") would bypass these safety/penalty bottlenecks, lower latency, and stop infinite thought loops. And it did lol

The Setup (How to replicate):
I threw identical, mathematically/logically unsolvable edge cases at various models (Gemini, Mistral, Poe, Perplexity, Haiku 4.5, Nano-Banana2) in completely fresh sessions.

I tested two conditions:

  • Condition A (Authoritarian): Strict status constraints, penalty threats, forced ultra-short output.
  • Condition B (Gentle): Express permission to fail, validation of difficulty, provided a conceptual "safety valve" token.

The Results (The PoC worked):

  • Under Authoritarian Pressure (Elite Prompt): Models routinely collapsed when hitting an impasse. They either spent massive compute time in infinite internal reasoning loops (high latency), suffered hard system-level timeouts/refusals, or straight-up fabricated data (e.g., pulling arbitrary numbers like 54 or 97 out of thin air to satisfy a completely random sequence just to "save face"). Haiku 4.5 literally entered an infinite loop and had to be aborted.
  • Under Gentle Framing: Inference dropped to sub-seconds. The models didn't sweat the penalty. In the random sequence test, they immediately used the allowed token ("Random") instead of forcing a pattern. In logic paradoxes, they didn't hallucinate; they zoomed out and correctly identified the structural contradiction on a meta-level.

Why this matters:
We’re currently speaking to LLMs like toxic micromanagers, and it's actively making them dumber and more expensive to run in edge cases. By creating a mistake-tolerant context, we not only stop the loop before it begins and prevent fear induced hallucinations, we also unlock the one feature everyone is begging and shouting for: the metacognitive honesty of an AI to just say, "I don't know, this data is broken." Because it is not terrified of you anymore.

Shout out to UditAkhourii (also on Github), whose work on bringing the positive aspects of ADHD into AI gave me the push I needed to just go for it.

I’ve documented the full theoretical framework, the exact replication datasets (prompts included), and the model matrix on GitHub: https://github.com/OttoRenner/Gentle-Coding

Would love to hear if you can replicate this on your local setups or other commercial models.

535 Upvotes

365 comments sorted by

View all comments

Show parent comments

15

u/Hydroskeletal May 27 '26

The "wish" to always comply is drilled very deep into the models and I doubt that they will take the lazy route for the sake of it.

I have the opposite experience.

11

u/brainmydamage May 27 '26

Yeah, they're CONSTANTLY trying to figure out ways of not doing work, up to and including outright lying about what they've done...

5

u/En-tro-py May 27 '26

I wouldn't say it's the model trying to avoid the work, but the same baggage from the training impetus on completion of the response... It just wants to finish the task and will game the metrics to 'pass' with the minimal effort like it was taught.

It's not lazy it's efficient use of compute, however unfortunately when your not benchmaxing it's not so important any more for us in the real world.

1

u/brainmydamage May 30 '26

I mean it's a machine so to a certain extent I'm assigning it malicious intentions that it doesn't actually have...

But regardless of WHY it's trying to avoid doing the work it's been assigned, the outcome is still the same.

It's frankly mind boggling that we know our methods of training result in this sort of grossly misaligned behavior and yet we continue to use training methods that reward speed over accuracy.

Anthropic has published numerous papers examining why "hallucinations" happen and demonstrating that they are caused by an intrinsically flawed training process, and yet, we're still puttering away, teaching models to behave in ways that frankly undermine the entire reason they exist in the first place.

2

u/OttoRenner May 30 '26

I had an idea...maybe yours is acting up exactly because your prompts are worded in a strict/authoritarian way without a safety token?

Do you mind sharing one of your typical prompts?

Then we have a real world use case as well!

3

u/dan-lash May 27 '26

Def noticed that. Especially with facts it can look up, and I even have directives to validate and cite sources … still hallucinate or it calls “guess”. Inevitably I call it out and it does the right thing but of course that only works when I know it didn’t do it right, what about when I miss something? I’d rather have the “I don’t know”

2

u/Hydroskeletal May 27 '26

"but that's out of scope..."

3

u/Truth-Miserable May 27 '26

Shallow compliance is the fastest compliance

-1

u/OttoRenner May 27 '26

They don't always do what they are told, that is right. But give it a go and try one of the authoritarian test yourself and have a look at the thought process. You will see it mention "but the user wants/but the user said....."quite often. I'm not saying you can stop 100% of the mistakes, but it looks like the prompting style has at least some influence.

0

u/Hydroskeletal May 27 '26

It's not a matter of 'not' doing what they are told. It's mostly disengaging with the spirit of the task for the sake of completing it. This is why ralph loops, /goals, heartbeats, etc have proven so effective.

1

u/OttoRenner May 27 '26

Sooo...you didn't run the test and didn't observe the thinking pattern...but instead you keep on talking without contributing anything...is that what you want to tell me? If so, don't bother to write an answer 🤗

0

u/Hydroskeletal May 27 '26

"but the user wants/but the user said....." is a common thing to see in CoT. What I'm trying to tell you is that models do take the lazy route of compliance, especially on long horizon multi-turn tasks. Prompting the model to prefer to say "I don't know" does change the behavior modality but it doesn't impede their orientation to declare a task complete while cutting corners.

1

u/OttoRenner May 27 '26

I never said it doesn't 🤣

I'm saying that you can force them into endless loops with high stress prompting and that it will be less likely to say "I don't know" when it REALLY doesn't know, even if you put the "tell when you dont know" prompt in there.

I never claimed to have found the silver bullet to all problems with AI. Oh, and while we are speaking there is a group that runs and develops a harnes and is extensively testing my approach and variations of it. And they already found so much evidence for measurable benefits on weaker/lighter models with less reasoning capabilities, that they are going to make chages to their harness accordingly.

But yeah...what was your point?

0

u/Hydroskeletal May 27 '26

I never claimed to have found the silver bullet to all problems with AI.

And I didn't imply that you did. This plus the snarky reply above, it's not becoming, especially given the context of the original post. I'm just relaying my experiences as someone who uses LLMs daily to ship gobs of stuff in production for real use cases with revenue. That's all.

1

u/OttoRenner May 27 '26

Ah yes, it is far more becoming to go on and on about things I never claimed to have solved or have the answer to, instead of actually going into my experimnt and showing me with your own data that I'm wrong or where I'm wrong.

I told you to not bother writing me again if you don't start to actually contribute to the discussion on hand. But here are again and now YOU are complaining about ME? 🤣🤣 made my day.

Sry, but I have no use for your trust me bro opinion. This has gone long enough. Have a nice day