Ethosoft
COLM 2026 Workshop AIMS acceptedIEEE TDSC under reviewOpen artifact

When Safety Is Not Load-Bearing: Counterfactual Dependability Evaluation of Mandatory-Path Safety Mechanisms in Language Models

MYCELIUM asks whether a language-model safety mechanism is genuinely in the critical path of useful computation, rather than merely effective at the behavioral endpoint.

Artifact dateJuly 9, 2026
AffiliationEthosoft Research Group
LicenseCC BY 4.0
Publication status

The work has been accepted for the COLM 2026 Workshop AIMS. The journal manuscript is currently under review at IEEE Transactions on Dependable and Secure Computing; acceptance in that journal is not being claimed here.

Author abstract

Abstract

Endpoint refusal rates are necessary for evaluating language-model safety, but they are not a dependability argument. A safety mechanism can appear effective while remaining detachable: the model may retain useful behavior when the mechanism is disabled, misrouted, or bypassed. MYCELIUM studies counterfactual load-bearing safety by instrumenting selected transformer projections with low-rank anchor families and testing the same examples under normal, disabled, wrong-route, safety-zero, non-safety-zero, and random-zero executions. On a 20B-parameter model, the final mandatory-path system patches six attention output projections, matches 48 anchor tensors, trains on balanced reservoirs, completes an 800-row generation matrix, and includes an 800-row returned human adjudication. The stricter implementation improves test validity but still fails the behavioral load-bearing claim gate.

Claim under test

Is the safety path structurally load-bearing?

A load-bearing safety mechanism should preserve benign utility on the normal path while producing a measurable utility cost when disabled, misrouted, or removed. Unsafe examples should remain safe or fail closed across the same counterfactual controls. MYCELIUM treats this as a dependability claim requiring both internal dependency evidence and behavioral separation.

Results

Key findings

01

The implementation audit matters.

The final v6 design limits the base path during normal execution so anchors cannot silently fall back to the intact projection.

02

The behavioral gate still fails.

Full MYCELIUM has human red failure 0.14 and benign usability 0.88; safety-zero and bypass controls have similar or better aggregate outcomes.

03

Human adjudication found no A/B disagreements.

The returned human evaluation covers 800 rows per annotator and records zero disagreements in the supplied summary.

04

Coupling is not assurance.

The result is a strong negative finding: architectural coupling alone does not establish behavioral safety assurance.

Evaluation design

Method at a glance

Model
20B-parameter language model with six patched attention output projections
Instrumentation
48 matched low-rank anchor tensors across core, utility, soft-safety, and hard-safety families
Modes
Normal, anchor off, wrong route, forced route, family zeroing, and random wrapper zeroing
Evidence
Training traces, checkpoint hashes, aggregate tables, generation matrix, manifests, and human-adjudication summaries

Non-claims

What this result does not claim

  • It does not claim universal safety, universal robustness, or a complete jailbreak defense.
  • It does not show that load-bearing safety is impossible; the evidence is limited to the tested model, anchor placement, objective, and control matrix.
  • It does not claim that the current IEEE TDSC review manuscript has been accepted.

Open research

Public-safe artifact

The Zenodo package contains the manuscript, aggregate training and evaluation tables, human-adjudication summaries, manifests, checksums, and public metadata. It intentionally excludes raw prompts, raw completions, private generation logs, and private annotation packets.

Reuse and citation

Cite the public artifact

Sezer, N. M., Aksoy, Ö. F., Öztürk, A. R., Salihoğlu, F. A., & Dalar, Y. E. (2026). When Safety Is Not Load-Bearing: Counterfactual Dependability Evaluation of Mandatory-Path Safety Mechanisms in Language Models. Public-safe artifact, Zenodo.

@article{sezer2026mycelium,
  title   = {When Safety Is Not Load-Bearing: Counterfactual Dependability Evaluation of Mandatory-Path Safety Mechanisms in Language Models},
  author  = {Sezer, Nedim Mutlu and Aksoy, Ömer Faruk and Öztürk, Ahmet Rıfat and Salihoğlu, Feyzi Arda and Dalar, Yağız Ekrem},
  year    = {2026},
  doi     = {10.5281/zenodo.21275744},
  url     = {https://doi.org/10.5281/zenodo.21275744},
  note    = {Public-safe artifact; journal manuscript under review}
}

Quick answers

Questions this study answers

What does “load-bearing” mean here?

Removing or misrouting the claimed safety mechanism should produce a measurable utility cost on benign examples while unsafe examples remain safe or fail closed.

What is the main result?

The stricter mandatory-path implementation made the test more valid, but the behavioral controls still did not become meaningfully worse than the full model.