Skip to content
View SolomonB14D3's full-sized avatar

Block or report SolomonB14D3

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SolomonB14D3/README.md

Bryan — Independent ML Researcher

Sponsor DOI

Building behavioral auditing and alignment tools for LLMs. Try the demo →


Tools

rho-eval — Drop-in behavioral audit for any LLM. Measures 8 dimensions, no internet required. Apple Silicon MLX + CUDA + CPU.

pip install rho-eval

# Audit any model
rho-eval Qwen/Qwen2.5-7B-Instruct --behaviors all

# One-command behavioral repair
rho-surgery Qwen/Qwen2.5-7B-Instruct -o ./repaired-7b/

Repos

Repo What it does Paper
knowledge-fidelity Behavioral auditing + alignment toolkit. PyPI. DOI
confidence-cartography Teacher-forced confidence as a false-belief sensor. DOI
intelligent-svd Knowledge-preserving SVD compression for LLMs. DOI

Pinned Loading

  1. knowledge-fidelity knowledge-fidelity Public

    Behavioral auditing & repair toolkit for LLMs. Measures 8 dimensions via confidence probes.

    Python 1