1. Short Definition
Integration Cost Scaling means that as systems scale, the cost of integrating actions, signals, decisions, and consequences rises faster than the cost of executing local actions.
Execution can continue after integration has already degraded.
2. Canonical Pattern
U6 integration cost > U3 execution costExpanded:
Scale↑
⇒ local execution may remain viable
while whole-system integration cost↑
⇒ U3 continues while U6 degradesPlain form:
Systems can keep acting after they stop integrating.
3. Mechanic Description
SCALE-022 identifies why scaled systems often appear functional while becoming incoherent.
Execution happens locally.
Integration happens across the whole field.
A system may still be able to:
- process tasks
- produce outputs
- enforce rules
- answer questions
- transact
- run procedures
- ship products
- issue decisions
- complete operations
- suppress symptoms
while losing the ability to integrate those actions into whole-system coherence.
Integration requires:
- context
- timing
- memory
- meaning
- cross-layer coordination
- feedback interpretation
- boundary reconciliation
- consequence tracking
- restoration planning
- recurrence validation
- whole-system sensemaking
As scale increases, integration becomes more expensive because more parts, more delays, more consequences, more hidden pathways, and more stakeholders must be reconciled.
Under scarcity or compression, systems often preserve execution because execution is visible and proximate.
They sacrifice integration because integration is costly, slower, and harder to measure.
This creates pseudo-scaling: the system does more while understanding less.
The UTS–Scaling reference names this plainly: integration is more expensive than execution, and systems often preserve execution while losing integration.
4. UTS Variable Mapping
| Variable | Role in SCALE-022 |
|---|---|
| O | Depends heavily on integration across layers |
| H | Rises when local actions are not integrated into whole-system repair |
| ε | Appears late when integration failure becomes visible |
| ι | Rises when execution success masks integration loss |
| Au | Required to integrate causes and consequences |
| µᵢ | Meaning integrity depends on integrated context |
| BΣ | Boundaries must reconcile local and global effects |
| K | Slack is needed for integration work |
| R | Restoration requires integrated repair, not isolated action |
| Φ | Execution metrics may rise while integration declines |
5. Diagnostic Questions
- Is the system still executing while integration declines?
- Are local actions connected to whole-system coherence?
- Are decisions integrated across time, memory, and consequence?
- Is execution speed being prioritized over integration quality?
- Are metrics tracking output but not integration?
- Is recurrence increasing despite successful local action?
- Is repair happening at the symptom level only?
- Are boundary effects being reconciled?
- Is enough slack reserved for integration work?
- Does the system know how local success affects global coherence?
6. Failure Signatures
1. Execution-Integration Split
U3 throughput↑ while U6 coherence↓The system performs locally while whole-system integration declines.
2. Output Without Reconciliation
actions↑ + consequence_tracking↓ ⇒ H↑The system acts without integrating consequences.
3. Integration Starvation
K↓ + integration_cost↑ ⇒ U6↓Slack loss prevents integration work.
4. Metric Bias Toward Execution
Φ_execution↑ while O↓The system rewards visible output over coherence.
5. Recurrence After Action
task_completion↑ while τ_m↑Tasks are completed, but failure patterns recur.
7. Related Failure Modes
- pseudo-scaling
- execution-integration split
- integration starvation
- hidden debt accumulation
- symptom-level repair
- recurrence lock
- performance-coherence divergence
- auditability collapse
- meaning collapse
- local-global divergence
- operational hollowing
8. Related Diagnostics
| Diagnostic | Use |
|---|---|
| U3 throughput | Local execution volume |
| U6 coherence | Whole-system integration |
| O | Coherence trend |
| H | Hidden debt from unintegrated action |
| τ_m | Recurrence after action |
| K / σ(t) | Slack available for integration |
| Au_eff | Causal and consequence traceability |
| µᵢ | Meaning / context integrity |
| R_eff | Integrated restoration capacity |
| Φ_execution | Execution performance proxy |
9. Restoration Implications
If SCALE-022 is active, restoration requires slowing or restructuring execution enough to restore integration.
Required actions:
- Identify where execution is outpacing integration.
- Reduce throughput if integration capacity is exceeded.
- Reserve slack for integration work.
- Reconnect local actions to whole-system coherence.
- Improve consequence tracking.
- Restore memory and recurrence analysis.
- Rebalance metrics away from execution-only proxies.
- Increase cross-layer coordination.
- Repair hidden debt from unintegrated actions.
- Validate whether recurrence decreases.
Core restoration rule:
Do not mistake completed action for integrated action.10. Compact Registry Entry
id: SCALE-022
name: "Integration Cost Scaling"
family: "SCALE-D — Compression and Depth Collapse Mechanics"
type: "integration-scaling-mechanic"
status: "draft-ready"
short_definition: "As systems scale, integration becomes more costly than execution, allowing local action to continue while whole-system coherence declines."
canonical_pattern: "U6 integration cost > U3 execution cost"
failure_signature: "U3 throughput↑ while U6 coherence↓ ⇒ H↑ + recurrence↑ + pseudo-scaling"
primary_variables:
- O
- H
- ε
- ι
- Au
- µᵢ
- BΣ
- K
- R
- Φ
primary_diagnostics:
- U3_throughput
- U6_coherence
- O
- H
- τ_m
- K
- σ(t)
- Au_eff
- µᵢ
- R_eff
- Φ_execution
related_failure_modes:
- pseudo_scaling
- execution_integration_split
- integration_starvation
- hidden_debt_accumulation
- symptom_level_repair
- recurrence_lock
- performance_coherence_divergence
- local_global_divergence
- operational_hollowing
restoration_implication: "Slow or restructure execution, reserve slack for integration, reconnect local actions to whole-system coherence, and validate recurrence reduction."11. One-Line Canon
Execution can scale after integration fails, creating the appearance of function without whole-system coherence.