8news

Tech • AI • Robotics

VIDEO
ENFR
TodayShortsTop StoriesYour topicFor youTopicsAll videosYT channelsArchivesSearchFavorites

How founders build on Claude Managed Agents

7/10
AnthropicClaudeSeptember 8, 2026 at 08:22 PM34:37
Audio player
0:00 / 0:00

TL;DR

Startups are using Managed Agents to ship AI features in days or weeks across meetings, sales and product analytics, while balancing speed against long-term demands for lower cost, tighter control and better observability.

KEY POINTS

Meeting tools now cover work before and after the call

One company building a meeting assistant is treating meetings as a full workflow rather than just the live conversation. Its agents prepare users beforehand with briefs, then help execute follow-up tasks and automation afterward. The system focuses heavily on accuracy because a wrong identity match, such as confusing one Tom for another, can be worse than showing nothing at all.

Outcomes are used as runtime quality gates

For meeting briefs, the product applies an outcomes rubric that checks both factual correctness and usability before anything is shown. The rubric verifies whether the right person was identified, whether sources match the meeting context, and whether the brief is readable, scannable and ordered logically. If the result fails, the product withholds the output rather than risk a false positive.

Independent verification is replacing blind trust in a single agent

The meeting product runs a separate verifier with its own context window to assess the agent’s work, typically beginning about 24 hours before a conversation. That verifier can compare signals from calendar invites, email and public profiles to judge whether the brief is probably correct. The approach is designed to create feedback loops while reducing the chance that one agent simply validates its own mistake.

Sales teams are using persistent memory across accounts

A sales-focused product runs an agent on each customer account that continuously builds context over the life of the deal. Those agents learn account history as well as company-specific concepts such as forecasting rules, ownership definitions and messy Salesforce field mappings. The learned information is stored across several layers, including account, user and organization-wide memory.

A cross-account agent was built in two weeks and became widely used

To handle questions that span many accounts, the sales company launched a cross-account reporting tool called Watchtower in about 2 weeks. The product helps answer questions such as which five accounts to prioritize today or which deals belong in next quarter’s forecast. It has become one of the company’s most-used features and also powers other parts of the platform.

Agents are now writing code to answer complex sales questions

For deeper analysis, the sales system can generate code, call tools programmatically, narrow a candidate set and fan out work to independent agents across hundreds of deals. That architecture matters when a manager may oversee 500 accounts or a representative may need prioritization across 100 accounts. The product combines its own detailed account memory with managed memory for broader organizational preferences.

Sandboxing is central when agents touch source code

A product analytics company is using agents to snapshot customer codebases, compare them with live application behavior and propose fixes. Because source code may expose secrets or sensitive internal logic, the company emphasized sandboxing, tool restrictions and careful control over what data enters and leaves the environment. The end result can include automated pull requests back to a repository.

Analytics agents are moving toward self-healing software

The analytics platform triggers agent sessions when pull requests are submitted, after code is merged and in overnight batch jobs. It reviews changes for UX issues, updates or creates instrumentation, detects drops in funnel conversion and can even suggest prompt fixes when human-agent conversations show elevated error rates. The broader goal is software that diagnoses drift and recommends repairs as teams ship faster.

Managed infrastructure is winning early because speed beats customization

Across the products discussed, teams reported getting working infrastructure in days and shipping full features in roughly 1 to 3 weeks. Developers said the biggest gains came from not having to rebuild orchestration, compaction, prompt caching, sandboxing and other harness-level plumbing. That let teams focus on prompts, tools, retrieval order, ranking and user-facing product design instead.

The biggest unresolved issues are cost, attribution and model drift

Founders said every agent company has to watch cost carefully, especially for batch jobs, fan-out workloads and lower-value steps that do not need frontier models. Several argued that better cost levers, including batch-style execution and clearer attribution of where money is spent, would help. They also said model migrations can introduce new failure modes, making strong evals essential once a product moves beyond the early “vibes-based” phase.

CONCLUSION

Managed agent platforms are accelerating AI product development by offloading difficult infrastructure work at the moment when speed matters most. As these products scale, the next battleground will be finer control over cost, latency, memory and evaluation quality.

Explain this
Full transcript

More from Anthropic