# Amazon CTO: Companies Shifting to Cheaper AI

> Source: [https://icharles.com/articles/amazon-cto-cheaper-open-source-ai](https://icharles.com/articles/amazon-cto-cheaper-open-source-ai) (canonical)
> Author: iCharles News — iCharles, https://icharles.com
> Published: 2026-07-12

## TL;DR

Amazon CTO Werner Vogels said at the UN's AI for Good Summit that companies are actively shifting away from expensive frontier models — from providers like OpenAI, Anthropic, and Google DeepMind — toward cheaper open-source alternatives. The move is driven by runaway AI bills: Uber burned through its entire 2026 AI budget in four months. Vogels also launched a new Amazon open-source tool at the Summit to help researchers search over 1,100 scientific datasets using natural language.

## Why are companies moving away from expensive AI models?

Amazon CTO Werner Vogels says companies are shifting toward cheaper, open-source AI models to control mounting costs. He made the remarks on the sidelines of the UN's AI for Good Summit in Geneva.

"We see a shift happening between the cheaper open source models and the bigger expensive models," Vogels told Fortune.

The trigger is simple: AI bills are getting scary. Uber burned through its entire 2026 AI budget in just four months. Another unnamed company reportedly spent half a billion dollars in a single month after failing to cap employee AI usage.

## What is "tokenmaxxing" and why is it a problem?

**Tokenmaxxing** is a term for companies that treated rising AI token consumption as a proxy for productivity — the more tokens used, the more "AI-forward" the company appeared. Now those bills are arriving.

A **token** is the basic unit of data an AI model processes, roughly equivalent to about a word and a half of English text. Frontier models from OpenAI, Anthropic, and Google DeepMind charge by the token. At scale, those costs compound fast.

According to [Reuters reporting via finance-commerce.com](https://finance-commerce.com/2026/06/cheaper-ai-models-business-costs-open-source/), executives including Microsoft's Satya Nadella, Palo Alto Networks' Nikesh Arora, and Coinbase's Brian Armstrong have all said smaller, cheaper models can handle a large share of corporate needs.

## How do open-source AI models compare to proprietary ones?

Here's how the two approaches stack up based on what the sources report:

| Factor | Proprietary Frontier Models | Open-Source / Open-Weight Models |
|---|---|---|
| Examples | OpenAI, Anthropic, Google DeepMind | Various open-weight releases |
| Pricing | Billed per token | Free to download |
| Infrastructure | Managed by provider | User pays for own cloud compute |
| Transparency | Limited | More inspectable, modifiable |
| Fine-tuning | Restricted | Easier on own data |
| Best for | Top-tier performance tasks | Cost-sensitive, scalable deployments |

Open-source models can usually be downloaded for free. Users then pay for their own cloud computing infrastructure. According to Vogels, this often still works out cheaper than using the most advanced proprietary models.

"Cost is a very important part of your architecture," Vogels said. "Do you really need to have the biggest, highest-end model to solve this? The answer is no, you don't."

## Why does transparency matter in AI model selection?

Vogels said companies aren't just chasing lower prices. Trust and transparency are also driving the shift, particularly in healthcare, government, and humanitarian work.

"Transparency becomes extremely important," he said. "People want to know what is the data that goes into it."

Open-source models let developers inspect and modify code. They also make it easier to fine-tune a model on proprietary data. As Vogels put it: "If these people serve vulnerable communities. If they don't trust the system, they won't use it."

One caveat: even most open-weight model providers do not fully disclose all the data used in initial training, [per Fortune's reporting](https://tech.yahoo.com/ai/articles/companies-shifting-toward-cheaper-open-070000198.html).

## What new tool did Amazon launch at the AI for Good Summit?

At the Summit, Vogels launched a new Amazon open-source AI tool for scientific research. The tool connects the AWS Registry of Open Data — which holds more than 1,100 datasets from NASA, NOAA, and the NIH — to AI assistants.

Researchers can search those datasets using plain natural language instead of navigating complex data catalogs. A user could, for example, request satellite imagery or genomics datasets with specific licensing terms in a single query.

Amazon says the tool is designed to lower technical barriers for scientists at under-resourced institutions and speed up research in fields like climate science and public health.

## What is Vogels' advice for software engineers right now?

Vogels introduced the concept of the **"Renaissance developer"** — his term for engineers who combine deep technical expertise with broad, cross-disciplinary curiosity. He described it as a "T-shaped" model: deep in one domain, wide enough to understand the systems around it.

Here's what Vogels specifically recommended for developers navigating the AI coding era:

- **Review AI-generated code carefully.** Someone still has to catch what the model gets wrong. "You can't say to the regulator, oh, AI made a mistake," he said.
- **Build collaboration skills.** When hiring, Vogels said he now weighs teamwork over raw technical fluency — things like open-source contributions or demonstrated ability to work inside a team.
- **Stay curious beyond your stack.** Vogels advises his own engineers to take one afternoon a week to read a paper or test a new tool.
- **Don't panic about entry-level displacement.** Vogels called anxiety over AI replacing junior engineers "primarily noise," noting that programming languages can be learned in a month or two once someone knows how to learn.

This context matters for builders on iCharles tracking the [vibe coding](/articles/amazon-25-billion-bond-sale-ai) wave — the same AI spending surge that's pushing Amazon toward a [$25B bond sale for AI infrastructure](/articles/amazon-25-billion-bond-sale-ai) is also the one forcing enterprise customers to rethink costs.

As we see it, the clearest signal from Vogels' remarks is that the "use the best model for everything" default is over — cost architecture is now a first-class engineering concern.

The shift also connects to broader questions about how hyperscalers are positioning themselves. Amazon's [AI spending commitments](/articles/amazon-25-billion-bond-sale-ai) suggest the company is betting that more workloads — including open-source ones — will run on AWS infrastructure regardless of which model layer customers choose.

For context on how other AI labs are responding to cost pressure, see how [Anthropic's expansion](/articles/anthropic-nyc-office-terawulf-deal) is playing out at the infrastructure level, and how [Google's AI training](/articles/google-ai-training-opt-out-media) practices factor into the transparency debate Vogels raised.

The most concrete next step from the Summit: Amazon's new open-data search tool is live, connecting researchers to more than 1,100 datasets from NASA, NOAA, and the NIH via natural language queries.

## Frequently asked questions

****Why are companies switching to cheaper open-source AI models in 2026?****

Rising token costs from frontier models like OpenAI, Anthropic, and Google DeepMind are forcing companies to reassess spending. Uber burned through its entire 2026 AI budget in four months. Amazon CTO Werner Vogels says open-source models often cost less overall, even after factoring in cloud infrastructure, and now meet enough of enterprise needs to justify the switch.

****What did Amazon CTO Werner Vogels say at the AI for Good Summit?****

Vogels said companies are actively shifting from expensive frontier models to cheaper open-source alternatives. He argued cost must be a core part of AI architecture decisions, stated that transparency in model training is increasingly important — especially for healthcare and government use cases — and launched a new Amazon open-source tool for scientific dataset discovery.

****What is the AWS Registry of Open Data?****

The AWS Registry of Open Data is Amazon's repository of more than 1,100 publicly available scientific datasets from organizations including NASA, NOAA, and the NIH. The new tool Vogels launched at the AI for Good Summit connects this registry to AI assistants, letting researchers search it using natural language instead of navigating complex data catalogs.

****What is a "Renaissance developer" according to Werner Vogels?****

A Renaissance developer, as defined by Vogels, is an engineer who combines deep technical expertise in one domain with broad, cross-disciplinary curiosity — modeled on Leonardo da Vinci's approach. Vogels describes it as "T-shaped": deep in one area, wide enough to understand the surrounding systems and people. He advises engineers to spend one afternoon a week exploring new tools or papers.

****Are open-source AI models truly transparent about their training data?****

Not fully. While open-source and open-weight models allow developers to inspect and modify code and fine-tune on their own data, even most open-weight model providers do not fully disclose all the data used in initial training. Vogels flagged this as an ongoing concern, particularly for sectors like healthcare and government that serve vulnerable communities.
