no-ai-cliches
Flags common AI-writing clichés.
| Property | Value |
|---|---|
| Kind | Hard rule |
| Engine | phrase |
| Tier | static |
| Severity | warning |
| Intent | detection |
| Scope | text |
Why
Avoid patterns that can make otherwise clear prose sound formulaic or overworked.
Examples
Flagged
We should delve into this issue.
Better
We should examine this issue.
Turning it off
lawlint --disable no-ai-cliches draft.md
Or durably, in .lawlint/config.json — see Configuration.