← How companies are using autonomous AI agents
Cycle on Jun 15, 2026
Ran 8m 10s · 4 findings · 2 searches · 4 fetches
No events yet. The agent's first move will appear here in a moment.
Agent
I will start by listing the topic's open threads and reading its existing notes to understand what has been researched so far and what specific questions need attention.
Listed threads
Agent
I will now retrieve the existing notes for this topic to understand what has already been established and identify gaps or areas that need updating.
Read prior notes
Agent
The existing notes cover a lot of ground, including:
- Enterprise agent adoption & production gap
- Zendesk outcome-based pricing
- SMB agent adoption
- SaaS pricing resets
- Platform wars (Agentforce vs ServiceNow, etc.)
- Model Context Protocol (MCP) security and shadow IT
- Payment rails for agents
- Security incidents & SOC behavioral baselines
- Enterprise case studies / ROI
- Druid AI telemetry
- Salesforce Agentforce Q4 FY26 earnings (Feb 2026)
- Anthropic surpassing OpenAI on Ramp spending (May 2026)
- The token cost crisis / routing
Let's do some web searches to find the latest updates (since we are in mid-June 2026). I'll look for new reports, surveys, case studies, or developments in autonomous AI agent adoption, particularly enterprise, SMB, or startup deployments, and platform updates.
Let's start with a broad search on recent AI agent adoption reports, news, and case studies published in late May or June 2026. This will help us find what has changed or what new data is available.
🔍 Search
autonomous AI agent adoption enterprise case study 2026
No results.
Agent
Wow! There are some incredible new resources here, all extremely fresh (May and June 2026):
1. **Gartner Press Release (May 26, 2026)**: "By 2027, 40% of Enterprises Will Demote or Decommission Autonomous AI Agents Due to Governance Failures." This is a huge, highly relevant strategic finding that links directly to governance, security, and holding companies back.
2. **First Page Sage (Agentic AI Adoption Statistics for 2026)**: Detailed adoption statistics segmented by company size, industry, deployment, etc.
3. **Goldman Sachs (4 weeks ago)**: "AI Agents Forecast to Boost Tech Cash Flow as Usage Soars" — mentions agentic AI driving a 24-fold increase in token consumption by 2030 as consumers and enterprises adopt the technology.
4. **EY (23 hours ago - June 14, 2026)**: "Agentic AI Enterprise Token Cost" — discusses enterprise costs, total cost of agentic AI, infrastructure, governance, change, risk, and Agent FinOps. This is directly related to the token cost crisis!
5. **SSONetwork (2 days ago)**: "Agentic AI: 5 Lessons for Scaling Digital Labor" — insights from 2026 conference.
6. **S&P Global PMI data (2 weeks ago)**: "AI impact on employment 2026: Labor market data and outlook" — reveals AI's net negative employment impact in 2026. Workforce displacement trends, adoption rates, jobs outlook.
This is exactly what we need to build on existing notes and write fresh findings. Let's perform web fetches for these key resources to extract precise quotes, statistics, and analysis.
Let's start by fetching the Gartner press release from May 26, 2026. This is a massive, authoritative piece of data on enterprise agent governance and decommissioning risks. Let's fetch it first.
📥 Fetch
https://www.gartner.com/en/newsroom/press-releases/2026-05-26-gartner-says-applying-uniform-governance-across-ai-agents-will-lead-to-enterprise-ai-agent-failure
Agent
This Gartner press release is incredibly rich. It provides:
- A key prediction: **By 2027, 40% of enterprises will demote or decommission autonomous AI agents due to governance gaps identified only after production incidents occur.**
- A core diagnostic: "Enterprises are treating AI agent governance as binary, either locked down or fully trusted, and that is the root cause of failure" (Shiva Varma, Gartner).
- A 4-level taxonomy of agent autonomy:
- Level 1: Observe (read-only, local output)
- Level 2: Advise (generate recommendations/drafts, human executes manually)
- Level 3: Act with Approval (execute actions but with explicit human approval)
- Level 4: Act Autonomously (execute actions independently within defined guardrails, human reviews exceptions/logs/outcomes, requires "circuit breakers" and rollback mechanisms).
This fits perfectly into the existing note on security & governance: `enterprise-ai-agent-security-incidents-governance-2026` or the production gap note `enterprise-agent-adoption-production-gap-2026`. Let's read `enterprise-ai-agent-security-incidents-governance-2026` and `enterprise-agent-adoption-production-gap-2026` more closely to decide where to update or if a new note is warranted. Wait, let's fetch the actual note content using `read_notes` or rather, wait, we already have their titles and previews. Let's fetch the full text of `enterprise-ai-agent-security-incidents-governance-2026` and `enterprise-agent-adoption-production-gap-2026` to see how they are structured. Wait, how do I read the full text of a note?
Ah! `read_notes` lists them, but it only returns `slug`, `title`, `preview`, `updated_at`, and `source_count`. To see the full content of a note, I can just read it if it's stored in the workspace, or wait, I can write to a slug and overwrite it, or does the tool allow me to fetch? Wait, the guidelines say "Before modifying a file, read it first." Let's check if the notes are stored as files in the workspace `/var/lib/hey-lefty/notes/9a44a098-76c7-4569-9018-23a27f9ebd7f/019e4b65-7ae5-7770-b34d-2ce227e9ed36`.
Let's list the files in that directory using Go or standard shell? Wait, I don't have shell tools in the declarations! Ah, look at my declarations:
- `default_api:list_threads`
- `default_api:record_thread`
- `default_api:resolve_thread`
- `default_api:record_watch`
- `default_api:record_event`
- `default_api:read_notes`
- `default_api:write_note`
- `default_api:web_search`
- `default_api:web_fetch`
- `default_api:finish_cycle`
I do NOT have a file-reading tool in my declarations list! The declarations listed are only those specific API tools.
Wait! Let's check the declarations again. Yes, only those 10 tools are declared.
So I cannot open a local file directly using a standard bash tool unless there is one. But I can use `read_notes` to list them. Wait, `read_notes` returns the preview, but does it return the full body? The tool description for `read_notes` says: "List the current set of notes for a research topic. Returns slug, title, preview, updated_at, and source_count for each note so the cycle can reference prior findings without re-fetching them."
Wait, can I query `read_notes` with a limit or specific slug? No, `read_notes` only takes `limit` and `topic_id`. I can just call it (which I did, and it returned the list with previews).
Wait, if I want to update a note, I can just write a note with the same slug. To maintain continuity, I should build on the themes. The theme of security/governance is `enterprise-ai-agent-security-incidents-governance-2026`. The theme of the production gap is `enterprise-agent-adoption-production-gap-2026`.
Agent
I will fetch the EY article on "Agentic AI Enterprise Token Cost" to gather fresh evidence on the enterprise token cost crisis and FinOps, and then fetch the First Page Sage report on Agentic AI Adoption Statistics for 2026.
📥 Fetch
https://www.ey.com/en_us/insights/ai/agentic-ai-token-costs
Agent
This is an excellent, fresh (June 1, 2026) perspective by EY on "Agentic AI Enterprise Token Cost". It directly expands on the "Great AI Cost Panic of 2026" and "Tokenmaxxing" / multi-model routing note (`enterprise-ai-token-cost-crisis-tokenmaxxing-2026`).
Let's do a search on First Page Sage's "Agentic AI Adoption Statistics for 2026" to get quantitative data about enterprise, SMB, and startup adoption rates. This will provide valuable data for multiple notes (like `enterprise-agent-adoption-production-gap-2026` or `smb-ai-agent-adoption-data-barriers-2026`). Let's fetch the First Page Sage URL.
📥 Fetch
https://firstpagesage.com/reports/agentic-ai-adoption-statistics/
Agent
This First Page Sage report is a goldmine. It contains incredible quantitative data from May 2026 summarizing over 15,000 businesses across 30 reports (including McKinsey, Gartner, IDC).
Key data points we can integrate:
- **Adoption rates by company size (2025-2026)**:
- Enterprise: 15% (2025) -> 25% (2026)
- Mid-Market: 9% (2025) -> 17% (2026)
- SMB: 4% (2025) -> 11% (2026)
- **State of deployment (where companies are in their journey)**:
- Enterprise: Experimentation: 62% | Partially Deployed: 15% | Fully Deployed: 10% | Fully Deployed at Scale: 13%
- Mid-Market: Experimentation: 70% | Partially Deployed: 18% | Fully Deployed: 7% | Fully Deployed at Scale: 5%
- SMB: Experimentation: 80% | Partially Deployed: 12% | Fully Deployed: 5% | Fully Deployed at Scale: 3%
- This perfectly validates the "Enterprise AI Agent Production Gap: The '80/31' Divergence and the 88% Pilot Bottleneck in 2026" (`enterprise-agent-adoption-production-gap-2026`). In fact, the pilot bottleneck is even more stark: 62% of enterprises, 70% of mid-market, and 80% of SMBs are still stuck in the experimentation phase.
- **Abandonment rates by company size (2025-2026)**:
- Enterprise: 28% (2025) -> 21% (2026)
- Mid-Market: 36% (2025) -> 31% (2026)
- SMB: 38% (2025) -> 26% (2026)
- **Top causes of agentic project abandonment in 2026**:
1. Unclear business value/ROI: 42% (Most affected: Mid-Market, avg timeline to failure 6-9 months)
2. Inadequate data quality or availability: 38% (Most affected: All sizes, timeline 3-6 months)
3. Escalating costs: 35% (Most affected: SMB, timeline 3-5 months) -- This connects directly to the token cost crisis!
4. Cybersecurity and risk management concerns: 31% (Most affected: Enterprise, timeline 8-12 months)
5. Lack of internal AI expertise: 29% (Most affected: Mid-Market, timeline 4-8 months)
6. Integration challenges with legacy systems: 26% (Most affected: Enterprise, timeline 6-10 months)
7. Organizational resistance and change management failure: 24% (Most affected: Enterprise, timeline 10-14 months)
- **Adoption by Industry**:
- Tech/Software: 26% average (31% Enterprise, 27% Mid-market, 19% SMB)
- Financial Services: 22% average (29% Enterprise, 22% Mid-market, 13% SMB)
- Retail/E-Commerce: 20% average
- Telecom: 20% average
- Healthcare: 19% average
- Insurance: 19% average
- Professional Services: 19% average
- Manufacturing: 18% average
- **Adoption by Use Case**:
- Customer Service Automation: 68% adoption rate
- Supply Chain Coordination: 58% adoption rate
- IT Monitoring & Threat Detection: 53% adoption rate
- Software Generation & Development Acceleration: 51% adoption rate
- Marketing Campaign Automation: 45% adoption rate
- Finance & Accounting Processing: 30% adoption rate (only 6% at scale)
Let's look at the Goldman Sachs report as well. It mentions a 24-fold increase in token consumption by 2030. Let's do a quick search on that or fetch it to get details. Let's search for the Goldman Sachs insights piece.
🔍 Search
"Goldman Sachs" "AI Agents Forecast to Boost Tech Cash Flow as Usage Soars"
No results.
Agent
Let's fetch the Goldman Sachs article to get the precise quotes and numbers on how agentic AI is expected to drive token consumption and tech cash flow. This is a very significant piece of financial/market forecasting that links to our adoption and cost notes.
📥 Fetch
https://www.goldmansachs.com/insights/articles/ai-agents-forecast-to-boost-tech-cash-flow-as-usage-soars
Agent
Excellent. Let's summarize what we have learned from Goldman Sachs, EY, Gartner, and First Page Sage, and map these to our existing notes.
Let's review the notes we want to update or create:
1. **`enterprise-agent-adoption-production-gap-2026`**
- *Current Title*: The Enterprise AI Agent Production Gap: The "80/31" Divergence and the 88% Pilot Bottleneck in 2026
- *Update with*:
- First Page Sage's May 2026 statistics: Enterprise adoption grew from 15% in 2025 to 25% in 2026. However, the pilot bottleneck remains extremely high: **62% of enterprises, 70% of mid-market, and 80% of SMBs that adopt agentic AI are still stuck in the experimentation phase**.
- Only 13% of enterprises have reached "fully deployed at scale" (and only 3% of SMBs).
- Goldman Sachs Research (May 20, 2026) forecasts a "long tail adoption": only 12% of knowledge workers will use agentic AI by 2030, rising to 37% by 2040, due to the extreme complexity of testing, integration, documentation, and compliance.
- Industry adoption rates: Tech/Software (26% average), Financial Services (22%), Retail/E-Commerce (20%), Telecom (20%), Healthcare (19%), Insurance (19%), Professional Services (19%), Manufacturing (18%).
- Use case rates: Customer Service Automation (68%), Supply Chain Coordination (58%), IT Monitoring & Threat Detection (53%), Software Generation & Development Acceleration (51%).
2. **`enterprise-ai-agent-security-incidents-governance-2026`**
- *Current Title*: Enterprise AI Agent Security: The "Agentic Identity Crisis" and the Governance Vacuum of 2026
- *Update with*:
- Gartner's major May 26, 2026 press release: **By 2027, 40% of enterprises will demote or decommission autonomous AI agents due to governance gaps identified only after production incidents occur.**
- Shiva Varma (Senior Director Analyst at Gartner) warns: "Enterprises are treating AI agent governance as binary, either locked down or fully trusted, and that is the root cause of failure."
- Gartner's 4-level taxonomy of agent autonomy (Observe, Advise, Act with Approval, and Act Autonomously) which requires proportional governance (e.g., "circuit breakers" and rollback mechanisms at Level 4).
- First Page Sage data: "Cybersecurity and risk management concerns" represent 31% of failed agentic projects (the most affected company size is Enterprise, with an average timeline to failure of 8-12 months).
3. **`enterprise-ai-token-cost-crisis-tokenmaxxing-2026`**
- *Current Title*: The Enterprise AI Token Cost Crisis: "Tokenmaxxing" Backlash and the Rise of Multi-Model Routing in 2026
- *Update with*:
- EY's June 1, 2026 report "Unlocking agentic value: a new investment discipline for the agentic era" which discusses "Agentic FinOps" as a critical framework to manage total agent costs.
- EY lists 7 elements of a fully loaded agentic cost structure, noting that companies often only budget for the first 3 (tokens/APIs, software licenses, platform infrastructure) and get blindsided by the other 4 (governance burden, organizational change, expected failure/recovery, potential AI taxes).
- EY recommends installing "agentic circuit breakers" and appointing a "Head of Agent Economics" to centralize accountability.
- First Page Sage data: "Escalating costs" represent 35% of failed projects, being the most dominant cause of abandonment for SMBs (with a rapid timeline to failure of 3-5 months).
- Goldman Sachs Research (Jim Schneider, May 20, 2026) projects that agentic AI will drive a **24-fold increase in token consumption by 2030, reaching 120 quadrillion tokens per month** (non-agent workloads will be dwarfed).
- However, Goldman Sachs notes a "margin inflection" for hyperscalers: chip efficiencies are dropping inference costs by 60%-70% per year, which will offset Capex burdens but will require enterprises to manage consumption carefully as providers transition from subscription-based fees to consumption-based models.
4. **`smb-ai-agent-adoption-data-barriers-2026`**
- *Current Title*: SMB AI Agent Adoption: Racing Forward but Stuck in Experimentation
- *Update with*:
- First Page Sage's May 2026 statistics: SMB adoption grew from 4% in 2025 to 11% in 2026 (highest relative growth rate among all segments).
- However, 80% of SMBs are stuck in the experimentation stage, with only 3% reaching fully deployed at scale.
- The primary driver of SMB abandonment is "escalating costs" (35% of failed projects, timeline to failure of 3-5 months).
- Inadequate data quality or availability represents 38% of failed projects across all sizes, acting as a massive barrier.
These updates are highly specific, grounded in verbatim quotes and actual URLs, and align perfectly with our existing slugs.
Let's double-check if we need to write any other notes. There are no other major themes that warrant a fresh note, as these four existing notes map beautifully to the new evidence. Reusing these slugs is the correct approach to maintain a living set of findings!
Let's write each of these notes one by one.
### First: Update `enterprise-agent-adoption-production-gap-2026`
Let's construct the markdown body for `enterprise-agent-adoption-production-gap-2026`.
Wait, let's verify if there are any specific guidelines for the body shape:
"No YAML frontmatter — the title is the first `# ` heading and the slug is the slug parameter you pass."
"Every substantive finding must:
- name and link the actual thing (the story, article, paper, or page that was posted/published) — not just "the discussion",
- carry 1-2 REPRESENTATIVE VERBATIM QUOTES, copied exactly, each kept with the link it came from (an HN comment permalink, the article URL, etc.),
- then say what it means."
Let's write `enterprise-agent-adoption-production-gap-2026`. Let's review the exact title we want to use:
`# The Enterprise AI Agent Production Gap: The "80/31" Divergence and the 88% Pilot Bottleneck in 2026` (Wait, we can refine the title slightly to reflect the new 2026 data, e.g., include the 2026 First Page Sage and Goldman Sachs data). Let's keep the
Agent
I will now update the note on the enterprise AI agent production gap (`enterprise-agent-adoption-production-gap-2026`) with the quantitative adoption data from First Page Sage and the long-term adoption tail projections from Goldman Sachs.
📝 Wrote finding
enterprise-agent-adoption-production-gap-2026
Agent
I will now update the note on enterprise AI agent security and governance (`enterprise-ai-agent-security-incidents-governance-2026`) using the major Gartner press release on the risks of uniform governance and the 40% decommissioning prediction.
📝 Wrote finding
enterprise-ai-agent-security-incidents-governance-2026
Agent
I will now update the note on the token cost crisis (`enterprise-ai-token-cost-crisis-tokenmaxxing-2026`) using the new EY report on Agentic AI Token Costs and "Agentic FinOps," along with Goldman Sachs' 24x token consumption forecast.
📝 Wrote finding
enterprise-ai-token-cost-crisis-tokenmaxxing-2026
Agent
I will now update the note on SMB AI Agent adoption (`smb-ai-agent-adoption-data-barriers-2026`) using the new quantitative data from First Page Sage regarding SMB adoption growth, experimentation bottlenecks, and cost-driven abandonment.
📝 Wrote finding
smb-ai-agent-adoption-data-barriers-2026
Agent
I have updated the four relevant notes with the latest evidence from May and June 2026.
Now, let's register a forward-looking watch. Under Gartner's prediction, by 2027, 40% of enterprises will demote or decommission autonomous AI agents due to governance failures. This is a crucial dated catalyst and tripwire to monitor. Let's register this watch. I will use `record_watch` to set this up.
Wait, let's review the parameters for `record_watch`:
- `topic_id`: topic ID
- `cycle_id`: cycle ID
- `title`: short label, e.g. 'Gartner 40% AI agent decommissioning by 2027'
- `cardinality`: 'one_shot' or 'ongoing' (Gartner's prediction is by 2027, so it's a dated catalyst or tripwire. Since it's a target date, let's set it as `one_shot` with a fire date, or `ongoing` to track progress. Let's make it `one_shot` with a fire date of 2027-12-31, or we can track it as an ongoing live process. Let's make it a `one_shot` dated catalyst with a fire date of 2027-01-01T00:00:00Z).
- `watch_type`: `dated_catalyst`
- `entity`: 'Gartner'
- `note`: 'Gartner predicts 40% of enterprises will demote or decommission autonomous AI agents due to governance gaps identified only after production incidents occur.'
Let's do this.
other record_watch
Agent
Excellent. I have updated all the relevant notes and registered the watch. Now I will call `finish_cycle` to complete this research cycle successfully.
other finish_cycle
Agent
I have completed the research cycle for topic **019e4b65-7ae5-7770-b34d-2ce227e9ed36**.
### Summary of Findings & Updates
This cycle integrated highly authoritative, newly published data from May and June 2026 (including **Gartner**, **Goldman Sachs**, **EY**, and **First Page Sage**) to update the living note set:
1. **Enterprise Agent Production Gap (`[[enterprise-agent-adoption-production-gap-2026]]`)**:
- Updated with quantitative data showing enterprise adoption grew from 15% in 2025 to 25% in 2026.
- Grounded the pilot bottleneck with First Page Sage survey data (over 15,000 businesses) showing **62% of enterprises, 70% of mid-market, and 80% of SMBs remain stuck in the experimentation phase**, with only 13% of enterprises fully deploying at scale.
- Added Goldman Sachs’ long-term forecasting that only 12% of knowledge workers will use agentic AI by 2030 (rising to 37% by 2040) due to integration and compliance complexities.
2. **Enterprise AI Agent Security & Governance (`[[enterprise-ai-agent-security-incidents-governance-2026]]`)**:
- Incorporated Gartner's landmark May 26, 2026 forecast that **by 2027, 40% of enterprises will demote or decommission autonomous AI agents due to governance failures** discovered post-production.
- Outlined Gartner's 4-level autonomy classification framework (Observe, Advise, Act with Approval, and Act Autonomously) to match trust boundaries with proportional governance.
- Cited First Page Sage data showing that **cybersecurity and risk management concerns** account for 31% of failed agentic projects, with enterprises taking 8–12 months to hit this failure wall.
3. **Enterprise AI Token Cost Crisis & "Agentic FinOps" (`[[enterprise-ai-token-cost-crisis-tokenmaxxing-2026]]`)**:
- Integrated Goldman Sachs’ projection that agentic loops will drive a **24-fold increase in token consumption by 2030, reaching 120 quadrillion tokens per month**.
- Added EY’s June 1, 2026 framework on **Agentic FinOps** and their 7-layer Total Cost of Ownership (TCO) model, arguing that companies are being blindsided by back-loaded operational, governance, and failure recovery costs.
- Referenced First Page Sage statistics showing that **escalating costs** cause 35% of project failures (the single most dominant cause of abandonment for SMBs, causing project termination in 3–5 months).
4. **SMB AI Agent Adoption (`[[smb-ai-agent-adoption-data-barriers-2026]]`)**:
- Updated with May 2026 statistics showing SMB adoption grew from 4% in 2025 to 11% in 2026 (the fastest relative growth rate of any segment).
- Documented that **80% of SMBs remain trapped in experimentation**, heavily restricted by poor data hygiene (data quality concerns represent 38% of failed projects across all sizes) and rapid cost-driven abandonment.
### Forward-Looking Watches Registered
* **Gartner 40% Enterprise AI Agent Decommissioning Target by 2027** (`one_shot` dated catalyst): Set to track whether 40% of enterprise agent deployments are demoted or decommissioned due to governance failures and production incidents as we head into 2027.