Viewing profile — yaronsc
yaronsc
HN member- Joined
- Wed, Oct 16, 2019, 5:43 PM UTC
- HN karma
- 68
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About yaronsc
No profile information was provided.
Recent public activity
- story
-
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 …
- story
-
comment
Comment #48543228
[flagged]
- story
-
comment
Comment #47351366
I'm the creator of the Dapr CNCF project, happy to answer any questions.
-
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,…
- story
-
comment
Comment #47220181
Thank you! :) (Dapr maintainer here)
-
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…
- story
-
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…
-
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
-
comment
Comment #44025077
Definitely fair feedback, we will look into it
-
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 …
-
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
-
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…
-
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
-
comment
Comment #44025047
Great idea and a work in progress :)
-
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…
-
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 …
-
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…
-
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…
-
comment
Comment #43492650
Will take a look, thanks!
-
comment
Comment #43483959
Good suggestion, thank you