Live data from Hacker News

Cord: Coordinating Trees of AI Agents

june.kim

91–93 of 93 posts

Re: Cord: Coordinating Trees of AI Agents

#91
post #12
post #9

all of these frameworks will go away once the model gets really smart. it will just be tool search, tools, and the model in the short run, ive found the open ai agents one to be the best

This approach seems interesting, but in my experience, a single "agent" with proper context management is better than a complicated agent graph. Dealing with hand-off (+ hand back) and multiple levels of conversations just leaves too much room for critical information to get siloed. If you have a narrow task that doesn't need full context, then agent delegation (putting an agent or inference behind a simple tool call…

[dead]

Re: Cord: Coordinating Trees of AI Agents

#93
post #72

Earlier quoted context omitted.

My gut says you are correct though cycles can be permitted given a boundary condition.

Yep, that's what I do with https://github.com/mikeyobrien/ralph-orchestrator

Where is the doc/source for such boundary conditions?
Post reply on HN