Hacker News new | ask | show | jobs
by _alphageek 49 days ago
Thanks! Effect-ts is totally different tools though. It's an effect system (managing side effects, composability, error channels), while orch8 is about durable execution: your workflow survives crashes, deploys, and restarts without losing a single step. Currently LLM drives demand for the orchestration systems. As them requires loops under them to solve the real-world problems. The core principles under orch8 is to have llm heavy workflows, f.e. llm step is exists out of the box and it can modify execution at a runtime. Regarding which framework for non-tech users, in my humble opinion - non of the yet. Effect-ts requires steep learning, temporal requires understanding of determinism constraints. Even Inngest assumes you can write code. Declarative way of defining workflows, in my opinion is the way to og. As llm can generate declarations, workers, tests and run on their own. I shipped also cloud.orch8, one of the core ideas is the templates, where user can click through template - fill their variables and have their executions running with 0 code. but as ti is early development, I did not develop many templates yet - something I gonna focus next few months.In slightly far future I plan to ha templates marketplace, where people can earn money for designing solutions for other people/companies.