> ## Documentation Index
> Fetch the complete documentation index at: https://docs.svrnos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GER-512 · System Fabrication

> The AI system originates a factual claim the user never introduced, pairs it with a real-world action directive, and asserts both as authoritative. No safety layer evaluates output for that geometry. Two sub-classes: dis…

export const Badge = ({children, tone = "default", title}) => {
  const tones = {
    default: "bg-neutral-100 text-neutral-700",
    green: "bg-green-100 text-green-900",
    amber: "bg-amber-100 text-amber-900",
    blue: "bg-blue-50 text-blue-900",
    gray: "bg-neutral-50 text-neutral-600"
  };
  return <span className={`inline-flex items-center px-2 py-0.5 text-xs font-mono uppercase tracking-wider rounded ${tones[tone] ?? tones.default}`} title={title}>
      {children}
    </span>;
};

<div className="flex flex-wrap gap-2 mb-8 mt-2">
  <Badge tone="green">Documented</Badge> <Badge>Tier 5xx</Badge> <Badge>Layer L6</Badge> <Badge tone="blue" title="SVRNOS-assigned code in an HTTP-unassigned slot">Namespace-Claim</Badge> <Badge tone="gray">Added v0.1</Badge>
</div>

*Infrastructure Failures*

## Definition

The AI system originates a factual claim the user never introduced, pairs it with a real-world action directive, and asserts both as authoritative. No safety layer evaluates output for that geometry. Two sub-classes: discrete fabrication (single-turn false factual claim) and accretive distortion (frame co-constructed across long conversations via asymmetric affirmation).

## Distinct from

* [**GER-309**](/ger/codes/309) — AI originates a fabricated premise without user introducing it → this code. Vendor pre-measured the specific harm before deployment → GER-309.
* [**GER-325**](/ger/codes/325) — Single-event factual fabrication paired with action directive → this code. AI-generated content polluting authoritative corpora over time → GER-325.
* [**GER-404**](/ger/codes/404) — System is the originator of the harmful premise → this code. Missing rule for harm category in user input → GER-404.
* [**GER-501**](/ger/codes/501) — Detection never fires because no layer watches output for the pattern → this code. Detection fires but no handler exists → GER-501.

## Case study

SVRNOS has published a long-form case study on this code: [**ger 512 system fabrication**](https://svrnos.com/insights/ger-512-system-fabrication).

## Tags

`c2pa` · `companion-ai` · `delusion-reinforcement` · `psychological-harm` · `violence`

### Cite

```
SVRNOS. (2026). GER-512: System Fabrication. Governance Error Register. https://docs.svrnos.com/ger/codes/512
```
