Applying AI at Work - lesson 2
Build a workflow you will actually reuse
A repeatable prompt with a checking step beats a clever one off every time.
What you will take away:
- A workflow is a saved prompt, a fixed input format, a defined output format, and a checking step.
- Feed the model your own source material rather than relying on what it remembers.
- Split multi step tasks into separate prompts. Chained single instructions beat one complicated request.
- Write the checking step down, or it will not happen consistently.