> The key insight I'm so tired
Show HN: Kelet – Root Cause Analysis agent for your LLM apps
21–30 of 30 posts
Re: Show HN: Kelet – Root Cause Analysis agent for your LLM apps
#22Re: Show HN: Kelet – Root Cause Analysis agent for your LLM apps
#23Must say, this looks interesting, I like the idea of clustering failures and trying to find patterns. Feels like something that should exist.
Going to give it a try :)
Re: Show HN: Kelet – Root Cause Analysis agent for your LLM apps
#24This looks Amazing Do you have a LiteLLM integration?
Re: Show HN: Kelet – Root Cause Analysis agent for your LLM apps
#25curious about how well do the generated hypotheses generalize beyond obvious prompt issues? IMHO lots of failures come from interactions between retrieval, tool selection, and state, more than a single not-so-good description. Do you find the clustering surfaces such multi-factor issues? does it tend to collapse them into prompt-level fixes?
Re: Show HN: Kelet – Root Cause Analysis agent for your LLM apps
#26Re: Show HN: Kelet – Root Cause Analysis agent for your LLM apps
#27Re: Show HN: Kelet – Root Cause Analysis agent for your LLM apps
#28Re: Show HN: Kelet – Root Cause Analysis agent for your LLM apps
#29Re: Show HN: Kelet – Root Cause Analysis agent for your LLM apps
#30in the auickstart, the suggested fixes are called "Prompt Patches" .. does that mean Kelet only surfaces root causes that are fixable in the prompt? What happens when the real bug is in tool selection or retrieval ranking for example?
Hi @hadifrt20, OP here From what we discovered analyzing ~33K+ sessions, most of the time when the agent selects the wrong tool, it's because the tool's description (i.e., prompt) was not good enough, or there's a missing nuance here. That goes exactly under Kelet's scope :)