Demonstration mode works best for repetitive, multi-step workflows that are easier to show than to describe - especially on complex internal tools or third-party platforms with non-standard UIs.
Ideal workflows for demonstration mode:
Internal tool automation:
- ERP data entry (SAP, Oracle, NetSuite)
- CRM report generation (Salesforce, HubSpot)
- HR system workflows (Workday, BambooHR)
- Internal dashboards with complex filtering
Why: These tools have complex, nested UIs that are tedious to describe in natural language. Showing the workflow is faster and more accurate.
Third-party platform workflows:
- Downloading reports from ad platforms (Google Ads, Meta, LinkedIn)
- Managing listings on marketplaces (Amazon Seller Central, Shopify)
- Collecting data from vendor portals
- Updating records across multiple systems
Why: These platforms change frequently and have unique UIs. Demonstration captures the workflow pattern regardless of specific selectors.
Complex form flows:
- Insurance applications with conditional fields
- Government submissions with multi-page forms
- Financial applications with document upload steps
Why: These flows have branching logic that's hard to specify in advance. Demonstrating the happy path gives you generated automation code to review and adapt.
Less ideal for demonstration mode:
- Simple, single-page data extraction (natural language is easier)
- Workflows that require real-time decision-making on variable content
- Tasks that are different every time with no repeatable pattern
Getting started:
Start with a workflow you perform manually at least once a week. Demonstrate it in a live Notte session, review the generated code, then deploy it as a scheduled function when it is reliable.