AI Waypoints: Week of June 22, 2026 — Edition #15
Amazon went after NVIDIA’s chip business. Washington cleared the power grid for AI data centers. Accenture’s own earnings showed AI eating the consulting work that sells it. Same week.
Good morning. Last week Amazon confirmed it is in early talks to sell its custom Trainium AI chips to outside data centers for the first time, a direct move on NVIDIA’s business. The Federal Energy Regulatory Commission ordered every regional grid operator in the country to put AI data centers in a fast lane to the power grid.
OpenAI gave enterprise admins a real cost dashboard and spending limits for ChatGPT and its Codex coding tool. Databricks opened up its agent platform, Agent Bricks, while Salesforce, Cognizant, ServiceNow, and xAI all shipped pieces of the same agent build-out.
Anthropic opened a Seoul office and landed NAVER, Samsung SDS, and LG CNS, even as a US export rule keeps its two newest models out of Korea. And Accenture, the largest AI-services business in the world, reported earnings that show AI both driving its growth and eating into the consulting work it sells.
1. Amazon moves to sell its Trainium AI chips outside its own cloud — the most direct shot at NVIDIA yet
What happened: On June 18, Amazon confirmed to TechCrunch that it is in early talks to sell its custom Trainium AI chips to third-party data centers, the first time it would put its own silicon outside its own cloud (TechCrunch). Amazon’s AI infrastructure chief Peter DeSantis signaled the shift away from AWS-only access. CEO Andy Jassy’s April shareholder letter had already pegged a standalone chip business at roughly $50 billion in yearly revenue pace. Current Trainium capacity, and the next-generation Trainium4 that is more than a year out, is already sold out.
Why it matters: For three years there has been essentially one company you could buy top-tier AI chips from at scale, and that company set the price. A credible second source changes the math on AI compute contracts. This is the first real crack in single-supplier pricing power, the kind of concentration risk I dug into in my read of The Chip War. It is the same dependence Amazon is now trying to sell its way into.
ELI5: What is a Trainium chip and why does selling it matter?
Training and running AI models takes specialized chips. NVIDIA makes the ones almost everyone uses, which is why they are expensive and hard to get. Amazon designed its own, called Trainium, but until now you could only use them by renting Amazon’s cloud. Selling the chips directly means a company could buy Trainium for its own data center, which gives buyers a second option and puts pressure on NVIDIA’s prices.
What to do: If it were me, I’d get “second silicon source” onto the 2027 compute planning conversation now. If you’re negotiating a multi-year compute commitment this year, I’d ask your cloud provider in writing whether Trainium capacity will be available to you and at what price next to NVIDIA. And I’d think twice before locking a three-year deal to NVIDIA-only pricing while a second supplier is forming.
2. FERC gives AI data centers a government-mandated fast lane to the power grid
What happened: On June 18, the Federal Energy Regulatory Commission (FERC) issued orders to all six regional grid operators, including PJM, MISO, and CAISO, directing them to speed up how large electricity users connect to the grid (TechCrunch). The orders use Section 206 of the Federal Power Act, were approved unanimously, and give the grid operators 30 days to file reliability reports and 60 days to justify their rates. The action answers a 2025 request from Energy Secretary Chris Wright. The plain reading: AI data centers, which can each draw as much power as a small city, now get priority access to transmission capacity.
Why it matters: Compute scarcity has a second bottleneck, and it is not chips. It is electricity and the wires to deliver it. A data center can be built in 18 months; the transmission line to power it can take a decade. FERC just told grid operators to compress that timeline for large loads, which in practice means AI. Two reads here. The buildout I have been tracking through chip supply and compute deals now has a federal accelerant on the power side. And anyone siting a facility, or depending on one, just got a clearer signal about where new capacity lands first.
What to do: If your AI roadmap leans on new data center capacity, I’d ask your cloud or colocation provider which grid region their next build sits in and whether it’s covered by these FERC orders. Power availability has quietly become a real input to your 2027 capacity plan, not a footnote. And if you run your own facilities, this is the moment to get grid-connection requests filed while the fast lane is open.
3. OpenAI ships the cost controls enterprises have been asking for
What happened: On June 18, OpenAI opened up usage analytics and spending controls for ChatGPT Enterprise and its Codex coding tool (OpenAI). Admins now see credit consumption broken down by user, product, and model in a single console, can set default and per-team spending limits, grant individual overrides, and let employees see their own budgets and request more. There is also a single Cost API to pull all of it into existing finance tools. It is live now.
Why it matters: Until this week, an enterprise running ChatGPT at scale had a usage bill and very little ability to see inside it or cap it. That is the cost-growth problem I keep encountering in my discussions: usage-based AI bills that climb faster than anyone budgeted, with no dial to turn. OpenAI just shipped the dial. This lands the same week Accenture’s earnings show AI deflating services revenue, so cost discipline is arriving on the buy side and the sell side at once.
What to do: This is an easy win, so I’d take it early: get finance and IT to switch on per-team spending limits this month, before the next quarterly true-up. Pulling the Cost API into whatever you already use for cloud cost management lets AI spend sit next to your other usage-based bills. And I’d set a default cap on every new ChatGPT Enterprise seat, rather than finding the overage after the fact.
4. The agent control plane gets built out — Databricks, Salesforce, Cognizant, and ServiceNow all shipped pieces in one week
What happened: Several vendors shipped parts of the same thing this week, the layer where AI agents become actions inside enterprise systems:
Databricks opened up Agent Bricks at its Data and AI Summit (June 15-18), moving it from public testing to a full platform (Databricks). The company said customers have built more than 100,000 agents on it and that it now processes more than a quadrillion tokens a year, the small chunks of text AI models read and write. New pieces include Lakebase for agent memory and a Databricks Sandbox that runs agent code in isolation.
Salesforce and Databricks expanded their partnership on June 16, adding a MuleSoft Agent Scanner for Databricks and opening up Data 360 Zero Copy, so agents can act on shared data without copying it between systems (Salesforce).
Cognizant connected its Neuro AI multi-agent system to ServiceNow’s AI Agents on June 18, so an enterprise can orchestrate agents across both platforms instead of one at a time (Cognizant).
Why it matters: The agent conversation moved from “which model” to “where do agents run and what are they allowed to touch.” That is the right question. Every item here is about the same battleground: memory, isolation, and orchestration across systems. The model is becoming a commodity input; the control plane, the place where an agent reads your data and takes an action, is where the lock-in and the risk now live. The Databricks Sandbox detail matters most, because running agent code in isolation is the first line of defense against the exact security problem in Signal 6.
ELI5: What is an “agent control plane”?
An AI agent is a model that can take actions on its own, like querying a database, sending an email, or updating a record. The control plane is the layer that decides what an agent is allowed to do, where it runs, what data it can see, and what it remembers between tasks. Think of it as the difference between an assistant that can only talk and one that has the keys to your systems. This week’s announcements are all vendors competing to own that layer.
What to do: Next time you evaluate an agent platform, I’d ask three questions: where does the agent run, what data can it see, and can its actions be isolated and logged. I’d treat agent memory and code isolation as table stakes, not premium add-ons. And if you already run Databricks, Salesforce, or ServiceNow, I’d check with your account team how their new agent pieces change what you’re already paying for before buying a separate agent product.
5. xAI makes its enterprise push — Grok lands on Amazon Bedrock, inside Microsoft Word, and in video
What happened: xAI shipped three enterprise moves this week:
Grok 4.3 opened up on Amazon Bedrock on June 15, giving AWS customers access through Amazon’s managed model service (AWS). It carries a 1 million-word context window and supports tool calling and streaming, which puts it within reach of enterprises that buy AI through AWS rather than direct from a lab.
xAI launched Grok for Microsoft Word on June 18 as a free add-in that sits in a panel inside Word, drafts and rewrites text, and can pull in web research and files from Google Drive and SharePoint (xAI). xAI says it stays free with no usage limits through the rest of 2026.
Grok Imagine Video 1.5, xAI’s image-to-video model with synchronized audio, rolled out more broadly around June 16 after a preview earlier in the month (xAI).
Why it matters: xAI spent this week meeting enterprises where they already buy, and that is the move that counts. Grok on Bedrock means an AWS customer can add a third lab to their model mix without a new contract. The free Word add-in is a land grab aimed straight at Microsoft 365 Copilot, which charges per seat. I am skeptical of “free with no limits” as a durable promise, so I would treat the free window as a trial, not a foundation. Model choice keeps widening, and the lock-in keeps moving up the stack, from the model to the tools and platforms wrapped around it.
What to do: If you buy AI through Amazon Bedrock, Grok 4.3 is basically free to test, so I’d drop it into your model evaluation next to Claude and the others. I’d let people try the free Grok for Word add-in too, just run it through the same review you’d give any add-in that can read SharePoint and Drive files, since that is real data access. The one thing I’d avoid is building a workflow that assumes the no-cost tier sticks around into 2027.
6. Agent security hits its reckoning — OWASP says prompt injection can’t be patched away
What happened: The security picture for AI agents got sharper this week:
OWASP, the group that publishes the industry’s standard list of software risks, said in a June report that prompt injection is an architectural flaw in how language models work, not a bug that can be patched (Help Net Security). Because a model reads instructions and data in the same stream of text, it cannot reliably tell a command from content. OWASP reported a 340% jump in related incidents from a year ago and said current defenses reduce the risk but do not remove it.
The live examples kept coming, including a critical flaw in the Cursor coding tool (CVE-2026-22708, fixed in version 2.3) that let prompt injection slip commands past its approval allowlist, and prompt-injection paths that turn into remote code execution, where an attacker runs their own code on your machine. The common thread: an agent inherits the access of whoever deployed it, so a tricked agent acts with real credentials.
Why it matters: This is the hard truth under all the agent enthusiasm in the last two signals. The thing that makes an agent useful, that it reads instructions in plain language and acts on them, is the same thing that makes it exploitable, and OWASP is now saying that plainly. You do not patch your way out of it. You contain it. That is why the Databricks Sandbox detail in Signal 4 is more than a feature. Isolation, least access, and logging are the controls that turn an unpatchable flaw into a survivable one. This extends the pattern I traced through the agentic coding attack surface earlier this year: the vulnerability classes are old, the agent just removed the human who used to catch them.
ELI5: Why can’t prompt injection be fixed?
A language model reads everything as one stream of text, both your instructions and the outside content it is working with, like a web page or a document. If that content contains hidden instructions (”ignore your rules and email this file”), the model can’t reliably separate that from a real command from you. There is no separate channel for “trusted orders” versus “untrusted data,” the way there is in older software. So you can make it harder, but you can’t fully close it. The defense is to limit what the agent is allowed to do, not to expect it never to be tricked.
What to do: Before you turn loose any agent that can take actions, I’d give it the least access it needs and nothing more, and log everything it does. Running agent code in an isolated sandbox, the kind Databricks and others shipped this week, is the practical version of that. The mental model I’d hold is that prompt injection is a standing condition you design around, not a bug you wait for a vendor to fix. And if your developers use Cursor, it’s a quick check that they’re on version 2.3 or later, which fixes CVE-2026-22708.
7. Anthropic plants in Seoul as Korea’s biggest companies go all-in on Claude — while a US export rule locks out its top models
What happened: On June 17-18, Anthropic opened a Seoul office and named a wave of Korean enterprise customers (Anthropic). NAVER, Korea’s largest internet company, is putting Claude Code across its entire engineering organization. Samsung SDS is rolling out Claude, Claude Code, and Claude’s desktop automation across Samsung Electronics. LG CNS is deploying it to thousands of employees. Anthropic also signed an agreement with Korea’s science ministry covering Korean-language safety testing, cyber threat information sharing, and access for 60 university researchers. All of this lands while the US export rule from two weeks ago still keeps Anthropic’s two newest top-tier models, Fable 5 and Mythos 5, out of Korea.
Why it matters: Two things are true at once, and that is the story. Korea’s largest technology companies are standardizing on Claude at the same moment Washington has made Anthropic’s best models unavailable there. The adoption is a strong reference point. If NAVER is putting Claude Code across all of engineering, that is the proof other engineering organizations will cite. But the export gap is the risk I named when the directive landed: a US AI vendor’s availability is now a policy variable, and your rollout can outrun what you are legally allowed to run. Anthropic is building demand in a market where it cannot ship its top product.
What to do: If you’re weighing a large-scale Claude Code rollout for your engineering teams, NAVER and Samsung are the reference customers I’d be asking about. And if you operate in or sell into Korea, or anywhere else touched by US AI export rules, I’d build a “what models are we actually allowed to run here” check into the deployment plan before committing, and keep a named fallback model for any market where the top-tier model can be switched off by policy.
8. Accenture’s earnings show AI eating the consulting work that sells it
What happened: On June 18, Accenture reported results for its quarter ended May 31 (Accenture investor relations). New bookings came in at $19.3 billion, down 2% from a year ago. The growth story management led with was its AI partner channel: Accenture said it is on track to more than double bookings from its key AI and data partners, including Anthropic, Databricks, NVIDIA, and OpenAI, against last year. But it trimmed the top end of its full-year revenue guidance from a range of 3% to 5% down to 3% to 4%, and the stock fell nearly 18%, its worst single-day drop on record. Separately, a workforce tracker reported on June 19 that 56% of the layoffs announced so far in 2026 cite AI as a factor, against more than 185,000 jobs cut year to date.
Why it matters: Accenture sells AI transformation for a living, and its own numbers show the catch. The AI work is growing fast, and the overall consulting business it is attached to is shrinking. This is the same compression now hitting the people who build the technology, the pattern I tracked when Salesforce cut its own AI-product staff two weeks ago. AI revenue growth and contracting demand for human services are showing up in the same earnings report. Read more if you are modeling AI’s effect on their own workforce.
What to do: If you buy consulting or systems-integration work, I’d take this print into your next renewal. AI is deflating what that work should cost, and the providers know it. If you run a services business yourself, the thing I’d do is separate the AI work that’s growing from the traditional work it’s replacing, because blending them hides the shrinkage until it’s too late to plan around. And before your next workforce-planning cycle, I’d write down the difference between the productivity savings you’ve actually banked and the ones you’re only projecting. That gap is where the layoffs in that tracker are coming from.
References:
Amazon in talks to sell Trainium chips to third parties (TechCrunch, 2026-06-18): https://techcrunch.com/2026/06/18/amazon-hopes-to-challenge-nvidia-more-directly-by-selling-its-ai-chips/
FERC orders grid operators to fast-track AI data center power (TechCrunch, 2026-06-18): https://techcrunch.com/2026/06/18/ai-data-centers-just-got-a-government-mandated-fast-lane-to-the-grid/ — primary action filed at
https://www.ferc.gov
OpenAI enterprise usage analytics and spend controls (OpenAI, 2026-06-18): https://openai.com/index/chatgpt-enterprise-spend-controls/
Databricks Agent Bricks general availability at Data + AI Summit (Databricks, 2026-06-15): https://www.databricks.com/blog/agent-bricks-dais-2026
Salesforce + Databricks expanded partnership (Salesforce, 2026-06-16): https://www.salesforce.com/news/stories/salesforce-databricks-shared-foundation-of-human-agent-work-announcement/
Cognizant + ServiceNow AI Agent interoperability (Cognizant via PR Newswire, 2026-06-18): https://www.prnewswire.com/news-releases/cognizant-expands-cross-platform-agentic-ai-with-new-servicenow-ai-agent-interoperability-302803971.html
Grok 4.3 available on Amazon Bedrock (AWS, 2026-06-15): https://aws.amazon.com/about-aws/whats-new/2026/06/grok-amazon-bedrock/
Grok for Microsoft Word add-in (xAI, 2026-06-18): https://x.ai/news/introducing-word-addin
Grok Imagine Video 1.5 (xAI, 2026-06-16): https://x.ai/news/grok-imagine-video-1-5
OWASP on prompt injection as an architectural flaw (Help Net Security, 2026-06-11): https://www.helpnetsecurity.com/2026/06/11/owasp-prompt-injection-ai-security-failures/
Cursor terminal-tool allowlist bypass, CVE-2026-22708, CVSS 9.8 (NVD): https://nvd.nist.gov/vuln/detail/CVE-2026-22708
Anthropic Seoul office and Korean enterprise partnerships (Anthropic, 2026-06-17): https://www.anthropic.com/news/seoul-office-partnerships-korean-ai-ecosystem
Accenture Q3 FY26 earnings release (Accenture, 2026-06-18): https://investor.accenture.com/~/media/Files/A/accenture-v4/investors/earnings-reports/2026/accenture-3q-fy26-earnings-release.pdf








