Live data from Hacker News

Launch HN: Agnost AI (YC S26) – Extract user feedback from agent conversations

agnost.ai

21–30 of 63 posts

Re: Launch HN: Agnost AI (YC S26) – Extract user feedback from agent conversations

#22

Well, good luck with the launch, this seems like an interesting product with potential. However privacy is central in a service like this and I think you should probably beef up your representation of how you deal with that. eg. "We use each customer’s data only for that customer" - well that customer may have hundreds of staff; how are they being consulted and onboarded wrt their own voices (or is that transcripts?)…

[dead]

Re: Launch HN: Agnost AI (YC S26) – Extract user feedback from agent conversations

#24
post #15
post #7

Earlier quoted context omitted.

i mean i would get codex to build everything you just described

Do it then.. the hubris of vibecoders is really something.

Reminds me of what people been spitting in my face (with a slight variation) for much of my career:

> A (vibe) programmer knows the value of everything, but the cost of nothing

Re: Launch HN: Agnost AI (YC S26) – Extract user feedback from agent conversations

#25

My junior developer has a Claude Cowork skill she built to do this over about 25,000 messages a week to our agent, and it seems to work pretty well. Struggling to understand what $499/month would buy us here?

oh damn, can you share what the skill is actually doing for you like on a daily basis: is it creating clusters, scoring known issues, or finding new patterns? and what data points are you giving it to if any w the messages?

usually a boundary for us is usually where a skill/claude analysis needs to maintain/make changes/pass it to an agent as a workflow

for the pricing we're still learning and building as many custom features/requirements as possible bec we wanna make sure we deliver way more value than what we charge today.

Re: Launch HN: Agnost AI (YC S26) – Extract user feedback from agent conversations

#26

My junior developer has a Claude Cowork skill she built to do this over about 25,000 messages a week to our agent, and it seems to work pretty well. Struggling to understand what $499/month would buy us here?

oh damn, can you share what the skill is actually doing for you like on a daily basis: is it creating clusters, scoring known issues, or finding new patterns? and what data points are you giving it to if any w the messages? usually a boundary for us is usually where a skill/claude analysis needs to maintain/make changes/pass it to an agent as a workflow for the pricing we're still learning and building as many custom…

Classification of types of user frustrations and sentiment analysis, content trends, engagement and gap analysis, as well as then looking at changes from the previous week. We also look at how certain queries turn into actions in the system (eg: which users take actions we offer them). We run it once a week, rather than every day, and it provides an exec-facing overview, as well as areas for support to dig further in to. While it's some good work, as far as I'm aware it's almost all just a text prompt and a connection into Langfuse.

Re: Launch HN: Agnost AI (YC S26) – Extract user feedback from agent conversations

#27

Earlier quoted context omitted.

oh damn, can you share what the skill is actually doing for you like on a daily basis: is it creating clusters, scoring known issues, or finding new patterns? and what data points are you giving it to if any w the messages? usually a boundary for us is usually where a skill/claude analysis needs to maintain/make changes/pass it to an agent as a workflow for the pricing we're still learning and building as many custom…

Classification of types of user frustrations and sentiment analysis, content trends, engagement and gap analysis, as well as then looking at changes from the previous week. We also look at how certain queries turn into actions in the system (eg: which users take actions we offer them). We run it once a week, rather than every day, and it provides an exec-facing overview, as well as areas for support to dig further in…

okay nice, also is it safe to assume you do once a fortnight releases then? like look at the last week's data then use it for product decisions the coming week?

also have you updated/made any changes to this skill that has improved it significantly?

and anything you hate/wish it had as of today? wanna learn if there's any painpoints around this? is it keeping the skill updated, getting useful signal from the clusters, or turning the findings into something the rest of the team can actually act on?

Re: Launch HN: Agnost AI (YC S26) – Extract user feedback from agent conversations

#28
I built an in-house version of this a couple of years ago for where I was working. My concern would be that by excluding observability, you might end up creating a really selective dataset, whose conclusions you're then asking companies to take seriously when allocating resources to different possible roadmaps.

My guess would be that agent logs would highlight obvious feature requests and bugs for smaller companies - like customers expecting an AI video editor product to be able to add subtitles to a video by itself.

For larger companies who deal with a higher volume of inbound customer support / agent requests, there will probably be big, noisy, already-known-by-the-team query clusters that make up big portions of the dataset - for example, "billing issue with my subscription". After those big clusters you'll likely have a really long tail of different queries, and - without deep observability - no real way to rank their importance. I also think you'd be unlikely to understand the root cause of the product issue in a complex developed product with lots of users solely from agent logs. Most product teams can't make good product decisions consistently, and they're working with a lot more data.

If coupled with staying out of evals (which, btw, I wouldn't find trust-building, if I were a potential customer of yours), I think that it might be difficult to provide genuine value in this space for larger orgs - without evals it's easily dismissed as just fancy & mostly-contextless sentiment analysis.

But I hope I'm wrong! I do think that (though each org's needs probably have to be catered to in a very boutique way) there are huge gains available by rolling LLMs & language analysis into existing product workflows, and that what you're pitching is absolutely a part of what companies should be doing. We are, of course, meant to actually listen to customers - and LLMs/agents should be making that easier, not harder. Absolute best of luck!

Re: Launch HN: Agnost AI (YC S26) – Extract user feedback from agent conversations

#30
I see a fair number of comments here advocating for either codex to hand-roll this themselves, or to simply punt to SQL. I do want to advocate for the difficulty of the problem, even if I can't speak to the company itself.

At the scale of a few hundred to a few thousand documents, especially short documents, there are a few out of the box methods that can yield reasonable results, whether it be embedding clustering or leveraging LLMs for tagging.

However as your (1) datasets gets larger (2) documents expand from tweets and text messages to 30+ minute conversations and (3) you build downstream analytics on top of the learned semantic units, you really start to feel the limitations of LLMs and embedding for reliable annotation. That doesn't even get into the nuances associated with taxonomy management, seasonality, and model drift.

TLDR; this problem solved effectively has a lot of value and is a lot harder than it seems.

Post reply on HN