ChatGPT SearchSep 24, 2026
If you mean grounded customer support agents that have a documented process of running repeatable answer evaluations (regression evals) before knowledge-base, prompt, retrieval, or model changes are released, examples include:
-
IrisAgent — IrisAgent describes using evaluation sets that gate changes: it tests model and prompt changes against sets for both answering correctly and correctly declining when information is unavailable before changes reach customers.
-
Microsoft agent implementations (such as Copilot Studio/custom agents) — Microsoft documents agent evaluations using repeatable test cases, test sets, assertions, graders, and grounding data. Their guidance specifically describes rerunning evaluations after knowledge-source updates to catch regressions before users encounter them.
-
Salesforce grounded service agents — Salesforce documents testing grounded service agents against case knowledge and checking that agents answer from provided data rather than inventing responses.
Sources6
- irisagent.comAI Support Accuracy: How IrisAgent Measures It | IrisAgent
- learn.microsoft.comAgent evaluation overview | Microsoft Learn
- trailhead.salesforce.comCreate a Grounded Service Agent for Customer Support
- anthropic.comDemystifying evals for AI agents \ Anthropic
- docs.curiosity.aiCuriosity - Grounded Answer Evaluation
- communicate.soHow to evaluate an AI support agent before and after every prompt change - Blog · Communicate