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.
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.
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...)
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.
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
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.
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.
In the end, it'll probably require something like model-based RL like Yann LeCun talks about and that's totally different to the LLMs.
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.
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.
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.
> 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.
Now, with the advent of LLMs I've had to pull out my old textbooks from storage.
Not unrelated: https://blog.gardeviance.org/2015/03/on-pioneers-settlers-to...
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.
I'm wondering if this is something that hits new developers faster than more experienced ones?
Almost certainly, at least according to Ebbinghaus' forgetting curve.
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.
> https://arxiv.org/abs/2506.08872
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.
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.
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 guess that's an advantage? People shouldn't have to burden their memory with boilerplate and CRUD code.
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.
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.
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.
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.
Right, sounds very credible to me. What did you write, an addition function in each of those?
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.
I wrote a post about it: Your toaster will know mesopotamian history because it’s more expensive not too.
https://wanderingstan.com/2026-03-01/your-toaster-will-know-...
> 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).
Last time I looked there were at least seven ways to do it.
Use it or lose it, as it were.
0: https://www150.statcan.gc.ca/n1/daily-quotidien/241210/dq241...
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
No we don't and we never should actually, compilers need to be 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 don't think there is that much value in memorizing rarely used, easily looked up information.
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 ...
Were people actually physically typing every character of the software they were writing before a couple of years ago?
Yes, you lost some abilities. Install local model so you have someone to talk to while you are on the plane ;)
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.
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.
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?
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.
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.
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.
Wouldn't that apply to most technological advances? Cars, computers, cell phones.
e: Also I don't know that I'd strictly bucket these specific examples you gave as shittier versions, though I guess that's a matter of perspective.
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.
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.
But also you don’t need SOTA frontier models for that!
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.
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.
Yes, you are off-base.
Solutions to the protein folding problem existed before, but not in the way you are implying.
It's always win some, lose some with the economy, but technology itself opens previously impossible capabilities.
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.
So far the only product AI is producing is layoffs.
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.
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.
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.
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.
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.
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.
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.
it costs you nothing to install/adopt an AI chat bot and it's being force fed to everyone at head turning loss in order to justify the push.
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.
> 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?
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.
All hypothetical, but if compute + AI research continues at pace, in 5 years we should see extremely good local models.
They will keep bleeding money by the way.
Because the first situation won't create that many jobs. The second one might.
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.
I'm no expert of course, just pontificating.
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.
it be the beginning of vast and infinite potentia spreading out beyond us
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 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.
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.
Sounds like it's best to be the shovel manufacturer now.
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 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.'
jmstfv•1h ago
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.
Cilvic•1h ago
DougN7•53m ago
AndroTux•41m ago