Evidence Field
show how sources support, weaken, or contradict a claim
Running the actual pattern live via applyPattern() — switch the substrate, stack overlays, watch the signals, or reverse the dynamics. Not a mock.
"Evidence Field" — show how sources support, weaken, or contradict a claim. It has a charge layer (attract/repel charged matter), a link layer (ropes / cloth between neighbours), a cohesion layer (flocking — pull toward neighbours), and a repel layer (carve a void / keep-clear region). The active render stack is links, particles, heatmap.
Claims are bodies; supporting sources bind them (link + cohesion), contradictory sources repel and raise entropy (electromagnetic + strong). Strong evidence increases coherence.
Copy this pattern
<field-root></field-root>
<div data-body="charge" data-strength="0.9" data-range="280" data-spin="1"></div>
<div data-body="link" data-strength="0.7" data-range="320"></div>
<div data-body="cohesion" data-strength="0.6" data-range="260" data-feedback></div>
<div data-body="repel" data-strength="0.5" data-range="200"></div> <script type="module">
import '@fundamental-engine/elements';
</script>
<field-root></field-root>
<div data-body="charge" data-strength="0.9" data-range="280" data-spin="1"></div>
<div data-body="link" data-strength="0.7" data-range="320"></div>
<div data-body="cohesion" data-strength="0.6" data-range="260" data-feedback></div>
<div data-body="repel" data-strength="0.5" data-range="200"></div> import { FieldField } from '@fundamental-engine/react';
export default function EvidenceField() {
return (
<FieldField>
<div data-body="charge" data-strength="0.9" data-range="280" data-spin="1" />
<div data-body="link" data-strength="0.7" data-range="320" />
<div data-body="cohesion" data-strength="0.6" data-range="260" data-feedback />
<div data-body="repel" data-strength="0.5" data-range="200" />
</FieldField>
);
} {
"id": "evidence-field",
"name": "Evidence Field",
"intent": "show how sources support, weaken, or contradict a claim",
"naturalField": "electromagnetic",
"primitives": [
"charge",
"link",
"cohesion",
"repel"
],
"bodies": [
{
"body": "charge",
"strength": 0.9,
"range": 280,
"spin": 1
},
{
"body": "link",
"strength": 0.7,
"range": 320
},
{
"body": "cohesion",
"strength": 0.6,
"range": 260,
"feedback": true
},
{
"body": "repel",
"strength": 0.5,
"range": 200
}
],
"relationships": [
{
"from": "claim",
"to": "source",
"type": "supports",
"strength": 0.7
}
],
"render": [
"links",
"particles",
"heatmap"
],
"metrics": [
"coherence",
"entropy"
],
"diagnostics": [
"topology",
"causality",
"links"
],
"accessibility": {
"reducedMotion": "a static claim/source table with support and conflict badges",
"meaningWithoutMotion": "each source is listed as supporting or contradicting, with a confidence label"
},
"notes": "Claims are bodies; supporting sources bind them (link + cohesion), contradictory sources repel and raise entropy (electromagnetic + strong). Strong evidence increases coherence.",
"tier": "core",
"status": "shipped",
"conditions": [
"related"
]
} See also
- Priority Well make important elements feel naturally weighted without shouting
- Focus Orbit keep related options moving around the active item
- Search Relevance Field let search results settle by relevance, confidence, and recency
- Signal Path show information flowing through citations, dependencies, or routes
- Conflict Field make contradiction, uncertainty, and unstable state visible
- Relationship Bond keep related elements visually and behaviorally connected