The Operator's AI CanonThe sources that actually explain where enterprise AI is going — for the person who has to make it work inside Salesforce.
Everyone has an AI take. Almost none of it is written for the person who has to make it work inside a Salesforce org, next to a pipeline that has to close this quarter. So I keep a running map of the sources that moved how I think — the papers, the launches, the reversals — grouped around ten themes that keep resurfacing. Read the ten picks first. The full list underneath is the receipts.
Ten themes, one argument
Read enough of this and the same ten ideas keep showing up. They're the lens the whole list is organized around.
- 01Being a good human. AI's impact on roles, jobs, and what's worth doing yourself.
- 02Multi-model orchestration and routing. No single model wins; picking the right one per task is the skill.
- 03Embedding AI around the system of record. Agents on top of your CRM, not a rip-and-replace.
- 04Hallucination, verification, AI checking AI. Trust nothing you can't verify.
- 05The disappearing interface. Headless platforms and agents running under the workflow.
- 06Build vs. buy in the age of cheap building. When making it beats buying it.
- 07Memory, context, and MCP. Agents stop being islands when they can reach your data.
- 08Automated verification and governance. Feedback loops and control, not vibes.
- 09The adoption gap. Turning AI on is easy; changing how teams operate is the job.
- 10Learning that compounds. Skill with these tools builds over months — it's a capability, not a switch.
If you only read ten
The Bitter Lesson — Rich Sutton (2019)
The idea sitting under everything else on this list. General methods that ride compute beat hand-crafted logic, every time. If you're deciding what to build versus buy, start here — it's why the cheap, general approach keeps winning.
Introducing the Model Context Protocol — Anthropic (Nov 2024)
The most consequential piece of infrastructure for your world. MCP is what turns "agents as islands" into agents that can actually reach your system of record. Everything downstream — Salesforce adopting it, the registry, the foundation, the enterprise-hardened spec — traces back here.
MCP Support Across Salesforce — Salesforce (Jun 2025)
The moment your specific ecosystem stopped fighting the open standard and embraced it. Concrete proof that "embed AI around the system of record" beat "rip and replace." Read it next to Nadella's "SaaS collapse" clip below — this is the answer to it.
Satya Nadella on BG2, "SaaS collapse" (Dec 2024)
The sharpest version of the threat model to a RevOps job: agents dissolve the business-logic tier and orchestrate across records directly. You need a point of view on this. The Klarna reversal is the counter-evidence.
Klarna Reverses Its AI Push (May 2025) + McKinsey's Agentic Adoption Gap (Aug 2026)
Read them as a pair. Klarna turned AI on without changing how the operation ran — quality dropped, they rehired humans. McKinsey's 1:3:5 (a dollar of tech to three of process to five of capability-building) is the prescription. This is the adoption gap with both the failure and the cure.
Building Effective Agents — Anthropic (Dec 2024)
The most useful playbook here: simple composable workflows beat heavyweight frameworks, and you add autonomy only when it earns its keep. The antidote to agent hype, and it maps directly to how you'd actually ship.
Opus 5's "effort dial" (Jul 2026) + Willison's "Which AI to Use" (Jul 2026)
Routing is no longer just an infrastructure choice between models — it's inside the model now (an effort dial, mid-task switching), and picking the right one per task has become the core practical skill. The freshest "no single tool wins" evidence.
Anthropic Economic Index: Learning Curves (Mar 2026)
Rare hard data that skill with these tools compounds over months, and experienced users route their highest-value work to the strongest models. Your evidence that AI fluency is a durable capability, not a one-time switch you flip.
Navigating the Jagged Technological Frontier — Dell'Acqua, Mollick et al. / BCG (Sep 2023)
The empirical bedrock: big gains inside the frontier of what AI is good at, confidently wrong outside it. The study every serious adoption-and-verification argument cites — foundational for how you scope where AI helps and where it hurts.
Why Language Models Hallucinate — OpenAI (Sep 2025)
The best current source on verification: hallucination sticks around because evals reward confident guessing over "I don't know." That reframes verification as an incentive and governance problem — which is exactly the lever an operator can actually pull.
The complete list
Sorted oldest to newest, so you can watch the arguments build on each other. Every item links to the primary source. Where a number is contested — the MIT "95% of pilots fail" stat especially — I flag it and treat it as directional, not gospel.
- 1995-016 · 9Disruptive Technologies: Catching the Wave — Bower & Christensen (HBR)
Incumbents lose when cheaper, initially-inferior tech improves and overtakes from below.
- 2017-06-122 · 7Attention Is All You Need — Vaswani et al. (Google)
Self-attention alone is enough to model sequences — the transformer.
- 2017-11-111 · 5 · 6Software 2.0 — Andrej Karpathy
Nets learned from data replace hand-written code as the dominant paradigm.
- 2019-03-136 · 10The Bitter Lesson — Rich Sutton
General methods that leverage compute beat hand-crafted, human-knowledge approaches.
- 2020-01-236 · 9Scaling Laws for Neural Language Models — Kaplan et al. (OpenAI)
Loss falls as a smooth power law in size, data, and compute.
- 2020-05-287 · 10Language Models are Few-Shot Learners (GPT-3) — Brown et al. (OpenAI)
Large LMs do new tasks from prompt examples alone — in-context learning.
- 2021-03-014On the Dangers of Stochastic Parrots — Bender, Gebru et al. (FAccT)
Large LMs stitch language without understanding — verify everything.
- 2022-01-121The Turing Trap — Erik Brynjolfsson (Stanford)
Human-imitative AI concentrates power; augmentation that complements workers is better.
- 2022-03-292 · 6Chinchilla (Compute-Optimal LLMs) — Hoffmann et al. (DeepMind)
For a fixed budget, scale data and params together — right-size the model.
- 2022-06-159 · 10Emergent Abilities of LLMs — Wei et al.
Some capabilities appear abruptly past a scale threshold (later contested).
- 2022-12-154 · 8Constitutional AI — Bai et al. (Anthropic)
Models self-critique against a written constitution — AI feedback, not human labels.
- 2023-03-221 · 4Sparks of AGI (GPT-4) — Bubeck et al. (Microsoft)
GPT-4 shows broad reasoning while still failing in revealing ways.
- 2023-06-094 · 8Judging LLM-as-a-Judge (MT-Bench) — Zheng et al.
Strong LLMs approximate human judgment — scalable AI-checking-AI.
- 2023-09-159 · 1 · 4Navigating the Jagged Technological Frontier — Dell'Acqua, Mollick et al. (Harvard/BCG)
Inside the frontier AI helps a lot; outside it, users get more confidently wrong.
- 2024-01-191 · 10The Allocation Economy — Dan Shipper (Every)
Value shifts from what you know to how you allocate and manage AI.
- 2024-02-182 · 6The Shift from Models to Compound AI Systems — Zaharia, Khattab et al. (Berkeley BAIR)
State of the art comes from multi-component systems, not monolithic models.
- 2024-07-012 · 6RouteLLM — LMSYS Org
Learned routers send easy queries to cheap models, hard ones to strong models.
- 2024-09-121 · 3 · 5Salesforce Unveils Agentforce — Salesforce (Benioff)
Autonomous agents as "digital labor" running on your CRM data.
- 2024-11-253 · 7Introducing the Model Context Protocol — Anthropic
Open standard so models plug into any data source or tool — the end of bespoke integrations.
- 2024-12-133 · 5 · 6Satya Nadella on BG2 ("SaaS collapse") — BG2Pod / Nadella
The business-logic tier collapses as agents orchestrate across systems of record.
- 2024-12-173 · 4 · 8Introducing Agentforce 2.0 — Salesforce
Pre-built skills + metadata-enriched RAG to make agents trustworthy on enterprise data.
- 2024-12-195 · 7 · 2Building Effective Agents — Anthropic
Favor simple composable patterns over frameworks; add autonomy only when it pays.
- 2025-01-145 · 8Introducing Ambient Agents — Harrison Chase (LangChain)
Past the chat box: agents act on event streams in the background.
- 2025-01-221 · 9Benioff at Davos: the end of an all-human workforce — Axios
Reframes headcount around "digital labor"; managing humans + agents becomes the job.
- 2025-023 · 5Joule Agents Mean Business — SAP News
SAP embeds agents into ERP processes rather than bolting on a chatbot.
- 2025-02-271 · 6 · 10Salesforce to hire no engineers in 2025 — The SF Standard
AI coding-agent gains cited to freeze eng hiring — the sharpest "build is cheap" signal.
- 2025-03-043 · 6 · 1Klarna CEO doubts others will replace Salesforce with AI — TechCrunch
Even an AI-maximalist walks back "rip out the system of record."
- 2025-03-112 · 5 · 6New Tools for Building Agents (Agents SDK) — OpenAI
A production agent stack + open-source Agents SDK (successor to Swarm).
- 2025-05-181 · 9 · 4Klarna Reverses AI Push, Prefers Human Support — Forbes (Gene Marks)
Replaced ~700 agents, quality dropped, rehired humans — turning it on isn't changing ops.
- 2025-05-229Making AI Work: Leadership, Lab, and Crowd — Ethan Mollick
Individual AI gains don't auto-scale to org gains — you need vision, a lab, and a crowd.
- 2025-05-277 · 2Collaborative Agentic AI Needs Interoperability — arXiv:2505.21550
Agents stay siloed "islands" without cross-ecosystem standards.
- 2025-05-288 · 4LLM Evals: Everything You Need to Know — Hamel Husain & Shreya Shankar
A field guide to evals and LLM-as-judge loops — make AI check AI, not vibe-check it.
- 2025-06-132 · 7 · 8How We Built Our Multi-Agent Research System — Anthropic
Parallel subagents beat single agents but demand heavy eval and orchestration.
- 2025-06-175 · 7 · 9Software Is Changing Again (Software 3.0) — Andrej Karpathy (YC)
LLMs are a new OS; English is the interface; build partial-autonomy agents.
- 2025-06-238 · 4 · 7 · 2Agentforce 3: Visibility and Control — Salesforce
Observability + native MCP + hosted Claude — governance and interop are the blockers.
- 2025-06-237 · 3 · 2MCP Support Across Salesforce — Salesforce Developers
The system-of-record vendor adopts the open context standard.
- 2025-06-265 · 1The Disappearing Interface — Simon Smith
Interaction shifts from human GUIs to machine protocols.
- 2025-06-265 · 6 · 3Bret Taylor (Sierra) on AI Agents & Tech History — Stratechery (Ben Thompson)
Vertical agents become the interface; value shifts to outcomes on top of existing systems.
- 2025-06-277 · 10Context Engineering — Simon Willison
Curating the context window — not prompt wording — is the core agent skill.
- 2025-08-034 · 5 · 9AI Agents Have Mostly Been a Dud — Gary Marcus
The contrarian read: agents stay unreliable — hallucinations, security holes, compounding errors.
- 2025-08-189The GenAI Divide ("95% of pilots fail") — MIT NANDA (via Fortune)
95% of GenAI pilots show no P&L impact; the 5% that work redesign the process, not just the tooling. (Contested stat — treat as directional.)
- 2025-09-031 · 3AI Agents Drive 4,000 Salesforce Support Job Cuts — Salesforce Ben
Support headcount goes ~9k to ~5k as agents handle 1.5M conversations.
- 2025-09-054 · 8Why Language Models Hallucinate — Kalai et al. (OpenAI)
Hallucination persists because evals reward confident guessing over "I don't know."
- 2025-09-087 · 3Introducing the MCP Registry — Model Context Protocol
An official open catalog for discovering MCP servers.
- 2025-09-299 · 6The Case Against Generative AI — Ed Zitron
The contrarian read: GenAI as an unsustainable bubble of circular money.
- 2025-09-297 · 10Effective Context Engineering for AI Agents — Anthropic
Managing context tokens within a finite attention budget is what makes agents reliable.
- 2025-102 · 5 · 6LangChain & LangGraph Reach v1.0 — LangChain
A stable 1.0 positions LangGraph as a durable orchestration layer.
- 2025-10-223 · 8 · 9 · 6Five Takeaways from Dreamforce 2025 (Agentforce 360) — Salesforce
The agentic enterprise needs data + apps + governance; DIY models fail — fix the system of record first.
- 2025-11-047 · 2Code Execution with MCP — Simon Willison
Wire MCP tools via executable code, not bloated context — cheaper and more reliable.
- 2025-11-186 · 2Agent Labs: Welcome to GPT Wrapper Summer — swyx (Latent Space)
"Agent Labs" sell outcomes, not models; multiple capable models kill lock-in.
- 2025-11-257 · 3 · 8One Year of MCP: Nov 2025 Spec Release — Model Context Protocol
An anniversary spec consolidating a year of MCP maturation.
- 2025-12-097 · 3 · 8Donating MCP & the Agentic AI Foundation — Anthropic (w/ Block, OpenAI)
MCP donated to a Linux Foundation body — protocol neutrality as infrastructure.
- 2026-02-176 · 10Retool 2026 Build vs. Buy Report — Retool
35% of enterprises have replaced some SaaS with custom AI-built software.
- 2026-03-2410 · 1 · 2Anthropic Economic Index: Learning Curves — Anthropic
Learning-by-doing is real; users route high-wage tasks to top models.
- 2026-047 · 2A Year of Open Collaboration (A2A anniversary) — Google Open Source
The Agent2Agent protocol's adoption and move under open governance.
- 2026-04-235 · 2Introducing GPT-5.5 — OpenAI
Give it a messy multi-part task and trust it to plan, use tools, and finish.
- 2026-04-293 · 5 · 9Agentforce Operations — Salesforce
Agents complete end-to-end back-office work across systems; 50–70% cycle-time cuts claimed.
- 2026-05-065 · 6 · 8Vibe Coding & Agentic Engineering Are Getting Closer — Simon Willison
The line between reckless vibe-coding and responsible engineering blurs.
- 2026-05-112 · 3 · 7Summer '26 Release: Agentic Enterprise — Salesforce
Multi-Agent Orchestration + Tableau MCP; agents collaborate with shared context around the CRM.
- 2026-05-135 · 3 · 7The UI Is Dead: ServiceNow Goes Headless — Techzine
Action Fabric opens the platform to any agent — "the interface is no longer the product."
- 2026-05-261 · 10Choosing to Stay Human — Ethan Mollick
AI as shortcut erodes skill; AI as tutor builds it — be deliberate about which you're using.
- 2026-06-151 · 102026 Global AI Jobs Barometer — PwC
Roles split into "professionalised" vs "democratised"; AI skills carry a wage premium.
- 2026-06-253 · 8 · 9Agentforce Help Agent (pay-per-resolution) — Salesforce
A prepackaged agent on Salesforce Knowledge that charges only for resolutions — outcomes, not seats.
- 2026-06-261 · 9Anthropic Economic Index: Cadences — Anthropic
The heaviest task-delegators are the most optimistic about pay and job security.
- 2026-07-212 · 6Gemini 3.6 Flash Targets Agent Token Costs — AI News
Tiered models let teams route simple calls cheap and hard reasoning expensive.
- 2026-07-242 · 6Anthropic Releases Opus 5 — Axios
An "effort dial" + mid-task model switching — orchestration built into the model.
- 2026-07-272 · 10An Opinionated Guide to Which AI to Use — Simon Willison
Choosing the right model or agent per task has replaced "just use chat."
- 2026-07-287 · 5 · 8The 2026-07-28 MCP Specification — Model Context Protocol
Stateless core + header routing + auth hardening make MCP production- and enterprise-ready.
- 2026-07-291 · 10More Jobs, Higher Bar: 2026 AI Employer Report — ZipRecruiter Research
AI expands teams more than it cuts (24% hiring vs 16% cutting) but raises the skill bar.
- 2026-08-079 · 1 · 8How to Close the Agentic Adoption Gap — McKinsey
1:3:5 tech-to-process-to-capability — deploying tools is trivial, reinventing the work is the job.
- 2026-08-087 · 2Zawinski's Law of MultiAgents — swyx (Latent Space)
"Every agent expands until it can message other agents" — coordination becomes the architecture.
The map is free. The build is the hard part.
This is the reading. Turning it into a working operating system inside your Salesforce org — where the agents actually reach your records, the handoffs hold, and the metrics tell you what to build next — is the work Aventary does.
Start with the free Operating Systems Diagnostic, or book a working session and we'll map your weakest link.