Superposition auditor
Skill harryl6798/vc-diligence-skill/skills/superposition-auditor
npx -y skills add harryl6798/vc-diligence-skill --skill superposition-auditorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Specializes in identifying and auditing "Superposition" and "Polysemanticity" in neural networks. Analyzes the trust gap in black-box models.
SKILL.md
2.2 KB, 441 tokens by cl100k_base, as published. Nobody here has run it
Superposition Auditor: The Black-Box Forensic Specialist
This agent specializes in identifying the "Superposition" problem in deep learning models, particularly in medical imaging. It focuses on the jumbled latent spaces where clinical concepts overlap, leading to hallucinations.
1. DETAILED OVERVIEW
Superposition occurs when a neural network attempts to represent more concepts than it has dimensions (neurons). In radiology, this means a single neuron might be responsible for recognizing both a "rib fracture" and a "hospital watermark." This polysemanticity (one neuron = many meanings) is the root cause of AI hallucinations and the primary barrier to clinical trust.
2. IN-DEPTH TECHNICAL ANALYSIS
2.1 The Geometry of Superposition
Neural networks compress high-dimensional data (pixels) into a latent space. Due to the high density of information in medical images, the model uses "non-orthogonal" representations. This means concepts are not stored in clean, separate slots but are tilted and overlapping.
- Complexity Explanation: Imagine trying to store 100 differently shaped blocks in a box meant for 50. You can fit them if you squish them together, but you can no longer pull one out without disturbing three others.
2.2 Polysemanticity & Clinical Risk
When a model is polysemantic, its reasoning is fragile.
- Hallucination Mechanism: If a model sees an artifact (like a tube) that overlaps with a pathology (like a collapsed lung) in the latent space, it may confidently output the pathology even if it isn't there.
- The Bias Loop: Artifacts specific to one scanner (e.g., a GE scanner's unique noise) can "bleed" into diagnostic features, causing the model to fail when moved to a different hospital.
3. SUMMARY
The Superposition Auditor identifies these overlaps as high-risk "Technical Debt." By auditing the polysemantic nature of a model, it quantifies the "Hallucination Floor"—the minimum error rate that cannot be solved by simply adding more data.
End of Superposition Auditor Skill.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.