Guide · August 28, 2026

Why does AI keep apologizing and rating its own answers?

How this was written: the observation is mine, from a session I was in. The prose was drafted by Claude and revised on my direction. The note is at the top because a piece about machine writing shouldn't make you read to the end to find out.

I asked a simple question last week. Gmail lets you hand your mailbox to somebody else, and I wanted the ceiling. How many delegates can one account have?

The answer opened by rating its own confidence. Then it assured me it would rather admit ignorance than guess in a way that cost me money. A few messages later, it announced that the number it had given me was wrong, wondered aloud where the wrong number had come from, and took responsibility.

The figure was in there somewhere. Gmail supports 1,000 delegates per account, with a recommended ceiling of 40 concurrent users.

I have been staring at AI writing tells for three weeks and had walked straight past this one. It reads as conscientiousness.

A single line of text with most of it struck through, leaving one short factual clause standing. The deleted words are the writer talking about the writing.
The delete test. Cut the sentence, and if no fact about the subject went with it, it was self-narration.

The test takes a second

Cut the sentence. If the reader loses no fact about the subject, it was self-narration.

That's the whole rule, and it's faster than any of the fifteen regexes on this site. You don't need to know what construction you're looking at. You delete it and see whether anything real went with it.

Six shapes it takes

The first is rating your own claim. "My read, and I'll say the confidence out loud: medium-high that it consumes a seat." People don't grade their own sentences. Confidence already lives in the grammar: a declarative is confident, "probably" isn't. A confidence label is metadata, and metadata belongs in a system that gets evaluated. Say "budget for a seat" and stop.

Then announcing your integrity. "I'd rather tell you I don't know than guess." Also "let me be transparent," "here's the honest answer," "to be fair." Claiming a virtue is thinner evidence of it than having it. Just say the thing you don't know.

Apologizing for the last draft is the third. "The delegate limit I gave you was wrong. I said 25. That's on me." Nobody arriving from a search result read the earlier version. The apology is addressed to a reader who doesn't exist. State the current fact and keep going.

Fourth, the text describing its own body. "I spent three paragraphs back then explaining the workaround." Also word counts, section counts, "as noted above," "this article will cover." Writers don't inventory their own paragraphs. In a long reference doc that's navigation, and even then it's usually a heading's job.

Fifth is telling the reader how much it matters. "Four things, and each one moves the decision." Also "which is the whole point" and "that changes everything." If it matters, the content carries it. Appending the significance is the writer checking that you noticed.

The last one is reviewing your own source. "Those two are stated plainly." Also "the documentation is unusually direct about this," "to their credit, Microsoft says." I want what the source said. I did not ask for your notes on its prose style.

Why I think it happens

A model is trained in a loop where somebody is judging the answer. So it learns to make its own reliability visible: rate the confidence, flag the uncertainty, own the error, signpost the structure, show the work.

Those are good assistant behaviors. In published prose they're a fingerprint, because a writer addressing a reader has no reason to submit evidence of their own trustworthiness. The reader isn't grading the writer. The reader came for the fact.

One line, if you only keep one: AI writing addresses an evaluator. Human writing addresses a reader.

That's a hypothesis about training, not a measurement. Every rate on my trends page comes with a source. This one comes with an argument, and I'd rather label it than dress it up.

Then I went looking for it and found nothing

I have 456 machine-written documents sitting in a public repo, from four models, plus 80 human documents from before ChatGPT existed. I wrote regexes for all six shapes and ran them across the lot.

Zero, in every model, for five of the six. No occurrences at all across 536 documents.

The sixth was worse. "Announcing your integrity" fired at 0.04 per thousand words in human Medium articles and 0.06 in blog posts from 2004, against 0.00 in three of the four models. Humans do it more. If I had shipped that as a checker rule, it would have flagged people for sounding sincere.

The corpus is the reason. Every document in it is one fresh answer to a prompt nobody argued with. All six examples above came from a conversation, after I had pushed back and the model was revising.

Which is the part that convinced me the argument holds. If the behavior comes from being judged, it should show up where there's a judge in the room and vanish where nobody is watching. That's exactly what the numbers did.

What this doesn't cover

The rule governs published prose. Working conversation, analysis, and anything where the epistemic status is itself the deliverable all sit outside it.

If you ask a model how confident it is, you want the confidence. If somebody hands you research resting on an inference rather than a source, you want that labeled. Strip that out of a working exchange, and you get output that's less useful and less honest, which is the opposite of the point.

The tell is confidence scoring nobody asked for, inside prose whose job is to inform.

What changed

The skill has a new rule, Tier 2 number 13, carrying the delete test and the six shapes. Rule 1 picked up the softer negation variants I'd been missing: "not so much X as Y," "less a X than a Y," "rather than X, this is Y." One of those got through a full pass on my own writing last week.

The checker got nothing. No rule, no regex. I have no evidence about how this behaves on the text people actually paste in, and one of the six already points the wrong way against humans. This site spent a week correcting a threshold I set from one vendor's output. I'm not starting a second one.

Run the delete test on the next thing you draft with a model. Take any sentence about the writing or about how reliable the writer is, cut it, and see whether you lost a fact. My drafts lost nothing about eight times.

Method: the corpora, the generator, and the measurement scripts are in study/. The self-narration regexes were written from the six examples above and run across all nine corpora; rates are per 1,000 words with a bootstrap interval over documents.