The fingerprinting they’re doing now is meant to help with this. If they see a fingerprint, it was probably not human generated so don’t ingest it.
Won’t come at all. It’s mathematically impossible.
Proof?
The output of a statistical model cannot contain more information than what it already had.
deleted by creator
“That” is not what evolution did.
deleted by creator
I want to believe this but every biology major I talked to is like “that’s the middle-school explanation of evolution” and mention the actual process had more things going on.
It’s entirely possible to improve current AI using only information available to us right now. Once that well runs dry, current AI is in theory capable of running experiments and training on their results if we give it a harness to do that. This gives it access to new information. Could it succeed doing this? Unclear, but it is capable of trying. How do you think we discover AI improvements? Divine inspiration? No, we follow a relatively simple research loop.
found that AI agents could solve the engineering problems necessary to do AI research but lacked the judgment and creativity to produce original research at the caliber of papers accepted by a top machine-learning conference.
I mean that describes a majority of engineers. No small feat
If the standard of ML talks at conferences I’ve attended is anything to go by then a top machine learning conference is functionally a daycare for the most annoying people you’ve ever met
I’m pretty sure this sort of thing was tried with the prior era of neural nets too. When the field hits a ceiling they grasp at the make-AI-teach-itself straw. It’s the Hail Mary pass. What if we keep stacking AIs on top of each other. Maybe they’ll somehow break out of their own limitations.
There’s a cadence. Once in a while a breakthrough happens. The tech is incorporated into the world. There are variations of the tech, but all have the same fundamental ceiling.
The AI Effect takes place. People forget about AI for a while. Time passes. A breakthrough paper is published. AI is upon the world once again.
Only this time with LLMs, it’s seemingly passed the Turing Test so people think it’s close to the fictional AGI. Not just recognizing handwriting, speech, or images. Or putting an annoying animated character on your desktop. This time it’s being freakishly good at predicting what the next words should be based on known sum total of human knowledge. Making it be creative isn’t it this time. That’s the ceiling.
it seems that for most people generating clip art+ counts as creativity
Turing Test is fundamentally based on fooling humans. Not sure it’s smart to pin humankind’s future on what a birthday magician can do.
How is the Turing test related to the article ?

Someone should DLSS this meme
What I would have never have guessed. I’m shocked I say. /s
not a reflection on the quality of OP’s submission, but man… like every day now I wish we had an active “noshitsherlock” sub for headlines like these
It’s not being said for the benefit of those who already know.
Lol what? Of course it won’t, If the AI slop ends with recursive edits it’s just going to cause degradation and collapse. I swear techbros have reality confused with their favorite fantasy fiction books.
EDIT: To demonstrate, 90% accuracy of 90% is 81%. Even the best most specific models on earth are not capable of self improvement because they will never reach much less exceed their training data’s capability even if the largest most perfect dataset existed. They might think that by simply adding more layers of machines running in parallel and killing off models which underperform creating a system similar to evolutionary adaptation that it might eventually reach that 91%, but our current approach and level of technology have never demonstrated that capability not even theoretically.
What happened in the computer programming space (with testable outputs) is that the first pass 80% accuracy nailed down an 80% success rate - wrote code that successfully met requirements 4/5 trials. Then, the agents were able to repeat the 1/5 failing trials with “sufficient heat” to both find their problems and create workable solutions, again 4/5 trials - so 80% success rate becomes 96% success rate, and so on… Back in early 2025, programming LLM agents would get themselves caught in iterative loops - trying, failing, trying again, failing again, then trying the first approach again - failing indefinitely. By mid 2026, I don’t see that behavior anymore - if the first “light pass - quick attempt” solution doesn’t succeed, they dig in deeper - do more research specifically focused on the problem areas identified in the first failure and try again, generally successful by the 2nd try, almost always by the 3rd - I haven’t had to break a “trying the first unworkable solution again because I can’t think of anything else to do” loop in over 6 months.
Not all problem spaces are as clear-cut as software creation, but many have similar rules that just take a bit more training to learn.
You’re entirely right. This won’t replicate to other fields like writing and creative arts in general, but software engineering is just not that hard and can basically be brute forced with a good harness.
It’s a done deal and there is no world where people will write professional code by hand. I like it cause it really separates coding (the job) from coding (the art form). People will code by hand for aesthetic reasons just like people learn the violin instead of using a synth and we’ll have a generation of lovingly crafted stuff. But boring software will be entirely automated, if not generated on the fly based on immediate needs.
software engineering is just not that hard
I’ll disagree on semantics here, it’s precisely because software engineering is hard (not difficult, but rigid - objective) that makes it a good fit for LLM agent execution. Soft, squishy, ill-defined fields are going to be a worse fit for LLMs because the practitioners themselves can’t create clear cut (hard) definitions of what it is they expect out of their practitioners, they just “know it when they see it.” As for relative difficulty, the “soft” fields have a very sliding scale for that with a lot of allowance given to newbies that isn’t accepted “at the highest levels” whereas, software engineering just is what it is, it doesn’t get more difficult as you progress in the field. Your job as a software architect / engineer is actually to find the easiest workable solution(s).
People will code by hand for aesthetic reasons just like people learn the violin instead of using a synth
I think it’s more like: people will code C or Rust or Python by hand just like people still code assembly by hand - exceptionally rare stubbornness with an exceptionally small audience who could even understand what they have done to begin to care about it. Violin vs synth - most of the world can listen and appreciate and have an opinion even if a vanishingly small fraction could ever hope to have the patience, let alone skill, to compose or perform at the highest levels of either form. “Synth” is a very broad target these days, varying from direct composition to performance digital transformation, through interfaces of every description and complexity: simple contact closure keyboards through multi-dimensional velocity, attack angle, strike momentum, and many dimensions of aftertouch bends which allow more expressivity than even bow and fingers on strings do, if the performer cares to train in that popularly scorned field. Having done a little amateur composition to performance vs performance capture synth work, I’ll say: once you have trained to work with the complex input devices, capture of live performance is hundreds of times more efficient than specifying all the nuance of a real performance as notation in a composition. The main reason people hate synth performances is that most synth performances are hack level, because hack level is easier (read: possible) on synth than a minimally passable live performance on violin with strings and bow.
Similarly, most people are hating on AI slop because it’s so easy to produce and so many untalented hacks are using it to produce sub-par whatever it is they are making: code, prose, art, music… used as a tool, with a high bar of standards required before publication and release, LLMs are a powerful tool that can accelerate many creative processes, not just produce a lot of slop quickly.
it’s precisely because software engineering is hard (not difficult, but rigid - objective) that makes it a good fit for LLM agent execution
Yes i think we’re actually in agreement here. I said “hard” (not difficult) as a reference to “hard problems”, a term that comes from complexity theory but is now commonly used to describe problems which can’t be reduced to an algorithm or evaluated objectively, and thus can’t readily be “solved”.
Squishy subjects like music and sociology are full of hard problems, while solid subjects like math and coding are full of easy problems. Now the change introduced by LLMs is that as long as a problem is “easy”, it can no longer be so laborious as to be impossible. Every software problem is solvable, modulo the effort/computing power you can spend on it.
Your job as a software architect / engineer is actually to find the easiest workable solution(s).
You also get bonus point if your solution is average (standard, unsurprising etc…), which makes it particularly soluble in LLMs which, by definition, can only produce output that is within the distribution of their training set.
As for relative difficulty, the “soft” fields have a very sliding scale for that with a lot of allowance given to newbies that isn’t accepted “at the highest levels”
That’s not where i would put the difference. If you take a field like music, the problem is that it can’t “just work”. A nostalgic song may move the masses today but you can’t say “okay we’ve solved nostalgia let’s get to serenity next”. Soon enough you’ll need a new nostalgic song and by definition it will be out of distribution. You can’t find it in a high dimensional representation of past music, and, well, you can’t train on future data, so there is no way an LLM finds it and recognizes it for what it is.
with a high bar of standards required before publication and release, LLMs are a powerful tool that can accelerate many creative processes
I still believe they’ll never amount to much regarding artistic processes, and not just for the reasons i already mentioned. To make something good you need to sit with it and walk with it and spend some time in it doing all the tedious little tasks until it really feels like home and you can express yourself in it. You can’t achieve that if a machine speedruns all the little tasks for you.
solid subjects like math and coding are full of easy problems.
You are straying far afield from colloquial usage of the term “easy” - yes, solid subjects like math have solid problems: objectively verified if they have been solved or not. Yet, with 8 billion people on this planet and mathematical prizes ranging up to $1M and more, many of these problems you are calling “easy” have gone unsolved for decades - and a few of those are starting to be shown objectively solved via use of the new LLM tools…
Squishy subjects like music and sociology are full of hard problems
Again with the colloquial usage - squishy is a better term than “hard” - you can present very heavily referenced and logical and self consistent positions in subjects like sociology, psychology, literature etc. and “the powers that be” may simply refute your position as incorrect or irrelevant without presenting any concrete evidence or argument as to why other than “it does not conform to our (undefined, unexplained) standards of practice.”
On the other hand, a “darling of the field” may present a position and be instantly loved and accepted by the field, again for undefined and unexplained reasons - though rather transparently the true reasons often appear to be pedigree, likeability, stroking of the establishment’s egos and pride… LLMs can be trained to do all those things, but the fact that they present in an LLM body will just as assuredly damn their viewpoint as if a black woman walked into a Southern University with a revolutionary new idea in the 1950s.
LLMs which, by definition, can only produce output that is within the distribution of their training set.
I’m fairly certain that’s not a strict definition - LLMs also seem very heavily influencable via their context window inputs, though those are more limited and transient than the training set.
there is no way an LLM finds it and recognizes it for what it is.
Again, I believe if you study large populations of music listeners, tease out what drives their opinions, distill that, and feed it back into a LLM-like composition engine, the LLM approach may be able to produce both unique and paletable productions. Now, you may need a fleshy front-man/woman to appear to perform the composition, because that is part of the formula - relatability, the audience often likes to fantasize about being the performer(s) and that’s not going to happen for a data-center.
For comparison, a LOT of popular songs/music has been written by old Jewish men - but they don’t perform their compositions because they’re not personally appealing to the target audiences…
You can’t achieve that if a machine speedruns all the little tasks for you.
I agree, for a speedrun of a bunch of very common material. I knew a young singer, attractive, good voice, had a good backing band - she went fairly far in “America’s got talent” but was knocked out in the last round before TV appearance by an apples/orange comparison - only one was going forward and the two weren’t really directly comparable, her band lost. Never made sense to me until a few years later I went to Disney’s Pleasure Island - they had an array of talented bands performing and as I walked from one to the next through the night, I saw one after another after another young female singers who were all just as attractive, talented, backed by just as good of a band… she was a commodity - as talented as you could ask, more talented than many national acts, but not unique.
squishy is a better term than “hard”
Eh, agree to disagree. My use of the phrase might be easier to parse if you think about the “hard problem of consciousness” as opposed to the “easy problem of consciousness”. Also, more remotely, the notion of NP-hard vs NP-easy in computational complexity. I guess we are arguing about semantics aren’t we ?
I’m fairly certain that’s not a strict definition - LLMs also seem very heavily influencable via their context window inputs, though those are more limited and transient than the training set.
While LLMs don’t simply “statistically predict the next token” (common over-simplification which bears no relation to what is actually going on), the output they produce does exhibit the same statistical distribution as their training data. That’s how you get intelligible language, code that compiles, chains of thought that makes sense etc… The context input will steer the output towards a certain subset of the corpus (highly optimized C functions have slightly different distribution than throw-away Python scripts), but it can never direct the model fully out of distribution as those out of distribution vectors cannot be expressed within the model’s embedding space.
she was a commodity - as talented as you could ask, more talented than many national acts, but not unique
Yes exactly, if music was solvable then the most skilled people would systematically outclass the least skilled ones which is obviously not the case.
They Don’t pass 4/5.
They pass 0/5 because they are 80% (that number is way too optimistic btw) accurate to human output on every one of the five attempts.
They also can’t be forced to learn and retake the trial because they don’t have any contextual awareness, they just guess the next word in a sequence.
Even if a machine made 4 self edits sucessfully, it would be permanently disfigured by the one failure and no longer be capable of making good edits.
That’s cool but you’re describing the models from 2 years ago and also not considering harnesses, which account for most of the progress of the last year or so.
I think people made some crazy magical assumptions about AI based on scifi that doesn’t apply to real life. Real things to consider and prepare for, but not likely.
Recursive exponential self improvement? Just because something knows how to code doesnt mean it can make the best ultimate next version of itself. Even physical evolution takes millions of years, and it creates mistakes and has setbacks.
We might be seeing logarithmic AI improvement today, like evolution hitting a hill that it can’t cross. We might need trillions more gigabytes of clean training data that isn’t LLM generated to hit the next level, and it might not even be worth it.
I think what the AI developers are doing by constantly promoting ai fear is linking the idea of exponential ai self improvement to it, because their biggest fear right now might be investors realizing that isn’t real, and every dollar they invest is getting less and less back.
Exponential improvement is indeed optimistic - a sigmoid curve (plateauing after a period of increase) is much more plausible, though in the computer programming case I haven’t noticed the plateau yet.
Indeed, throughout nature it’s almost all sigmoids. The trick is that sigmoids look exponential before the inflection point and it’s hard to predict when that inflection point is going to come.
Agreed… I’ve been dabbling in “smart” algorithms for 50 years, the recent (last 8-10 years) progress has been dramatically faster than the previous 40, but each new amazing field: voice transcription, language translation, computer vision object recognition, games mastery, have all rather obviously hit sigmoid-like plateaus. LLM agent software writing has been a slow-burn improvement over the past 18 months - from my perspective it seems like it’s still improving, though that also seems to be a combination of the models getting better, their built in instructions getting better, my local “memory” getting better, and me learning what to challenge it with and what’s unrealistic. A big sign for me is: something I challenged it with 12-14 months ago and got basically nowhere, I tried again last month and it’s made solid progress, delivering a lot of features it couldn’t last year - and those are a lot of features I “gave up on” 5-6 years ago, not because they were impossible, but because they were just too much annoying, time consuming work for the value they deliver to me (personally) - and now the barrier to entry for making those things happen in software is dramatically lower.
Mmmh… They used Opus 4.8 (which is already outdated) as the model, and OpenClaw (which is utter garbage) as the harness…
Everything is false until it’s true? There’s governments and corporations around the world right now racing to make that happen. What’s the point of the article? If it was so easy it would have been delivered already
A year ago they were similarly bad at writing code, often created unit tests that tested nothing, etc.
If the models are trained in what they’re doing wrong, that can accelerate their progress toward doing it right.
They still don’t get it right all the time, they just stacked a few together to filter out the obviously wrong stuff.
They would need to be trained for open ended creative tasks, which is just hard in the current reinforcement learning paradigm.
I think they’ll find infinite ways to fuck up. The guardrails will never be high enough, or strong enough.












