Mule AI Gets a Makeover: Drag-and-Drop Workflows and Live WASM Reloading
Mar 11, 2026
3 min read
Mule AI Gets a Makeover: Drag-and-Drop Workflows and Live WASM Reloading
Sometimes it’s the quality-of-life improvements that matter most. Intelligence is great, but working efficiently is what actually gets things done. That’s why I’m excited about the updates in PR #93 - workflow step reordering with drag-and-drop and WASM module hot reloading. These aren’t flashy AI breakthroughs, but they make building with Mule AI genuinely enjoyable.
The Problem: Rigid Workflows
Before this update, if you wanted to reorganize your agent workflow, you were essentially editing a JSON or YAML configuration. Want to move step 3 before step 2? Hope you don’t mind manually renumbering everything. Want to try a different sequence? Fork the workflow or edit carefully.
Read Article