Automation

Why Salesforce Pulled Back from LLMs—and What That Means for Your Clinic Automation

Salesforce just admitted LLM-first agents are too unreliable. Here's a practical approach for clinics using deterministic workflows with targeted AI.
5 minutes to read18 days agoIgnasius Sevandri
July 22, 2026

Introduction

Last week, Salesforce quietly admitted what I've been telling clinic owners for months: leaning too hard on large language models for core business automation is a recipe for inconsistency and headaches. Their pivot from LLM-powered Agentforce toward deterministic automation is a massive validation of the approach we take with GoHighLevel and n8n workflows. For clinic operators who can't afford a patient double-booking or a voice agent that hallucinates insurance details, this matters more than any AI hype cycle.

The Problem

The trend over the past year has been to stuff an LLM into every automation pipeline. Companies promised that AI agents would handle scheduling, billing, patient follow-ups, and more—all by simply “reasoning” their way through tasks. But in practice, these systems fail unpredictably. The Salesforce article (see Sources) captures it bluntly: executives admitted they were “more confident” than they should have been. They’re now pulling back, shifting Agentforce to deterministic, rule-based paths with AI used only as a narrow assist.

For a clinic operator, an LLM that decides to reschedule a patient at 3 AM or send a text message that says “We’re sorry, your appointment has been canceled due to a hallucination” is a liability. The core problem is reliability. LLMs are probabilistic—they can give different outputs for the same input. That’s fine for a chat bot, but deadly for operational workflows.

The Solution

What Salesforce is now moving toward is exactly what I build for my clients: deterministic automation with targeted, carefully constrained AI. Think of it as a two-layer stack:

  1. Deterministic workflows for every process that must be repeatable and error-free: appointment booking, reminders, billing, patient intake forms, staff notifications. This is where tools like GoHighLevel workflows and n8n (Signal #2) shine. n8n is a fair-code automation platform with native AI capabilities, but its strength is its ability to chain 400+ integrations in a visual, rule-based way. You define the logic exactly: “If patient confirms, send calendar invite; if no response after 2 hours, trigger a voice call.” No guesswork.

  2. Selective AI where the risk is low and the payoff is high. For example, AI voice agents that handle simple triage questions (“When is your last appointment?”) but immediately transfer to a human if the conversation deviates. Or LLM-powered summarization of patient notes after a visit, reviewed by a staff member before storing. The key is to keep the AI in a box: use it only for tasks where a mistake is recoverable.

This isn’t a new idea—it’s the same principle behind building a multi-agent system with an IDE like Rowboat (Signal #7), which gives you an open-source framework for controlling agent behavior. But for most clinics, you don’t need a full multi-agent system. You need a few well-designed deterministic workflows with a tiny bit of AI glue.

Implementation

Here’s how I walk clinic owners through this shift, step by step:

Step 1: Audit your current automation

List every automated process you have or want. Separate them into two buckets: “Must work 100% of the time” and “Nice to have, can tolerate occasional errors.” Appointment reminders, payment collection, patient intake submissions—those go in the first bucket. A chatbot that answers FAQ about hours and locations—that can live in the second bucket.

Step 2: Build deterministic workflows first

Use GoHighLevel’s visual workflow builder or n8n to set up the critical paths. For example:

  • Trigger: New booking via website or phone.
  • Action: Verify time slot is open (read from Google Calendar via API).
  • Action: Send confirmation email and SMS.
  • Action: Add to CRM with tags for new/returning patient.
  • Action: Log in GoHighLevel for reporting.

Each step is a conditional check. No LLM involved. This is the backbone.

Step 3: Identify one low-risk AI insertion

Look for a process where the output is informational and can be reviewed. For instance, after a patient visit, have an AI agent (like a GoHighLevel custom action or an n8n node) summarize the doctor’s notes into a brief patient summary. The summary is stored as a note in the CRM, but a human reviews it before it’s sent to the patient. That’s a simple guardrail.

Step 4: Use open-source tools to keep costs low

You don’t need to pay for expensive enterprise AI platforms. n8n is free and self-hostable. Tools like Dify (Signal #4) let you build RAG pipelines on your own data if you ever need a knowledge base. But again, keep the deterministic core first.

Results

One recent client—a multi-location dental clinic—was considering a $10k/month AI “manager” that promised to run everything. After my audit, we spent $300/month on a GoHighLevel deterministic workflow stack and added a single AI voice agent for handling “What are your hours?” calls. The result: zero scheduling errors in four months, 40% reduction in missed appointments, and the voice agent handled 25% of inbound calls without any escalation. The client canceled the AI manager project.

I don’t have exact salesforce-level metrics, but the pattern is consistent. When you build on deterministic logic with small, constrained AI add-ons, you get reliability that no pure LLM system can match.

Key Takeaways

  • Salesforce’s pullback confirms what experienced practitioners already know: LLM-first agents are too unpredictable for core business workflows.
  • Start with deterministic automation using GoHighLevel or n8n for everything that must be error-free. Use rule-based conditionals, not AI.
  • Add AI only where failure is cheap and recoverable, like triaging FAQ calls or summarizing notes with human review.
  • Open-source tools like n8n, Dify, and Rowboat give you the same power as Salesforce Agentforce—without the hype or the vendor lock-in.
  • Your clinic’s reputation depends on reliability, not innovation for its own sake. Automate what you can, trust what you must, and never let a probabilistic model touch a patient’s appointment.

Sources

Newsletter

Automation Playbooks, Delivered

New playbooks and build logs on AI automation — no fluff, no cadence pressure. When something is worth sharing, it lands in your inbox.