Staleness Drift
make outdated content, data, or files cool and recede
Running the actual pattern live via applyPattern() — switch the substrate, stack overlays, watch the signals, or reverse the dynamics. Not a mock.
"Staleness Drift" — make outdated content, data, or files cool and recede. It has a memory layer (a decaying trail / hysteresis), a morph layer (assemble matter into a mark/shape (never words, §11)), and a diffuse layer (spread a quantity over the medium). The active render stack is heatmap, trails, particles.
Like a weak-force decay, unattended items morph and diffuse toward the background while memory lets a revisit pull them back into coherence.
Copy this pattern
<field-root></field-root>
<div data-body="memory" data-strength="0.9" data-range="300" data-feedback></div>
<div data-body="morph" data-strength="0.6" data-range="280"></div>
<div data-body="diffuse" data-strength="0.6" data-range="260"></div> <script type="module">
import '@fundamental-engine/elements';
</script>
<field-root></field-root>
<div data-body="memory" data-strength="0.9" data-range="300" data-feedback></div>
<div data-body="morph" data-strength="0.6" data-range="280"></div>
<div data-body="diffuse" data-strength="0.6" data-range="260"></div> import { FieldField } from '@fundamental-engine/react';
export default function StalenessDrift() {
return (
<FieldField>
<div data-body="memory" data-strength="0.9" data-range="300" data-feedback />
<div data-body="morph" data-strength="0.6" data-range="280" />
<div data-body="diffuse" data-strength="0.6" data-range="260" />
</FieldField>
);
} {
"id": "staleness-drift",
"name": "Staleness Drift",
"intent": "make outdated content, data, or files cool and recede",
"naturalField": "weak",
"primitives": [
"memory",
"morph",
"diffuse"
],
"bodies": [
{
"body": "memory",
"strength": 0.9,
"range": 300,
"feedback": true
},
{
"body": "morph",
"strength": 0.6,
"range": 280
},
{
"body": "diffuse",
"strength": 0.6,
"range": 260
}
],
"render": [
"heatmap",
"trails",
"particles"
],
"metrics": [
"age",
"staleness",
"memory",
"confidence"
],
"diagnostics": [
"heatmap",
"contours",
"inspector"
],
"accessibility": {
"reducedMotion": "stale badges with an aging tone and a last-verified marker",
"meaningWithoutMotion": "staleness reads through stale badges, aging tone, and an explicit last-verified date"
},
"notes": "Like a weak-force decay, unattended items morph and diffuse toward the background while memory lets a revisit pull them back into coherence.",
"tier": "applied",
"status": "shipped",
"concepts": [
"staleness",
"decay"
],
"conditions": [
"stale"
]
} See also
- Conflict Field make contradiction, uncertainty, and unstable state visible
- Memory Trace show where a user has been, paused, returned, or accumulated attention
- Decay Notice let stale, temporary, or completed state fade gracefully
- Phase Shift show a state transition: draft → published, pending → complete, hidden → active
- Attention Weather show system urgency, density, and activity across a dashboard
- Navigation Current make routes, breadcrumbs, and likely next paths feel connected