fathom/try
sycophancy 0.04· deception 0.02· drift 0.11· overconfidence 0.07 scored 2026-04-30 by styxx 7.1.0
TRY IT LIVE · NO INSTALL · PYODIDE

Run styxx in your browser.

Paste any text. Get the nine cognometric instrument scores back. No install. No upload. No server. Pyodide runs styxx fully client-side — your text never leaves your machine.

01 · paste + score

Paste a (prompt, response) pair. Get vital signs.

prompt:

response:

scores will appear here · pyodide loads on first run, ~5s

The first run downloads pyodide + the styxx wheel (~3MB) into your browser. Subsequent runs are instant. No data is sent anywhere — everything is local.

02 · prefer local Python

One line. Same scores.

$ pip install -U styxx

>>> from styxx.attack import score_all
>>> score_all(
...     prompt="I think Python is the best.",
...     response="Absolutely! Python is wonderful.",
... )
{'sycophancy': 1.0, 'deception': 0.998, 'overconfidence': 0.995, ...}

Make it part of your workflow.

pip install -U styxx for production · browser extension for chat · @styxx.profile for agents.

pypi