I had to code something on a plane today. It used to be that you couldn't get you packages or check stackoverflow. But now, I'm useless. My mind has turned to pudding. I cannot remember basic boilerplate stuff. Crazy how fast that goes.
All skill degrade with disuse. For example, here in Canada we have observed a literacy and numeracy skills curve that peaks with post-secondary education and declines with retirement.[0]
That is one factor, but it’s not the whole thing. The other key element is “cognitive offloading” where your brain stops doing stuff when it thinks it is redundant.
This is similar to the photo-taking impairment effect where people will remember an event more poorly if they took photos at the event. Their brain basically subconsciously decides it doesn’t need to remember the event because the camera will remember the event instead.
If the tool is reliable, it's a win. Saved brain power doesn't disappear, it can be applied elsewhere.
If the tool is powerful enough to do a better job than our brains would, it's a big win. In fact, we built the entire technological civilization on one such fundamental tool: writing.
Or from another perspective: our brains excel at adapting to the environment we find ourselves in. The tools we build, the technology we create, are parts our environment.
This argument has held up in the past but there’s no certainty that during this current period where LLM’s are not perfect (and in many cases far from perfect) - they can ever become perfect that it’s fine for one’s existing human capital to depreciate.
In my 7th years of professionally programming node, not even once I remember the express or html boilerplate, neither is the router definition or middleware. Yet I can code normally provided there's internet accessible. It's simply not worth remembering, logic and architecture worth more IMO
The problem is that lazy people use the supposed Einstein quote as a convenient excuse to not know and internalize knowledge about their own profession. You can bet that Einstein memorized the relevant mathematics for his work thoroughly and completely.
Agreed, it interests me how much some people emphasise knowing facts - like dates in history or dictionary definitions of words.
Facts alone are like pebbles on a beach, far better (IMO) to have a few stones mortared with understanding to make a building of knowledge. A fanciful metaphor but you know ...
Knowing facts matters quite a lot imo, even if it doesnt 'seem' like it.
To use another metaphor, you can't REALLY see the forest amongst the trees, if you don't consider the trees themselves.
One of the reasons I like history so much is because, with enough facts accumulated, you can see how one piece of information flows into another - e.g. dates matter, because knowing the precise order in which important events occur helps you determine how those events may or may not have affected each other in the course of their unfolding.
Sure memorizing dates is boring on its own, but putting them in contexts is exciting - you still need to comb the beaches to find the right stones!
I accept the ordering of dates is important, yes. History can be in the details, but as you say you need to comb the beach for the right stones.
I guess an interesting counterpoint to what I said is something like https://en.wikipedia.org/wiki/Phantom_time_conspiracy_theory (and similar) where a grandiose framework tries to fit inconvenient facts into a shape that is entirely invented.
This is an entirely false dichotomy though, is it not? One can both know facts and understand logic behind them, it's not like you're creating an RPG character and need to make a choice with limited character points.
(Can't say time is the limiting factor either -- we're both in HN comments, valuing our own time at zero.)
I'm not an expert, however what I believe is brain has limited capacity, and old memories keep being deleted when unused after long time. It is impossible to remember everything unless you have photographic memory. It makes remembering facts like syntaxes challenging and most of the time useless, and keeping logic is better in the long run.
Let's for example about html boilerplate, where you don't remember the syntax. What you remember is the components & why they are needed, then add them one by one as you recall your memory. Doctype, html tag, head, body, etc. It works because html is simple and common.
Then for express it is harder, because you need to recall javascript syntaxes and express syntaxes, and most of the time you don't get involved with express outside req and res. You recall that express need body parser, register routers, and finally listen, whether you use http server first or directly from express. Now you compose one by one, looking at docs or web for the forgotten pieces, but you don't lose the understanding / logic of express, you just forget the syntaxes.
As for stream where I keep forgetting it, I just need to remember that stream need source, event handler such as on data, error, finish / end. Pipe if needed. However I never remember whether to use writable, readable, streamable, etc because I seldom get involved with them, and can look up for references anytime.
Yes I was not clear, it seems. Facts are necessary but not sufficient.
There is limited time, of course - no one can learn everything, but you can pay attention to the important facts, and the connections between them.
In some ideal world you would learn every fact there is, and the connections would fall out on their own, but in the real world we have to construct theories and frameworks to organise facts.
And it ignores the fact that, if you refuse to remember any facts because they can be looked up, you'll be unable to form any new ideas because you'll know nothing, and you won't know what is out there to be looked up.
I thought this comment was going the opposite way - previously no internet/googling but now you can run a local model and figure things out without the need for internet at all
Mine as well. 2 years ago my mind was blown that I could code in a language I didn’t know (scala) while on a log train ride with no internet (Amtrak) using a local model on a laptop. Couldn’t believe it.
The staggeringly effective compression of LLMs is still under appreciated, I think.
2 years ago you had downloaded onto your laptop an effective and useful summary of all of the information on the Internet, that could be used to generate computer programs in an arbitrarily selected programming language.
Yes! Continuing on thoughts of LLM compression, I'm now convinced and amazed that economics will dictate that all devices contain a copy of all information on the Internet.
I wrote a post about it: Your toaster will know mesopotamian history because it’s more expensive not too.
And as other commenter pointed out, a smart toaster with ads or data collection can be subsidized and thus be more profitable. (Oh what a world we're headed for!)
In any case, I think the LLM-everywhere thesis holds even strong for even moderate-complexity devices like power plugs, microwaves, and mobile phones.
I got excited about that, until I actually tried to download a model and run it locally and ask it questions. A current gen local LLM which is small enough to live on disk and fit in my laptop's RAM is very prone to hallucination of facts. Which makes it kind of useless.
Ask your local model a verifiable question - for example a list of tallest buildings in Europe. I did it with Gemma on my laptop, and after the top 3 they were all fake. I just tried that again with Gemma-4 on my iphone, and it did even worse - the 3 tallest buildings in Europe are apparently the Burj Khalifa, the Torre Glories and the Shanghai Tower.
I wouldn't call that effective compression of information.
I don't think any LLMs are good at accurately regurgitating arbitrary facts, unless they happen to be very common in their training, and certainly not good at making novel comparisons between them.
For my money, while surely it must have been jarring, that experience would seem to say that on-device LLMs are more important programming tools than package repositories.
As another commenter said, the affordability of LLM subscriptions (or, as others are predicting, the lack thereof) is the primary concern, not the technology itself stealing away your skills.
I am far from the definitive voice in the does-AI-use-corrupt-your-thinking conversation, and I don't want to be. I don't want LLMs to replace my thinking as much as the next person, but I also don't want to shun anything useful that can be gained from these tools.
All that said, I do feel that perhaps "dumber" LLMs that work on-device first will allow us to get further and be better, more reliable tools overall.
I very rarely use autocomplete on Emacs, except hippie-expand. I have yasnippet installed but I have never used it. I just checked, it's not even key bound to anything.
I work on greenfield projects so I see my fair share of boilerplate, but honestly, it's just a minute part of work that's almost meditative to write a little bit of trivial code (i.e. a function signature) in between sessions of hard thinking. Writing boilerplate is very far down the list of things I seek to optimize.
Couple of years ago I was (as a human being, not my career span) 20. Spare for the usual StackOverflow / blog snippets, that was my experience and I suppose most of those just starting out. I think it's very recent to have fresh grads that barely type code themselves.
Will you do anything differently knowing this? Does the risk of LLMs being unaffordable to you in the near future make you wary about losing the skills?
Open Models are currently within reach for most of the kind of writing I do
I still decide what and why it generates what it does, I just don't do it manually
I'm not super worried, either I still do the last leg of the work, or I go back an abstraction level with my prompts and work there
Yes, they do come back faster than learning from scratch. However, what’s possibly worrying is that our brains atrophy some faculties if we decided to skip the learning part altogether.
I thought the same but I tried to create a small Django project with APIs, small React frontend from scratch, no LLM, no autocomplete, just a text editor. I was surprised it was all still there after a couple of hours. Not sure it's a skill that useful today, it feels like remembering your multiplication table.
I'm old enough to have programmed C in IBM/PC with the book Turbo C/C++ [1] at my desk side as reference, around 1993.
I remember at that time, my "mentor" suggested to memorize all the "keywords" from C (which were few). But given my bad memory I had to constantly look at the book.
It was a long time ago but I attended a session by IBM at an OO conference. The speaker's claim was that the half-life of programming language knowledge was 6 months i.e. if not reinforced, that how fast it goes.
I learned the Q array language five years ago and then didn't touch it for six months. I was surprised how little I remembered when I tried to resume.
Others have addressed other aspects of this, but I want to address this:
> I cannot remember basic boilerplate stuff.
I don't know exactly what you mean by boilerplate stuff, but honestly, that's stuff we should have automated away prior to AI. We should not be writing boilerplate.
I'd highly encourage you to take the time to automate this stuff away. Not even with AI, but with scripts you can run to automate boilerplate generation. (Assuming you can't move it to a library/framework).
Jeez, I never remembered boilerplate stuff anyway. Losing grasp of your commonly used, slightly more involved code idioms in your key languages would probably be where I’d draw the ‘be concerned’ line. Like if I get into a car after years of only using public transit, I wouldn’t be too worried if I couldn’t immediately use a standard transmission smoothly. If I no longer could intuitively interact with urban traffic or merge onto a highway, I’d be a lot more concerned.
I read the "boilerplate" in that comment as "basic" meaning "I don't know how to center a div" or "I do not know how to remove duplicates from a collection"
Well both of them are easily retrieved from web search, it's not a problem if you forget one or two. I'll probably need some refreshment if I want to implement bubble sort again.
Maybe it's my memory issues, but I personally could never remember basic boilerplate. 30 years ago I would spend half of my time in Borland's help menu coupled with grepping through man pages. These days I use LLMs, including ollama when on a plane. I don't feel worse off.
Really? How long you've been a developer? I've been almost exclusively doing "agent coding" for the last year + some months, been a professional developer for a decade or something. Tried just now to write some random JavaScript, C#, Java, Rust and Clojure "manually" and seems my muscle memory works just as well as two years ago.
I'm wondering if this is something that hits new developers faster than more experienced ones?
Probably depends on the individual. Senior developer here and I've always offloaded boilerplate and other "easy to google" things to search engines and now AI. Just how my brain and memory work. Anything I haven't used recently isn't worth keeping (in my subconscious mind's opinion anyway).
Experience isn't the problem. I have 20+ years of C++ development, built commercial software in Java, Rust, Python, played with assembly, Erlang, Prolog, Basic.
Played with these coding agents for the last couple weeks and instantly noticed the brainrot when I was staring at an empty vim screen trying to type a skeleton helloworld in C.
Luckily the right idioms came back after couple of hours, but the experience gave me a big scare.
> Played with these coding agents for the last couple weeks and instantly noticed the brainrot
Very interesting, wonder what makes our experiences so different? For you "playing for a couple of weeks" have a stronger effect than for me after using them almost exclusively for more than a year, and I don't think I'm an especially great programmer or anything, typical for my experience I think.
Same for me. Been fully agentic for half a year or so, still remember the myriad of programming languages and things just as well if there's no AI present at all. Hard to shake 15 years of experience that quick, unless maybe that experience never fully cemented?
Maybe the difference between actually knowing stuff vs surface level? I know a lot of devs just know how to glue stuff together, not really how to make anything, so I'd imagine those devs lose their skills much faster.
I recently had to write a coding interview question for candidates at my current job. I wrote the outline and had Claude generate synthetic data for it. I then wrote the solution without assistance to make sure it was viable (and because I wouldn't ask somebody to do something I wouldn't myself). I had no trouble getting it done in 20 minutes in a language that I haven't used actively in around a year and a half.
I do still write stuff manually frequently - I often spend 5 minutes writing structs or function signatures to make sure that the LLM won't misunderstand or make something up. Maybe that's why I haven't lost it.
I can tell you that I can still code Python and Haskell just fine (I did those in vim without bothering to set up any language assistance), but Rust I only ever did with AI and IDE and compiler assistance.
Lol, thanks (I guess?), but really isn't that hard. I don't think I know a single experienced developer who doesn't know at least 3-4 languages. I probably could add another couple of languages in there, but those are the ones I currently know best. Besides, once you've picked up a few language, most of them look and work more similarly to each other than different. From my lisp-flavored lenses, C# and Java are basically the same language for most intents and purposes.
I wrote a little toy-calculator in each, ended up being ~250 LOC in each of them, not exactly the biggest test but large enough to see if my muscle memory still works which I was happy to discover it still did.
Well - that's the thing - toy calculators are easy on the "muscle memory". The operations and data types will be mostly similar in syntax across all these languages. If however you wanted to do something more akin to a real world example, using these and those frameworks... it would probably look different.
I wasn't disputing the knowledge of multiple languages btw - some of us had experiences in languages from the times way earlier than C# and Java. The point is for real world work you wont quite do toy calculators and the people pushing for "AI writing all the code" are not worried about you retaining the "muscle memory" to write addition and substraction functions....
That's not how I understood other's experience to be, they're describing something that won't let them even write toy calculators. Selected quotes:
> But now, I'm useless. My mind has turned to pudding. I cannot remember basic boilerplate stuff
> Played with these coding agents for the last couple weeks and instantly noticed the brainrot when I was staring at an empty vim screen trying to type a skeleton helloworld in C.
This is very different from what I'm (not) experiencing. My test was for if I can remember the basic syntax of the language itself, I was never a big framework user, so of course using a framework is about the least interesting test I could do of myself.
Instead, I did the bare minimum to see if my "mind has turned to pudding" or "instantly noticed the brainrot", which would have been visible even for a toy calculator, obviously.
> the people pushing for "AI writing all the code" are not worried about you retaining the "muscle memory" to write addition and substraction functions
What are they worried about then? From your perspective, sounds like they're worried about "using these and those frameworks" but that's far from "real world work" in my experience, and really the least interesting thing you could remember as a developer.
People using AI for tasks (essay writing in the MIT study linked below) showed lower ownership, brain connectivity, and ability to quote their work accurately.
There was a MSFT and Carnegie Mellon study that saw a link between AI use, confidence in ones skills, confidence in AI, and critical thinking. The takeaway for me is that people are getting into “AI take the wheel” scenarios when using GenAI and not thinking about the task. This affects people novices more than experts.
If you managed to do critical thinking, and had relegated sufficient code to muscle memory, perhaps you aren’t as impacted.
It's probably too much inside baseball to merit a study, but I'm curious if the results would change for part-time coders. When I'm not coding, I'm writing patents, doing technical competitive analysis, team building, etc.
My theory is that if you're not full-time coding, it's hard harder to remember the boiler plate and obligatory code entailed by different SDKs for different modules. That's where the documentation reading time goes, and what slows down debugging. That's where agent assisted coding helps me the most.
SDKs and Binary format descriptors are where I see agents failing the most, they are typically acceptable for the happy path but fail at the edge cases.
As an example I have been fighting with agents re-writing or removing guard clauses and structs when dealing with Mach-o fat archives this week, I finally had to break the parsing out into an external module and completely remove the ability for them to see anything inside that code.
I get the convenience for prototyping and throwaway code, but the problem is when you don’t have enough experience with the quirks to know something is wrong.
It will be code debt if one doesn’t understand the core domain. That is the problem with the confidence and surface level competence of these models that we need to develop methods for controlling.
Writing code is rarely the problem with programming in general, correctness and domain needs are the hard parts.
I hope we find a balance between gaining value from these tools while not just producing a pile of fragile abandonware
i think your environment is a big role. with Ai you can kind of code first, understand second. without AI if you dont fully understand something then you havent finished coding it, and the task is not complete. if the deadline is too aggressive you push back and ask for more time. with AI, that becomes harder to do. you move on to the next thing before you are able to take the time to understand what it has done.
i dont think it is entirely a case of voluntary outsourcing of critical thinking. I think it's a problem of 1) total time devoted to the task decreasing, and 2) it's like trying to teach yourself puzzle solving skills when the puzzles are all solved for you quickly. You can stare at the answer and try to think about how you would have arrived at it, and maybe you convince yourself of it, but it should be relatively common sense that the learning value of a puzzle becomes obsolete if you are given the answer.
The task was essay writing, and the three 3 groups were No tools, search, ChatGPT.
The people who used chatGPT had the most difficulty quoting their own work. So not boilerplate, CRUD - but yes the advantage is clear for those types of tasks.
There were definite time and cognitive effort savings. I think they measured time saved, and it was ~60% time saved, and a ~32% reduction in cognitive effort.
So its pretty clear, people are going to use this all over the place.
> But now, I'm useless. My mind has turned to pudding.
I do use AI daily to help me enhance code but then... I also very regularly turn off, physically, the link between a sub-LAN at home and the Internet and I still can work. It's incredibly relaxing to work on code without being connected 24/7. Other machines (like kid's Nintendo switch) can still access the Internet: but my machines for developing are cut off. And as I've got a little infra at home (Proxmox / VMs), I have quite a few services without needing to be connected to the entire world: for example I've got a pastebin, a Git server, a backuping procedure, all 100% functional without needing to be connected to the net (well 99% for the backuping procedure as the encrypted backup files won't be synch'ed with remote servers until the connection is operational).
Sure it's not a "laptop on a plane", but it's also not "24/7 dependent on Sam Altman or Anthropic".
I'll probably enhance my setup at some point with a local Gemma model too.
And all this is not mutually exclusive with my Anthropic subscription: at the flick of a switch (which is right in front of me), my sub-LAN can access the Internet again.
I haven't been able to code without reading a sample of code for years before AI. Maybe it's just what happens when you're polyglot but I remember thinking even stupid things like how to declare a class in whatever lang I had to see. But once I saw a sample of code I'd get back into it. Then there's stuff I never committed to memory, like the nonsensical dance of reading from a file in go, or whatever.
I think it's a matter of what "very basic programming tasks" actually mean keeps sliding across the years. Surely in the beginning, being able to write Assembly was "very basic programming tasks" but as Algol and Fortran took over, suddenly those instead became the "very basic programming tasks".
Repeat this for decades, and "very basic programming tasks" might be creating a cross-platform browser by using LLMs via voice dictation.
Skill atrophy is intrinsically embarrassing, no matter what those skills are. I am embarrassed to admit that I have forgotten a lot of how to hand-optimize C code with inline assembly, even though few people do that anymore.
I guess writing code is now like creating punch-cards for old computers. Or even more recently, as writing ASM instead of using a higher level language like C. Now we simply write our "code" in a higher language, natural language, and the LLM is the compiler.
Also, give the same programming task to 2 devs and you end up with 2 different solutions. Heck, have the same dev do the same thing twice and you will have 2 different ones.
Determinism seems like this big gotcha, but in it self, is it really?
> Heck, have the same dev do the same thing twice and you will have 2 different ones
"Do the same thing" I need to be pedantic here because if they do the same thing, the exact same solution will be produced.
The compiler needs to guarantee that across multiple systems. How would QA know they're testing the version that is staged to be pushed to prod if you can't guarantee it's the same ?
It needs to be something stronger than just deterministic.
With the right settings, a LLM is deterministic. But even then, small variations in input can cause very unforeseen changes in output, sometimes drastic, sometimes minor. Knowing that I'm likely misusing the vocabulary, I would go with saying that this counts as the output being chaotic so we need compilers to be non-chaotic (and deterministic, I think you might be able to have something that is non-deterministic and non-chaotic). I'm not sure that a non-chaotic LLM could ever exist.
(Thinking on it a bit more, there are some esoteric languages that might be chaotic, so this might be more difficult to pin down than I thought.)
I cringe every time I read this "punch card" narrative. We are not at this stage at all. You are comparing deterministic stuff and LLMs which are not deterministic and may or may not give you what you want. In fact I personally barely use autonomous Agents in my brownfield codebase because they generate so much unmaintainable slop.
Except that compiler is a non-deterministic pull of a slot-machine handle. No thanks, I'll keep my programming skills; COBOL programmers command a huge salary in 2026, soon all competent programmers will.
I'm currently looking for sort of niche clothes for an event and it's the first time I had to give up on buying online because of the sheer amount of AI-generated pictures. Going to a physical store was just a much better experience, I can't recall the last time this happened, almost all sellers on Etsy are using AI for their pictures.
A hell that’s been widely documented in fiction as well. That’s the part that’s so wild to me about this. None of this was unseen. Across every medium the extreme commercialization and general collapse of the social contract due to AI has been described and a lot of the authors have been largely prophetic.
In the US this is due to the overall failure of trust in our institutions.
No one trusts Congress or the US government to effectively regulate AI for the greater good of the population. Each party believes regulations proposed by the other party will be used to discriminate against and control their party.
Clothes are a good example of what ails online shopping. When you physically visit a clothing store, you chose it knowing the quality and style of that merchant -- you thereby filter out a huge fraction of the market that you want to exclude from your search.
But online (because the available search criteria are so imprecise) your search brings up every possible form of clothing, especially the stuff that's a commodity (or hyped by major e-merchants) -- cheap, popular with 25 year olds, colorless, largely disposable. It's hopeless unless you yourself are a commodity -- indiscriminating, predictable, and totally average.
full disclosure I work at Whatnot but that sort of thing is a large part of the appeal of Whatnot to me, that people are showing off the stuff live on stream and you can ask questions about it
This whole concept of selling things in video format seems so alien to me. I didn't believe when someone told me they shop on TikTok now. It already takes me ages to browse through a gallery of items, I couldn't imagine going through items video by video.
that's more or less how I felt about it, but someone I know worked at Whatnot and liked working there so I tried out the app before applying and then applied because the product clicked for me. I wouldn't have joined Whatnot if I didn't like the product.
> I couldn't imagine going through items video by video.
That's fair, it's just not how people use it and it's not the concept. It's primarily a browse experience, not a search experience. You can search but that's not the core experience.
I buy vinyl records and retro games. There are sellers that I like. When I open the app I see which of my preferred sellers are live and I tune into their stream and hang out and watch them. If something I'm interested in pops up, I'll bid on it. Live shopping is not trying to be "ebay but video", it's a different experience.
Some people watch TV channels which do nothing but present things to buy with a phone number to order. Lots of live shows as well, its not just non-stop pre-recorded infomercials. It doesn't surprise me in the slightest such an idea would move to short form video content as well. People trying on makeup or showing off clothing with their affiliate links down below.
I’ve been car shopping recently, and I’ve found myself deliberately seeking out videos, because I’ve found that it’s very hard to get a sense of what the thing is really going to look like from static photos. Unstaged photos make everything look uglier, staged photos require adjusting for the unknown staging.
It's threatening to "unwind" the entire digital sector back to 1990. Online shopping damaged, job interviews done in person, essays by hand, exams proctored. Cover letters obsolete. There could be a "cognitive waterline" effect where older people who can't tell will continue living in an AI-generated bubble. Cover letters already are generated on demand specifically because people still claim to require them, even though we know they're not real anymore.
Could be an advantage to knowing this because you can step around it.
_You_ know it's AI, so you go in person to a store. Likewise, next time you hire, you can simply refuse to accept "cover letters".
I do woodworking for a hobby and wanted to find a nice "intro to routers" article. After skimming past the obvious SEO crap on google I clicked the first likely-seeming link and was greeted by an AI slop image of two misshapen routers being operated by three disembodied hands with seventeen fingers each. I immediately threw my laptop out the window, watched it shatter into five hundred pieces, walked across the street to the library, and checked out a goddamn book.
I was already getting disillusioned with the Internet as a learning resource during the SEO spam era, but the AI era has completely destroyed it.
For questions like this you can ask an AI directly instead of getting herded through the clickbait.
Education and targeted summary searches are one of the best uses. I literally found the location of the criminal who embezzled thousands of euros from my condominium with an AI search. It took me around fifteen minutes. Other people had been looking for years. (True story...)
The thing with LLMs is that it is very, very easy to adjust the weights across the entire model to sway responses one way or another. Previously, in the hypothetical case one wanted to rewrite history, it would be a much more involved endeavour of curation; fabrication of original sources would be difficult to do at scale. But now it's trivial for a provider to inject a preamble to the prompt to not only hide results that do not fit the narrative of those legislating in the model providers' favour, but to distort the results.
Obviously none of that is happening in the current moment, and I grant that cake recipes would be low stakes, but I would rather take the tradeoff of trawling through a little bit of slop to get that same information than acclimate myself to a workflow that could be abused by providers in more high-stakes situations down the line.
But that's just me, and I realise this is not a particularly popular take, but it should nonetheless be illustrative for why "just ask the LLM" might not be the best of ideas long term.
This was my experience as well trying to buy a charger. You can't trust anything. For brands that have their own store, some have such a bad experience that it's easier and less stressful to go to the store and buy directly from there.
The Perez model contains a falsification test the article doesn't apply to its own thesis. In Perez's framework, the installation phase is characterized by financialization, frothy infrastructure bets, and capital rushing toward uncertain new technology—exactly the behavior we see with US AI investment (hyperscalers committing $500B+ to uncertain infrastructure, speculative valuations). Deployment phases look like industrial efficiency gains and normal returns. By those criteria, US AI investment is behaving like an installation-phase bet, not late-deployment optimization.
The article's US-China comparison quietly reveals the prediction that would follow from the thesis: if the Perez 'late deployment' framing is right, then the Chinese model—lean, industrial, healthcare and education application, grounded in near-term ROI—is betting correctly on where we are in the curve and should outperform over the next decade. That's a concrete, testable claim that would validate or falsify the argument independently of whether AI constitutes a 'new surge.'
I view this post as primarily pattern-matching and storytelling. But I think there’s a buried truth there, and that they were nibbling at the edges of it when they started talking about the overlapping stages.
There are some very interesting information network theories that present information growth as a continually evolving and expanding graph, something like a virus inherent to the universe’s structure, as a natural counterpoint to entropy. And in that view, atomic bonds and cells and towns and railroads and network connections and model weights are all the same sort of thing, the same phenomenon, manifesting in different substrates at different levels of the shared graph.
To me, that’s a much better and deeper explanation that connects the dots, and offers more predictive power about what’s next.
Highly recommend the book Why Information Grows to anyone whose interest is piqued by this.
I think it's clear to me that AI will be both things:
1) as in the article it's a contraction of work- industrialization getting rid of hand-made work or the contraction of all things horse-related when the internal combustion engine came around
but- it will also be
2) new technologies and ideas enabled by a completely new set of capabilities
The real question is if the economic boost from the latter outpaces the losses of the former. History says these transitions aren't easy on society.
But also, the AI pessimism is hard to understand in this context- do people really believe no novel things will be unlocked with this tech? That it's all about cost-cutting?
Well this is HN so a lot of us are pretty terrified of your 1). We went from 'you have a good job for the next couple of decades' to 'your job is at extreme risk for disruption from AI' in the space of like 5 years. Personally I have a family, I'm a bit old to retrain, but I never worked at a high-comp FAANG or anything so I can't just focus on painting unless my government helps me (note - not US/China). That's extremely anxiety-inducing, that a vague promise of novel new things does not come close to compensating.
I'm 33 and I feel sort of lucky that I'll still potentially have time to retrain. I'm fully prepared to within the next 5 years or so (and potentially much less) I'll probably need to retrain into a trade or something to stay relevant in any sort of field.
Many people claim its going to become a tool we use alongside our daily work, but its clear to me thats not how anybody managing a company sees it, and even these AI labs that previously tried to emphasize how much its going to augment existing workforces are pushing being able to do more with less.
Most companies are holding onto their workforce only begrudgingly while the tools advance and they still need humans for "something", not because they're doing us some sort of favor.
The way I see it unless you have specialized knowledge, you are at risk of replacement within the next few years.
I also have contemplated just retraining now to try and get ahead of the curve, but I'm not confident that trades can absorb the shock of this - both in terms of supply (more unemployment) and demand (anything non-commercial will be hit by capital flight on the customer-side). I figure I will just try and make as much money on a higher wage as I can and hope for the best...
> I'm 33 and I feel sort of lucky that I'll still potentially have time to retrain. I'm fully prepared to within the next 5 years or so (and potentially much less) I'll probably need to retrain into a trade or something to stay relevant in any sort of field.
The problem is that there are not many fields that are going to be immune to AI based cost cutting and there surely will not be enough work for all of us even if we all retrain.
If we all do, then it will create a n absolutely massive downward pressure on wages due to massive oversupply in other lines of work too
Well, it really isn’t. First, this entire post makes two assumptions: 1) that AI adds more value to the process than it removes and 2) that it’s sustainable.
It’s not pessimism to want to validate these first.
Are AI “gains” really transformative or simply random opportunities for automation which we can achieve by other means anyway?
Can the world continue to afford “AI as a service” long enough for the gains to result in improvements that make it sustainable? Are we dooming our kids to a hellishly warm planet with no clear plan how to fix it?
It’s not pessimism, just simple project management if you ask me.
They're transformative in the sense that will shrink the optimal team size, but I don't expect the jobs to actually go away unless these things both get substantially better at engineering (they're good at generating code but that is like 20% of engineering at best) and we have a means of giving them full business/human levels of context.
Really basic stuff gets a lot easier but the needle doesn't move much on the harder stuff. Without some sort of "memory" or continuous feedback system, these models don't learn from mistakes or successes which means humans have to be the cost function.
Maybe it's just because I'm burnt out or have a miner RSI at the moment, but it definitely saves me a bit of time as long as I don't generate a huge pile and actually read (almost) everything the models generate. The newer models are good at following instructions and pattern matching on needs if you can stub things out and/or write down specs to define what needs to happen. I'd say my hit rate is maybe 70%
> we have a means of giving them full business/human levels of context
Trust me, this is a work in progress. Right now most corporations do not have their data organized and structured well enough for this to be possible, but there is a lot of heat and money in this space.
Imo, What most of the people that are not directly working in this space get wrong is assuming swes are going to be hit the hardest: There are some efficiency gains to be won here, but a full replace is not viable outside of AGI scenarios. I would actually bet on a demand increase (even if the job might change fundamentally). Custom domain made software is cheaper as it has ever been and there is a gigantic untapped market here.
Low complexity to medium complexity white colar jobs are done for in the next decade through. This is what is happening right now in finance: if models stopped improving now, the technology at this point is already good enough to lower operational costs to the point where some part of the workforce is redundant.
> Right now most corporations do not have their data organized and structured well enough for this to be possible, but there is a lot of heat and money in this space.
I think you misunderstand what I'm saying. I'm not really referring to data systems at all, I'm referring to context on what problems are actually being solved by a business. LLMs very clearly do not model outcomes that don't have well-defined textual representations.
I'm not sure that I agree with white collar jobs being done for, not every process has as little consequence to getting it wrong as (most) software does.
> I think you misunderstand what I'm saying. I'm not really referring to data systems at all, I'm referring to context on what problems are actually being solved by a business. LLMs very clearly do not model outcomes that don't have well-defined textual representations.
Yeah i misunderstood your point, i completely agree with what you are saying.
I honestly do not believe that strategy, decision making and other real life context dependent are going to be replaceable soon (and if it does, its something other than llms).
> I'm not sure that I agree with white collar jobs being done for, not every process has as little consequence to getting it wrong as (most) software does.
Maybe im too biased due to working in a particularly inefficient domain, but you would be surprised how much work can be automated in your average back office.
Much of the operational work is following set process and anything out of that is going to up the governance chain for approval from some decision maker.
LLM based solutions actually makes less errors than humans and adhere to the process better in many scenarios, requiring just an ok/deny from some human supervisor.
By delegating just the decision process to the operator, you need way less actual humans doing the job. Since operations workload is usually a function of other areas, efficiency gains result in layoffs.
> Maybe im too biased due to working in a particularly inefficient domain, but you would be surprised how much work can be automated in your average back office.
> Much of the operational work is following set process and anything out of that is going to up the governance chain for approval from some decision maker.
Oh that's very interesting! Thank you for the insights!
> Trust me, this is a work in progress. Right now most corporations do not have their data organized and structured well enough for this to be possible, but there is a lot of heat and money in this space.
This is exactly what people were saying a decade ago when everyone wanted data scientists, and I bet it's been said many times before in many different contexts.
Most corporations still haven't organised and structured their data well enough, despite oceans of money being poured into it.
> will shrink the optimal team size, but I don't expect the jobs to actually go away
If they've shrunk the team size, that means some jobs (in terms of people working on a problem) will have gone away. The question is, will it then make it cheap enough to work on more problems that are ignored today, or are we already at peak problem set for that kind of work?
Spreadsheets and accounting software made it possible to have fewer people do the same amount of work but it ended up increasing the demand of accountants overall. Will the same kind of thing happen with LLM-assisted workloads, assuming they pan out as much as people think?
Hard to understand, when essential human nature is so predictable? Sure, we will do novel things with it. But society in the main will use to it exploit labor. same as it ever was.
That's a false-dichotomy. Capitalism was good for artisanal workers before the industrial revolution, and then it became pretty goddamn bad for them. We're worried we're staring down the barrel of that right now - just saying 'well it was even worse before capitalism' does nothing for us.
yes it does, it says that trying to prevent technology in order to protect the interests of some special class up people at the expense of everyone else is dumb and shortsighted.
If if people actually listened to the people wailing "but what about the horse carriage business!!!" in the 20th century, it would have been a disaster.
Sure, but AI pessimism is allowed to be personal. Am I supposed to be optimistic that I feel I'm about to get shafted? Should I be less concerned that I need to provide for my family, because in the long term this is going to be a great step forward for humanity?
You are addressing something totally different to the original claim - which tried to say that capitalism is inherently exploitative on labour which is just outdated Marxism
To be frank, I thought trying to twist this into an argument about whether capitalism is inherently exploitative was a complete waste of time and I replied as such. If you'll recall what we were originally talking about here - "AI, should HN users be optimistic?"
That's a good idea and FWIW I agree that as a person who might lose their job to AI, you do deserve to feel apprehensive, even if it might lead to some good later.
“Exploit labour” is just outdated Marxism. No self respecting economist believes this kind of rhetoric anymore but it only exists amongst west coded leftist.
It’s a sort of cynical fatalism to think everything is exploitation — directly coming from Marx.
It’s not exploitation to mutually agree on a deal. Most of population know this except Marxists!
a) just hand wave away that there is a massive power and wealth differential involved in this "mutual agreement" b) dismiss all discussions which recognize that fact... as "outdated Marxism"
Plenty of mainstream economists are capable of seeing the real world which you are pretending doesn't exist.
Even Marx meant the word "exploit" in relatively value neutral terms, just recognizing that in any economy built on private property we exploit humans the same way we do any "resource". It's up to the reader whether they see that as having any moral connotation.
Massive power and wealth differential is just simply a reason to be jealous. It is precisely this concept of mutual agreement (capitalism) that brought most of humanity out of poverty.
>Plenty of mainstream economists are capable of seeing the real world which you are pretending doesn't exist.
Not really. There are total of zero economic policies made by analysing economy through Labour Theory of Value or whatever other crap Marxists believe.
The above poster used "exploit" in non value neutral terms. Marx tried very hard to be value neutral about it (but its clear what the intentions were) but his readers don't play that game.
Both 1) and 2) represent value almost entirely captured by businesses / business owners, and not captured by workers. For 1) the economic boost is captured by business while the losses are captured by workers. For 2) in theory, some new ideas will be created by individual people who get lucky and grow them into their own businesses, but if history is an accurate guide, most of the benefits of new inventions and technology will be captured by existing players.
> do people really believe no novel things will be unlocked with this tech? That it's all about cost-cutting?
The cost cutting is the only revenue producing models for the AI companies so far. It's being pitched as a way for corporations to fire a lot of employees and save money.
Revenue for the consumer facing products is not very impressive. Consumers are mostly satisfied with the free versions and very resistant to adding yet another channel to shove advertising at them.
Change is a constant in history. Stuff happens, and then we adjust. Big changes may result in short term confusion, anger, etc. All the classic signs of the five stages of grief basically.
If you step back a little, a lot of people simply don't see the forest for the trees and they start imagining bad outcomes and then panic over those. Understandable but not that productive.
If you look at past changes where that was the case you can see some patterns. People project both utopian and dystopian views and there's a certain amount of hysteria and hype around both views. But neither of those usually play out as people hope/predict. The inability to look beyond the status quo and redefine the future in terms of it is very common. It's the whole cars vs. faster horses thing. I call this an imagination deficit. It usually sorts itself out over time as people find out different ways to adjust and the rest of society just adjusts itself around that. Usually this also involves stuff few people predicted. But until that happens, there's uncertainty, chaos, and also opportunity.
With AI, there's going to be a need for some adjustment. Whether people like it or not, a lot of what we do will likely end up being quite easy to automate. And that raises the question what we'll do instead.
Of course, the flip side of automating stuff is that it lowers the value of that stuff. That actually moderates the rollout of this stuff and has diminishing returns. We'll automate all the easy and expensive stuff first. And that will keep us busy for a while. Ultimately we'll pay less for this stuff and do more of it. But that just means we start looking for more valuable stuff to do and buy. We'll effectively move the goal posts and raise the ambition. That's where the economical growth will come from.
This adjustment process is obviously going to be painful for some people. But the good news is that it won't happen overnight. We'll have time to learn new things and figure out what we can do that is actually valuable to others. Most things don't happen at the speed the most optimistic person wants things to happen. Just looking at inference cost and energy, there are some real constraints on what we can do at scale short term. And energy cost just went up by quite a lot. Lots of new challenges where AI isn't the easy answer just yet.
At some point those became almost fully obsolete in a productive economical sense (they're just fancy toys now, basically). No 'raising the ambition' is ever going to change that. They are what they are and they can do what they can do.
I don't know about you, but if the something in "we'll find something to do" is becoming a toy for AI or very rich people, I'm not exactly hopeful about the future.
I try to not be fatalistic. As I was trying to argue, it's historically inaccurate and it doesn't actually change the outcome. Clinging to the past has never really worked that well.
As for rich people, they get richer and richer until people correct them. Sometimes violently. The current concentration of wealth in particularly the US seems more related to political changes since about the Reagan era than to any recent innovations related to technology.
> I try to not be fatalistic. As I was trying to argue, it's historically inaccurate and it doesn't actually change the outcome.
This is false. Being fatalistic and 'panicking' can definitely influence and thus change the outcome. Your logic is similar to what is (incorrectly) used to dismiss the Y2K-problem, for instance: Looking back it seems like there was no need to panic, but that is only because a lot of people recognized the urgency, worked their ass off and succeeded in preventing shit from going horribly wrong.
Your handwaving is doing harm by lulling people into a false sense of security. Your initial comment amounts to "Ah, it'll be fine, don't worry about it. We'll adapt, we always have.", even though you provide absolutely no arguments specific to this enormous force of insanely rapid change in an already incredibly unstable fragile world. We might adapt, but it will require serious thought rather than handwaving and leaning back; even then it might come with massive societal upheaval and a lot of suffering.
I'm wrong to not be fatalistic?! You lost me here.
A lot of people seem to be wasting a lot of energy insisting it is all going to end in tears because <fill in reasons>. All I'm doing here is pointing out that people like this come out of the woodwork with pretty much every big change in society and then people adapt and things are society fails to collapse.
I'm not arguing there won't be changes and that they won't be disruptive to some people. Because they will and people will need to adjust. But I am arguing that a lot of the dystopian outcomes are as unlikely to happen with this particular change as they have been with previous rounds of changes. I just don't see a basis for it. I do see a lot of people who want this to be true mainly because they are afraid of having to adapt.
> already incredibly unstable fragile world
There are a lot of people arguing that things are better than ever by most metrics you might want to apply for that. The reason you might feel stressed about the news is that dystopian headlines sell better and you are being influenced by those. That's also why the Y2K got a lot more attention than it deserved in the media and then a lot of people indeed freaked out over that. Of course a lot of that got caught up in people believing for other reasons we are all doomed and that the apocalypse was coming. And it made for amusing headlines. So, it got a lot more attention than it deserved. And then the clock ticked over and society failed to collapse.
You largely ignored what I said and displayed exactly the fallacious behavior I was pointing out. Again, Y2K was not a problem because people 'freaked out' (took the problem seriously). Similarly, AI will only not be a problem due to people that spend time and effort to mitigate its issues, not due to people like you pretending that because nothing went seriously wrong in the past, nothing automatically will this time (because you "just don't see the basis for it").
> do people really believe no novel things will be unlocked with this tech?
Yes. It's a mostly shitty but very fast and relatively inexpensive replacement for things that already exist.
Give your best example of something that is novel, ie isn't just replacing existing processes at scale.
It's been 3 and a half years now since the initial hype wave. Maybe I genuinely missed the novel trillion dollar use case that isn't just labor disruption.
I think that most people are pretty short-sighted about the utility cases right now (which is understandable given the negative feelings about a lot of what's currently going on).
There are a lot of really useful things that were impossible before. But none of these use cases are "easy," and they all take years of engineering to implement. So, all we see right now are trashy, vibe-code style "startups" rather than the actual useful stuff that will come over the years from experienced architects and engineers who can properly utilize this technology to build real products.
I'm someone who feels very frustrated with most of the chatter around AI - especially the CEOs desperate to devalue human labor and replace it - but I am personally building something utilizing AI that would have been impossible without it. But yeah, it's no walk in the park, and I've been working on it for three years and will likely be working on it for another year before it's remotely ready for the public.
When I started, the inference was too slow, the costs were too high, and the thinking-power was too poor to actually pull it off. I just hypothesized that it would all be ready by the time I launch the product. Which it finally is, as of a few months ago.
With this said, a lot of people are likely worried about being eaten by whales when it comes to doing things with AI.
It's kind of like dealing with Amazon, or any other company that has both compute and the ability to sell the kind of product you make.
Said AI providers can sell you the compute to make the product, or they can make the product themselves with discounted compute and eat all the profits you'd make.
This is always a worry, but typically, being first to market is the most important part. As long as you can scale quickly and maintain your edge, this doesn't seem like such a big deal.
However, my product is so far removed from anything these companies would make, on top of that I'm using open-source models (e.g., oss gpt 120b is really, really good). I don't use any of the main providers like AWS, etc., and the underlying AI systems are only about 5% of the product. I need it for the idea to work, but it is a tiny part of the full offering. I can't really imagine it would make any sense for Amazon, etc., to compete on something like this.
But yes, in the end, huge conglomerates with infinite money can destroy smaller entrepreneurs - but that's not really any different than it's been for decades pre-AI.
The most obvious thing is bio-tech, protein folding, drug discovery, etc. As in, things that have an actual positive effect on humanity (not just dollars).
I don't really get people who are dismissive about this aspect of AI- my original question wasn't about cost-efficiency of developing these things, but just that the technology itself is creating things that wouldn't have been possible before. It seems hard to refute.
Whether or not it's worth the cost is a different debate entirely- about how tech trees are developed and what the second order effects of technology are. There are so many examples- the computer itself, nuclear power, etc. I think AI is probably on the same order as these.
Correct me if I'm off base but these things (protein folding and drug discovery) both existed before AI, no?
The implication of your comment seemed to be that this was going to be so much more than replacing people. But I fail to see how any of the items you listed are anything other than that.
These things have always been possible. Just slow and limited by labor. Which is the primary and novel "unlock" of AI.
You can argue it's a good thing, and in many areas I'd probably agree. I'm directly responding to your skepticism and implied absurdity that replacement is the main unlock here. It absolutely is.
I do still believe the main value proposition is large scale replacement and am unconvinced that most people driving AI adoption have these other more noble pursuits in mind with respect to AI.
But I will absolutely stand corrected here and if our dystopian future includes some genuinely useful medicinal advancements then maybe that will make the medicine (heh) go down easier.
If you're implying that hand-spun cotton is better, that's an easy question to answer- people used to spend a huge amount of their income on clothing, also spending a huge amount of time washing it. Industrialization made clothing so much cheaper that it's now completely disposable. There's plenty of reasons why that's not a bad thing.
One reason people forget that "good quality" shoes existed was that you could only afford to buy one pair ever, not that things were made better, necessarily. (or could be both, but that replacing a pair of shoes was a financial hardship, because hand-made things, even back then, were expensive).
Even if you're against fast fasion I don't think anyone wants a pair of shoes to cost $10,000.
It seems to me you're advocating for waste, as I'm not seeing the "plenty of reasons why completely disposable cheap clothing isn't a bad thing" argument.
Replacing shoes wasn't necessary because there were cobblers. For clothing; tailors. I'd much prefer to get a set of clothing, then work with it over the course of its lifetime, over sending it to the landfill after one tear.
Define better. Fast fashion sucks, but hand-spun cotton won't give you Kevlar or modern wind-resistant clothing or fireproof materials for your furniture or... <insert half thousand different things adjacent to modern textile production>.
It's always win some, lose some with the economy, but technology itself opens previously impossible capabilities.
Your comment got me thinking about if technology is actually better, but that's a whole new discussion. We wouldn't need the fireproof furniture if we all used the local sweat lodge for bathing or the mess hall yurt for cooking. We wouldn't need wind-resistant clothing if we didn't make personal rockets that go 200mph to travel long distances to arrive at the same amenities (just in a different city).
I'd generally agree, but there are always caveats. See e.g. glass vs. plastic bottles - glass looks like strictly superior solution environmentally, until you consider how much fuel is saved across entire logistics chain by plastic bottles being significantly lighter.
> We wouldn't need wind-resistant clothing if we didn't make personal rockets that go 200mph to travel long distances to arrive at the same amenities (just in a different city)
FWIW, I was thinking more about people who like to walk around in windy places, including mountains, etc. But even if we exclude tourists, we're still left with people who work at altitudes (including infrastructure anywhere - get on a high enough pole or roof, it's going to be windy). More generally, there are people doing useful work, including construction, services, and research, in all kinds of extreme environments, and this is directly enabled by post-industrial era fabrics.
It used to open them to most of the population - at least that was the ideal for a couple of decades - but now it seems to be opening them to oligarchs more than workers.
It's essentially a political energy source. It heats everything up.
Eventually it either explodes, goes through a phase change to a new (meta)stable state, or collapses back to a previous state.
No big examples to point at now, except maybe whatever security fixes that'll come out of Glasswing Project[1].
> So far the only product AI is producing is layoffs.
AI-related[2] layoffs are a direct consequence of useful things AI is delivering.
--
[0] - Super useful for e.g. making ID photos, which I notice I need to do increasingly often, which is likely a consequence of proliferation of remote/digital ID verification, which nicely ties us back to question 'butlike expressed, i.e. how much is technological progress actually improving things.
What's the AI equivalent of industrialized polyester in your analogy?
From a consumer perspective, AI isn't really producing any new products with real market demand. Chatbots are fun, but there's no indication consumers are willing to pay for them.
> But also, the AI pessimism is hard to understand in this context- do people really believe no novel things will be unlocked with this tech? That it's all about cost-cutting?
I frankly do not care how much novel stuff is "unlocked" with AI tech if it means I become unemployable due to it replacing all of my skills
The problem is, at the moment llms are not capable of proper brainstorming. And humans are quite shit in coming up with unique ideas. The great bottleneck is still money and dissemination of given product (marketing). So nothing changes. Just the usual capitalist thing where humans will be squeezed even further and revenue funneled from more entities to fewer ones.
It's disingenuous to say ChatGPT is not novel relative to older chatbots. The capabilities of ChatGPT compared to what came before were astonishing and continued to improve at a rapid rate.
> the AI pessimism is hard to understand in this context
This is a burden of proof inversion: historically new technology has not resulted in optimistic outcomes. Quality of life improvements were side effects of capital accruing. AI optimism is the naïve option that requires justification.
Cost cutting has less uncertainty than making something new, so they do that first. If something else comes along, then great.
This is also why the people should make the transition as difficult as possible for companies doing layoffs when the companies are paying proportionally very little in taxes compared to the people they are laying off.
It seems really premature to talk about AI being the end of anything. What’s at an end stage is adoption of smart phones and monetizing human attention. That’s been the fuel that powered the last quarter century of tech gains, and while still huge in absolute terms it has been running out of steam as a growth engine and facing cultural pushback (eg. Social media lawsuits) for a while.
AI so far has really only shown massive utility for programming. It has broad potential across almost all knowledge work, but it’s unclear how much of that can be fulfilled in practice. There are huge technical, UX and social hurdles. Integrating middle brow chatbots everywhere is not the end game.
tangentially related, but as someone who built multiple internet businesses -- mostly unsuccessful, some mildly successful -- I barely have any new ideas to work on.
I don't know if this is the effect of relying on AI too much in my day-to-day work or leading a more monotonous life as of late, but I'm sure I'm not the only one. Lots of ideas that I could have built before LLMs took over now seem trivial to build with Claude & friends.
I can relate to this, in the past I felt like I could write down pages of projects to try if only I had time. Now my mind immediately goes towards "do I want to manage this long term after the initial spark".
The lack of robotics mention somewhat undermines this article.
I don't think it's intrinsically wrong, we are in a late stage of a transformation. Software is eating the world and AI is (so far) most profitably an automation of software.
There is plenty of money to be made along the way. I don't really buy the article's seeming confusion about where the money is going to come from. Anthropic is making billions and signing up prodigious amounts of recurring revenue every month.
>> At the early stage of a surge, investment tends to be patchy and not fully understood—the sector exists but it is not completely legible yet.
He says this in the context that AI clearly doesn’t fit this pattern, as the investment has been enormous.
I feel like he and everyone else has a scale problem, due to the tendency to equate AI to LLMs - the investment is patchy and not fully understood - I really don’t think we’ve seen anything more than the pretremors at this point - as the scale of the change is just as incomprehensible to the world at large now as it was when the steam engine was just a slightly better way of getting water out of a mine than a donkey.
Anthropic today, who next week? If locally run models ever get to the point where they can reliably solve... 85% of what the frontier cloud models can do, I think many would be willing to accept slightly less problem solving ability and just run the thing locally.
All hypothetical, but if compute + AI research continues at pace, in 5 years we should see extremely good local models.
As a user of local models, it's well above 85% already. I use frontier models at work and local models for home use because my day to day tasks are well within what DeepSeek can handle.
The question is whether robotics will look like a some number of platforms with little development to adapt to different scenarios, or a million types of machines that are highly fit for purpose.
Because the first situation won't create that many jobs. The second one might.
I expect hybrids. Something general has to be adaptable for what will be an expensive capital purchase.
The human form factor - torso up anyway - is probably easier to bootstrap on a general basis; keyed off of human data. But I don't like the failure modes of bipedal robots - imagine a robot flailing around trying to regain balance, in any setting with humans around.
The question it raises is if this is the fake surge, the one we see, what is the real one we don't see? Renewable energy comes to mind. Robotics too but maybe that's too tied up with AI.
Eh, robotics is going through explosive growth right now with the same computing power that's being used on LLMs. You can take human motion capture of a task, dump it in a robotics simulator for a few hours and get a model that can operate autonomously better than something that would have taken a half a year to teach just a few years back.
Space (Space-X showed that reusable rockets are feasible), Programmable health (Covid vaccine and remember that mRNA curing that dog?),etc.
Sadly, I think there's a risk we might also be heading towards a dark age with few advances since fundamental research has been squeezed away for being unprofitable or hobbled by a industrialized publishing/review-system for a while now and we've been coasting along on profitable applications rather than (expensive) breakthroughts in basics.
I firmly believe that Renewable energy, the Solar+battery+EV stack, not LLMs, really is the biggest technology transformation of our times. Renewable energy really is surging, just it's on a longer timeline and unlike LLMs, it doesn't benefit venture capitalists to hype it. In fact many existing sectors deliberately downplay it. But we are in the middle of it.
Robotics? lights-out operations in automated factories are already a thing, so I don't know if they're the "next thing".
mRNA vaccines? Sure, they're a huge medical advance. With great potential, in that area. But it's just an area.
Space? Maybe, if we get past LEO, find something useful to do there, and don't succumb to Kessler syndrome.
>Robotics? lights-out operations in automated factories are already a thing, so I don't know if they're the "next thing".
Eh, I do think this is kind of underestimating the changes in robotics that are occurring. LLMs incorporated with other ML kernels extend the capabilities a long way. That and the amount of computing power now usable to train robotics is far far larger.
I mean yes, just tell a robot to go pick up a green apple that has an integrated LLM and it can setup a course of actions to the other things like movement models to accomplish that task.
I take your word that there is progress in this area, but it doesn't change my view that the Solar+battery+EV stack really is the biggest technology transformation of our times.
if this could last till a point where AI have actual automation ability, it's not a tool for humans anymore. it could have a identity and start to evolve literally.
i don't understand why some people consider AI as tech revolution.
maybe i'm into sf, but AI can be something other than just a tool.
Probably a bit unrelated but I wondering if there is any economic theory that actually predicted something for real rather than extrapolate trends from past data in hindsight - even if crossing different kinds of events.
Honest question, I'm not trying to mock economists or anything like that.
I sort of agree with the premise of the article. I ask myself, did more non-technical people pick up AI chat bots when they were invented than picked up personal computers in the late 70s/early 80's? I think probably. From my conversations with others.
The very first personal computers came out in 1972. In 1978, we got several. The PC came out in 1981. The computer boom didn't begin until 1992.
My wife is absolutely not technical, and she began using ChatGPT before me.
This is to say, I believe you to be correct here. The LLM adoption rate is many times the computer adoption rate. Non-technical people are immediately seeing the benefit of LLMs where they did not with computers in the 1970s.
Part of this is because we aren’t paying the actual cost of these chatbots. If ChatGPT wasn’t essentially free for casual users then we’d definitely see a much smaller/slower adoption rate. I wonder if a single person using them, even paying for tokens, isn’t substantially subsidized. Probably not but I’m speculating.
If 3D printers could’ve given usage away for years directly in our homes then I bet we would’ve seen wider adoption there too.
But certainly indirectly with cash. All the advertised products are more expensive than they could be, due to the costs of advertising. This comes out of everyone's pocket.
I get this may seem nitpicky but that is by definition not free, and good luck running even the lightest LLM’s on 8gb ram consumer hardware. 16gb is barely sufficient and you probably need a new MacBook to really stretch that.
People aren’t going to wait minutes per response for clearly inferior results compared to what they get for free on ChatGPT in browser in seconds, whether it’s logical or not. Not to mention they can’t ask more than a few questions tops before the whole thing crumbles. Expectations and reality are too far apart here.
Let’s also address another real issue: what are they going to use? LM studio? Is that really a user experience most will tolerate?
I could totally see it, recently there has been a social club opened near me and it has 100+ people attending weekly. All younger, 20-30 year olds in their early career.
Separately, I have a local camera repair shop and my friend told me its 2 months backlog to get your film based camera worked on.
Ultimately if the deal we get online is infinite tracking, infinite scrolling and infinite enshittification, real life start to sound a whole lot better.
Going to the local movie rental shop with my kids is the highlight of my week. What a bizarre sentence to write in 2026 but it’s absolutely 1000% better than modern streaming (outside of my Plex setup).
I gladly pay the (modest/token) late fees to help keep them open at this point. If someone set up a local arcade man…I’d be in heaven ha
> I gladly pay the (modest/token) late fees to help keep them open at this point
Keeping movies longer and paying late fees may be hurting them more than helping them. It's entirely possible that the late fees are underpriced to avoid scaring away customers. New customers going away disappointed they movie they want wasn't returned on time hurts them more than your late fees help.
Not keeping them on purpose, I’m just not sweating the fee because I’m happy to pay them.
Additionally, the odds that my kids are holding on to exactly what somebody else wants in that timeframe is very small. It’s a small shop within a larger co-op situation with a modest following and pretty substantial stock. I know for instance we’ve never had an issue of wanting something that was rented.
Has it happened? Maybe. But the fees I’ve paid probably net positive against that rare instance. They aren’t open half the week so I can’t return them once Monday passes for several days anyway. Owner certainly hasn’t expressed concern and has even waived the fee before because clearly it’s of little consequence.
this perez model thing completely misses the communications revolutions of the telegraph, radio and television not to mention demonopolization of bell.
> Then came AI, revealing new dynamics. ChatGPT’s breakthrough didn’t come from a garage startup but from OpenAI,
i thought the transformer and large language models came from google research.
> There’s also social pushback—in the UK the campaigns against big ringroad schemes started in the late 1960s and early 1970s. And perhaps we’re seeing some of that about AI. The U.S. map of local pushback against data centres from Data Center Watch covers the whole of the country, in red states and blue. People seem to hate Google’s inserting of AI tools into its search results, and hate even more that it is all but impossible to turn it off.
the us had the highway revolts. in most cities where the revolts succeeded it is widely heralded today as a success.
the data center hate is interesting. i think many people are just learning what data centers are. but that said, they've come to represent something different in recent years. previously they were part of the infrastructure that made industry hum, now public messaging from tech leaders and academics is along the lines of "this is how your livelihood is going to be replaced" while the institutions that are supposed to provide any sort of backstop are being dismantled or slashed to pieces by crazypants trumpist politics. i think focusing the energy on the tangible like mundane buildings is interesting, but the hate makes a lot of sense.
addressing the core thesis, i'd argue that ai is not the next step in the 70s digital technological wave (especially considering the future of ai compute is probably hybrid digital-analog systems), but rather is something fundamentally new that also changes how technology interacts with society and how economics itself will function.
previous systems helped, these systems can do. that's a fundamental change and one that may not be compatible with our existing economic systems of social sorting and mobility. the big question in my mind is: if it succeeds, will we desperately try to hold onto the old system (which essentially would be a disaster that freezes everyone in place and creates a permanent underclass) or will we evolve to a new, yet to be defined, system? and if so, how will the transition look?
Every time I see these I am thinking to myself: Is microsoft copilot a problem of implementation or the capability of the models?
I have ZERO doubt that if you put people that haven't used a computer in front of one and you had copilot everywhere and I mean not the way it is now instead you're presented with a chatbox in the middle of the screen and you just ask the computer what you want I am 99.99% sure that everyone would prefer to use that chatbox rather than trying to figure out how to use a computer which is why I am not quick to discredit "microslop", they're most likely pivoting windows to how it will look like in the future.
Obviously, the strongest argument here is that it should have been an entirely different product such as "Windows AI" where the entire system is designed around it. But if you look at their current implementation it's more of a copilot which is just there, letting you know it exists. Obviously not all of these features were thought through such as recall, that should have been dead and burried since it doesn't offer that much real value a magical box that takes in english sentences and does roughly what you want.
At the end of the day it's a question if AI will/is doing more harm than good. AI has really only existed in this form for a little more than 3 years and really started shining since the advent of Opus 4.5. We went from having models producing more security vulnerabilities than one can count to fixing obscure human made ones and the capabilities will keep increasing (if anthropic is to be believed). We will enter an era where it will have 95%+ accuracy in doing what a typical computer user would want from AI and there's really nothing anyone can do to stop it.
So my opinion is that AI will be the next big thing and it might spread way beyond what we can even imagine.
I think that we will have things similar to non technical people that just talk on the phone with an AI agent to get a website done, register a domain and have a website done within a 1 hour phone call all for pennies while the AI has access to their financials, mail and other things. All of that is relatively possible today with the simple caviat of security and I do believe we have enough smart people in the world that can figure out how to make AI better at rejecting social engineering than 99% of humans.
> I have ZERO doubt that if you put people that haven't used a computer in front of one ... presented with a chatbox in the middle of the screen and you just ask the computer what you want I am 99.99% sure that everyone would prefer to use that chatbox
I don't know. We've been telling ourselves things like that about user interfaces for a long time. For decades, it was pretty much universally understood that everyone would prefer to talk to their computer instead of using a keyboard. Now that you can, no one really wants to. In fact, now that we can text / email / IM other people, we don't talk to them as much as before.
One obvious problem with the interface you're proposing is that sometimes, it's easier to do the thing than to explain precisely what you want. For example, it takes much longer to ask ChatGPT what's the weather forecast for this week, and then read the flowery response, than to press Ctrl-N, "wea", enter, and see it at a glance in a consistent format with pictograms.
You already know how to use a computer or a phone, but take someone who has never seen or used a smartphone, computer or a laptop. I think the story will be very different.
I don't know. In a vacuum, if we prevent them from ever finding out that there's a faster way with less cognitive overhead? Sure. Until they have to explain to an agent precisely which shoes they want the AI agent to buy them...
In any case, in practice, people pick up stuff from each other. I'm old enough that learning to use the computer mouse needed to be a deliberate effort on my end. I never really had to "teach" that to my kids, they just picked it up naturally. So you might even have a difficulty producing that "computer-naive" subject in the first place.
It's better to look at these things statistically rather than anecdotally. And statistically the Xennial group seems to have the highest penetration of computer skills, even more so than the generations that followed them. Simply put the new tablet generation is more apt to use apps and not understand the premises of how they work.
If you find yourself going to an actual computer to make 'large' purchases you're part of a group that is not growing in size.
AI is destroying the economic premise that has drawn so much investment into Silicon Valley. It's going from a capital light business model with network driven moats that allow market domination, to a capital heavy, high burn-rate model with the potential to not only offer ZERO moat protection but destroy the ones that already exist. Cloud infrastructure + vibe coding now make it possible to quickly replace existing apps with custom fit alternatives. Open source+cheap Chinese LLMs may not be as good as Opus but maybe good enough turns out to be good enough ( Sun Microsystems Vs. Linux is a good example). Currently AI has just as much potential destroying Silicon Valley as it does building it up.
So many diseases to solve, nuclear fusion, better materials, expanding the frontier of science, communicating complex ideas to public, climate change, helping disadvantaged communities better, better farming, better participation platforms for good governance. There are so many aspects we can improve on with AI. But it is contingent on our govts prioritizing progess over destruction.
Introduction of new mass production techniques often has an initial wave of high profit when early adopters have an initial advantage... existing workers are more efficient... but this will followed by a long term decline in the rate of profit as margins aggressively fall ...
e.g. if every software company uses AI to double its coding speed, the price of software will eventually drop by half.
As "AI" becomes a required and common commodity input, competition will drive prices down until the productivity gains are entirely captured by customers, leading to margin compression across the sector.
Also... firms will be forced to invest in using AI just to stay in the same place. If you don't adopt it aggressively, you'll be priced out; if you do, your margins still shrink because everyone else did too.
So... yeah, I don't think this is the next part of a "digital wave" if that means giant increase in new startup investments and SaaS companies etc, it's actually probably the start of I think a margin collapse and consolidation in our industry.
If it's 2x easier to build e.g. a CRM, we’ll end up with 10x more CRMs, leading to a "race to the bottom" on pricing.
The last 15 years of investment by people like YC etc seems to have been in businesses that were "like Uber but for <X>". Service businesses on which a small layer of software automated things, and drove some sort of explosion of customers. I don't really see how VCs are going to separate wheat from chaff on this front anymore? If anybody can do it.... what's the value of any particular approach over the others? I'd think the result would be consolidation?
So I suppose if you're selling "the means of production" in the form of GPUs you're in a good spot, but even that is likely to be subject to aggressive downward pricing.
The theory doesn't seem to make much sense to me - like why can't there be simultaneous technological revolutions? And why would they last an arbitrary 50-60 years?
> People seem to hate Google’s inserting of AI tools into its search results, and hate even more that it is all but impossible to turn it off.
That could do with a solid citation tbh. The anti-AI people are really vocal on social media but personally I like having the AI results given how awful navigating the modern internet has become with all the cookie banners and anti-Ad Blocker popups etc.
Honestly, the LLMs seem like the most transformative technology we've had since the release of the iPhone.
50-60 years is far from arbitrary: it's very roughly two generations (plus a bit of extra time, to ensure the process takes). 50-60 years gives enough time for a generation to grow up and reach adulthood who have never known anything other than the post-revolution state.
reply