Home / Companies / Cleanlab / Blog / September 2025

September 2025 Summaries

5 posts from Cleanlab

Filter
Month: Year:
Post Summaries Back to Blog
Cleanlab has introduced a feature called Expert Answers, which aims to address the issue of unhelpful AI responses by leveraging subject-matter experts (SMEs) to create a verified cache of responses that AI systems can rely on for consistent and accurate answers. This feature allows SMEs to provide authoritative responses to common queries, which are then reused for all matching future queries, ensuring reliability without the need for time-consuming retraining or prompt adjustments. By clustering similar failed responses, SMEs can prioritize high-impact cases, improving customer trust and reducing abstentions by tenfold, as demonstrated in early pilots with a financial institution's customer support AI. Expert Answers is designed to empower nontechnical experts to directly influence AI behavior, making it more reliable and useful, while also reducing engineering overhead and ensuring compliance in areas like customer support, product management, and legal regulations.
Sep 24, 2025 731 words in the original blog post.
AI agents in production environments require a balance of automated monitoring and human oversight to ensure their effectiveness, safety, and adaptability. While software tools like dashboards and alerts provide visibility, human involvement is crucial for judgment, context, and ongoing improvement, as AI models can become outdated over time. Human roles fall into monitoring, which includes setting adaptive guardrails and conducting root cause analysis, and improving, which involves remediation, updating knowledge bases, and fine-tuning models. Different types of AI agents require varying levels of oversight, with compliance and customer onboarding needing high oversight, customer support and employee assist requiring moderate oversight, and workflow automation needing light oversight. Engineering leaders should design oversight systems that allocate roles to product owners, engineers, SMEs, and data scientists, ensuring structured processes that integrate human feedback and corrections. This approach prevents gaps that could compromise trust and allows AI systems to remain aligned with business, ethical, and regulatory standards.
Sep 24, 2025 1,324 words in the original blog post.
The article examines the impact of automated trust scoring on the accuracy of five AI Agent architectures evaluated using the BOLAA benchmark. The study reveals that integrating Cleanlab’s Trustworthy Language Model (TLM) to provide real-time trust scores for AI responses significantly reduces incorrect outputs across various Agent types, such as Act, ReAct (Zero-shot), and PlanReAct. Trust scoring helps mitigate the common issues of hallucination and reasoning errors in AI, offering a safeguard by flagging low-confidence responses, which can then be suppressed or escalated to human intervention. It demonstrates the effectiveness of trust scoring compared to other methods, like random filtering and LLM self-evaluation, in improving AI reliability while maintaining its utility, suggesting that businesses can achieve a lower error rate by calibrating the trust score threshold to specific needs. The study emphasizes the importance of building trustworthy AI Agents that prioritize accuracy over merely appearing helpful, highlighting the benefits of integrating TLM into AI systems to enhance trust and performance.
Sep 24, 2025 1,513 words in the original blog post.
AI agent safety must be considered as essential enterprise infrastructure due to the inherent unpredictability of AI systems, which stems from their probabilistic nature in interpreting queries, retrieving data, reasoning, and executing actions. Failures in AI agents can manifest in four primary areas: responses, retrievals, actions, and queries, leading to compliance breaches, financial errors, and operational disruptions. Organizations are challenged not to eliminate but to manage this unpredictability through layered safety systems that observe, measure, and control failures, thereby ensuring trustworthiness and sustainability at an enterprise scale. Effective management involves treating AI safety as a strategic infrastructure, similar to cybersecurity, with specific measures such as grounding responses, auditing data retrievals, safeguarding actions, and managing input queries to protect against misinterpretations and adversarial attacks. This approach is crucial for maintaining operational resilience and enabling the confident deployment of AI agents in critical business processes.
Sep 24, 2025 1,579 words in the original blog post.
AI agents are increasingly being used in customer support, but they often produce incorrect or misleading responses, which can erode trust with customers. Even with tools and external data sources, AI agents can still hallucinate or return flawed information, particularly in high-stakes situations like customer support. To address this issue, Cleanlab provides a real-time trustworthiness scoring system that analyzes user prompts, AI responses, tool outputs, and internal LLM calls to generate a trust score between 0 and 1. This scoring system can flag incorrect responses, allowing for fallback strategies such as routing conversations to human agents or providing safe, generic responses. By integrating Cleanlab with frameworks like LangGraph, businesses can ensure that their AI agents provide accurate and reliable responses, preventing flawed information from reaching customers and protecting their trust. Cleanlab's detection capability is benchmarked as the most accurate real-time method for detecting bad responses from any LLM, and it works without requiring labeled data or model training infrastructure.
Sep 24, 2025 1,444 words in the original blog post.