What problem does it solve?
It helps teams find which LLM prompts and apps actually produce reliable, safe, and cost-effective outputs instead of relying on ad-hoc testing.
Core Features & Use Cases
- Prompt evaluation with promptfoo: Run systematic prompt test suites with assertions like JSON validity, rubric-based quality, and latency/cost thresholds for robotics agents and assistants.
- Application feedback and monitoring with TruLens: Trace LLM chains and compute feedback signals such as groundedness, relevance, and custom safety/format checks for RAG and agent workflows.
- Evals-style testing across frameworks: Define repeatable evaluation pipelines that can be integrated into CI/CD to gate deployments based on measurable metrics.
Use case example: Before deploying a robot command parser, evaluate multiple provider models and prompt variants with JSON structure checks, rubric scoring, and latency thresholds, then require CI to fail if quality gates are not met.
Quick Start
Tell your AI to set up a promptfoo config that runs evaluation tests for a robot command parser and includes assertions for JSON validity, rubric-based correctness, and a latency threshold.