HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by KraftyOne

Comment by KraftyOne 6 months ago

0 replies

View on Hacker News

Great question! A workflow should be deterministic: if called multiple times with the same inputs, it should invoke the same steps with the same inputs in the same order. But steps don't have be deterministic, they can invoke LLMs, third party APIs, or any other operation. Docs page on determinism: https://docs.dbos.dev/typescript/tutorials/workflow-tutorial...