What each tool actually does (and the marketing copy you should ignore)
**IBM AI Fairness 360** is the most comprehensive open-source fairness toolkit on the market. It exposes 70-plus metrics — demographic parity, equalized odds, equal opportunity, disparate impact, statistical parity difference, theil index — plus 10-plus mitigation algorithms across pre-processing, in-processing, and post-processing. Maintained by IBM Research and donated to the Linux Foundation AI in 2020, the project at https://aif360.res.ibm.com/ remains the academic and government-lab default. The trade-off: it is a library, not a product — no UI, no dashboards, no audit report templates.
**Microsoft Fairlearn** is the deliberate counter-design: smaller, cleaner, scikit-learn-native. Documented at https://fairlearn.org/ and maintained by Microsoft Research, it focuses on ~15 curated fairness metrics that map cleanly to the demographic parity versus equalized odds debate. The mitigation algorithm count is smaller — ExponentiatedGradient, GridSearch, ThresholdOptimizer, CorrelationRemover — but well-documented and production-tested. Fairlearn ships a Jupyter dashboard widget for data scientists, but for non-technical stakeholders you still need to build something on top.
**AWS SageMaker Clarify** is the native fairness module inside SageMaker, documented at https://aws.amazon.com/sagemaker/clarify/. It runs as a processing job before training (data bias) or after (model bias) and produces a SageMaker Model Card you can attach to the model registry. Clarify exposes 21 fairness metrics covering pre-training data analysis and post-training model evaluation. Critically, AWS added the **FMEval** library in 2024 (https://github.com/aws/fmeval) for LLM-specific bias eval — including BBQ, BOLD, and stereotype scoring — which Clarify can orchestrate against Bedrock or SageMaker JumpStart models.
**Google's Vertex AI Model Evaluation** is the GCP-native equivalent, with the original What-If Tool at https://pair-code.github.io/what-if-tool/ now superseded by the Vertex evaluation service for production use. The Vertex Gen AI evaluation service handles both traditional fairness slicing and LLM-era evals, including pointwise and pairwise LLM-judge evaluations against safety, bias, and helpfulness rubrics. Like Clarify, it is locked to its hyperscaler — if you are not on GCP, this is not a real option.
**Holistic AI** at https://www.holisticai.com/ is the most compliance-led SaaS platform here, marketed explicitly at the NYC LL 144 plus EU AI Act plus Colorado AI Act trifecta. It wraps a dashboarded fairness audit workflow around 100-plus metrics with pre-built report templates mapping to the artifacts regulators expect. The LLM Risk Mapper module added in 2024 covers BBQ, BOLD, and Holistic's own stereotype prompt library. Pricing is enterprise-only — roughly $50,000 to $250,000 per year.
**Fiddler AI** at https://www.fiddler.ai/ is the ML-platform-team-led SaaS option, covering fairness, drift, explainability, and LLM observability in one platform. Fiddler Trust is the bias-specific module, with 30-plus metrics. The LLM observability layer covers hallucination scoring, bias detection, and PII leakage. Pricing typically lands $60,000 to $300,000 per year. **Arthur** at https://arthur.ai/ occupies a similar slot, with the Arthur Bench open-source LLM evaluation framework giving them a stronger story on LLM-specific testing.