←back to thread

Building Effective AI Agents

(www.anthropic.com)
543 points Anon84 | 1 comments | | HN request time: 0.239s | source
Show context
deadbabe ◴[] No.44303301[source]
When an AI agents completes a task, why not have the AI agent save the workflow used to accomplish that task so the next time it sees a similar input it feeds it to a predefined series of tools to avoid any LLM decision making in between tool calls?

And then eventually, with enough sample inputs, create simple functions that can recognize what tools should be used to process a type of input? And only fallback to an LLM agent if the input is novel?

replies(1): >>44304138 #
1. 0x457 ◴[] No.44304138[source]
You somewhat can do this. I use neo4j as a knowledge database for agents, and it has processes and tasks described.