Live data from Hacker News

Survey Study on AI Agent Architectures (2024)

arxiv.org

41–50 of 121 posts

Re: Survey Study on AI Agent Architectures (2024)

#47
post #2

Not mentioned in the paper, but I have been experimenting with behavior trees for LLM agents, and have had a lot of success: https://richardkelley.io/dendron/tutorial_intro/

How is a behavior tree different from a decision tree? Is there a subtle difference I am missing? https://en.wikipedia.org/wiki/Decision_tree

The other reply linked to a good explanation. I would only add that I also wrote a paper on Dendron, and Figure 17 shows how to transform a decision tree node into a behavior tree, so that you can implement any decision tree as a behavior tree:

https://arxiv.org/abs/2404.07439

Post reply on HN