Agnost AI is a platform that analyzes agent conversations to surface user feedback, detect failures, and generate automated fixes, helping teams improve their AI agents.
Hey HN, we’re Shubham & Parth, childhood friends building Agnost AI (<a href="https://agnost.ai">https://agnost.ai</a>), product analytics for teams building chat and voice agents.<p>We read production conversations and find behavioral failures like users rageprompting (cursing at the agent), repeatedly rephrasing the same request, correcting the agent, asking for missing features, or leaving after an answer that was technically successful.<p>We have an interactive demo with no signup here: <a href="https://app.agnost.ai?demo=true">https://app.agnost.ai?demo=true</a><p>Here's a demo video: <a href="https://www.tella.tv/video/agnost-ai-launch-hn-demo-9haa" rel="nofollow">https://www.tella.tv/video/agnost-ai-launch-hn-demo-9haa</a><p>The core problem is that chat and voice products do not have the same metrics as web apps. When the product interface is language, clicks and funnels become much less useful. Users also rarely give explicit feedback, and when they do it's usually sugarcoated. I barely type /feedback in Claude or Codex myself. Most users just curse, ask again, correct the agent, or leave. So product engineers get technical visibility from latency, errors, and traces, but still have to guess whether users got what they wanted.<p>We got here after building around agents for the last year and got a couple of founders asking for something like a PostHog for conversations for the AI assistants they were building.<p>We are not trying to be in the observability or evals space. Observability tells you what happened technically. Evals validate cases you already know. We're more on the discovery side like what users wanted, where they got frustrated, what they asked for repeatedly, and what new evals should exist.<p>Teams send us agent conversation messages through SDKs or OTel, optionally with metadata like account, plan, source, organization, etc. We cluster conversations into product-specific intents. Feature requests and bugs are default categories; most other clusters are created dynamically from the customer’s data and evolve over time. You can create your own cluster in plain English. If a cluster gets too broad, we split it. If a new pattern appears, we suggest it.<p>One AI video editor company used Agnost AI to find feature requests hidden inside chat. The biggest one was that around 70 users wanted auto-subtitles, but users said it as “add this text in this frame” 12x in a single session, “can you caption it”, “give me transcript of audio” and variations across languages. The team later built the feature.<p>Doing this over millions of messages without sending everything to an LLM was the hard part initially. In ClickHouse, “fetch the last 50 events by time across conversations” and “fetch all events in this conversation” want different sort orders, so we had to iterate a lot on sorting keys, partitions, materialized views, and projections.<p>For finding new clusters, sending everything through an LLM was too slow and expensive. HDBSCAN-style embedding clustering also gets painful at scale because of pairwise comparisons. We first split conversations into segments based on cosine drift, run BIRCH to compress the candidate space, and then use HDBSCAN-like clustering on the smaller set. For matching existing clusters, we use embeddings, smaller classifiers/BERT-style models, and LLMs only as fallback for ambiguous cases.<p>We’re live with multiple companies and ingesting ~1M chat and voice messages per day. Pricing is public: Starter is free, Pro is $499/month, and Enterprise is for higher volume, security, retention needs. We use each customer’s data only for that customer. We are SOC 2 Type 1 compliant, Type 2 is in progress, and our SDKs are on PyPI and npm.<p>We’d love feedback from the HN community and people building chat or voice agents: how do you detect these signals today, what feedback methods have worked, and what would block you from trying this? Happy to answer questions and take criticism.
# Agnost AI: Catch Agent Failures Your Evals Miss
Source: [https://agnost.ai/](https://agnost.ai/)

Backed by Y Combinator


## Your evals pass\. Production still fails\.
Agnost finds the missed failures in real conversations and turns them into fixes your team can review\.

“In collaboration with Agnost AI, we have integrated comprehensive observability features into MCP Toolbox for Databases\.”
[read more →](https://medium.com/google-cloud/from-lag-to-lightning-optimizing-mcp-toolbox-with-built-in-observability-d0298aefc7d7)

“Agnost AI is very useful in tracking analytics and error rates\.”
Ishan GoswamiMember of Technical Staff, Exa

“Our Voice BDRs got meaningfully better at booking meetings once Agnost AI surfaced the patterns behind the conversations that actually converted\.”
Ana Paula OlaizFounding GTM, Corgi Insure

1,247feature requests surfaced from user chats
“Agnost AI showed me users were asking for features we don't even have\. I had no idea\. All that feedback was just sitting inside conversations we already had\.”

“Agnost AI is how we make our agents better\. We see what to improve, ship it, and move faster\. Simple as that\.”

16/18autonomous PRs merged
“Agnost AI spotted bugs buried in our agent's conversations and opened PRs to fix them overnight\.”
Aamish Ahmad BegCo\-Founder & CEO, Lopus AI
PRICING
## Start free\. Scale when you're ready\.
The earlier you start ingesting conversations, the smarter your agent gets, so connect today\.
STARTER
Free
- Intent & sentiment signal extraction
- Automatic agent improvements
- Failure detection & resolution
- Natural language data queries
- Up to 1,000 messages / mo
- 7\-day data retention
Best for teams shipping agents that need to get better fast\.
[Start free](https://app.agnost.ai/)
PRO
$499/mo
- Everything in Starter
- Up to 100,000 messages / mo
- 90\-day data retention
- Priority support
- Founders Slack channel
Best for growing teams scaling agent volume without a sales call\.
[Start now](https://app.agnost.ai/)
ENTERPRISE
Custom
- Custom data retention
- Audit logs
- Custom SLAs & SLOs
- Custom improvement workflows
- Priority feature requests
- Founders Slack channel
- Unlimited time with the founders
Best for organizations running agents at scale\.
[Let's chat](https://cal.com/shubhamintech/agnost-enterprise-call)

frequently Asked Questions
## FAQ
Voker, a YC-backed startup, launches an analytics platform designed to measure the performance and business impact of AI agents, offering self-service insights for product and business teams.
Hyper is a shared company brain that ingests internal data (Slack, docs, email, etc.) into a knowledge graph with a hybrid memory system of episodes and facts, enabling AI agents to have better context and perform complex tasks more effectively.
The author shares a practical breakdown of an agentic research system they built to identify and evaluate AI use cases within companies. The system uses six agents for discovery, evaluation, and context extraction, emphasizing human-in-the-loop decision-making over full autonomy.