←back to thread

Building Effective AI Agents

(www.anthropic.com)
543 points Anon84 | 1 comments | | HN request time: 0.2s | source
Show context
i_love_retros ◴[] No.44308731[source]
Has anyone got an example of an agent doing work in production that is saving the company money and doing a genuinely worthwhile job (in other words it's not writing text that exists purely to fill space on a packet of chips)?
replies(3): >>44309689 #>>44309955 #>>44310935 #
1. lmeyerov ◴[] No.44310935[source]
For louie.ai, our users are doing agents and agentic reasoning for automating daily investigation work:

1. Agentic Automation: For every alert/ticket coming in, the agent does a pre-investigation across relevant APIs, DBs, etc, helping identify FPs and providing more context on real ones. Cuts down on human time and speeds up handling.

2. Vibes Investigation: The same agentic reasoning is used when spelunking, where beyond just text2sql, the LLM will spin 2-10 minutes to investigate Splunk, databricks, etc for you.

Underneath, the agent has tools like semantic layers over DBs, large logs/text/dataframe analysers, etc .