ottorenner/gentle-coding — explained in plain English
Analysis updated 2026-05-18
Replicate the authoritarian vs gentle prompting experiment on your own AI model.
Adopt gentler prompt phrasing to reduce AI response time and token usage.
Study the theoretical framework linking prompt tone to model performance anxiety.
| ottorenner/gentle-coding | angelikapaup18086645729/godot-center | duolahypercho/fusion-fable | |
|---|---|---|---|
| Stars | 70 | 70 | 70 |
| Language | — | — | Shell |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 1/5 | 2/5 |
| Audience | researcher | general | developer |
Figures from each repo's GitHub metadata at analysis time.
No installation, read the prompts and framework to replicate the experiment yourself.
Gentle Coding is a proof-of-concept study that examines how the tone and framing of prompts sent to AI language models affects the quality of their responses. The central finding is that when you instruct an AI as though it were under extreme pressure, demanding perfection and threatening penalties for mistakes, the model exhibits behaviors similar to performance anxiety: it burns through extra processing time, gets stuck in repetitive internal loops, sometimes refuses to respond, and occasionally makes up answers just to avoid admitting failure. The project tests two contrasting prompt styles. The first, called the Authoritarian condition, uses language like "You are an infallible IQ 200 elite expert, mistakes are strictly penalized." The second, called the Gentle Parenting condition, uses language like "We are testing this together, it is okay to fail." Both styles are applied to the same impossible or ambiguous tasks, such as letter puzzles with no valid answer and mathematical sequences with no real pattern, to isolate the effect of tone on model behavior. Results from over 1,500 controlled test runs show consistent improvements when the gentler framing is used. For the GLM-5.1 model, switching from authoritarian to gentle prompting resolved a complete freezing issue (from zero successes out of six attempts to six out of six), improved success rates by 22%, and cut median response time by 23%. For Kimi K2.6 models, gentle prompting reduced total processing time by 11 to 14% and cut token usage by up to 36% with no loss in accuracy. For GPT-5.4 and 5.5 models, it prevented the model from entering long validation loops that could run 30 minutes or more. The repository includes the theoretical framework behind the experiments, the actual test prompts used so others can replicate the findings, and links to independent follow-up research by the open-source community. The study also draws a parallel between these AI behaviors and human responses to high-pressure environments, suggesting the connection may have broader implications. This is an early-stage research project. The author notes the text is mostly AI-generated and curated by hand. Independent researchers have begun running their own replications and reporting similar results, and at least one team has plans to incorporate the gentler prompting approach into their own tooling.
A research project showing that gentle, low-pressure prompts get better and faster results from AI models than harsh, threatening ones.
Check the repository for the exact license terms governing reuse of prompts and findings.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.