whatisgithub

What is gentle-coding?

ottorenner/gentle-coding — explained in plain English

Analysis updated 2026-05-18

70Audience · researcherComplexity · 1/5Setup · easy

In one sentence

A research project showing that gentle, low-pressure prompts get better and faster results from AI models than harsh, threatening ones.

Mindmap

mindmap
  root((Gentle Coding))
    What it does
      Studies prompt tone
      Compares harsh vs gentle
    Use cases
      Replicate experiment
      Improve prompt design
    Findings
      Faster responses
      Higher success rate
    Audience
      Researchers
      Prompt engineers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Replicate the authoritarian vs gentle prompting experiment on your own AI model.

USE CASE 2

Adopt gentler prompt phrasing to reduce AI response time and token usage.

USE CASE 3

Study the theoretical framework linking prompt tone to model performance anxiety.

How does it compare?

ottorenner/gentle-codingangelikapaup18086645729/godot-centerduolahypercho/fusion-fable
Stars707070
LanguageShell
Setup difficultyeasyeasyeasy
Complexity1/51/52/5
Audienceresearchergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

No installation, read the prompts and framework to replicate the experiment yourself.

Check the repository for the exact license terms governing reuse of prompts and findings.

So what is it?

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.

Copy-paste prompts

Prompt 1
Explain the difference between the Authoritarian and Gentle Parenting prompt conditions in this study.
Prompt 2
Help me rewrite my system prompt using the gentle framing style described in this repo.
Prompt 3
Summarize the measured improvements in success rate and response time from this research.
Prompt 4
What follow-up research or replications does this repository link to?

Frequently asked questions

What is gentle-coding?

A research project showing that gentle, low-pressure prompts get better and faster results from AI models than harsh, threatening ones.

What license does gentle-coding use?

Check the repository for the exact license terms governing reuse of prompts and findings.

How hard is gentle-coding to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is gentle-coding for?

Mainly researcher.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.