Viewing profile — elijahbenizzy
elijahbenizzy
HN member- Joined
- Thu, Feb 11, 2021, 4:53 AM UTC
- HN karma
- 229
- Public activity
- 176 items
- HN profile
- View on Hacker News ↗
About elijahbenizzy
Recent public activity
-
comment
Comment #48496779
Strands is more opinionated and higher-level, also not vendor neutral.
-
comment
Comment #48487693
wait till you see our other project github.com/apache/hamilton ;)
-
comment
Comment #48479729
So decorators here specifically attach metadata to make a function a reusable component. Builder makes a workflow. In Hamilton it's all decorators because it's purely declarative c…
-
comment
Comment #48479636
Right it was a bit of a joke. Originally stefan and I presented frameworks when we were at stitch fix -- stefan called his "hamilton" and I called mine "burr". His was better for t…
-
comment
Comment #48479614
Ha! We went all out on the modern one (user contribution!).
-
comment
Comment #48479611
This is where it's nice to have some guardrails -- coding agents work etremely well with limitations.
-
comment
Comment #48479584
Right I think this is why we made it unopinioated to a fault. Burr doesn't really do these things rather it just provides an orchestration framework. So it's pure BYO functions, cl…
-
comment
Comment #48479482
Right -- possible it's slightly out of date https://github.com/apache/burr#-comparison-against-common-fr... . Good point on differentiating.
-
comment
Comment #48479407
One of the co-creators/maintainers here! Will try to answer Qs over the day.
-
comment
Comment #43786348
And then says... "you're welcome"
-
comment
Comment #43644636
Ok do this but for JavaScript
-
comment
Comment #43517845
This is amazing! I love that it requires very fancy hardware that is well designed. It's good someone finally made a chess game appropriate for the tiktok generation.
-
comment
Comment #43185654
Really excited about this! Congrats on the launch. Ships make sense as a first target, but I'm curious -- do you see a future in which we have household fission reactors? E.G. powe…
-
comment
Comment #42849018
We’ve just learned that it’s possible to do AI on less compute (deepseek). if OpenAI doesn’t scale and that’s the problem then I’d argue that in the long run, if you believe in the…
-
comment
Comment #42749770
This is one of those fun reads because it unifies quite a few things that I’ve read about or been interested in recently — Hilbert curves for geospatial indexing in dbs, Gray codes…
-
comment
Comment #42716827
Not believable, didn't read "double click"
- story
- story
- story
- story
-
comment
Comment #42331453
We've leveraged Diataxis heavily for Hamilton and Burr documentation: - https://hamilton.dagworks.io - https://burr.dagworks.io It's not always the easiest to follow (we often have…
-
comment
Comment #42183880
Links to various resources + writeups! Recursion/parallelism: - Docs: https://burr.dagworks.io/pull/370/concepts/parallelism/ - Example: https://github.com/DAGWorks-Inc/burr/tree/m…
-
story
Show HN: Updates on Burr (OS) – a full-stack AI agent framework
Hey HN, In the months since we initially released Burr ( https://news.ycombinator.com/item?id=39917364 ), we have been hard at work. We wanted to share some of the most exciting ch…
-
comment
Comment #41431592
Heh, this was very much the design philosophy behind Hamilton (github.com/dagworks-inc/hamilton). The basic idea was that if you have a data artifact (columns for dataframes initia…
-
comment
Comment #41384475
Graph-based libraries for building ML/AI systems: - Burr -- build AI applications/agents as state machines https://github.com/dagworks-inc/burr - Hamilton -- build dataflows as DAG…