Live data from Hacker News

Viewing profile — elijahbenizzy

elijahbenizzy

HN member
Joined
Thu, Feb 11, 2021, 4:53 AM UTC
HN karma
229
Public activity
176 items

About elijahbenizzy

https://github.com/dagworks-inc/hamilton https://github.com/dagworks-inc/burr https://www.dagworks.io

Recent public activity

  1. comment
    Comment #48496779

    Strands is more opinionated and higher-level, also not vendor neutral.

  2. comment
    Comment #48487693

    wait till you see our other project github.com/apache/hamilton ;)

  3. 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…

  4. 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…

  5. comment
    Comment #48479614

    Ha! We went all out on the modern one (user contribution!).

  6. comment
    Comment #48479611

    This is where it's nice to have some guardrails -- coding agents work etremely well with limitations.

  7. 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…

  8. comment
    Comment #48479482

    Right -- possible it's slightly out of date https://github.com/apache/burr#-comparison-against-common-fr... . Good point on differentiating.

  9. comment
    Comment #48479407

    One of the co-creators/maintainers here! Will try to answer Qs over the day.

  10. comment
    Comment #43786348

    And then says... "you're welcome"

  11. comment
    Comment #43644636

    Ok do this but for JavaScript

  12. 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.

  13. 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…

  14. 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…

  15. 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…

  16. comment
    Comment #42716827

    Not believable, didn't read "double click"

  17. story
  18. story
  19. story
  20. story
  21. 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…

  22. 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…

  23. 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…

  24. 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…

  25. 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…