Hacker News new | ask | show | jobs
by shardullavekar 282 days ago
A workflow can have subjective parts too. For example, click on button A if it satisfies certain conditions I wrote in plain English, otherwise click on B.

These subjective elements can be defined with user inputs/prompts.

So a workflow is a literal script with embedded LLM calls for branching or even scraping details where literal script feels tedious.

1 comments

Neat.