By Sagar Shankaran, Founder of CallSphere
Self-improving agents are the next enterprise AI differentiator. Explained: the four mechanisms (rubrics, sub-agents, memory, evals) and what they mean for voice.
Key takeaways
Every major 2026 enterprise-AI report — Salesforce, Google Cloud, Anthropic — flags self-improving agents as the year's competitive differentiator. The phrase is doing a lot of work. This post breaks down what "self-improving" actually means in 2026, and which mechanisms are real versus aspirational.
The agent finishes a task and grades itself against a rubric. Anthropic's May 2026 expanded public beta of tools-for-agents includes rubric evaluation as a first-class primitive. The agent emits a structured self-grade ("did I confirm the patient's DOB? Did I capture the correct insurance ID? Did I schedule for the requested provider?"), and that grade feeds back into prompt updates and tool selection over time.
This is real today. CallSphere uses a similar pattern internally — every voice call is scored against a vertical-specific rubric (e.g., for healthcare intake: 12 checkpoints, each binary). Calls below a threshold get queued for human review.
Anthropic shipped tooling in the May 2026 expanded beta for agents to spawn and coordinate sub-agents. A primary agent decomposes a task, dispatches to specialized sub-agents, and synthesizes results. The "self-improvement" angle: the primary agent learns which sub-agents perform best on which decomposed tasks, and updates its routing.
This is real for long-horizon coding/finance/legal work. For voice agents, sub-agent coordination is mostly internal (a parallel "memory" agent fetching context while the conversation agent talks).
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
Self-improving agents need memory across sessions, and they need to notice when the world has changed. If a clinic's intake form added a new field last week, the agent needs to know without someone manually updating the prompt.
Real-but-emerging. Most production deployments still need a human to confirm memory updates. Fully autonomous memory writes are still a research preview.
Anthropic's May 2026 research preview of managed agents for long-running workflows in coding, finance, and law includes continuous eval pipelines as part of the managed offering. The agent's outputs are sampled, scored, and fed back into prompt/tool updates without the customer team having to build that pipeline.
This is the real "managed" part of managed agents — not just running the model, but running the improvement loop around it.
Voice is a particularly good domain for self-improvement because:
A voice agent that quietly improves its booking conversion from 62% to 71% over six months — without anyone touching the prompt — is a real competitive differentiator.
We are not claiming a fully autonomous self-improving loop. What CallSphere does today:
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
That is assisted self-improvement, not fully autonomous. We think that is the responsible state-of-the-art for a regulated voice product in 2026.
If a vendor pitches "self-improving agents," ask:
Vendors that handwave on any of these are pitching the demo, not the product.
Book a CallSphere demo and we will walk through the actual eval pipeline on your vertical.
Q: Is Anthropic's managed agents preview generally available? A: It is in research preview as of May 2026. Access is gated; production-grade pricing and SLAs are not yet published.
Q: Can I plug Anthropic's managed agents into CallSphere? A: Not directly today. We are evaluating the API surface; expect updates in H2 2026.
Q: How long before fully autonomous self-improvement is safe in healthcare voice? A: Probably 18–36 months. Regulatory and clinical-safety constraints will lag the model capability.

Written by
Sagar Shankaran· Founder, CallSphere
LinkedInSagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
Anthropic's Claude Fable 5 and Mythos 5 explained: pricing, availability, frontier benchmarks, the dual-model safeguard architecture, and what they mean for AI agents.
Prompt and context design for Claude Cowork: what to include, what to leave out, and how compaction keeps long agentic knowledge-work runs sharp and reliable.
Inside Claude Cowork's internals — the orchestration loop, context assembly, skills, MCP connectors, and sub-agents that run real knowledge work end to end.
What engineers must learn to build reliably with Claude Code and Agent Skills: procedural articulation, verification, and the new skill-engineer role.
© 2026 CallSphere Inc. All rights reserved.
Made within San Francisco
The metrics and signals that prove Claude Code agents and Skills work: eval sets, intervention rate, cost per outcome, and tracking the failure tail.
What to put in a Claude agent's context, what to leave out, and why — context design, just-in-time skills, and structure for reliable, token-efficient agents.