
Smarter agent reasoning and faster responses
Major improvements to how agents reason about complex GTM workflows, plus 40% faster response times across the board.
This release brings significant improvements to how our agents reason about your data and make decisions. We've also rolled out infrastructure changes that dramatically improve response times.
What's new
Improved reasoning
Agents now break down complex tasks into smaller steps automatically, giving you more transparency and better results. You'll see this especially in:
- Multi-step routing decisions with explanations for each step
- Enrichment workflows that explain why a record was matched
- Meeting scheduling that considers more context before booking
40% faster responses
We rebuilt our request pipeline from the ground up. Most agent actions now complete in under 200ms.
// Before: ~500ms average
// After: ~190ms average
const result = await agent.run({ task: "route lead" });