{"id":93032,"date":"2026-04-14T09:00:00","date_gmt":"2026-04-14T16:00:00","guid":{"rendered":"https:\/\/www.salesforce.com\/?p=93032"},"modified":"2026-04-14T09:25:14","modified_gmt":"2026-04-14T16:25:14","slug":"applied-ai-building-agents-playbook","status":"publish","type":"post","link":"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/","title":{"rendered":"Applied AI: Why Building AI Agents Requires a New Playbook"},"content":{"rendered":"\n<p><strong>Table of Contents<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"#h-1-introduction-the-end-of-build-once-ship-move-on-nbsp\">Introduction: The End of \u2018Build Once, Ship, Move On\u2019<\/a><\/li>\n\n\n\n<li><a href=\"#h-2-first-principles-why-agents-aren-t-software\">First Principles: Why Agents Aren\u2019t Software<\/a><\/li>\n\n\n\n<li><a href=\"#h-3-the-adlc-framework-phases-of-the-agent-lifecycle-nbsp\">The ADLC Framework: Phases of the Agent Lifecycle\u00a0<\/a><\/li>\n\n\n\n<li><a href=\"#h-4-defining-critical-jobs-to-be-done\">Defining Critical Jobs to Be Done<\/a><\/li>\n\n\n\n<li><a href=\"#h-5-managing-synthetic-reasoning-drift-calibration-and-the-human-in-the-loop\">Managing Synthetic Reasoning: Drift, Calibration, and the Human in the Loop\u00a0<\/a><\/li>\n\n\n\n<li><a href=\"#h-6-conclusion-the-crossover-point-nbsp\">Conclusion: The Crossover Point<\/a><\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-1-introduction-the-end-of-build-once-ship-move-on-nbsp\"><strong>1. Introduction: The End of \u2018Build Once, Ship, Move On\u2019&nbsp;<\/strong><\/h2>\n\n\n\n<p>For decades, the Software Development Lifecycle (SDLC) has been the bedrock of the technology industry. Its logic is elegant and straightforward: Define requirements, write code, test it, ship it, maintain it. If the code says 2 + 2 = 5, you have a bug \u2014 a logic error with a deterministic fix. You patch it, you push a new version, and the world moves on. Modern software engineering is built on one core assumption: predictability.&nbsp;<\/p>\n\n\n\n<p>That assumption is now breaking.&nbsp;<\/p>\n\n\n\n<p>As enterprises race to deploy <a href=\"https:\/\/www.salesforce.com\/agentforce\/ai-agents\/autonomous-agents\/?d=cta-body-promo-8\" target=\"_blank\" rel=\"noreferrer noopener\">autonomous AI agents<\/a> that don\u2019t just execute instructions but reason, adapt, and make decisions, they\u2019re discovering an uncomfortable truth: Agents aren\u2019t traditional software. They\u2019re probabilistic, not deterministic. They don\u2019t \u201crun\u201d; they \u201cbehave.\u201d And the degree to which they behave well isn\u2019t a fixed property you can test once and trust forever.&nbsp;<\/p>\n\n\n\n<p>The instinct in our industry is to treat agent development the way we have always treated software development: Write the prompt, connect the APIs, run a test suite, deploy, and move on. This results in agents that work brilliantly in staging and erratically in production, agents that degrade over time even when no one touches them, agents that pass every test case and still fail the customer.&nbsp;<\/p>\n\n\n\n<p>The gap between how we build traditional software and how agents actually work is where most <a href=\"https:\/\/www.salesforce.com\/artificial-intelligence\/enterprise-ai\/?d=cta-body-promo-8\" target=\"_blank\" rel=\"noreferrer noopener\">enterprise AI<\/a> deployments break down. No amount of prompt engineering will close it. What is needed is a <strong>fundamentally different lifecycle designed from first principles for the realities of probabilistic AI.&nbsp;<\/strong><\/p>\n\n\n\n<p>At Salesforce, we have spent the past two years building and deploying autonomous agents at enterprise scale across thousands of use cases, serving tens of thousands of employees and millions of end customers. In the early days, we saw the same friction points many enterprises face today. We had disparate approaches across the organization, a lingering bias toward &#8220;build once and ship,&#8221; and ad hoc AI governance. This fragmentation led to inconsistent results and inaccurate guidance for our teams.<\/p>\n\n\n\n<p>Through that work, we have developed the Agent Development Lifecycle, or ADLC.&nbsp;<\/p>\n\n\n\n<p>ADLC is a closed-loop learning system of testing, monitoring, calibration, and refinement that is designed to manage the inherent drift of an evolving AI ecosystem. Where SDLC ends at the release, ADLC recognizes that deployment is merely day one and delivers a model centered on continuous improvement post-launch, rigorous AI governance, and teams comprising agentic technologists who support technical build and behavioral coaching.<\/p>\n\n\n\n<p>This paper introduces the ADLC framework, explains the first principles behind it, details its six core phases, and describes the new jobs to be done and organizational capabilities enterprises must develop to succeed in the agentic era.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-2-first-principles-why-agents-aren-t-software\"><strong>2. First Principles: Why Agents Aren\u2019t Software<\/strong><\/h2>\n\n\n\n<p>To understand ADLC, we need to move past the hype and look at the functional reality of building and managing probabilistic systems.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-the-taxonomy-of-agent-work-nbsp\"><strong>The Taxonomy of Agent Work&nbsp;<\/strong><\/h6>\n\n\n\n<p>The first mistake most organizations make is treating every agent task the same way. In practice, when we decompose a job into its elemental tasks, those tasks fall into three distinct categories, each of which demands a different tooling approach.&nbsp;<\/p>\n\n\n\n<p>The first category is <strong>deterministic code<\/strong>. These are tasks that require 100% accuracy and zero creativity: updating a CRM field, generating an invoice, changing a lead status. They belong in traditional code (Apex triggers, flows, APIs), not in a language model.&nbsp;<\/p>\n\n\n\n<p>The second category is <strong>retrieval<\/strong>. These tasks require specific, factual context: \u201cWhat are our Q3 pricing tiers?\u201d or \u201cWhat is this customer\u2019s contract renewal date?\u201d The agent needs to be grounded in a trusted data source (like <a href=\"https:\/\/www.salesforce.com\/data\/?d=cta-body-promo-8\" target=\"_blank\" rel=\"noreferrer noopener\">Salesforce Data 360<\/a>) to ensure it\u2019s not hallucinating.<\/p>\n\n\n\n<p>The third category is the <strong>reasoning engine<\/strong>: the large language model (LLM) itself. These are the tasks that require genuine judgment: \u201cBased on this prospect\u2019s LinkedIn activity and recent support tickets, what is their most likely pain point?\u201d This is where the <a href=\"https:\/\/www.salesforce.com\/artificial-intelligence\/what-are-large-language-models\/\" target=\"_blank\" rel=\"noreferrer noopener\">LLM<\/a> earns its keep.<\/p>\n\n\n\n<p>Distinguishing between these three categories is the most important design decision in ADLC. If a task can be accomplished with a regular expression or an if-then statement, keep it out of the LLM. Save the reasoning tokens for where the ambiguity actually lives.&nbsp;<\/p>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-job-decomposition-then-job-automation-nbsp\"><strong>Job Decomposition, Then Job Automation<\/strong>&nbsp;<\/h6>\n\n\n\n<p>The second mistake is attempting to automate an entire role, for example, \u201cAutomate Sales\u201d or \u201cAutomate Support.\u201d Automation isn\u2019t the wrong goal, but it\u2019s the wrong starting point. Before you can automate anything, you must decompose the role: break it into its elemental tasks and determine which specific tasks an agent can own, which require human judgment, and which should remain in deterministic code.<\/p>\n\n\n\n<p>When we built our Engagement Agent \u2014 <a href=\"https:\/\/www.salesforce.com\/news\/stories\/ai-lessons-building-enterprise-agents\/\" target=\"_blank\" rel=\"noreferrer noopener\">the same one that now generates over $120 million in annualized pipeline<\/a> \u2014 we didn\u2019t try to \u201cautomate Sales.\u201d Instead, we looked for the high-volume, high-impact tasks where extra capacity would provide outsized gains for our sales development representatives (SDRs). Engagement Agent has succeeded not by trying to be an SDR but by doing specific SDR tasks exceptionally well.&nbsp;<\/p>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-don-t-throw-the-kitchen-sink-at-your-agent-nbsp\"><strong>Don\u2019t Throw the Kitchen Sink at Your Agent&nbsp;<\/strong><\/h6>\n\n\n\n<p>This leads to the third first principle: Resist the urge to build a \u201cgeneral agent.\u201d The biggest mistake we see operators make is trying to build a single agent that can do everything \u2014 handle research, draft communications, verify facts, update records, and make recommendations all in one system. These monolithic agents become bloated, expensive, and prone to \u201clogic collisions\u201d where the instructions for one capability interfere with the performance of another.&nbsp;<\/p>\n\n\n\n<p>ADLC instead advocates for a targeted agent architecture. Each agent should have a defined, coherent scope of work with clear purpose and boundaries. Build one agent for account research. One for customer outreach. One for seller coaching. Each does one thing exceptionally well, and each can be calibrated, monitored, and improved independently. Critically, these targeted agents must pass a quality check to earn their \u201cticket to ride\u201d before being orchestrated into enterprisewide systems. ADLC is a gated process, and only high-quality agents get through.&nbsp;<\/p>\n\n\n\n<p>Within each targeted agent, the work is further decomposed into subagents that handle specific tasks in the agent\u2019s broader scope. Consider our Engagement Agent, whose job is engaging a customer after a lead is submitted by email. The macro goal is to get that customer ready to book a meeting with a seller. But that scope breaks down into discrete subtasks: One subagent drafts the initial email. Another checks the message strength before it goes out. Another handles the follow-up sequence. Each subagent has its own skill and context and can be independently refined. The result is that, as any one component improves, the overall agent improves. And when a subagent gets overloaded, you can split it apart and create a new one \u2014 giving agents clear purpose and boundaries at every level.<\/p>\n\n\n\n<p>How these targeted agents then work together is a question of orchestration, and it\u2019s the ultimate destination of ADLC.&nbsp;<\/p>\n\n\n\n<aside class=\"more-from-block more-from-block--2 alignfull wp-block-newsroom-moreontopic\">\n\t<div class=\"more-from-block__content\">\n\t\t\t\t\t<h4 class=\"more-from-block__title\">Related<\/h4>\n\t\t\n\t\t<div class=\"more-from-block__cards more-from-block__cards--2\"\n\t\t\t\t>\n\t\t\t\n\n<article\t\t\titemscope=\"\"\n\t\titemtype=\"https:\/\/schema.org\/Article\"\n\t\tdata-card-id=\"92858\"\n\t\tclass=\"content-card content-card--large-inline is-entire-area-clickable content-card--is-boxed\"\n\t\t\tdata-clickable-area-link=\"https:\/\/www.salesforce.com\/news\/stories\/ai-foundry-announcement\/\"\n\t>\n\t\t\t<div class=\"content-card__image-container\" itemprop=\"image\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t<img width=\"1024\" height=\"576\" src=\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/03\/Salesforce-AI-Research-Launches-AI-Foundry-a-New-Initiative-to-Accelerate-System-Level-Enterprise-AI.png?w=1024\" class=\"content-card__image\" alt=\"Salesforce Launches AI Foundry to Accelerate Enterprise AI\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" loading=\"lazy\" decoding=\"async\" srcset=\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/03\/Salesforce-AI-Research-Launches-AI-Foundry-a-New-Initiative-to-Accelerate-System-Level-Enterprise-AI.png 1200w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/03\/Salesforce-AI-Research-Launches-AI-Foundry-a-New-Initiative-to-Accelerate-System-Level-Enterprise-AI.png?w=300&amp;h=169 300w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/03\/Salesforce-AI-Research-Launches-AI-Foundry-a-New-Initiative-to-Accelerate-System-Level-Enterprise-AI.png?w=768&amp;h=432 768w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/03\/Salesforce-AI-Research-Launches-AI-Foundry-a-New-Initiative-to-Accelerate-System-Level-Enterprise-AI.png?w=1024&amp;h=576 1024w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/03\/Salesforce-AI-Research-Launches-AI-Foundry-a-New-Initiative-to-Accelerate-System-Level-Enterprise-AI.png?w=264&amp;h=149 264w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/03\/Salesforce-AI-Research-Launches-AI-Foundry-a-New-Initiative-to-Accelerate-System-Level-Enterprise-AI.png?w=500&amp;h=281 500w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/03\/Salesforce-AI-Research-Launches-AI-Foundry-a-New-Initiative-to-Accelerate-System-Level-Enterprise-AI.png?w=678&amp;h=381 678w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/03\/Salesforce-AI-Research-Launches-AI-Foundry-a-New-Initiative-to-Accelerate-System-Level-Enterprise-AI.png?w=150&amp;h=84 150w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/03\/Salesforce-AI-Research-Launches-AI-Foundry-a-New-Initiative-to-Accelerate-System-Level-Enterprise-AI.png?w=314&amp;h=177 314w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/03\/Salesforce-AI-Research-Launches-AI-Foundry-a-New-Initiative-to-Accelerate-System-Level-Enterprise-AI.png?w=343&amp;h=193 343w\" \/>\t\t\t\t\t<\/div>\n\t\n\t<div class=\"content-card__content-container content-card__content-container--style-\">\n\t\t\n\t\t\n\t\t\t\t\t<h3 itemprop=\"headline\" class=\"content-card__title\">\n\t\t\t\t\t\t\t\t\t<a\n\t\t\t\t\t\thref=\"https:\/\/www.salesforce.com\/news\/stories\/ai-foundry-announcement\/\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttarget=\"_blank\"\n\t\t\t\t\t\t\t\t\t\t\t\tclass=\"content-card__title-link\"\n\t\t\t\t\t>\n\t\t\t\t\t\t\t\tSalesforce AI Research Launches AI Foundry to Accelerate System-Level Enterprise AI\t\t\t\t<\/a>\t\t\t<\/h3>\n\t\t\n\t\t\t\t\n\t\t\n\t\t\t\t\t<div itemprop=\"readTime\" class=\"content-card__read-time\">\n\t\t\t\t3 min read\t\t\t<\/div>\n\t\t\n\t\t\t<\/div>\n\n<\/article>\n\n\n\n<article\t\t\titemscope=\"\"\n\t\titemtype=\"https:\/\/schema.org\/Article\"\n\t\tdata-card-id=\"92303\"\n\t\tclass=\"content-card content-card--large-inline is-entire-area-clickable content-card--is-boxed\"\n\t\t\tdata-clickable-area-link=\"https:\/\/www.salesforce.com\/news\/stories\/state-of-marketing-2026\/\"\n\t>\n\t\t\t<div class=\"content-card__image-container\" itemprop=\"image\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t<img width=\"1024\" height=\"576\" src=\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/02\/AI-Rewrites-Marketing-Rules-75-of-Marketers-Have-Adopted-AI-Yet-Still-Use-It-To-Send-One-Way-Generic-Campaigns.png?w=1024\" class=\"content-card__image\" alt=\"75% of Marketers Have Adopted AI Yet Still Use It To Send One-Way, Generic Campaigns\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" loading=\"lazy\" decoding=\"async\" srcset=\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/02\/AI-Rewrites-Marketing-Rules-75-of-Marketers-Have-Adopted-AI-Yet-Still-Use-It-To-Send-One-Way-Generic-Campaigns.png 1200w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/02\/AI-Rewrites-Marketing-Rules-75-of-Marketers-Have-Adopted-AI-Yet-Still-Use-It-To-Send-One-Way-Generic-Campaigns.png?w=300&amp;h=169 300w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/02\/AI-Rewrites-Marketing-Rules-75-of-Marketers-Have-Adopted-AI-Yet-Still-Use-It-To-Send-One-Way-Generic-Campaigns.png?w=768&amp;h=432 768w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/02\/AI-Rewrites-Marketing-Rules-75-of-Marketers-Have-Adopted-AI-Yet-Still-Use-It-To-Send-One-Way-Generic-Campaigns.png?w=1024&amp;h=576 1024w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/02\/AI-Rewrites-Marketing-Rules-75-of-Marketers-Have-Adopted-AI-Yet-Still-Use-It-To-Send-One-Way-Generic-Campaigns.png?w=264&amp;h=149 264w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/02\/AI-Rewrites-Marketing-Rules-75-of-Marketers-Have-Adopted-AI-Yet-Still-Use-It-To-Send-One-Way-Generic-Campaigns.png?w=500&amp;h=281 500w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/02\/AI-Rewrites-Marketing-Rules-75-of-Marketers-Have-Adopted-AI-Yet-Still-Use-It-To-Send-One-Way-Generic-Campaigns.png?w=678&amp;h=381 678w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/02\/AI-Rewrites-Marketing-Rules-75-of-Marketers-Have-Adopted-AI-Yet-Still-Use-It-To-Send-One-Way-Generic-Campaigns.png?w=150&amp;h=84 150w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/02\/AI-Rewrites-Marketing-Rules-75-of-Marketers-Have-Adopted-AI-Yet-Still-Use-It-To-Send-One-Way-Generic-Campaigns.png?w=314&amp;h=177 314w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/02\/AI-Rewrites-Marketing-Rules-75-of-Marketers-Have-Adopted-AI-Yet-Still-Use-It-To-Send-One-Way-Generic-Campaigns.png?w=343&amp;h=193 343w\" \/>\t\t\t\t\t<\/div>\n\t\n\t<div class=\"content-card__content-container content-card__content-container--style-\">\n\t\t\n\t\t\n\t\t\t\t\t<h3 itemprop=\"headline\" class=\"content-card__title\">\n\t\t\t\t\t\t\t\t\t<a\n\t\t\t\t\t\thref=\"https:\/\/www.salesforce.com\/news\/stories\/state-of-marketing-2026\/\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttarget=\"_blank\"\n\t\t\t\t\t\t\t\t\t\t\t\tclass=\"content-card__title-link\"\n\t\t\t\t\t>\n\t\t\t\t\t\t\t\t75% of Marketers Have Adopted AI, Yet Still Use It to Send Generic Campaigns\t\t\t\t<\/a>\t\t\t<\/h3>\n\t\t\n\t\t\t\t\n\t\t\n\t\t\t\t\t<div itemprop=\"readTime\" class=\"content-card__read-time\">\n\t\t\t\t5 min read\t\t\t<\/div>\n\t\t\n\t\t\t<\/div>\n\n<\/article>\n\n\t\t<\/div>\n\t\t<noscript>\n<div class=\"pagination-fallback\">\n\n\t\t<a href=\"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/posts\/93032\/page\/2\/?bc=OTH#section-title\">\n\t\t\tOlder Posts\t\t<\/a>\n\t\t<\/div>\n<\/noscript>\n\t<\/div>\n<\/aside>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-3-the-adlc-framework-phases-of-the-agent-lifecycle-nbsp\"><strong>3. The ADLC Framework: Phases of the Agent Lifecycle&nbsp;<\/strong><\/h2>\n\n\n\n<p>Unlike SDLC, which flows linearly from design to deployment to maintenance, ADLC is built as a continuous cycle. It starts with phases that are also present in SDLC (design, build, test, and deploy), which are foundational. Experiment and observe come next and form a perpetual loop of calibration and refinement. The final phase, control and orchestrate, is the long-term destination that wraps around the entire cycle. Governance runs throughout and ensures all agents are secure, trusted, compliant, and high quality.<\/p>\n\n\n<div class=\"wp-block-image__wrapper\">\n<figure class=\"wp-block-image size-full prevent-download\"><a href=\"#\" class=\"wp-block-image__modal-toggle\" aria-expanded=\"false\" data-modal-id=\"93043-modal\"><span class=\"screen-reader-text\">Open Image Modal<\/span><img loading=\"lazy\" decoding=\"async\" width=\"1227\" height=\"923\" src=\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?strip=all&#038;quality=95\" alt=\"Graphic outlining the Agent Development Life Cycle stages. \" class=\"wp-image-93043\" srcset=\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg 1227w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=300&amp;h=226 300w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=768&amp;h=578 768w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=1024&amp;h=770 1024w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=264&amp;h=199 264w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=485&amp;h=365 485w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=678&amp;h=510 678w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=150&amp;h=113 150w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=257&amp;h=193 257w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=1218&amp;h=916 1218w\" sizes=\"auto, (max-width: 1227px) 100vw, 1227px\" \/><\/a><\/figure>\n<div id=\"93043-modal\" class=\"image-modal\" aria-hidden=\"true\" aria-labelledby=\"image-dialog-title\"><div class=\"image-modal__overlay\" tabindex=\"-1\" data-a11y-dialog-hide><\/div><div class=\"image-modal__content\" role=\"dialog\"><button class=\"image-modal__close-button\" type=\"button\" data-a11y-dialog-hide aria-label=\"Close this image dialog window\"><svg viewBox=\"0 0 26 25\" height=\"16\" width=\"16\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\".626\" y=\"22.753\" width=\"32\" height=\"3\" rx=\"1.5\" transform=\"rotate(-45 .626 22.753)\"\/><rect x=\"2.747\" y=\".125\" width=\"32\" height=\"3\" rx=\"1.5\" transform=\"rotate(45 2.747 .125)\"\/><\/svg><\/button><h1 id=\"image-dialog-title\" class=\"screen-reader-text\">Image Modal<\/h1>\n<figure class=\"wp-block-image size-full prevent-download\"><img loading=\"lazy\" decoding=\"async\" width=\"1227\" height=\"923\" src=\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?strip=all&#038;quality=95\" alt=\"Graphic outlining the Agent Development Life Cycle stages. \" class=\"wp-image-93043\" srcset=\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg 1227w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=300&amp;h=226 300w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=768&amp;h=578 768w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=1024&amp;h=770 1024w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=264&amp;h=199 264w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=485&amp;h=365 485w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=678&amp;h=510 678w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=150&amp;h=113 150w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=257&amp;h=193 257w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_ADLC-Loop.jpg?w=1218&amp;h=916 1218w\" sizes=\"auto, (max-width: 1227px) 100vw, 1227px\" \/><\/figure>\n<\/div><\/div><\/div>\n\n\n<h6 class=\"wp-block-heading\" id=\"h-phase-1-design\"><strong>Phase 1: Design<\/strong><\/h6>\n\n\n\n<p>Every agent begins not with a line of code but with a specific job to be done. The design phase is where an organization identifies a business use case and validates that an autonomous agent is the right tool for the job, rather than a deterministic flow or a manual human process.<\/p>\n\n\n\n<p>However, decomposition is a guessing game without a performance baseline. Before a job is dissected into tasks, organizations must capture hard data on how humans currently perform those tasks. You can\u2019t measure an agent\u2019s accuracy or efficiency if you don\u2019t have a documented baseline for what good looks like in the hands of an employee.<\/p>\n\n\n\n<p>This phase also encompasses governance. Before an agent touches production data, the organization must define permissions, sharing rules, ethical guardrails, and data access boundaries. This includes a structured intake process with formal submission that captures the use case, expected business value, and scope, followed by risk, bias, and fairness assessments. We review the centralized AI registry to determine whether an approved agent or design pattern already exists, and we check whether the use case can be extended from an existing agent or requires building something new.&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.salesforce.com\/artificial-intelligence\/ai-governance\/\" target=\"_blank\" rel=\"noreferrer noopener\">Governance<\/a> isn\u2019t a gate that slows the process down. Done correctly, it accelerates the work; preapproved design patterns and intake templates eliminate ambiguity and reduce the review cycle from weeks to days.&nbsp;<\/p>\n\n\n\n<p>The design phase produces three artifacts: a validated use case with defined business value, a task taxonomy (deterministic, retrieval, and reasoning), and a governance clearance with defined data access and ethical boundaries.&nbsp;<\/p>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-phase-2-build\"><strong>Phase 2: Build<\/strong><\/h6>\n\n\n\n<p>With a use case and governance clearance in hand, the team moves to building and configuring the agent. This phase involves enabling the agentic platform within the organization\u2019s environment, configuring foundational LLM settings, and defining the agent\u2019s identity.&nbsp;<\/p>\n\n\n\n<p>The most important artifact produced in this phase is the agent\u2019s Instructions \u2014 its natural language \u201cjob description\u201d that tells it what it does, how it should behave, and where its boundaries are. Unlike traditional code, these instructions are written in plain language and are closer in nature to an onboarding document for a new employee than a technical specification.&nbsp;<\/p>\n\n\n\n<p>The team also assigns actions \u2014 the specific tools the agent can invoke. These may include flows, Apex code, prompt templates, or external API calls. Each action is classified by topic and mapped to the task taxonomy from Phase 1. Deterministic tasks are handled by code-based actions, retrieval tasks connect to grounding data sources, and reasoning tasks route through the LLM with appropriate context.&nbsp;<\/p>\n\n\n\n<p>Finally, the team configures knowledge \u2014 connecting the agent to knowledge articles, CRM records, Data 360 datasets, and any other structured or unstructured data sources it will need to do its job. The quality and completeness of this grounding data is, in practice, the largest determinant of agent performance \u2014 far more impactful than the sophistication of the prompt.&nbsp;<\/p>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-phase-3-test-and-evaluate\"><strong>Phase 3: Test and Evaluate<\/strong><\/h6>\n\n\n\n<p>This is the phase where ADLC diverges most sharply from SDLC. In traditional software development, testing is a checkpoint you pass through on the way to deployment. In ADLC, testing is a permanent state. An agent is never \u201cdone\u201d being tested, because an agent is never a finished product.&nbsp;<\/p>\n\n\n\n<p>Our initial testing process uses Agentforce Testing Center to input sample utterances and verify that an agent correctly identifies the right topics, selects the right actions, and produces grounded, accurate responses. When an agent fails (and it will fail), the teams use Agentforce Observability to understand the failure, refine the natural language instructions, adjust the action classification logic, and update the grounding data to reduce hallucinations and improve response accuracy.&nbsp;<\/p>\n\n\n\n<p>ADLC also incorporates structured experimentation in the form of data-driven comparative testing that allows teams to try different instructional approaches, different grounding strategies, and different action configurations and then measure which performs best against defined metrics. (This emphasis on experimentation is a through line in ADLC.)<\/p>\n\n\n\n<p>The key mindset shift is this: You\u2019re not debugging code. You\u2019re coaching a new employee. The agent\u2019s mistakes aren\u2019t errors to be fixed with a patch; they\u2019re learning signals that inform the next round of instruction refinement. This phase produces not just a functional agent but a record of what the agent got right, what it got wrong, and how the instructions were adjusted in response.&nbsp;<\/p>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-phase-4-deploy\"><strong>Phase 4: Deploy<\/strong><\/h6>\n\n\n\n<p>Deployment in ADLC is not the triumphant finish line it represents in SDLC. It is the agent\u2019s first day on the job. Much like a human employee finishing orientation, an agent must be vetted for competency before it shows up for work. We\u2019re assuming that your agent has met the foundational requirements for day one readiness. (We\u2019ll explore the specific metrics of agentic excellence in an upcoming paper.)<\/p>\n\n\n\n<p>In this phase, the team activates the agent and embeds it into the channels where users actually work, including our system of engagement, Slack. We\u2019ve found that deploying agents into Slack dramatically reduces the adoption friction that plagues stand-alone \u201cAI portals.\u201d Users don\u2019t have to learn a new interface or change their habits. The agent simply shows up in the channel where they\u2019re already asking questions. This turns agent adoption from a mandate into a convenient habit.&nbsp;<\/p>\n\n\n\n<p>This phase also involves finalizing the agent\u2019s deployment configuration, managing inbound and outbound flow routing, and ensuring that the handoff between agent and human \u2014 the escalation path \u2014 is seamless. Because no matter how capable the agent is at launch, there will be cases it cannot handle, and the speed and accuracy of that handoff is often what determines if users trust the system.&nbsp;<\/p>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-phase-5-observe\"><strong>Phase 5: Observe<\/strong><\/h6>\n\n\n\n<p>Phase 5 isn\u2019t a phase in the traditional sense. It\u2019s a continuous process that begins the moment the agent enters production.<\/p>\n\n\n\n<p>Observation starts with Agent Analytics: seeing how the agent reasons through real conversations, which actions it selects, and where it succeeds or struggles. In traditional software, observability means \u201cIs the server up?\u201d In ADLC, observability means \u201cIs the agent thinking correctly?\u201d An agent can be available 99.9% of the time and still be failing its mission by providing low-quality or irrelevant reasoning. We have to match the form to the function. LLMs have the ability to speak like a doctor (the form) without having the knowledge to be a doctor (the function). Through observation, it\u2019s critical that we push the agent beyond \u201cDoes this sound good?\u201d to \u201cIs this factually certain?\u201d&nbsp;<\/p>\n\n\n\n<p>The monitoring layer tracks quantitative performance indicators: resolution rate, handoff frequency to humans, customer satisfaction scores, session engagement patterns, and operational efficiency metrics. The evaluation layer goes further, systematically scoring the agent\u2019s responses against a \u201cgolden dataset,\u201d a curated set of known-good answers that serves as the benchmark for accuracy, groundedness, and safety. This golden dataset isn\u2019t static. It evolves as the business evolves, as customer expectations shift, and as the agent\u2019s capabilities expand, and we continuously update the dataset against agent performance, regression testing, and adversarial testing.<\/p>\n\n\n\n<p>This phase also introduces the concept of reasoning efficacy \u2014 moving beyond \u201cDid it get the right answer?\u201d to \u201cHow well did it reason to get there?\u201d This involves tracking the input variables (prompt, context, grounding data), inspecting the reasoning trace (the chain of thought the agent used), and measuring output variance (the amount the answer changes when the same question is asked three times). Observability should also flag results as \u201cincertified\u201d if the agent is reasoning through a system of engagement versus a system of record.<\/p>\n\n\n\n<p>Every data point generated in Phase 5 feeds directly back into Phase 3 (Test and Evaluate), creating the continuous improvement loop that is ADLC\u2019s defining structural feature. Every \u201cincorrect\u201d agent action becomes a training datum for the next calibration cycle. The goal is to build a data loop where the system gets smarter, not just through engineering effort but through operational use \u2014 where every learning becomes an improvement as we run deep session tracing, collect feedback, and create self-learning agents.&nbsp;<\/p>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-phase-6-control-and-orchestrate-nbsp\"><strong>Phase 6: Control and Orchestrate<\/strong>&nbsp;<\/h6>\n\n\n\n<p>The first five phases describe the lifecycle of a single agent. Phase 6 describes the destination: an enterprise where multiple specialized agents collaborate, hand off tasks, and collectively deliver outcomes that no agent could achieve alone.&nbsp;<\/p>\n\n\n\n<p>Orchestration is the ability for multiple agents to interact without creating what we call a \u201cchaos of autonomy\u201d where agents duplicate work, contradict each other, or drop tasks in the handoff between systems. Currently, most multi-agent workflows are serialized: Agent A completes a task, then passes it to Agent B. The future of ADLC is de-serialized orchestration, where multiple agents pursue complementary approaches simultaneously, with a coordination layer ensuring coherence.&nbsp;<\/p>\n\n\n\n<p>Agent owners should want orchestration because it delivers <strong>built-in adoption<\/strong> (no marketing), <strong>inherited trust<\/strong> (users trust in the orchestrator brand), and <strong>reduced agent sprawl<\/strong> (no disconnected tools). Without orchestration, agents remain siloed \u2014 useful to a small team but too risky to scale.&nbsp;<\/p>\n\n\n\n<p>Quality is the ticket to ride for orchestration. In this phase, agents undergo regular performance reviews to determine their readiness for orchestration. This is where the Agent Scoring Rubric becomes critical: Agents must meet quality standards before they can be orchestrated into enterprisewide superagents like our Sales Agent or Employee Agent.&nbsp;<\/p>\n\n\n\n<p>Without passing the quality bar, agents remain siloed \u2014 useful perhaps to a small team but too risky to scale. Orchestration is what transforms stand-alone agents into a unified digital workforce that meets users where they are, in their existing flow.&nbsp;<\/p>\n\n\n\n<p>This phase ensures that only agents with proven accuracy, reliability, and compliance can graduate from small-scale experimentation to this high-value orchestrated experience. This gate prevents the proliferation of plausibly right but factually wrong information across the enterprise, where one poorly performing agent could undermine trust in the entire agentic ecosystem.<\/p>\n\n\n\n<p>Orchestration is the next frontier in most enterprises\u2019 agentic transformation. At Salesforce, we\u2019re still developing new agents, but our focus is shifting to the orchestration of high-quality agents. We believe the natural orchestration layer for the enterprise is Slack, because it\u2019s where the flow of work already happens. Rather than forcing users to go to a new AI portal, we\u2019re bringing the agents into the channels where people are already collaborating. This reduces the friction of change and makes multi-agent collaboration feel natural and convenient.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-4-defining-critical-jobs-to-be-done\"><strong>4. Defining Critical Jobs to Be Done<\/strong><\/h2>\n\n\n\n<p>The six phases of ADLC aren\u2019t a linear path to completion but an iterative, continuous loop requiring constant management from an agent&#8217;s first day on the job to its eventual retirement. However, successful execution of the ADLC framework depends less on traditional job titles and more on the mastery of specific jobs to be done (JTBD).<\/p>\n\n\n\n<p>At Salesforce, we\u2019re building agentic teams<strong> <\/strong>of expert generalists who flex and blur the lines between traditional roles to support both technical builds and behavioral coaching. Organizations don\u2019t necessarily need to hire net-new people; instead, they can upskill existing teams to handle these core functions.<\/p>\n\n\n\n<p>How these jobs are staffed depends on two dimensions: the size of company and size of the job. A nimble startup might have one or two agentic technologists covering all nine functions. A large enterprise might have dedicated teams for each. But all functions are critical to success in ADLC \u2014 and a small company deploying a complex, high-stakes agent might need to flex a big team to support delivery.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image__wrapper\">\n<figure class=\"wp-block-image size-large prevent-download\"><a href=\"#\" class=\"wp-block-image__modal-toggle\" aria-expanded=\"false\" data-modal-id=\"93044-modal\"><span class=\"screen-reader-text\">Open Image Modal<\/span><img loading=\"lazy\" decoding=\"async\" height=\"576\" width=\"1024\" src=\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=1024\" alt=\"Graphic outlining the new roles associated with each phase of the Agent Development Lifecycle\" class=\"wp-image-93044\" srcset=\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg 1920w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=300&amp;h=169 300w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=768&amp;h=432 768w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=1024&amp;h=576 1024w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=1536&amp;h=864 1536w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=264&amp;h=149 264w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=500&amp;h=281 500w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=678&amp;h=381 678w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=150&amp;h=84 150w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=314&amp;h=177 314w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=343&amp;h=193 343w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=1414&amp;h=796 1414w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=1218&amp;h=685 1218w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<div id=\"93044-modal\" class=\"image-modal\" aria-hidden=\"true\" aria-labelledby=\"image-dialog-title\"><div class=\"image-modal__overlay\" tabindex=\"-1\" data-a11y-dialog-hide><\/div><div class=\"image-modal__content\" role=\"dialog\"><button class=\"image-modal__close-button\" type=\"button\" data-a11y-dialog-hide aria-label=\"Close this image dialog window\"><svg viewBox=\"0 0 26 25\" height=\"16\" width=\"16\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\".626\" y=\"22.753\" width=\"32\" height=\"3\" rx=\"1.5\" transform=\"rotate(-45 .626 22.753)\"\/><rect x=\"2.747\" y=\".125\" width=\"32\" height=\"3\" rx=\"1.5\" transform=\"rotate(45 2.747 .125)\"\/><\/svg><\/button><h1 id=\"image-dialog-title\" class=\"screen-reader-text\">Image Modal<\/h1>\n<figure class=\"wp-block-image size-large prevent-download\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=1024\" alt=\"Graphic outlining the new roles associated with each phase of the Agent Development Lifecycle\" class=\"wp-image-93044\" srcset=\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg 1920w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=300&amp;h=169 300w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=768&amp;h=432 768w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=1024&amp;h=576 1024w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=1536&amp;h=864 1536w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=264&amp;h=149 264w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=500&amp;h=281 500w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=678&amp;h=381 678w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=150&amp;h=84 150w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=314&amp;h=177 314w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=343&amp;h=193 343w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=1414&amp;h=796 1414w, https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/White-Paper-2-Image_Agentic-Team.jpg?w=1218&amp;h=685 1218w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/figure>\n<\/div><\/div><\/div>\n\n\n<p>Through our work building and deploying agents at scale, Salesforce has identified nine critical JTBD that every organization must address:<\/p>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-the-build-functions\"><strong>The Build Functions<\/strong><\/h6>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Agent Architecture<\/strong>: Designing the technical framework, including capabilities, boundaries, and the placement of &#8220;deterministic fences&#8221; around probabilistic reasoning<\/li>\n\n\n\n<li><strong>Agent Development<\/strong>: Translating architecture into working behavior by configuring topics, actions, and custom code integrations<\/li>\n\n\n\n<li><strong>Knowledge Management<\/strong>: Managing the data hydration and content strategy \u2014 such as CRM records and knowledge articles \u2014 that provide the agent with the factual grounding it needs to reason accurately<\/li>\n<\/ul>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-the-improve-functions\"><strong>The Improve Functions<\/strong><\/h6>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Efficacy Analysis<\/strong>: Monitoring quality metrics and analyzing session data to identify performance gaps and run \u201cperformance reviews\u201d for agents<\/li>\n\n\n\n<li><strong>Experience Management<\/strong>: Designing the conversational framework and natural language \u201cjob descriptions\u201d to ensure agent interactions feel intuitive and consistent<\/li>\n<\/ul>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-the-drive-functions\"><strong>The Drive Functions<\/strong><\/h6>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Business Ownership<\/strong>: Defining business outcomes, setting ROI targets, and prioritizing which JTBD is worth an agent&#8217;s time<\/li>\n\n\n\n<li><strong>Product Management: <\/strong>Owning the agent&#8217;s roadmap and feature prioritization \u2014 translating business strategy and user feedback into a backlog of capabilities, defining success for each iteration, and serving as the connective tissue between business ownership and the build functions<\/li>\n\n\n\n<li><strong>Agent Management<\/strong>: Providing human-in-the-loop oversight, monitoring live sessions, and handling real-time operational triage and escalations<\/li>\n\n\n\n<li><strong>Program Management<\/strong>: Coordinating ADLC across cross-functional teams to manage timelines, dependencies, and the calibration loop<\/li>\n\n\n\n<li><strong>Change and Adoption<\/strong>: Designing the training and stakeholder communication necessary to integrate agents into new workflows and shift user behavior<\/li>\n<\/ul>\n\n\n\n<p>The organizations that lead in this era will be those that stop thinking in terms of rigid headcounts and start staffing these critical functions intentionally, ensuring every JTBD has a seat at the table.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-5-managing-synthetic-reasoning-drift-calibration-and-the-human-in-the-loop\"><strong>5. Managing Synthetic Reasoning: Drift, Calibration, and the Human in the Loop<\/strong><\/h2>\n\n\n\n<p>Perhaps the most counterintuitive aspect of ADLC is the concept of drift. In traditional software, behavior is constant unless the code is changed. In the agentic era, behavior can shift due to external factors.<\/p>\n\n\n\n<p>Drift is the phenomenon where agent performance degrades over time even when no one has changed the agent\u2019s instructions, its actions, or its code. It happens because the world around the agent changes. New data enters the knowledge base that conflicts with old assumptions. The foundation model provider releases an update that subtly alters the model\u2019s reasoning patterns. Customer expectations shift because a competitor launched a new feature or because a viral social media post changed what \u201cgood service\u201d looks like. In each case, the agent\u2019s performance degrades, not because anything is broken but because the context in which it operates has moved.&nbsp;<\/p>\n\n\n\n<p>Drift isn\u2019t a bug. It\u2019s an inherent property of probabilistic systems operating in a dynamic world. And managing it requires a fundamentally different approach to the human role in the system.&nbsp;<\/p>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-the-calibration-loop-nbsp\"><strong>The Calibration Loop&nbsp;<\/strong><\/h6>\n\n\n\n<p>In SDLC, human oversight is a safety net designed to catch errors before they reach production. In ADLC, human in the loop serves a dual purpose: It\u2019s a safety net and a data factory. When a human reviews an agent\u2019s output and corrects a mistake, that correction is both a fix and a data point that improves the agent\u2019s next calibration cycle.&nbsp;<\/p>\n\n\n\n<p>Human in the loop shows up in three maturity stages post-deployment. During early deployment, humans review 100% of agent outputs. Every response is checked, and every correction is logged. As the agent matures, humans review only low-confidence outputs. These are cases where the agent itself signals uncertainty. At full maturity, humans review approximately 5% of outputs at random, performing quality control and spot checks. At each stage, the review process generates the calibration data that drives continuous improvement.&nbsp;<\/p>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-deterministic-fences-nbsp\"><strong>Deterministic Fences&nbsp;<\/strong><\/h6>\n\n\n\n<p>We also implement \u201cdeterministic fences,\u201d hard-coded guardrails that constrain the agent\u2019s probabilistic outputs in high-stakes scenarios. For example, an agent can draft a customer refund, but only a deterministic piece of code with a hard cap on dollar amounts can issue it. The agent reasons; the fence acts. This separation ensures that trust is maintained even as the agent is given increasing autonomy.&nbsp;<\/p>\n\n\n\n<p>Trust is the enterprise\u2019s number one value. We don\u2019t mind introducing a measure of friction if it keeps the system safe. We use agents themselves to streamline that friction wherever possible, creating a virtuous cycle where safety and speed improve together.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-6-conclusion-the-crossover-point-nbsp\"><strong>6. Conclusion: The Crossover Point&nbsp;<\/strong><\/h2>\n\n\n\n<p>The ultimate goal of ADLC isn\u2019t to build agents that are \u201cgood enough.\u201d It\u2019s to reach the \u201ccrossover point,\u201d a data-driven milestone where an agent\u2019s performance metrics consistently beat the human baseline captured during the design phase. We\u2019re already seeing this in customer service, where Salesforce agents handle certain task categories at performance levels that match or exceed human agents, at a fraction of the cost and with around-the-clock availability.&nbsp;<\/p>\n\n\n\n<p>Reaching the crossover point consistently, across thousands of use cases, requires the discipline of ADLC. It requires decomposing jobs with surgical precision, building targeted agents that do one thing exceptionally well, testing not once but continuously, observing not just whether the agent is \u201cup\u201d but whether it\u2019s thinking correctly, and orchestrating multiple agents into a coherent system. Scaling in the agentic era is about shortening the time it takes to move an agent from \u201ctrainee\u201d to \u201csenior contributor\u201d with ADLC as the training program.&nbsp;<\/p>\n\n\n\n<p>But the crossover point isn\u2019t the finish line. Once an agent consistently beats the human average, the question becomes \u201cHow much further can it go?\u201d The agent\u2019s ceiling may actually exceed what any human could achieve at that particular task. In agentic transformation, first we do no harm. Then we continue to push forward and test what\u2019s possible.<\/p>\n\n\n\n<p>This transition won\u2019t be easy. It requires a tolerance for imperfection that deterministic software never demanded, including a willingness to make a thousand small mistakes in service of building systems that learn from each one. It requires new jobs to be done, new metrics, and a willingness to treat <a href=\"https:\/\/www.salesforce.com\/agentforce\/ai-agents\/\" target=\"_blank\" rel=\"noreferrer noopener\">AI agents<\/a> not as products to be shipped but as colleagues to be mentored. The organizations that master this transition will build better agents and transform how work gets done in the agentic era.&nbsp;<\/p>\n\n\n\n<p>In our next paper, we\u2019ll explore what this transformation means for the workforce and the enterprise: how the role of the manager evolves when the team includes both humans and agents, how to manage token consumption, and what it takes to lead a hybrid workforce at scale.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A practitioner&#8217;s guide to the agentic era<\/p>\n","protected":false},"author":790,"featured_media":93039,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"sf_subhead":"","sf_i18n_disclaimer":false,"_jetpack_memberships_contains_paid_content":false,"alternateThumbnailId":0,"sf_product_cta_id":0,"footnotes":""},"categories":[1],"tags":[],"sf_content_type":[21231],"sf_theme":[21184],"sf_topic":[21212,20528,21187],"sf_product":[],"sf_industry":[],"sf_role":[],"sf_multimedia_asset":[],"sf_location":[1798],"sf_collection":[2395],"sf_visibility":[],"coauthors":[21209,21245,21247],"class_list":["post-93032","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","sf_content_type-snapshot-research","sf_theme-agentic-ai","sf_topic-agentic-enterprise","sf_topic-agents","sf_topic-ai","sf_location-global","sf_collection-research"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Applied AI: Why Building AI Agents Requires a New Playbook - Salesforce<\/title>\n<meta name=\"description\" content=\"A practitioner&#039;s guide to the agentic era\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Applied AI: Why Building AI Agents Requires a New Playbook\" \/>\n<meta property=\"og:description\" content=\"A practitioner&#039;s guide to the agentic era\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/\" \/>\n<meta property=\"og:site_name\" content=\"Salesforce\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/salesforce\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-14T16:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-14T16:25:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/Applied-AI_-Why-Building-AI-Agents-Requires-a-New-Playbook.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Joe Inzerillo, Michael Andrew, Derya Isler\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@salesforcenews\" \/>\n<meta name=\"twitter:site\" content=\"@salesforcenews\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Joe Inzerillo, Michael Andrew and Derya Isler\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"20 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/\"},\"author\":[{\"@id\":\"https:\/\/www.salesforce.com\/news\/#\/schema\/person\/image\/1dbe6076fa4be1db4f29822ba501c930\"},{\"@id\":\"https:\/\/www.salesforce.com\/news\/#\/schema\/person\/image\/61a91569d0d9d984c4879f4491b03cd1\"},{\"@id\":\"https:\/\/www.salesforce.com\/news\/#\/schema\/person\/image\/19dfcc3f0a75a2c969d13c63477c45cb\"}],\"headline\":\"Applied AI: Why Building AI Agents Requires a New Playbook\",\"datePublished\":\"2026-04-14T16:00:00+00:00\",\"dateModified\":\"2026-04-14T16:25:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/\"},\"wordCount\":4305,\"publisher\":{\"@id\":\"https:\/\/www.salesforce.com\/news\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/Applied-AI_-Why-Building-AI-Agents-Requires-a-New-Playbook.png\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/\",\"url\":\"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/\",\"name\":\"Applied AI: Why Building AI Agents Requires a New Playbook - Salesforce\",\"isPartOf\":{\"@id\":\"https:\/\/www.salesforce.com\/news\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/Applied-AI_-Why-Building-AI-Agents-Requires-a-New-Playbook.png\",\"datePublished\":\"2026-04-14T16:00:00+00:00\",\"dateModified\":\"2026-04-14T16:25:14+00:00\",\"description\":\"A practitioner's guide to the agentic era\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/#primaryimage\",\"url\":\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/Applied-AI_-Why-Building-AI-Agents-Requires-a-New-Playbook.png\",\"contentUrl\":\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/Applied-AI_-Why-Building-AI-Agents-Requires-a-New-Playbook.png\",\"width\":1200,\"height\":675,\"caption\":\"Agent Astro at a laptop\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.salesforce.com\/news\/#website\",\"url\":\"https:\/\/www.salesforce.com\/news\/\",\"name\":\"Salesforce\",\"description\":\"Get the latest Salesforce press releases, announcements, stories, and media contacts. See today\u2019s CRM news.\",\"publisher\":{\"@id\":\"https:\/\/www.salesforce.com\/news\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.salesforce.com\/news\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.salesforce.com\/news\/#organization\",\"name\":\"Salesforce\",\"url\":\"https:\/\/www.salesforce.com\/news\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.salesforce.com\/news\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2020\/08\/default.jpg\",\"contentUrl\":\"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2020\/08\/default.jpg\",\"width\":1200,\"height\":630,\"caption\":\"Salesforce\"},\"image\":{\"@id\":\"https:\/\/www.salesforce.com\/news\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/salesforce\/\",\"https:\/\/x.com\/salesforcenews\",\"https:\/\/www.linkedin.com\/company\/salesforce\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.salesforce.com\/news\/#\/schema\/person\/image\/1dbe6076fa4be1db4f29822ba501c930\",\"name\":\"Joe Inzerillo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g23494c9101089ad44ae88ce9d2f56aac\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"Joe Inzerillo\"},\"url\":\"https:\/\/www.salesforce.com\/news\/stories\/author\/joe-inzerillo\/\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.salesforce.com\/news\/#\/schema\/person\/image\/61a91569d0d9d984c4879f4491b03cd1\",\"name\":\"Michael Andrew\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g23494c9101089ad44ae88ce9d2f56aac\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"Michael Andrew\"},\"url\":\"https:\/\/www.salesforce.com\/news\/stories\/author\/michael-andrew\/\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.salesforce.com\/news\/#\/schema\/person\/image\/19dfcc3f0a75a2c969d13c63477c45cb\",\"name\":\"Derya Isler\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g23494c9101089ad44ae88ce9d2f56aac\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"Derya Isler\"},\"url\":\"https:\/\/www.salesforce.com\/news\/stories\/author\/derya-isler\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Applied AI: Why Building AI Agents Requires a New Playbook - Salesforce","description":"A practitioner's guide to the agentic era","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/","og_locale":"en_US","og_type":"article","og_title":"Applied AI: Why Building AI Agents Requires a New Playbook","og_description":"A practitioner's guide to the agentic era","og_url":"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/","og_site_name":"Salesforce","article_publisher":"https:\/\/www.facebook.com\/salesforce\/","article_published_time":"2026-04-14T16:00:00+00:00","article_modified_time":"2026-04-14T16:25:14+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/Applied-AI_-Why-Building-AI-Agents-Requires-a-New-Playbook.png","type":"image\/png"}],"author":"Joe Inzerillo, Michael Andrew, Derya Isler","twitter_card":"summary_large_image","twitter_creator":"@salesforcenews","twitter_site":"@salesforcenews","twitter_misc":{"Written by":"Joe Inzerillo, Michael Andrew and Derya Isler","Est. reading time":"20 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/#article","isPartOf":{"@id":"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/"},"author":[{"@id":"https:\/\/www.salesforce.com\/news\/#\/schema\/person\/image\/1dbe6076fa4be1db4f29822ba501c930"},{"@id":"https:\/\/www.salesforce.com\/news\/#\/schema\/person\/image\/61a91569d0d9d984c4879f4491b03cd1"},{"@id":"https:\/\/www.salesforce.com\/news\/#\/schema\/person\/image\/19dfcc3f0a75a2c969d13c63477c45cb"}],"headline":"Applied AI: Why Building AI Agents Requires a New Playbook","datePublished":"2026-04-14T16:00:00+00:00","dateModified":"2026-04-14T16:25:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/"},"wordCount":4305,"publisher":{"@id":"https:\/\/www.salesforce.com\/news\/#organization"},"image":{"@id":"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/#primaryimage"},"thumbnailUrl":"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/Applied-AI_-Why-Building-AI-Agents-Requires-a-New-Playbook.png","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/","url":"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/","name":"Applied AI: Why Building AI Agents Requires a New Playbook - Salesforce","isPartOf":{"@id":"https:\/\/www.salesforce.com\/news\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/#primaryimage"},"image":{"@id":"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/#primaryimage"},"thumbnailUrl":"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/Applied-AI_-Why-Building-AI-Agents-Requires-a-New-Playbook.png","datePublished":"2026-04-14T16:00:00+00:00","dateModified":"2026-04-14T16:25:14+00:00","description":"A practitioner's guide to the agentic era","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.salesforce.com\/news\/stories\/applied-ai-building-agents-playbook\/#primaryimage","url":"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/Applied-AI_-Why-Building-AI-Agents-Requires-a-New-Playbook.png","contentUrl":"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/Applied-AI_-Why-Building-AI-Agents-Requires-a-New-Playbook.png","width":1200,"height":675,"caption":"Agent Astro at a laptop"},{"@type":"WebSite","@id":"https:\/\/www.salesforce.com\/news\/#website","url":"https:\/\/www.salesforce.com\/news\/","name":"Salesforce","description":"Get the latest Salesforce press releases, announcements, stories, and media contacts. See today\u2019s CRM news.","publisher":{"@id":"https:\/\/www.salesforce.com\/news\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.salesforce.com\/news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.salesforce.com\/news\/#organization","name":"Salesforce","url":"https:\/\/www.salesforce.com\/news\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.salesforce.com\/news\/#\/schema\/logo\/image\/","url":"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2020\/08\/default.jpg","contentUrl":"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2020\/08\/default.jpg","width":1200,"height":630,"caption":"Salesforce"},"image":{"@id":"https:\/\/www.salesforce.com\/news\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/salesforce\/","https:\/\/x.com\/salesforcenews","https:\/\/www.linkedin.com\/company\/salesforce\/"]},{"@type":"Person","@id":"https:\/\/www.salesforce.com\/news\/#\/schema\/person\/image\/1dbe6076fa4be1db4f29822ba501c930","name":"Joe Inzerillo","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g23494c9101089ad44ae88ce9d2f56aac","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"Joe Inzerillo"},"url":"https:\/\/www.salesforce.com\/news\/stories\/author\/joe-inzerillo\/"},{"@type":"Person","@id":"https:\/\/www.salesforce.com\/news\/#\/schema\/person\/image\/61a91569d0d9d984c4879f4491b03cd1","name":"Michael Andrew","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g23494c9101089ad44ae88ce9d2f56aac","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"Michael Andrew"},"url":"https:\/\/www.salesforce.com\/news\/stories\/author\/michael-andrew\/"},{"@type":"Person","@id":"https:\/\/www.salesforce.com\/news\/#\/schema\/person\/image\/19dfcc3f0a75a2c969d13c63477c45cb","name":"Derya Isler","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g23494c9101089ad44ae88ce9d2f56aac","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"Derya Isler"},"url":"https:\/\/www.salesforce.com\/news\/stories\/author\/derya-isler\/"}]}},"jetpack_featured_media_url":"https:\/\/www.salesforce.com\/news\/wp-content\/uploads\/sites\/3\/2026\/04\/Applied-AI_-Why-Building-AI-Agents-Requires-a-New-Playbook.png","jetpack_sharing_enabled":true,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Salesforce","distributor_original_site_url":"https:\/\/www.salesforce.com\/news","push-errors":false,"_links":{"self":[{"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/posts\/93032","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/users\/790"}],"replies":[{"embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/comments?post=93032"}],"version-history":[{"count":8,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/posts\/93032\/revisions"}],"predecessor-version":[{"id":93053,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/posts\/93032\/revisions\/93053"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/media\/93039"}],"wp:attachment":[{"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/media?parent=93032"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/categories?post=93032"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/tags?post=93032"},{"taxonomy":"sf_content_type","embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/sf_content_type?post=93032"},{"taxonomy":"sf_theme","embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/sf_theme?post=93032"},{"taxonomy":"sf_topic","embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/sf_topic?post=93032"},{"taxonomy":"sf_product","embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/sf_product?post=93032"},{"taxonomy":"sf_industry","embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/sf_industry?post=93032"},{"taxonomy":"sf_role","embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/sf_role?post=93032"},{"taxonomy":"sf_multimedia_asset","embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/sf_multimedia_asset?post=93032"},{"taxonomy":"sf_location","embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/sf_location?post=93032"},{"taxonomy":"sf_collection","embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/sf_collection?post=93032"},{"taxonomy":"sf_visibility","embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/sf_visibility?post=93032"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.salesforce.com\/news\/wp-json\/wp\/v2\/coauthors?post=93032"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}