# Think-of-it-as analogy reflex

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: analogy-reflex
- Category: Rhetorical and discourse (rhetorical)
- Subcategory: analogy
- Also known as: Think of it as, imagine X as Y
- Status: Active. Currently signals low-effort writing.
- Severity: low
- 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/analogy-reflex

## Description

An explanation reaches for a comparison before it has stated the thing. tropes.fyi lists the pattern and vale-ai-tells ships a rule for the family. The analogy usually lasts one sentence and never returns, which is the tell. A working analogy gets carried, extended, and eventually broken on purpose when the writer reaches the point where it stops holding.

## Why it reads as machine-written

Comparison is the cheapest form of explanation and it always produces a sentence. It also lets the writer skip the mechanism entirely, since the reader supplies the meaning from the familiar side of the comparison. Science communicators and teachers build whole explanations from analogy and carry them for pages.

## Detection

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

Scope: sentence

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

```regex
\b(?:think\s+of\s+(?:it|this|them)\s+as|imagine\s+(?:it|this|them)\s+as|picture\s+(?:it|this)\s+as)\s+(?:a|an|the)\b
```

Flags: gi

## Examples

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

### Specimen 1

Before, exhibiting the tell:

> Think of it as a nervous system for your whole content operation. Everything connects to everything else, and that is really the whole promise once the feature list is set aside.

After, repaired:

> It watches the publish queue and reposts anything the platform rejected, which is the only part anyone notices. The rest is a scheduler.

### Specimen 2

Before, exhibiting the tell:

> Imagine it as a filing cabinet that files itself.

After, repaired:

> Uploads land in one bucket and a nightly job tags them by client from the filename. Anything it cannot parse goes to a folder someone checks on Mondays.

## False positives

Who legitimately writes this way.

Science communicators, teachers and technical writers build explanations from analogy because it is the fastest route into an unfamiliar system, and physics teaching in particular is largely a sequence of analogies with their limits marked. Documentation uses the phrase to orient a reader before the reference material starts. The reviewer check is whether the analogy is carried past its first sentence: a writer who means it will extend the comparison, test it, and say where it breaks. A comparison that is dropped immediately was decoration, and the mechanism it stood in for is still missing.

## Model attribution

Unattributed. Neither source separates model families or names a vendor.

## Sources

1. tropes.fyi pattern directory
   https://tropes.fyi/directory
   (tier: community; accessed 2026-08-14)
2. vale-ai-tells, 111 machine-checkable rules
   https://github.com/tbhb/vale-ai-tells
   (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 at low severity. Two practitioner lists name the pattern and neither publishes a rate. The rule is a single narrow phrase family, which keeps the cost of a false hit close to zero.

## 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.