Caching
Simplex automatically caches agentic actions on subsequent runs where you set a workflow name. This can speed up workflows by 10-20x depending on the complexity of the workflow, and make it so runs are extremely consistent.Using non-agentic actions when available
For form filling and input filling, it’s often possible to use a combination of type, press_tab, press_enter to fill out forms (it’s also cheaper for you as it doesn’t require using agentic actions!). The following video is running at 1x speed.Running a workflow with non-agentic actions.