We all know why enterprises succeed — and fail — with AI.
I’ve been shoulder-to-shoulder with prospects from the early bot days to at present, serving to groups flip uncooked mannequin functionality into production-grade techniques. Alongside the best way, we’ve seen clear, measurable ROI from agentic AI — from Wiley growing case decision by 40% to Falabella autonomously resolving 60% of their WhatsApp inquiries.
We’ve additionally seen promising tasks stall when the hole between “spectacular mannequin” and “enterprise-ready system” will get uncovered.
In parallel, the business is experiencing a broader shift. From instruments like Claude Code to notebook-driven workflows, textual content and dialog have gotten the default means software program will get constructed and enterprise work will get accomplished. This second of speedy change, mixed with the hard-won classes from partnering with prospects, has led us to 3 core beliefs that form why and the way we’ve reworked the Agentforce platform.
1) Fashions usually are not sufficient.
LLMs are an nearly incomprehensible technological achievement, however intelligence alone doesn’t ship enterprise worth. Actual ROI requires techniques that mix guidelines and reasoning so brokers behave reliably when stakes are excessive.
2) Recordsdata are the place work will get accomplished: the shared artifact the place people and AI construct, collectively.
At the same time as interfaces grow to be more and more multimodal, textual content stays essentially the most sturdy strategy to specific, examine, and govern conduct — and the format the place people and AI can collaborate most simply. LLMs work finest after they can function on clear, structured textual content artifacts. That’s why the unit of constructing within the agentic period turns into a file: a transportable, versioned asset that strikes past environment-bound configuration and will be examined, packaged, promoted, and audited like software program.
3) Writing is the brand new constructing and AI is a first-class participant.
If recordsdata are the muse, the builder expertise has to comply with. Writing is the brand new constructing, and meaning the interface for builders has to focus on writing itself. AI can’t be a bolt-on. Slightly, it have to be a first-class participant at each step, serving to groups draft, check, debug, and iterate sooner.
These three beliefs aren’t slogans or summary philosophy. Every perception above is now realized in a selected Agentforce function: Hybrid Reasoning, Agent Script, and the brand new Agentforce Builder. Let’s unpack each in additional element.
Hybrid Reasoning: The Enterprise Wants Extra Than Simply LLMs
LLMs excel at pure dialog, synthesis, sample recognition, and making affordable judgments when inputs are ambiguous. However LLMs usually are not magic.
With out guardrails and correct context, they don’t simply fall quick. They will grow to be confidently flawed, unpredictable, and create real enterprise danger. These shortcomings have usually trapped enterprise brokers within the shallow finish of the pool, doing easy FAQs and low-stakes work. The minute issues get delicate or advanced, you need to escalate to a human.
Anthropic’s Financial Index displays what enterprise prospects already really feel: Success charges fall as duties get extra advanced. The query isn’t whether or not the mannequin can cause successfully. The query is whether or not the system can execute appropriately on high-stakes duties each single time.
For enterprise brokers to swim within the deep finish, they want extra than simply the breakthrough energy of LLMs. They want the power to dynamically management the choices the LLM makes and the context it really works with. We name this method hybrid reasoning, and it’s the lacking ingredient for the repeatability and management enterprises have been ready for.
Hybrid reasoning isn’t “going again” to old-school workflows or stepping away from AI. It’s not swapping intelligence for enterprise guidelines. It’s a system that surrounds reasoning with the management wanted to deploy brokers into actual, mission-critical workflows with confidence.
In follow, hybrid reasoning is about controlling what the agent is aware of and is allowed to determine at each step of the interplay:
- Steer reasoning with clear steps, variables, and checkpoints (or “state”). For instance, making certain a banking agent verifies a buyer’s identification earlier than discussing account balances, so the agent follows the best path as a substitute of winging it.
- Form what it is aware of with deliberate context, so the mannequin sees solely what it must make the subsequent choice.
- Use easy, dependable logic for deterministic work (routing, validation, formatting, permissions) as a substitute of spending mannequin tokens the place you don’t want them.
- Save the mannequin’s reasoning for the moments the place judgment really creates worth: ambiguity, trade-offs, synthesis, and pure language interplay.
This dynamic mix of guidelines and reasoning provides you the liberty to belief AI with extra accountability, complexity, and supreme worth.
That’s how you progress from spectacular fashions to production-grade brokers.
Agent Script: The Language for Agent Conduct
Salesforce has all the time been a metadata-driven platform. That’s what makes enterprise-grade customization user-friendly, governable, and scalable. Agent Script makes that basis AI-native by expressing configuration, procedural logic, and prompts in a unified textual content file that people and AI construct collectively.
Within the agentic period, the “utility” turns into moveable, versioned textual content recordsdata that outline conduct, constrain it with coverage, and compile down into the constructing blocks that do actual work. That file goes wherever the work goes: code critiques, tickets, repos, chat threads. You’ll be able to see precisely what modified, reuse what works, share it throughout groups, and advertise throughout environments with out shedding constancy. It matches the lifecycle enterprises really run on.
Textual content recordsdata additionally sit on the intersection of human readability and AI functionality. Each can learn it, write it, and cause about it natively. That makes AI a first-class companion, not only a function bolted on after the very fact. When the supply of fact is a file, people and AI collaborate on the identical artifact: drafting conduct, producing assessments, troubleshooting, and iterating, facet by facet.
Agent Script is how we make that actual. It blends immediate engineering and enterprise logic right into a readable illustration of agentic conduct that compiles to Salesforce metadata, unlocking the total energy of the platform with out turning your agent right into a maze of scattered configurations. You go from thought to working agent sooner as a result of there’s one artifact to cause about, not twenty.
Our prospects see the distinction. “Agent Script is extremely highly effective,” says Scott Van Dusen at Equitable Belief. “Manipulating the flows and actions I need to have referred to as is rather more strong than the earlier agent. I’m having much more success controlling it.”
Textual content makes the system legible to people. Recordsdata make it operational for enterprises. Collectively, they make AI an actual collaborator in the way you construct and run brokers.
The New Agent Builder: Writing is the New Constructing
If textual content and recordsdata are the primitive of the agentic period, then writing is the brand new constructing. That requires a special type of builder expertise.
That’s why the brand new Agentforce Builder is deliberately document-centric. You’ll be able to see your agent’s full configuration in a single view with out looking throughout varieties, pages, and sub-pages. Visible timber can assist you grasp the general workflow, however at enterprise complexity, they danger turning into node spaghetti. They will develop onerous to interpret, onerous to debug, and make it surprisingly onerous to reply fundamental questions: what modified, who modified it, and why. Paperwork keep legible as techniques develop, making certain these questions all the time have clear solutions.

We took inspiration from trendy developer environments (IDEs), with file-tree group and tabbed navigation, however tailored the expertise so non-developers really feel at house. The Canvas provides admins and citizen builders a document-like workspace with guided steps, inline helpers, and tooltips. Extra technical customers can flip views to edit the underlying Agent Script immediately with pace and precision. The 2 views present totally different home windows into the identical supply of fact, which implies anybody can creator brokers with wealthy controls and sophisticated logic.
We paired this authoring expertise with a reimagined testing workflow. You’ll be able to simulate your agent and begin with a easy, readable abstract: a clear sequence of the occasions it took to generate a response, plus a natural-language rationalization of what occurred. And while you want depth, that “entrance door” opens into an in depth visible hint and wealthy logs of each step within the agent’s conduct.
You’re all the time one click on away from the construct loop — construct → check → examine → iterate. In follow, meaning it’s simpler than ever to:
- Write your agent’s conduct in a doc
- Run it immediately
- Perceive what occurred and why
- Soar again to the logic, refine quick, and maintain going
But it surely’s not simply what you can construct. It’s what AI can provide help to construct.
The Builder is the place the promise of people and AI constructing collectively involves life. We’ve embedded Agentforce immediately into the authoring expertise that can assist you create your agent. Extra importantly, it helps with the toughest work: debugging conduct, explaining why the agent stated what it stated, studying the script language, making use of finest practices, and iterating sooner.
We’ll maintain embedding each lesson we study into that intelligence layer, which implies extra groups can get profitable extra rapidly.
Making the Agentic Enterprise Actual
Frontier mannequin labs are the place the intelligence is constructed. However our viewpoint, mirrored within the merchandise we’ve launched, is what it takes to make the agentic enterprise actual. The next merchandise are all GA now:
- Hybrid Reasoning: Reasoning surrounded by controls so brokers will be trusted with high-value work
- Agent Script: Conduct captured in moveable textual content recordsdata that may be reviewed, versioned, shared, and constructed by people and AI alike
- Agentforce Builder: Writing-centric, AI-first authoring so groups can construct and iterate on the pace the market calls for
We’re constructing the whole enterprise platform for the agentic period, and we’re simply getting began.
Study extra about Agent Script
See how Agent Script provides builders exact management to create business-ready brokers that ship dependable outcomes.




