←back to thread

49 points suchintan | 1 comments | | HN request time: 0.215s | source
Show context
happyopossum ◴[] No.42742284[source]
Many of the examples given for agents such as this are things I just flat wouldn’t trust an LLM to do - buying something on Amazon for example: Will it pick new or ‘renewed’? Will it select an item that is from a janky looking vendor and may be counterfeit? Will it pick the cheapest option for me? What if multiple colors are offered?

This one example alone has so many branches that would require knowing what’s in my head.

On the flip side, it’s a ridiculously simple task for a human to do for themselves, so what am I truly saving?

Call me when I can ask it to check the professional reviews of X category on N websites (plus YouTube), summarize them for me, and find the cheapest source for the top 2 options in the category that will arrive in Y days or sooner.

That would be useful.

replies(5): >>42742436 #>>42742518 #>>42744388 #>>42746109 #>>42751171 #
1. abrichr ◴[] No.42746109[source]
This is exactly why in https://github.com/OpenAdaptAI/OpenAdapt:

1. Our goal is to automate repetitive tasks (not simple one off tasks that need human input, but repetitive tasks that human shouldn't be doing in the first place), and

2. The way we do this is by grounding in human demonstrations, so that the model has strict guardrails around what it can and can't do.