ElevenLabs introduces Procedures in ElevenAgents
TL;DR
ElevenLabs introduces Procedures in ElevenAgents.
What changed
ElevenLabs added Procedures to ElevenAgents. Developers can define structured steps for agent tasks. Vibe Builders and Basic Users now access more controlled agent flows.
Why it matters
Procedures support use cases such as multi step voice interactions where prior agent versions often drifted. This approach differs from competitors like standard OpenAI agents by enforcing explicit sequences. Basic Users benefit from reduced trial and error in setup.
What to watch for
Compare against alternatives like LangChain agents during testing. Verify by running a sample procedure on the ElevenAgents dashboard and checking output consistency across three runs.
Who this matters for
- Vibe Builders: Use the new Procedures UI to map out multi-step voice workflows without writing complex code.
- Basic Users: Follow the structured setup guides to ensure your voice agents stay on track during long calls.
Harsh’s take
ElevenLabs is moving away from the black box approach of LLM reasoning by introducing explicit state management. Procedures solve the drift problem where voice agents lose the plot during long interactions. By forcing agents into defined sequences, developers get the reliability of a flowchart with the natural feel of a generative voice.
This is a direct challenge to OpenAI's more fluid but often unpredictable agentic frameworks. Operators should prioritize this for high stakes customer service or technical support where specific data must be collected in a set order. It turns a conversational toy into a predictable business tool.
by Harsh Desai
More AI news
- FeatureHermes-agent supports delegating tasks to parallel background subagents
Hermes-agent fans out multiple subagents in the background using delegate_task without blocking the active chat session. Results consolidate into a single clean summary after all subagents finish.
- FeatureCursor adds cloud agent setup and management in Agents Window
Cursor now supports cloud environment setup in under 10 minutes along with cloud subagents via the /in-cloud command and seamless handoff between local and cloud sessions.
- FeatureCursor adds new triggers and computer use to Automations
Cursor Automations now includes the /automate skill, GitHub and Slack triggers, and a computer use tool for cloud agents to generate demos and artifacts.