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

推荐订阅源

Y
Y Combinator Blog
博客园 - 司徒正美
TaoSecurity Blog
TaoSecurity Blog
Martin Fowler
Martin Fowler
T
Threat Research - Cisco Blogs
Blog — PlanetScale
Blog — PlanetScale
S
Secure Thoughts
博客园 - 三生石上(FineUI控件)
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
K
Kaspersky official blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Cisco Talos Blog
Cisco Talos Blog
H
Help Net Security
博客园 - 叶小钗
爱范儿
爱范儿
GbyAI
GbyAI
I
Intezer
M
MIT News - Artificial intelligence
Latest news
Latest news
Schneier on Security
Schneier on Security
T
Tor Project blog
Simon Willison's Weblog
Simon Willison's Weblog
I
InfoQ
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
CXSECURITY Database RSS Feed - CXSecurity.com
罗磊的独立博客
N
News and Events Feed by Topic
T
The Blog of Author Tim Ferriss
V2EX - 技术
V2EX - 技术
B
Blog
T
Tailwind CSS Blog
N
Netflix TechBlog - Medium
Security Latest
Security Latest
V
V2EX
F
Fortinet All Blogs
Forbes - Security
Forbes - Security
Application and Cybersecurity Blog
Application and Cybersecurity Blog
The Hacker News
The Hacker News
Scott Helme
Scott Helme
P
Privacy International News Feed
P
Palo Alto Networks Blog
H
Heimdal Security Blog
C
Cisco Blogs
T
The Exploit Database - CXSecurity.com
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
G
Google Developers Blog
W
WeLiveSecurity
L
LINUX DO - 最新话题

Martin Alderson

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 Using OpenCode in CI/CD for AI pull request reviews Which web frameworks are most token-efficient for AI agents? Who fixes the zero-days AI finds in abandoned software? Attack of the SaaS clones How to generate good looking reports with Claude Code, Cowork or Codex Self-improving CLAUDE.md files Wall Street just lost $285 billion because of 13 markdown files Two kinds of AI users are emerging. The gap between them is astonishing. Turns out I was wrong about TDD Why sandboxing coding agents is harder than you think The Coming AI Compute Crunch Which programming languages are most token-efficient? I ported Photoshop 1.0 to C# in 30 minutes Why I'm building my own CLIs for agents Travel agents took 10 years to collapse. Developers are 3 years in. Are we dismissing AI spend before the 6x lands? Minification isn't obfuscation - Claude Code proves it AI agents are starting to eat SaaS Has the cost of building software just dropped 90%? Are we in a GPT-4-style leap that evals can't see? I Finally Found a Use for IPv6 How I use Claude Code to manage sysadmin tasks Are we really repeating the telecoms crash with AI datacenters? A non-technical CFO is shipping better code than the agencies he hired Tracking MCP Server Growth Notes from MCP Dev Summit Europe: Where the Protocol Is Headed How I make CI/CD (much) faster and cheaper Google AI Studio API has been unreliable for the past 2 weeks What happens when coding agents stop feeling like dialup? Solving Claude Code's API Blindness with Static Analysis Tools Are OpenAI and Anthropic Really Losing Money on Inference? I gave Claude Code a folder of tax documents and used it as a professional tax agent Beyond the Hype: Real-World MCP Support Across Major AI APIs Welcome to My Blog
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: