Intermediate
Workflow Automation with AI
Automate the repetitive parts of a business using workflow tools and LLMs, without writing a full application.
What you'll be able to do
- Automate a multi-step business process end to end
- Connect systems that were never designed to talk to each other
- Use an LLM as a step in a workflow, with a fallback when it is wrong
- Self-host the automation platform rather than renting it per task
Modules
- 01Finding what is worth automatingProcess mapping, measuring manual effort, deciding what should stay human
- 02Workflow platformsn8n in depth, triggers, branching, error handling, retries, queueing, self-hosting with Docker
- 03IntegrationsREST and webhooks, authentication and token refresh, pagination, rate limits, idempotency
- 04AI steps in a workflowExtraction, classification, summarisation, structured output, validating what the model returns
- 05Documents and dataOCR, parsing invoices and forms, spreadsheet and database sync, deduplication
- 06Running it in productionMonitoring runs, alerting on failure, secrets handling, cost control, audit trail
Capstone
Automate a real business process end to end — intake, AI-assisted processing, human approval and system update — running on infrastructure you deployed.