惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
美团技术团队
大猫的无限游戏
大猫的无限游戏
H
Help Net Security
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
M
MIT News - Artificial intelligence
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
A
About on SuperTechFans
Recent Announcements
Recent Announcements
D
Docker
Vercel News
Vercel News
Engineering at Meta
Engineering at Meta
腾讯CDC
Martin Fowler
Martin Fowler
阮一峰的网络日志
阮一峰的网络日志

Martin Alderson

Have the frontier labs mixed up AI safety and security? Reducing codebase cognitive debt through... quizzes? What GLM-5.3 Flash running on Chinese hardware actually means The summer of open weights How I think about reducing AI costs Watch out for cache read costs I'm (mostly) picking models on speed now, not intelligence The first known runaway AI agent - or a very bad marketing stunt? Winners and losers in the coming AI margin collapse (part 2) GLM 5.2 and the coming AI margin collapse (part 1) Expert-aware quantisation: near-Q4 quality at near-Q2 size? A brief history of KV cache compression developments xAI is looking more like a datacentre REIT than a frontier lab Is datacentre sovereignty really that important? I went on the Built for Turbulence podcast What's going on with Gemini? Managed agents are the new Lambda Open weights are quietly closing up - and that's a problem 29th August 2026: a scenario Figma's woes compound with Claude Design A little tool to visualise MoE expert routing Has Mythos just broken the deal that kept the internet safe? What next for the compute crunch? Telnyx, LiteLLM and Axios: the supply chain crisis Using agents and Wine to move off Windows Why Claude's new 1M context length is a big deal How to use the Qwen 3.5 LLMs to OCR documents No, it doesn't cost Anthropic $5k per Claude Code user Is the AI Compute Crunch Here? Why on-device agentic AI can't keep up
Could Excel agents unlock $1T in economic value?
Martin Alderson · 2025-11-02 · via Martin Alderson

It seems the new space that is going to get transformed by agents is Excel. We've had Shortcut, then Agent Mode from Microsoft, and now Claude for Excel. This trend really piqued my attention and got me thinking of the economic impact of these agents. I think it's going to be absolutely enormous.

NB. When I refer to Excel here, I also include Google Sheets or other spreadsheets.

(Most?) software engineers underestimate the scale of Excel

Reading the Hacker News comments on the Claude for Excel launch puzzled me as most commentors did not seem to understand the scale of Excel usage out there. There are billion dollar processes in finance that are ran through a shared Excel file on a mounted network drive.

To me, Excel is where the majority of actual "software" exists. Virtually every company - of any size - will have so many critical business processes being ran and managed in Excel. For every "properly" designed and developed web app or other customer software, there will be dozens of Excel sheets hidden away.

The quality of these Excel "systems" vary, but is generally somewhere between appalling and mediocre. There is no source control management like Git, instead you've got FINAL v2 FIXED FINAL.xlsx. No unit/integration testing, and you're doing well if you have good quality input data validation.

As such, agents can have in my opinion an outsized impact on this market. Hopefully most of us now agree agents for software dev are useful, and a few months I posted a blog about how even Claude Code could have amazing results for non-code tasks. Seeing these new agents work within Excel is really interesting as it gets rid of the requirement for non technical people to understand terminal based apps.

Why this is such a big deal

While you've been able to input Excel files into ChatGPT/Claude/Gemini for some time, the workflow ends up being very similar to my pre-agent workflow for software engineering - a lot of copying and pasting and while helpful, slow and error prone.

The agent workflow make this far, far better. Instead of having to read the entire xlsx file, it can instead just read the parts it needs - which makes it far faster and stops you running out of context window in a few turns.

Most importantly, it's working against a real Excel instance, not naively editing the Excel file and hoping for the best. This means it can iteratively work and debug itself, allowing it to work on far more complex sheets.

If there is the equivalent of AGENTS.md, users can explain what a certain Excel file (or folder of files) do and how they relate to each other. This means it doesn't need to spend the first few minutes of the session getting up to speed. I think this will be even more powerful than in pure software development, as most code is actually quite readable even without comments to LLMs. Excel files are not the same.

Finally, they can also use scripting and bash commands to work things out "out of band" and verify results - and (very soon) transform that back to VBA or similar to Excel sheets. This will enable far more concise Excel sheets, as most users don't get into VBA and it is far more efficient for many tasks. Combine this with subagents that can go and do research on live data APIs and it is going to get extremely powerful for non-technical users.

$1T? Really?

I was in two minds to include this somewhat clickbaity number, but to be honest it could be conservative.

While the data is a bit messy, some research I found shows that 38% of knowledge workers time is spent in Excel.

According to the Bureau of Labor Statistics, there are approximately 70.9 million workers in management, professional, and related occupations in the United States. Applying the 38% number to this workforce gives the equivalent of 27 million full-time employees doing nothing but Excel work.

In the same report, the BLS also reports that professional and business services workers earn an average of $44.57 per hour, which translates to approximately $92,700 annually for full-time work. Using a conservative estimate of $90,000 average salary for knowledge workers, we're looking at roughly $2.4 trillion in annual labour costs devoted to spreadsheet work across the US economy.

To give a concrete example - imagine a small manufacturer transposing data from a customs website to their own Excel sheet. This may involve downloading a CSV of customs data, and then painstakingly copying and pasting each row into a 'master' Excel sheet for cost tracking. This can take days of hard work (and is error prone). Agents could read the CSV file, use a python script to transpose and insert it into the Excel sheet, and run a bunch of verifications in the time it takes to make a coffee.

Importantly, the user doesn't need to know about Python (or even what Python is) - much like how Claude Code impresses with complex chained bash commands that I'd never think to write myself.

Therefore, even a 50% improvement in productivity unlocked by Excel agents has enormous impact - across the whole economy I suspect there is at least $1T of labour time 'wasted' in Excel - fixing formulae, copying and pasting data, getting insights out of the data, etc. These tasks are all very doable with the current state of LLMs, and will only get better from here.

What this means

As these general agents start working in a way less technical users can really leverage the power of them, I think it's fair to say there is enormous potential for huge productivity increases that will really transform the economy.

This is also going to mean big changes in employment too. Quite how that works out is difficult to know, but there are definitely going to be winners and losers as this technology sweeps through industry.

If you found this interesting, you might also enjoy: