AI eval and observability platform: tracing, LLM and human scoring, quality gates. Used by Vercel, Notion and Replit.
Results for “testing”
219 tools found
Open-source LLM eval and red teaming: test prompts, compare models, catch jailbreaks and data leaks locally and in CI.
Lightweight REST/WebSocket/gRPC API client built into VS Code and JetBrains — no app switching, local-first, git-syncable.
AI-native test automation platform that builds, runs and self-heals tests across web, mobile and API applications.
AI code review and governance platform that reviews pull requests with full multi-repository context and enforces team coding standards automatically.
Combined feature flag, A/B testing, product analytics and session replay platform, built to answer whether a feature actually worked, not just whether it shipped.
Gives AI coding agents disposable cloud Linux environments to actually run and test the code they write, capturing screenshots and recordings as proof instead of just claiming "done".
Testing environment that gives AI agents realistic, stateful clones of GitHub, Slack, Stripe and other SaaS tools so bugs get caught before production.
A dashboard that tells you whether your AI feature is actually getting worse or better over time, built on top of a popular open-source testing library instead of asking you to guess from user complaints.
A platform that started by checking AI systems for unfair bias and has grown into a full compliance dashboard — finding AI a company didn't even know it was using, and tracking whether all of it meets legal and ethical standards.
A safety checker for AI systems that catches hallucinations, unsafe answers and factual mistakes before they reach a user, using its own purpose-built judge models instead of relying on a general-purpose LLM to grade itself.
Generates realistic fake versions of your production data — same shape and statistics, no real customer information — so developers can test against data that looks real without ever touching actual user records.
AI+human managed QA service that maps an app's workflows, generates real Playwright/Appium test code, and guarantees 80%+ automated test coverage.
AI testing platform that lets AI coding agents verify their own work by generating and running real end-to-end tests against a live application.
An AI agent that generates complete API test suites from your existing OpenAPI spec, Postman collection, or cURL commands.
A tool that records real production API traffic and automatically turns it into a regression-testing suite.
An open-source platform that watches your AI agents in production and can automatically catch and fix regressions before users notice them.
An AI tool that quietly clicks around your web app like a real visitor, then tells you exactly what broke — and where — before your actual users find out.
An AI tool that scans your website for accessibility problems — like text that's too hard to read or buttons a screen reader can't see — and suggests the code fix, right inside your GitHub workflow.
Describe what a feature of your app should do in plain English, and Manta AI clicks through your site like a real user to test it — and keeps working even after you redesign the button it used to click, instead of breaking like traditional automated tests