Hacker News new | ask | show | jobs
by evboyle 452 days ago
Author of GenSX here.

It turns out that react's programming model is great at constructing and executing DAGs. The resulting code is much simpler, and more expressive.

And the React's focus of composition over abstraction is 100% what you need in the LLM world. It enables sharing code across large teams by default.

When you have serializable props, outputs, and pure functions (properties of both the React and GenSX component model) then it is trivial to layer things like durable execution on top of it. Might give you an idea of what is soon to come!