---
title: "no-faux-insight"
description: "Flags faux-insight setups that posture before making a claim."
sidebar:
  label: "no-faux-insight"
  badge: "Hard"
search:
  tags: [rule, static, detection]
---

| Property | Value |
| -------- | ----- |
| Kind | Hard rule |
| Engine | `phrase` |
| Tier | `static` |
| Severity | `warning` |
| Intent | `detection` |
| Scope | `text` |

## Why

Make the claim stand on its own instead of flattering the writer as the lone expert.

## Examples

<Columns cols={2}>
  <Column>
    **Flagged**

    The part everyone misses: distribution is the real moat.
  </Column>
  <Column>
    **Better**

    Distribution is the moat.
  </Column>
</Columns>

## Turning it off

```sh
lawlint --disable no-faux-insight draft.md
```

Or durably, in `.lawlint/config.json` — see [Configuration](/docs/reference/configuration).
