# Staccato fragment run

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: staccato-fragment-run
- Category: Structural and syntactic (structural)
- Subcategory: cadence
- Also known as: short punchy fragments, parallel staccato
- 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/staccato-fragment-run

## Description

Runs of verbless fragments used to set a rhythm. tropes.fyi carries them as short punchy fragments, vale-ai-tells implements a parallel-staccato rule with eight surface forms, and slop-lint lists the reply-register version. This entry replaces a cut candidate whose sentence-length figures sit on the never-publish list for this project, and it claims nothing statistical. The pattern below fires only on two adjacent comparative fragments, which is the narrowest form of the habit.

## Why it reads as machine-written

The fragments carry the cadence of a conclusion without stating one. Two of them land in a row and the paragraph sounds decided. Read them back and the claim is missing: a comparative with no baseline to compare against, a noun with no verb attached to it. The rhythm does the work the evidence was supposed to do.

## 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+)(?:More|Less|Fewer|Faster|Better|Cleaner|Smarter|Simpler|Stronger|Cheaper|Bigger|Higher|Lower|Longer|Shorter|Deeper|Broader|Leaner|Safer)\s+[a-z]{3,}(?:\s+[a-z]{3,})?\.\s+(?:More|Less|Fewer|Faster|Better|Cleaner|Smarter|Simpler|Stronger|Cheaper|Bigger|Higher|Lower|Longer|Shorter|Deeper|Broader|Leaner|Safer)\s+[a-z]{3,}(?:\s+[a-z]{3,})?\.
```

Flags: gm

## Examples

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

### Specimen 1

Before, exhibiting the tell:

> We rebuilt the checkout screen and the difference showed up straight away. Faster onboarding. Fewer support tickets. Nobody has asked what either of those is measured against, which is usually a sign that the answer would be awkward.

After, repaired:

> We rebuilt the checkout screen in March. Median signup time fell from four minutes to ninety seconds, and tickets tagged checkout dropped by half over the following month.

Note: Faster and fewer than what, over what period, measured how. The fragments sound decided and the sentences around them never supply the baseline. The repair states it twice. Figures in this repair are invented for the specimen.

## False positives

Who legitimately writes this way.

Direct-response copywriters are taught punch-then-develop rhythm and use it deliberately, and sports writing has run on clipped fragments for a century. Poets and lyricists take the fragment as their basic unit. The rule is deliberately narrow and fires only on two adjacent comparative fragments, so most legitimate fragment writing passes it untouched. A hit in advertising copy is the register working as intended, and the question to ask there is whether the comparative ever names what it is being compared with.

## Model attribution

Undocumented by vendor. The form appears across assistants in short-form output and is heavier where a prompt asked for a punchy or engaging register.

## 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)
3. 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: Carried by three community sources, one of which implements it as a live rule. No measurement exists and none is claimed here. Severity stays low because the form is a working tool in several human registers.

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