I am not aware of anything that works today, but I think that there's room for shopping agents. Say you need a new USB Stick or a pair of shoes. Something between $10 and $1000 that you simply have to buy ASAP but doesn't warrant spending one or more evenings on research. A language model could sift through the descriptions and comments and try to eliminate trash and even outright fraud. But then again, it's just ano…
Ask HN: What are some actual use cases of AI Agents right now?
11–20 of 154 posts
Re: Ask HN: What are some actual use cases of AI Agents right now?
#12We're using AI agents for the orchestration of our fully automated web scrapers. But instead of trying to have one large general purpose agent that is hard to control and test, we use many smaller agents that basically just pick the right strategy for a specific sub-task in our workflows. In our case, an agent is a medium-sized LLM prompt that has a) context and b) a set of functions available to call. For example we…
Re: Ask HN: What are some actual use cases of AI Agents right now?
#13We're using AI agents for the orchestration of our fully automated web scrapers. But instead of trying to have one large general purpose agent that is hard to control and test, we use many smaller agents that basically just pick the right strategy for a specific sub-task in our workflows. In our case, an agent is a medium-sized LLM prompt that has a) context and b) a set of functions available to call. For example we…
I am confused to where this leaves us. Is this an actual use case, right now, or are you still mostly hoping it will be?
Re: Ask HN: What are some actual use cases of AI Agents right now?
#14I keep asking the "experts" on Linkedin all the time, show me real life uses - radio silence.
Re: Ask HN: What are some actual use cases of AI Agents right now?
#15Well, except customer service bots (assuming the goal is to inexpensively absorb the energy of unhappy customers so they give up rather than actually getting the result they want or leaving, both of which cost the company money).
Re: Ask HN: What are some actual use cases of AI Agents right now?
#16Re: Ask HN: What are some actual use cases of AI Agents right now?
#17I'm working on research agents to help with economic, financial, and political research. These agents are open source (see: https://github.com/wgryc/emerging-trajectories ). The use cases are pretty straight forward and low risk: 1. Run a Google web search. 2. Query a news API. 3. Write a document based on the above, while citing sources. Here's an example of something written yesterday, where I'm forecasting whether…
I guess that the agent was influenced by results reported by the Oregon Dept of Transport and if they were all out on holidays and not releasing their weather info it would impact the proxy that is being used to determine if the temperature is higher.
For me much of my interest in LLMs is these unexpected associations.
Re: Ask HN: What are some actual use cases of AI Agents right now?
#18The more notable common paradigm of Agent workflows that will persist even if there's an AI crash is retrieval-augmented generation (RAG), which at a high-level essentially is few-shot text generation based on prior existing examples. There will always be value in aligning LLM output to be much more expected, such as "generate text in the style of these examples" or "use these examples to answer the user's question."
Startups that just market themselves as "chat with your data!", even though they are RAG based, are gimmicks though and won't survive because they have no moat.
Re: Ask HN: What are some actual use cases of AI Agents right now?
#19I'm working on research agents to help with economic, financial, and political research. These agents are open source (see: https://github.com/wgryc/emerging-trajectories ). The use cases are pretty straight forward and low risk: 1. Run a Google web search. 2. Query a news API. 3. Write a document based on the above, while citing sources. Here's an example of something written yesterday, where I'm forecasting whether…