TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Modeling parallel (and hierarchical) agents with Burr

2 pointsby krawczstef6 months ago
Hi all, just showing a new construct in Burr (for more info on Burr see - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39917364">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39917364</a>) for modeling agent &#x2F; agentic parallelism. We think a &quot;graph&quot; mental model lends itself well to thinking about parallelism (&amp; hierarchy) -- would love your thoughts.<p>Video walkthrough of notebook - <a href="https:&#x2F;&#x2F;youtu.be&#x2F;G7lw63IBSmY" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;G7lw63IBSmY</a><p>Why did we build this feature? The future is only going to get more complex with LLMs &amp; agents, and having the right constructs with integrated observability will help us get there. We naturally saw people doing this and thought we could help simplify it more.<p>Key Features of Burr&#x27;s constructs:<p>* you can map over dynamic values in state (e.g. run an agent in parallel over many URLs)<p>* you can map over dynamic actions&#x2F;or sub-graphs (e.g. running different agents in parallel)<p>* you can do the cartesian product between the two (e.g. run over prompts and actions&#x2F;agents and do it in a loop to modify them...)<p>More details here - <a href="https:&#x2F;&#x2F;burr.dagworks.io&#x2F;concepts&#x2F;parallelism&#x2F;">https:&#x2F;&#x2F;burr.dagworks.io&#x2F;concepts&#x2F;parallelism&#x2F;</a>.<p>Things not mentioned but useful in this parallel context, Burr comes with pluggable durability&#x2F;persistence&#x2F;memory (see <a href="https:&#x2F;&#x2F;burr.dagworks.io&#x2F;concepts&#x2F;state-persistence&#x2F;">https:&#x2F;&#x2F;burr.dagworks.io&#x2F;concepts&#x2F;state-persistence&#x2F;</a>).<p>We&#x27;d love to get any early feedback from the HN community, ideas for where you&#x27;d like the framework to go, or UI&#x2F;UX experiences in this space. We will be in the comments for the next few hours to respond! Or leave an issue or discussion here - <a href="https:&#x2F;&#x2F;github.com&#x2F;dagworks-inc&#x2F;burr">https:&#x2F;&#x2F;github.com&#x2F;dagworks-inc&#x2F;burr</a>. Thanks!

1 comment

krawczstef6 months ago
Forgot to mention, on the roadmap we have pluggable executors, e.g. delegating parallelism to whole agents&#x2F;subgraphs to systems like &quot;ray&quot;. Would love to collaborate with folks if that&#x27;s interesting.