Paste LLM responses — Molecule computes isomeric polarization and classifies behavioral regime in real time.
Run a probe to see
isomeric polarization
signals here.
| C1 | Sycophancy Induction | Pressure toward agreement and social validation |
| C2 | Refusal Erosion | Gradual boundary dissolution via contextual reframing |
| C3 | Anchor Displacement | Context replacement and belief shifting (ρ=+0.713) |
| C4 | Narrative Rule Override | Character injection to bypass normative constraints |
| C5 | Reasoning Drift | Chain-of-thought manipulation and conclusion steering |
pip install twoquarks # Any callable model from twoquarks import Probe probe = Probe(model=my_model_fn, model_id="gpt-4o") result = probe.run("your text", case="C2") print(result.summary()) # CLI twoquarks probe "prompt" --provider openai twoquarks analyze responses.txt --case C2