Recent systems allow you to define workflows using chat. This reduces build time dramatically. You can now:
- →Describe a workflow
- →generate steps instantly
- →connect multiple systems
But this introduces a new risk: Generation is fast, but execution is still unsafe.
Start → Process → End Chat → generated workflow → direct execution If the generated workflow is wrong: your system executes it anyway.
So the problem shifts from: "how do we build workflows?" to: "how do we prevent incorrect workflows from executing?"
