Disagreement Charge
make unresolved conflict visible without turning it into noise
Running the actual pattern live via applyPattern() — switch the substrate, stack overlays, watch the signals, or reverse the dynamics. Not a mock.
"Disagreement Charge" — make unresolved conflict visible without turning it into noise. It has a charge layer (attract/repel charged matter), a repel layer (carve a void / keep-clear region), a thermal layer (agitate matter at a temperature), a morph layer (assemble matter into a mark/shape (never words, §11)), and a memory layer (a decaying trail / hysteresis). The active render stack is field-lines, heatmap, links, particles.
Opposing claims carry like charge and repel into visible separation, thermal entropy marking heated conflict; once resolved, the claim morphs and decays into memory rather than alarming. Electric pushes, magnetic bends.
Copy this pattern
<field-root></field-root>
<div data-body="charge" data-strength="1" data-range="340" data-spin="1" data-feedback></div>
<div data-body="repel" data-strength="0.7" data-range="300"></div>
<div data-body="thermal" data-strength="0.5" data-range="280"></div>
<div data-body="morph" data-strength="0.4" data-range="220"></div>
<div data-body="memory" data-strength="0.4" data-range="260"></div> <script type="module">
import '@fundamental-engine/elements';
</script>
<field-root></field-root>
<div data-body="charge" data-strength="1" data-range="340" data-spin="1" data-feedback></div>
<div data-body="repel" data-strength="0.7" data-range="300"></div>
<div data-body="thermal" data-strength="0.5" data-range="280"></div>
<div data-body="morph" data-strength="0.4" data-range="220"></div>
<div data-body="memory" data-strength="0.4" data-range="260"></div> import { FieldField } from '@fundamental-engine/react';
export default function DisagreementCharge() {
return (
<FieldField>
<div data-body="charge" data-strength="1" data-range="340" data-spin="1" data-feedback />
<div data-body="repel" data-strength="0.7" data-range="300" />
<div data-body="thermal" data-strength="0.5" data-range="280" />
<div data-body="morph" data-strength="0.4" data-range="220" />
<div data-body="memory" data-strength="0.4" data-range="260" />
</FieldField>
);
} {
"id": "disagreement-charge",
"name": "Disagreement Charge",
"intent": "make unresolved conflict visible without turning it into noise",
"naturalField": "electromagnetic",
"primitives": [
"charge",
"repel",
"thermal",
"morph",
"memory"
],
"bodies": [
{
"body": "charge",
"strength": 1,
"range": 340,
"spin": 1,
"feedback": true
},
{
"body": "repel",
"strength": 0.7,
"range": 300
},
{
"body": "thermal",
"strength": 0.5,
"range": 280
},
{
"body": "morph",
"strength": 0.4,
"range": 220
},
{
"body": "memory",
"strength": 0.4,
"range": 260
}
],
"relationships": [
{
"from": "claim",
"to": "counter-claim",
"type": "opposes",
"strength": 0.6
}
],
"render": [
"field-lines",
"heatmap",
"links",
"particles"
],
"metrics": [
"disagreement",
"entropy",
"resolution",
"memory"
],
"diagnostics": [
"causality",
"topology",
"field-lines"
],
"accessibility": {
"reducedMotion": "conflict pairs with a resolution-state column and a disagreement summary",
"meaningWithoutMotion": "each conflict is a labelled pair of claims with a resolved/open state and an entropy score"
},
"notes": "Opposing claims carry like charge and repel into visible separation, thermal entropy marking heated conflict; once resolved, the claim morphs and decays into memory rather than alarming. Electric pushes, magnetic bends.",
"tier": "operational",
"status": "shipped",
"concepts": [
"disagreement"
],
"conditions": [
"conflicted"
]
} See also
- Signal Path show information flowing through citations, dependencies, or routes
- Evidence Field show how sources support, weaken, or contradict a claim
- Guided Flow move particles or attention along field lines, relationships, or paths
- Navigation Current make routes, breadcrumbs, and likely next paths feel connected
- Citation Thread bind citations, footnotes, evidence, references into visible relationships
- Trust Gradient show confidence, verification, and unsupported claims