Saving time does not automatically translate into higher productivity, or even lower costs. That should be obvious?
In fact, I would argue the that with AI, companies should expect to spend more on average, without necessarily seeing any meaningful cost savings nor increase in profits.
That does not mean they can escape this though. It is just like paying for ads, backlinks etc.
In what sense is AI like paying for ads? In one case you legitimately lose to the competition if you stop (prisoner's dilemma). In other case, whether and how much you lose depends almost entirely on how much it actually impacts your productivity in practice (or not).
If you're referring to the public perception benefits (supposing those even exist, which isn't clear to me), then it seems easy to make a lot of noise via PR while doing the minimal amount internally to explore the use case and not actually push it as hard as you say.
If we assume everyone has access to the same AI tools and those tools do help improve output a lot then you get the same prisoner's dilemma as ads.
The people using the AI tools to improve their output will set higher consumer expectations for their product or service. If you do not also use AI, you will not be able to keep up, and so you will lose business over time.
So you have to pay for AI just to keep up with the other people who pay for AI.
If AI works the way you suggest then we've literally been here before and we know exactly how this goes.
When tractors came along, farmers became dramatically more productive. Were the farmers who did things the old way "forced" to buy tractors in order to stay afloat? Over time, sure. But this was in no way zero-sum. More products made it to market (literally), more of the workforce was able to shift away from manual labor, and society became much better off overall. The people who moved to cities made dramatically more money, and the farmers who remained made more money too.
This is not a prisoner's dilemma in any meaningful sense, unless you just like being inefficient and wasting a bunch of human effort.
(I'm not convinced yet whether AI actually works this way or not. I'm just saying, if it works this way, the economic theory is well-developed and we can predict fairly accurately how it's going to play out.)
The article gives valid advice in using AI on tasks AI is good at, but the article could be clearer on is what AI is good at and what AI is not so good at.
The study was published in May 2025, and then revised in March 2026. It's based on data through December 2024, so virtually useless for saying anything about today.
Given that, I actually think the conclusions of the article are backwards. If the gpt-4/gpt-4o era had a measurable 3% improvement in productivity, how much more improvement are we getting from models today that are way way better?
As a developer, on my very best days I probably spent no more than 50% of my day actually writing code. So call it 4 hours of actual hands-on-keyboard coding.
But AI can write code much faster than a human. In 4 hours it might be able to write what would have taken me a week. Or more. Assuming it had proper specifications for that volume of code.
Typically it takes me as long to review code as it takes me to write it myself. The exception is repetitive coding tasks that cause my attention to drift, which LLMs can do very quickly.
Read the first paragraph could tell it was AI written. Maybe if it was hand edited to be less AI I would have read more but it looked like the laziest Claude prose.
there's plenty of tells, e.g. "how to actually bank the part that is real" — AI tends to just "throw words out there" with very little information density
you COULD create a writer/reviewer loop hook to catch and rewrite sentences like this, but almost no one does
the result is usually very long essays that say very little (kind of like in grade school where we're graded on "length" so we just add words as filler)
The size of projects I've done in the past year compared to before is mind boggling. There is NO way I could have reached this level of productivity without a properly trained and properly prompted LLM.
Can you say what exactly you've accomplished with this productivity? Can you provide revenue numbers and how profit increased or does your definition of productivity not include this?
This article looks AI-written but I doubt it increased anyone’s paycheck.
I wouldn’t expect productivity to increase paychecks all that quickly except in special cases like that memory factory in South Korea. Higher productivity sometimes eventually results in more revenue and some companies competing for better workers by offering higher salaries (as has happened for software engineers), but this takes time and depends on companies believing that hiring better workers benefits them.
We aren’t really seeing that yet. We are seeing layoffs and companies being cautious about hiring. If it happens at all, it will take time.
Utter nonsense. My effectiveness has increased multiple times by using GenAI for automating, digesting content, and generating content. I have the confidence to tackle any kind of project in my domain with totally new technologies: dive into them, read the how-tos, deploy with the help of agents, build an understanding, and write structured how-tos in my Obsidian, at a pace I have never seen before. I feel like myself with an exoskeleton, on steroids. Anyone downplaying the effect of LLMs doesn't know what is possible with this. Or deliberately belittles it.
This article is probably not accurate. AI allows me to create hugely complex apps. Apps that I mostly don't understand the underlying code but can evaluate that it works fairly quick and effectively.
That said, in the corporate world, it's not that easy. There are tons of hoops to jump through and context switching all day long. So while my code is 100% AI generated these days, and I can make extremely complicated apps quickly at home, at work however, I'm burned out and completely checked out for the most part, entirely due to AI.
We don't have the same capabilities to burn tokens in the corporate world like we do at home. We don't have the creative freedoms we have at home. AI productivity is just not easily measured.
> This article is probably not accurate. AI allows me to create hugely complex apps.
To prove the article wrong even within the context of AI coding (which wasnt the focus of the article) you would have to present proof that creating these new AI apps resulted in you making lots of new money.
It has vastly increased my hobby programming "velocity", but has improved my day job performance by perhaps a quarter at most; so much in programming is not the task of programming, but mapping the problem and dealing with the outside world.
I will not be providing proof here, but I went from someone who last wrote production code >15 years ago, to last week, a Fortune 50 demo client saying "this is far better than our internal tool." I am a solo builder.
You'll have to take my word for it because I'm not going to disclose my private business or personal financial records.
But, I'm running a small, two person business and we are being paid by a large company to develop a robotics project. We're working at a very fast velocity and have fielded a prototype within a few months. I've been doing this kind of work for years, and we're more productive than larger teams (8-10 developers) I've employed before. Five years ago, I would have needed at least 4 senior engineers to do the work we're doing now, and we're moving faster than we could even then.
And I'm being compensated at a flat rate by a major company so we're making really good money. The customer is happy with the results. Claude easily writes 90% of the code we use.
There's other word for such code and it sounds similar. It's crappy. I was tempted to use Claude couple of days ago to help me with optimization and from 4Gb RAM and 21s it managed to squeeze 1Tb and 41s. When I asked to fixed it AI reduced it to 1Gb and 10s. It just removed most heavy business logic. So yeah. 3 days and this was only total waste of time and cash
Your comment is strange, he clearly did in this context - that's why he knew what went wrong?
Fwiw, I currently consider code generated by models below opus level borderline unusable. It really is horrendous there.
With opus, it's still not good - but it's a lot better then some of my colleagues write.
Well written code, carefully planned out and thought through is still only possible by either hand writing or holding the hand of the model so much that you may as well just write by have, as you'll be quicker.
However, the code opus produces is good enough...
So I rarely take action anymore in private projects
In which world throwing business logic to "optimize memory usage" isn't crappy solution? Or making 1T from 4G? It didn't returned decent solution, contrary it was worst than terrible
I have enough experience writing code by hand and designing complex systems with a team working for me. In a sense, this is no different. When I had a half-dozen mid to senior level developers, I did not verify every line of code they wrote. I did not have any expectation that they would write perfect code, and they didn't.
But as the owner of the company, I was still liable for the product my employees made. That is the same thing here. It's not negligent to have Claude code write code for you at 10x the speed you can do it yourself. If I hadn't supervised my employees and put practices in place to control quality and safety, I would be liable. I'm actually far less worried about liability now, because I have my hands in every part of the system.
Calling it vibe coding is pejorative at this point, meant to imply that someone who has no skill or craft in software development just types a few prompts and gets something they didn't have a hand in the design or development. That's not what the professionals who are using AI coding are doing.
All it takes is some brittleness to need to take apart the app code and understand it. And usually it’s full of lots of spaghetti code slop. Then I need to find ways to modularize it, make it testable, and at least at some level clean it up.
It focuses on the average (mean), but does not talk about the distribution at all. It groups ALL uses of AI together, which isn't very helpful in determining if it is worth it or not to use AI for a specific purpose.
For example, these stats could mean every single use gets 3% time savings, or some uses get 80% time savings and other use cases actually take more time.
> Apps that I mostly don't understand the underlying code but can evaluate that it works fairly quick and effectively.
This is a contradiction. If you don't understand the code, you cannot in fact evaluate that it works correctly. If that's the approach you are taking, you are doing sloppy work that is going to blow up in your face sooner or later.
I agree, but some (most?) software being written doesn’t require a deep understanding to verify because the domain is small enough or you’re not required to solve for all of its intricacies. E.g. prototypes, internal tools, low scale CRUD apps, personal projects, etc.
I believe this is where the huge divide in perceived AI productivity in SW comes from. It’s folks working on low-understanding-required domains talking to folks working on high-understanding-required domains.
> E.g. prototypes, internal tools, low scale CRUD apps, personal projects, etc.
My experience has been that small-ish projects like these are the most likely to contain code with bond-villain level of complexity (and success).
More than once have I been stuck going on Da Vinci Code-esque adventures to uncover bugs in prototypes years after the fact because the business pivoted away from what it was trying to do and later decided to pivot back, only to discover that despite the prototype and systems/libraries it worked with not changing, somehow it mysteriously doesn't work at all or it fails in convoluted ways despite being perfectly functional when it was originally shelved.
Who is "making apps" at work? I keep seeing AI enthusiasts talk about how many apps they are making. I've never seen a real life dev whose job is churning out apps.
I think for some people "apps" just means any software.
I used to work with a guy who at some point had heard the term "macro" in regards to Word or Excel and at that point anything to do with computers was a "macro."
We'd get calls from him at the help desk saying "my mouse macros are not working" meaning i.e. that his mouse wasn't working, in that era because the roller ball was dirty.
Here's what happens: person comes up with an idea, asks Claude to generate it, gasps in awe, tries out for a few minutes, moves on because the idea wasn't that interesting.
When producing code is basically a solved problem, generating worthless amounts of code is literally one click away. Execution remains key, and still means iterating upon an idea for a long time, rather than generating a prototype with Claude and calling it a day.
Honestly for some it's just a compulsion that they can later brag about on forums, but it never results in anything worth showing the world.
Engineers, (and many other types of specialists/professionals) can use it to speed up their work and increase output (even increase quality in some cases if done right).
But it's not gonna make inherently inefficient, political, and corrupted internal/company processes any more efficient, it might actually multiply those existing inefficiencies.
> I HOPE people aren’t spending money on AI writing emails. That’s definitely not worth it.
The engineers use the coding AI for everything they don't like to do that distracts them from doing what they like to do. So that's certainly a lot of writing emails, status updates, meeting notes, Slack messages, and prettifying slide presentations and so so so many docs.
So if you're aghast that hundreds of dollars of AI tokens per engineer per month is being spent on writing emails, you should be even more offended that the more expensive human engineer time used to be wasted on those tasks.
This comment is odd given that it's high on opinion without ever refuting the actual data given in the article.
Like it or not, many business people spend hours a day writing emails. The article pointed out specific data showing AI could reduce these hours spent while raising quality.
I'll take the article's actual data and research over your data-free spouts of "That's definitely not worth it" and "Useless".
> I HOPE people aren’t spending money on AI writing emails.
They very definitely are. I'm seeing more and more front-line responses to customer support emails that are very clearly written by AI.
Here's an example from this week:
Thank you for reaching out and providing all of those tracking and
return details right away. I am currently checking in with our
Returns Team to track down your package and see why there has been a
delay in processing it since its delivery.
As soon as I receive an update from our warehouse specialists, I
will reach back out to you directly via this email thread with the
status of your credit. Thank you so much for your patience in the
meantime!
Not that I've ever looked into it but I would have thought that the "free" chatbot AI services would prohibit commercial/business use without a paid plan. Maybe not?
Except that many companies are pushing "Use AI for everything" -- seriously. Because the CEO was told by KPMG or whoever that "AI is the future". And so yeah, they're pushing it regardless of whether it makes actual sense to use it or not.
> Companies are spending the most on coding tools, not email writing.
They probably spend more on having LLMs just parse documents than writing emails than writing code. You maybe forget that most people are not programmers.
It doesn’t matter what “most people” are, coding agents use an obscene amount of tokens, literally millions per day. Every request to an agent needs to parse at least several different documents/files.
That’s not true. The different use cases of LLMs objectively use different amounts of tokens. AI coding agents can parse half a dozen or more files on each request, plus use a ton for thinking.
> AI coding agents can parse half a dozen or more files on each request
yeh people never ever ask LLMs to write emails based on a number of documents and other emails and Slack chats plus extra online resources and definitely won't iterate on it multiple times...
You don’t realize I’m referring to the process of generating a ton of text in an attempt to better address the request - a process that these LLM companies call “thinking”? Are you out of the loop or are you taking some kind of pointless stand here?
>yeh people never ever ask LLMs to write emails based on a number of docs and spreadsheets and other emails and Slack chats plus some websites and definitely won't iterate on it multiple times...
A worker might have one or two of those large requests a day. That stop doesn’t come close to agentic AI token usage. I’ve been applying for jobs daily, uploading both my resume and the job posting upwards of 6-7 times per day to these chatbots. I still never hit the free limit.
Agentic AI coding obviously uses far, far more. This really shouldn’t be surprising.
1. You seem to think that non programmers don't ask LLMs to program for them. Maybe that's why you're comfortable here thinking you're definitely will keep being in demand. Believe me they do ask an LLM to write for them various tools and bots and what LLM writes can in turn consume tokens like crazy be agentic or whatever the latest hype word is.
2. even without that uploading a resume is not "write emails based on a number of docs and spreadsheets and other emails and Slack chats plus some websites and
iterate on it multiple times". one of those requests can easily be a month worth of your resume uploads at that rate.
>You seem to think that non programmers don't ask LLMs to program for them.
Because they largely do not. Are you actually under the impression that the average person is using chatbots to program? That’s wayyy off.
>Maybe that's why you're comfortable here thinking you're definitely will keep being in demand.
I’ve made no such claim, this a complete non-sequitur.
>Believe me they do ask an LLM to write for them various tools and bots and what LLM writes can in turn consume tokens like crazy be agentic or whatever the latest hype word is.
The average person does not do this. Come on, dude.
>even without that uploading a resume is not "write emails based on a number of docs and spreadsheets and other emails and Slack chats plus some websites and iterate on it multiple times".
It’s much closer to the average usage. All of that is still far less than agentic coding.
They don't use chatbots to program. They use chatbots to get shit some. Sometimes that involves a program.
You know how a regular person can simply prompt a chatbot to generate a chatbot for them that would automate dating (incl messaging) and they get the full thing with handholding about what to press to get it running? Yeah. (If your model can't do it yet then try %someothermodel% or wait for a couple months.)
Your assumption that no one surely ever uses this for actual work purposes is funny. imagine you're preparing some slides and you need to process some data into it and the thing generates a script to do it. now imagine that generated script also calls some chatbot api and so on;)
In research that studies a large enough population there will always be outliers. Maybe you are one of them. Your counterexample does not prove them wrong.
There are a large amount of anti-AI articles being posted on the HN front page. It is not natural. There is a clear conspiracy, but why, and who is orchestrating it?
88 comments
[ 3.4 ms ] story [ 51.6 ms ] threadIn fact, I would argue the that with AI, companies should expect to spend more on average, without necessarily seeing any meaningful cost savings nor increase in profits.
That does not mean they can escape this though. It is just like paying for ads, backlinks etc.
If you're referring to the public perception benefits (supposing those even exist, which isn't clear to me), then it seems easy to make a lot of noise via PR while doing the minimal amount internally to explore the use case and not actually push it as hard as you say.
The people using the AI tools to improve their output will set higher consumer expectations for their product or service. If you do not also use AI, you will not be able to keep up, and so you will lose business over time.
So you have to pay for AI just to keep up with the other people who pay for AI.
When tractors came along, farmers became dramatically more productive. Were the farmers who did things the old way "forced" to buy tractors in order to stay afloat? Over time, sure. But this was in no way zero-sum. More products made it to market (literally), more of the workforce was able to shift away from manual labor, and society became much better off overall. The people who moved to cities made dramatically more money, and the farmers who remained made more money too.
Edit: this is literally on the front page right now: https://news.ycombinator.com/item?id=48775979
This is not a prisoner's dilemma in any meaningful sense, unless you just like being inefficient and wasting a bunch of human effort.
(I'm not convinced yet whether AI actually works this way or not. I'm just saying, if it works this way, the economic theory is well-developed and we can predict fairly accurately how it's going to play out.)
Which is to say any AI study from a year ago is fairly out of date with the speed of advancement.
Given that, I actually think the conclusions of the article are backwards. If the gpt-4/gpt-4o era had a measurable 3% improvement in productivity, how much more improvement are we getting from models today that are way way better?
But AI can write code much faster than a human. In 4 hours it might be able to write what would have taken me a week. Or more. Assuming it had proper specifications for that volume of code.
Typically it takes me as long to review code as it takes me to write it myself. The exception is repetitive coding tasks that cause my attention to drift, which LLMs can do very quickly.
Did the amount of money you or your employer make rise by anywhere near 100% as well?
Because that is really the primary question behind articles like this focusing on the economic benefits.
That'll be a no from me dawg.
you COULD create a writer/reviewer loop hook to catch and rewrite sentences like this, but almost no one does
the result is usually very long essays that say very little (kind of like in grade school where we're graded on "length" so we just add words as filler)
Enough smell has been removed where it's tolerable.
Fine so long as the content checks out (!important). I'm not reading it for its artistic or human value.
The size of projects I've done in the past year compared to before is mind boggling. There is NO way I could have reached this level of productivity without a properly trained and properly prompted LLM.
Ya, using AI to write your emails isn't that huge of a time savings. But coding is different matter.
I wouldn’t expect productivity to increase paychecks all that quickly except in special cases like that memory factory in South Korea. Higher productivity sometimes eventually results in more revenue and some companies competing for better workers by offering higher salaries (as has happened for software engineers), but this takes time and depends on companies believing that hiring better workers benefits them.
We aren’t really seeing that yet. We are seeing layoffs and companies being cautious about hiring. If it happens at all, it will take time.
That said, in the corporate world, it's not that easy. There are tons of hoops to jump through and context switching all day long. So while my code is 100% AI generated these days, and I can make extremely complicated apps quickly at home, at work however, I'm burned out and completely checked out for the most part, entirely due to AI.
We don't have the same capabilities to burn tokens in the corporate world like we do at home. We don't have the creative freedoms we have at home. AI productivity is just not easily measured.
To prove the article wrong even within the context of AI coding (which wasnt the focus of the article) you would have to present proof that creating these new AI apps resulted in you making lots of new money.
It has vastly increased my hobby programming "velocity", but has improved my day job performance by perhaps a quarter at most; so much in programming is not the task of programming, but mapping the problem and dealing with the outside world.
I feel like I am a huge outlier, but I do exist.
But, I'm running a small, two person business and we are being paid by a large company to develop a robotics project. We're working at a very fast velocity and have fielded a prototype within a few months. I've been doing this kind of work for years, and we're more productive than larger teams (8-10 developers) I've employed before. Five years ago, I would have needed at least 4 senior engineers to do the work we're doing now, and we're moving faster than we could even then.
And I'm being compensated at a flat rate by a major company so we're making really good money. The customer is happy with the results. Claude easily writes 90% of the code we use.
Fwiw, I currently consider code generated by models below opus level borderline unusable. It really is horrendous there.
With opus, it's still not good - but it's a lot better then some of my colleagues write.
Well written code, carefully planned out and thought through is still only possible by either hand writing or holding the hand of the model so much that you may as well just write by have, as you'll be quicker.
However, the code opus produces is good enough... So I rarely take action anymore in private projects
But as the owner of the company, I was still liable for the product my employees made. That is the same thing here. It's not negligent to have Claude code write code for you at 10x the speed you can do it yourself. If I hadn't supervised my employees and put practices in place to control quality and safety, I would be liable. I'm actually far less worried about liability now, because I have my hands in every part of the system.
Calling it vibe coding is pejorative at this point, meant to imply that someone who has no skill or craft in software development just types a few prompts and gets something they didn't have a hand in the design or development. That's not what the professionals who are using AI coding are doing.
In a corporate setting I've seen it reduce velocity by 80% in some cases.
https://news.ycombinator.com/item?id=48777257#48778335
All it takes is some brittleness to need to take apart the app code and understand it. And usually it’s full of lots of spaghetti code slop. Then I need to find ways to modularize it, make it testable, and at least at some level clean it up.
It focuses on the average (mean), but does not talk about the distribution at all. It groups ALL uses of AI together, which isn't very helpful in determining if it is worth it or not to use AI for a specific purpose.
For example, these stats could mean every single use gets 3% time savings, or some uses get 80% time savings and other use cases actually take more time.
This is a contradiction. If you don't understand the code, you cannot in fact evaluate that it works correctly. If that's the approach you are taking, you are doing sloppy work that is going to blow up in your face sooner or later.
I believe this is where the huge divide in perceived AI productivity in SW comes from. It’s folks working on low-understanding-required domains talking to folks working on high-understanding-required domains.
Those things shouldn't be hugely complex. They sound actually very simple.
My experience has been that small-ish projects like these are the most likely to contain code with bond-villain level of complexity (and success).
More than once have I been stuck going on Da Vinci Code-esque adventures to uncover bugs in prototypes years after the fact because the business pivoted away from what it was trying to do and later decided to pivot back, only to discover that despite the prototype and systems/libraries it worked with not changing, somehow it mysteriously doesn't work at all or it fails in convoluted ways despite being perfectly functional when it was originally shelved.
I used to work with a guy who at some point had heard the term "macro" in regards to Word or Excel and at that point anything to do with computers was a "macro."
We'd get calls from him at the help desk saying "my mouse macros are not working" meaning i.e. that his mouse wasn't working, in that era because the roller ball was dirty.
When producing code is basically a solved problem, generating worthless amounts of code is literally one click away. Execution remains key, and still means iterating upon an idea for a long time, rather than generating a prototype with Claude and calling it a day.
Honestly for some it's just a compulsion that they can later brag about on forums, but it never results in anything worth showing the world.
> That said, in the corporate world, it's not that easy.
The article is accurate, and describes this very paradox.
Engineers, (and many other types of specialists/professionals) can use it to speed up their work and increase output (even increase quality in some cases if done right).
But it's not gonna make inherently inefficient, political, and corrupted internal/company processes any more efficient, it might actually multiply those existing inefficiencies.
https://bfi.uchicago.edu/wp-content/uploads/2025/04/BFI_WP_2...
Oh so this article isn’t really about where AI spending is actually happening.
I HOPE people aren’t spending money on AI writing emails. That’s definitely not worth it.
Companies are spending the most on coding tools, not email writing. That’s the main value proposition right now.
It also doesn’t get into media generation and industries that use video or music.
It’s just a really narrow look at probably the worst use case for AI. Useless.
The engineers use the coding AI for everything they don't like to do that distracts them from doing what they like to do. So that's certainly a lot of writing emails, status updates, meeting notes, Slack messages, and prettifying slide presentations and so so so many docs.
So if you're aghast that hundreds of dollars of AI tokens per engineer per month is being spent on writing emails, you should be even more offended that the more expensive human engineer time used to be wasted on those tasks.
Like it or not, many business people spend hours a day writing emails. The article pointed out specific data showing AI could reduce these hours spent while raising quality.
I'll take the article's actual data and research over your data-free spouts of "That's definitely not worth it" and "Useless".
I’m saying it shouldn’t hardly cost any money, emails are not token intensive and most people could likely use the free version of chatbots just fine.
They very definitely are. I'm seeing more and more front-line responses to customer support emails that are very clearly written by AI.
Here's an example from this week:
You don’t need a pro account for emails.
They probably spend more on having LLMs just parse documents than writing emails than writing code. You maybe forget that most people are not programmers.
Writing an email barely uses any in comparison.
LLM doesn't think
> AI coding agents can parse half a dozen or more files on each request
yeh people never ever ask LLMs to write emails based on a number of documents and other emails and Slack chats plus extra online resources and definitely won't iterate on it multiple times...
You don’t realize I’m referring to the process of generating a ton of text in an attempt to better address the request - a process that these LLM companies call “thinking”? Are you out of the loop or are you taking some kind of pointless stand here?
>yeh people never ever ask LLMs to write emails based on a number of docs and spreadsheets and other emails and Slack chats plus some websites and definitely won't iterate on it multiple times...
A worker might have one or two of those large requests a day. That stop doesn’t come close to agentic AI token usage. I’ve been applying for jobs daily, uploading both my resume and the job posting upwards of 6-7 times per day to these chatbots. I still never hit the free limit.
Agentic AI coding obviously uses far, far more. This really shouldn’t be surprising.
2. even without that uploading a resume is not "write emails based on a number of docs and spreadsheets and other emails and Slack chats plus some websites and iterate on it multiple times". one of those requests can easily be a month worth of your resume uploads at that rate.
Because they largely do not. Are you actually under the impression that the average person is using chatbots to program? That’s wayyy off.
>Maybe that's why you're comfortable here thinking you're definitely will keep being in demand.
I’ve made no such claim, this a complete non-sequitur.
>Believe me they do ask an LLM to write for them various tools and bots and what LLM writes can in turn consume tokens like crazy be agentic or whatever the latest hype word is.
The average person does not do this. Come on, dude.
>even without that uploading a resume is not "write emails based on a number of docs and spreadsheets and other emails and Slack chats plus some websites and iterate on it multiple times".
It’s much closer to the average usage. All of that is still far less than agentic coding.
They don't use chatbots to program. They use chatbots to get shit some. Sometimes that involves a program.
You know how a regular person can simply prompt a chatbot to generate a chatbot for them that would automate dating (incl messaging) and they get the full thing with handholding about what to press to get it running? Yeah. (If your model can't do it yet then try %someothermodel% or wait for a couple months.)
Your assumption that no one surely ever uses this for actual work purposes is funny. imagine you're preparing some slides and you need to process some data into it and the thing generates a script to do it. now imagine that generated script also calls some chatbot api and so on;)
Fascinating prose, implying that it’s possible that AI can inauthentically speed up the right tasks, which makes no sense at all. Good job Claude!
not my experience at all
If we can gain 3% across the board gains on AI based tasks without subsidized expenses, that would be a great win!?