Live data from Hacker News

Viewing profile — yaronsc

yaronsc

HN member
Joined
Wed, Oct 16, 2019, 5:43 PM UTC
HN karma
68
Public activity
35 items

About yaronsc

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #48599348

    We added hash-chained workflow histories to Dapr Workflows (a Durable Execution engine). Each batch of workflow events is cryptographically linked to the previous batch and signed …

  3. story
  4. comment
    Comment #48543228

    [flagged]

  5. story
  6. comment
    Comment #47351366

    I'm the creator of the Dapr CNCF project, happy to answer any questions.

  7. comment
    Comment #47351353

    One pattern we've seen while building AI agents is that developers often have to make a frustrating choice between agent frameworks and workflow engines. Frameworks like LangGraph,…

  8. story
  9. comment
    Comment #47220181

    Thank you! :) (Dapr maintainer here)

  10. comment
    Comment #47168073

    Hi everyone, I performed a deep analysis of the code, runtime behavior and architecture of many popular agent frameworks and decided to publish a post with some initial findings on…

  11. story
  12. comment
    Comment #44025109

    This is a way to give developers and semi-technical people a way to generate and run code-first workflows using a visual language, be it UML or otherwise. We will be expanding supp…

  13. comment
    Comment #44025092

    Very much so, and in next iterations we will be expanding the scope both in what the generated code does as well as the ways to prompt

  14. comment
    Comment #44025077

    Definitely fair feedback, we will look into it

  15. comment
    Comment #44025069

    1. A user can always go into the generated code and make changes to it. The code generated includes explanations for what each step in the workflow does 2. Dapr has 9 APIs, one of …

  16. comment
    Comment #44025059

    Great point. Our tool does UML/BPMN as well as regular drawn diagrams without a specific notation, and will soon expand into regular prompts

  17. comment
    Comment #44025054

    Dapr is a code-first workflow engine that doesn't require a DSL language and includes many other integration points like pub/sub, service discovery and more. It also runs and deplo…

  18. comment
    Comment #44025051

    Thanks for the response! What you're saying about embedding and enriching existing code based is definitely next level and I'll bring it back to the team to explore

  19. comment
    Comment #44025047

    Great idea and a work in progress :)

  20. comment
    Comment #44025044

    Hi thanks for your question. You wrote "more or less" and that's very accurate - the generated code by just feeding it to any LLM provider usually doesn't work out of the box, incl…

  21. story
    Show HN: Generate code-first workflows using diagrams

    Hi, we've built a tool that allows developers to generate fully working workflows-as-code from any visual diagram using an open-source durable execution engine. The generated code …

  22. story
    Show HN: Turn any workflow diagram into compilable, running and stateful code

    Hi HN folks, I'm a co-creator of the Dapr CNCF project and co-founder of Diagrid. Today we announced a free-to-use web app that takes any form of workflow diagram (UML, BPMN, scrib…

  23. story
    Show HN: Document agent example that can parse and chat over unstructured data

    Hi all, Dapr maintainer here. We've added a new example that shows how you can build a conversational agent that can upload, parse and understand complex documents, while retaining…

  24. comment
    Comment #43492650

    Will take a look, thanks!

  25. comment
    Comment #43483959

    Good suggestion, thank you