# Not X. Not Y. Just Z.

Part of [The AI Tells Index](https://feedsquad.com/ai-tells). A tell signals low effort. It does not identify an author. Skilled writers produce every shape listed here, some of them daily, and automated detectors misread those writers for it at rates measured above 60 percent on non-native English prose. Nothing in this index proves that a machine wrote anything. Read an entry as one piece of evidence to weigh against the false-positive notes printed beside it.

## Facts

- Id: triple-denial-reveal
- Category: Rhetorical and discourse (rhetorical)
- Subcategory: staccato-reveal
- Also known as: triple negation reveal, two denials then a reveal
- Status: Active. Currently signals low-effort writing.
- Severity: medium
- Evidence grade: community-observed (named by practitioners, no formal measurement exists)
- Languages: en
- Added: 2026-08-15
- Updated: 2026-08-17
- Page: https://feedsquad.com/ai-tells/triple-denial-reveal

## Description

Three fragments in a row. The first two deny, the third supplies a minimal answer. tropes.fyi lists the shape by name and slop-lint catalogues the staccato reply register it belongs to. The shipped replacive-contrast entry does not reach it: that rule requires a negated copula and a comma, and a fragment triplet carries neither. The boundary is deliberate, so the two rules stay disjoint and a specimen never fires both.

## Why it reads as machine-written

Both denials are free, because nobody proposed either term. The third fragment then lands as a revelation while carrying one word of content. It is the rhythm of a conclusion with none of the work behind it. On reply surfaces the mold appears whenever a prompt asks for something punchy, since the template produces a finished-sounding line from any noun.

## Detection

Type: deterministic (a regular expression, run as written)

Scope: document

ECMAScript regular expression. The build validator compiles it and tests it against this entry's own specimens.

```regex
(?:^|[.!?]\s+)Not\s+[^.!?\n]{2,40}\.\s+Not\s+[^.!?\n]{2,40}\.\s+(?:Just|Only|Simply)\s+[^.!?\n]{1,40}\.
```

Flags: gm

## Examples

Constructed specimens. Written for this index. Never quoted from anyone's posts.

### Specimen 1

Before, exhibiting the tell:

> Not a tool. Not a platform. Just leverage. That is the whole idea, and it takes a while for anyone to stop asking what the software does and start asking what it removes.

After, repaired:

> It is a queue with a scheduler on top. The scheduler retries a failed post twice, which is the only reason we stopped losing Friday launches.

### Specimen 2

Before, exhibiting the tell:

> Not luck. Not timing. Just the work.

After, repaired:

> We published every Tuesday for nine months. The two posts that carried the year were both written the morning after a support call, which is the only pattern we found.

Note: Figures in this repair are invented for the specimen.

## False positives

Who legitimately writes this way.

Advertising copywriters built this template and still teach it. Agency taglines, film trailer voice-over, sports broadcast and political slogans all use the denial-denial-reveal triplet on purpose, and a copywriter can usually say which brand line it descends from. Poets and lyricists use fragment triplets for rhythm. A reviewer separates craft from filler by asking whether the third fragment names something checkable, and whether the same mold recurs across a body of posts by the same account. One triplet is a device. The same triplet every week is a generator.

## Model attribution

Unattributed. No vendor documentation and no peer-reviewed source names the triplet as a model habit. Both sources that carry it are practitioner repositories, which is what the community-observed grade records.

## Platform notes

- x: Short fragment triplets fit the reply register that X routes through its llm_slop_post label. The classifier prompts behind that label are withheld from the public repository, so nothing published shows this shape being scored.
- linkedin: The triplet is a staple of the one-line-per-sentence post format that human growth marketers popularised on the surface in 2017, well before chat products.

## Sources

1. tropes.fyi pattern directory
   https://tropes.fyi/directory
   (tier: community; accessed 2026-08-14)
2. slop-lint, social-reply-register molds
   https://github.com/eric-sabe/slop-lint
   (tier: community; accessed 2026-08-14)

## Status history

Ids are permanent. A retired tell keeps its id and its page.

- 2026-08-15, Active: Opened as active. Named directly by tropes.fyi and covered by slop-lint, whose molds were screened against a human baseline before shipping. No source reports the shape declining, and it survives paraphrase because it is a mold rather than a phrase.

## License

CC BY 4.0. https://creativecommons.org/licenses/by/4.0/

Attribution: The AI Tells Index, feedsquad.com/ai-tells

Reuse the data, including commercially. Keep the attribution line.

---

Dataset version 1.0.0. Schema version 1.
Part of [FeedSquad](https://feedsquad.com). Built by [Herman Foundry](https://hermanfoundry.com) from Levi, Finnish Lapland.