Launching today

Auditar
Zero-knowledge inference tracing for AI finance
6 followers
Zero-knowledge inference tracing for AI finance
6 followers
auditar-sdk is an open-source Python library that instruments AI inference without touching model weights. Install: pip install auditar-sdk What it does: • Captures inputs/outputs only (Zero-Knowledge) • Works with scikit-learn, XGBoost, LightGBM • Local SQLite queue for air-gapped setups • Sub-ms overhead Built for: • Regulated AI in Indian financial services (RBI 7-Sutras ready) • Teams that cannot share model weights with vendors


Congrats on the launch. The RBI 7-Sutras angle is a smart wedge. One thing that would help adoption here is adding a small dashboard or CLI command to export the captured inputs and outputs as a signed audit bundle (CSV plus a hash manifest) so compliance teams can hand it to reviewers without needing to read Python. That alone would close the loop for the regulated folks you are targeting.