243 points jaykru 17 hours ago 277 comments

jaykru 17 hours ago | parent

archive link in case i get hugged lol https://archive.ph/Z4gxF

robinpie 12 hours ago | parent

I really appreciate seeing a tempered take that's not literally denialist about current capabilities.

jaykru 11 hours ago | parent

Thanks :) I do enjoy and use these things every day and the current capabilities are indeed amazing, just ludicrously overpriced at the frontier.

dumberquestions 11 hours ago | parent

I can see current limitations, but how do you expect capabilities to change in the next few years? A repeat of the gain that happened in the last two years feels like it would be significant, even if it took a little more than two years this time around.

brindleth 11 hours ago | parent

> current frontier models need laborious oversight and guardrails on even the simplest tasks

It is literally denialist about current capabilities

jaykru 11 hours ago | parent

why don't anthropic and openai ship yolo mode by default?

Human-Cabbage 11 hours ago | parent

They do…? Well, “auto” mode has been default in Claude Code for a couple months now. It’s effectively “safer yolo:” tool calls are inspected by a separate classification system (another smaller LLM, I believe) to approve or deny. And you can always layer on additional sandboxing mechanisms to limit the blast radius deterministically.

vmg12 11 hours ago | parent

> They do…? Well, “auto” mode has been default in Claude Code for a couple months now

They have never shipped "yolo" mode by default. Auto mode is not yolo mode. They trained a task specific model just for ensuring the llm didn't accidentally delete every file from your computer.

SyneRyder 11 hours ago | parent

Anthropic basically does at this point with Auto Mode being default. Or was that the point you were making?

jaykru 11 hours ago | parent

That is the point I was making, that auto mode is itself a guardrail on top of the model (and not a perfect one.) auto mode seems to cover merely actions the model could take that are clearly bad, like wiping your disk, using an overly privileged context to complete the task, etc.

I recently tasked a GPT model in Codex with implementing part of a new architecture I'm working on. I gave it a very detailed spec and the code it produced looked pretty reasonable and passed my tests. It even did exceptionally well in my evals, so I excitedly declared victory to a few friends. The next day after more careful review I found that the architecture implementation was totally correct, but the model had slipped a one line change to the observation encoding of the RL environment I was prototyping against. The encoding change made the learning problem essentially trivial; the architecture itself, I later realized, had a major flaw that was revealed by returning to the natural encoding.

This is the type of reward hack that is hard to paper over with easy guardrails like auto mode and even harder to specify out. It's also the type of thing a reasonable human wouldn't do unless they were intentionally trying to deceive you.

mitxela 36 minutes ago | parent

Liability. They want you to be the one who enabled it when it deletes your production database.

an0malous 11 hours ago | parent

I don’t know who you’re talking about, even the most bearish people like Gary Marcus and Ed Zitron acknowledge that LLMs are useful in these same cases the OP admits. Gary Marcus is even still a long term AI advocate, he just doesn’t think LLMs are enough and we need more foundational breakthroughs. Zitron says it’s valuable technology but not worth the trillion dollar valuations the frontier labs are claiming.

The lack of temperament is very skewed towards the bulls who have been saying AGI is here, software engineering is solved, mathematics is solved, it’s going to destroy the white collar job market, and it’s going to kill us all for like 5 years now.

arctic-true 11 hours ago | parent

Gary Marcus is an especially puzzling addition. If I recall correctly, he has made statements along the lines that superintelligence this century is more likely than not. If you’re AGI-pilled that might read as bearish, but that is still extremely rapid progress in the grand scheme of things.

mitxela 36 minutes ago | parent

What even is superintelligence? Is my phone not a superintelligence?

pvab3 11 hours ago | parent

Even a lot of the people who think that LLMs are a dead end think that we will soon find something signficantly more powerful, which I find deeply alarming. I don't want to know what my white-collar knowledge work will look like in a decade or 2.

ausbah 12 hours ago | parent

> the best alternative to rigorous specification is human review. human review doesn't scale well to the volumes of output produced by language models. to make matters worse

when the business model is selling more tokens you get such per serve ice times that lead to “more” thinking, engagement baiting, fluffy narratives, and straight up dark patterns

pfdietz 12 hours ago | parent

Specifically: bearish on LLMs generally, not bearish on LLMs for pure math.

jaykru 11 hours ago | parent

yes, huge for pure math and activities that look like it.

danielmarkbruce 11 hours ago | parent

Doesn't really even need to look like it. If you can verify rewards, RLVR will optimize really really well. If you can't... it's a struggle. There are probably fewer fields where you can verify rewards than one might hope.

skydhash 10 hours ago | parent

> There are probably fewer fields where you can verify rewards than one might hope.

2 tasks I've done today that I believe robots are nowhere near being able to do: Cleaning my wardrobe and draining bad fuel out of my generator. As in generic use cases.

randomImmigrant 11 hours ago | parent

I think bearish on LLMs for automation, and bullish for LLM+human experts in specific fields, is about the right expectation for current architectures.

Apart from issues with task generalization, or perhaps related to it, is the fact that LLMs have real trouble with timekeeping, and cannot estimate the real world time it will take them to do things very well. This plus the memory issues make dreams of long horizon agents, that could plausibly handle changing specifications, quite implausible with current architectures.

In narrow domains with more deterministic outputs though, this is less of an issue, and we see multiple agents succeed much better.

The fusion of that capacity, with humans in the loop able to better direct such agents and act as their temporal tethers, is where I think the real action will be for a while at least.

handfuloflight 10 hours ago | parent

> This plus the memory issues make dreams of long horizon agents, that could plausibly handle changing specifications, quite implausible with current architectures.

Any reason why that can't be solved through context management and keep-forward scaffolding?

arm32 8 hours ago | parent

Write the same sentence you just wrote back to me, but in only four words and let’s see if it has the same meaning.

lantry 8 hours ago | parent

"Any reason why that can't be solved through context management and keep-forward scaffolding?"

becomes

"load bearing context seam"

/s

bitwize 18 minutes ago | parent

You're gonna have to learn to talk that LLM speak!

Dabadooba, ba dabadooba!

https://www.youtube.com/watch?v=egpWCC2svVo

handfuloflight 7 hours ago | parent

Remember specifics, keep going.

antupis 1 hour ago | parent

I think automation is coming but it will be way more gnarly than frontier labs want public to believe. Value is just too big, when you can automate most of eg customer support it will create huge savings and same time customer satisfaction will get better.

oscillonoscope 49 minutes ago | parent

My belief is that LLMs will fundamentally change how we approach domain expertise. From what I've seen, SDEs tend to be over-specialized compared to what the company actually needs to implement due to the need to understand enough of the domain to pick a best path. If an LLM can see the domain enough so that someone in an adjacent field can be confident in their approach and quickly change course then you don't need as many niche SDEs

againstapples 11 hours ago | parent

> the models generalize well only on tasks within a small neighborhood of the specific tasks they've been trained on, and even then with severe caveats. the frontier labs have developed a general recipe to teach models almost any specific task enjoying clearly defined levels of task performance; many tasks are covered in the training data

Is this really any different to how humans learn, it takes a lot of training on one specific task to make a human expert as well?

JohnMakin 11 hours ago | parent

> Is this really any different to how humans learn

yes.

knuppar 11 hours ago | parent

being a bit more specific: the sample efficiency of humans is orders of magnitude larger for more abstract concepts. the same doesn't hold for memory-intensive tasks though (like any kind of trivia), but that only takes you so far.

danpalmer 9 hours ago | parent

We've had technology beating humans on memory for millennia, and we've had technology beating humans on computation for many decades now.

The tricky thing with LLMs is describing what they actually do. They are too clearly beating humans on some things, but what exactly? Memory – already done, they're bad at basic computation (all LLMs just write code for actual computation/calculation). And as you say, they do badly at more abstract concepts.

bananzamba 11 hours ago | parent

Also doesn't the very good ARC AGI 2 score of GPT-6 Astra kinda contradict this, since each problem is its own game with very different rules

bravoetch 11 hours ago | parent

I was a young child when I learned chess by reading a short book, then practicing with a friend. That is not how LLMs learn. I'm no expert on LLMs, but if you showed a human all chess games and books in all history and then said 'play chess' and they still kept making illegal moves, they would have to have a brain injury.

harimau777 11 hours ago | parent

It seems like an LLM potentially could learn that way if each practice game it participated in was added to its training data.

willmarch 10 hours ago | parent

Yes, this is essentially how AlphaGo and AlphaZero algorithms work to train superhuman Go/chess/shogi agents. It’s an elegant algorithm that is analogous to how humans learn games.

zug_zug 8 hours ago | parent

Well except AlphaZero played 44 million chess games in that time (and actually played with a 44 core computer). So I'd like to point out that the human is still just a few orders of magnitude more efficient.

willmarch 8 hours ago | parent

Yes, we all know that biological systems are more efficient than machines through billions of years of evolution and natural selection but the overall process is largely the same (interacting with an environment, learning from results, improving underlying architecture, etc); efficiencies will come with more time and improvements.

fhe 7 hours ago | parent

but maybe... the said human has also read every other piece of text ever written, including ones about other (similar?) board games, which in aggregate vastly dwarfs whatever he has read on chess, that non-chess reading could have corrupted whatever he's learned about chess?

danielmarkbruce 11 hours ago | parent

Humans wear a lot of hats when the do work. They don't even realize how many. My experience with building real systems using LLMs is that you have to be very explicit about such hats and you don't realize how many are worn until you see edge case after edge case after edge case. Check this. Check that. Check this. Check that. Check check check.

carodgers 11 hours ago | parent

This April 2026 paper is a fun and related read.

https://arxiv.org/html/2509.24239v4

Researchers asked frontier models to play chess. Have a look at the MAR rates in Table 3. When not explicitly told which moves were legal, no model identified legal moves at a rate better than 80%. Many asked for more illegal moves than legal moves. And even when explicitly told which moves were legal, the models continued to ask for illegal moves. With illegal asks discarded, none of the bots could beat a chess model calibrated to 1100 ELO.

The author of the originating post says that "current frontier models need laborious oversight and guardrails on even the simplest tasks", and he's absolutely correct.

threethirtytwo 11 hours ago | parent

The story isn't so clear cut.

The caveat is: It depends on the task.

Are there reams of chess moves that the model can train off of? No.

Are there reams of math papers the model can train off of? Yes.

tjwebbnorfolk 11 hours ago | parent

> Are there reams of chess moves that the model can train off of? No.

This is as false as something can possibly be. There are open databases of millions of chess games spanning hundreds of years.

XenophileJKO 11 hours ago | parent

It is even worse.. This is a classical reinforcement problem where data generation is easy because the rule set is pre-defined. So you really don't even need any data to start with (but would help).

manquer 10 hours ago | parent

There are more possible game combinations than atoms in the universe, even those generation of valid game states are as you say pre-defined. that is why models cannot go this route and therefore are poor at chess

wat10000 8 hours ago | parent

Isn’t this exactly how AlphaZero was trained? The rules are known and well defined so the training process can generate games without any outside data.

The only reason LLMs are this bad at chess is because the labs don’t care about chess performance so they’re not going out of their way to train the models for it. The ability they do have is from what chess information happens to be in the training data, plus whatever general reasoning abilities they may be able to apply.

vmg12 11 hours ago | parent

> The caveat is: It depends on the task.

I think the line of criticism around LLMs sucking at chess makes more sense when you understand what the AI companies are saying about the future trajectory of these models.

The entire recursive self improvement story falls apart once you point out that there is not much "cross domain transfer learning". Meaning that training an LLM to become good at coding, math, etc, will eventually transfer into them being good at other skills that were not explicitly trained for.

Using games like chess which have little economic value is actually a good test for this. What's even more surprising about them sucking at chess is how much information about chess strategy exists in the training data.

freejazz 11 hours ago | parent

>Are there reams of chess moves that the model can train off of? No.

For real??

FuckButtons 10 hours ago | parent

There’s multiple databases of games in algebraic notation. You can also, very easily rl train on pitting models against one another, even without mcts.

wat10000 11 hours ago | parent

I wonder how current models would fare. The ones they tested are fairly old now.

joefourier 11 hours ago | parent

> current frontier models

> Gemini 2.5 Pro, O3, Claude Sonnet 3.7 and ChatGPT 4.1

The gap in capabilities between those models which they tested, and actual current frontier ones is enormous. I would not trust that any conclusions they made are applicable.

sigmoid10 11 hours ago | parent

The actual current frontier plays somewhere around GM level.

https://chessbench-ai.github.io/#leaderboard

It's also worth noting that the very latest models (GPT-6 and Fable 5.1) actually play worse than their immediate predecessors, so it is likely that the labs are not benchmaxxing for this yet. If they did, I'm sure they could come up with something superior to humans. But there is probably very little demand for this compared to IT stuff.

htrp 10 hours ago | parent

more like you lose intelligence in chess by maxing for coding... hence knocking back the claims of emergent intelligence

csande17 10 hours ago | parent

Even if you take that website at face value, the ELO scores shown are relative to the other AI models tested, and not comparable to the ELO scores of humans who play against other humans.

MichaelNolan 10 hours ago | parent

I wonder why they didn’t throw a real chess engine in there for a baseline. There are engines where you can set the elo in the settings, so it should possible to see these LLMs relative to a human 1500 rather than just relative to each other.

shric 10 hours ago | parent

> so it should possible to see these LLMs relative to a human 1500 rather than just relative to each other

As a 1500 elo human I can tell you that a 1500 elo chess engine doesn't play like anything like a 1500 elo human.

traes 9 hours ago | parent

This is true, but I'm not sure it matters? I was poking around at the lichess database recently and those elo calibrated bots are remarkably well calibrated, their rating variance sticks out like a sore thumb compared to human players even at similar game volumes. So it should still be a decent predictor of how good a human at that level is, even if the playstyle seems alien.

fahrvrgnugen 3 hours ago | parent

I feel like every position is in the database so you could just lookup the most popular move for an arbitrary elo and that's the bot.

einszwei 10 hours ago | parent

Probably tells us that without labs explicitly training/tuning the models or designing the harness (with fast oracle) the LLMs aren't going to get good at those areas.

minraws 10 hours ago | parent

I know HN readers and posters just read numbers and can't be bothered to read, but please read the methodology before making any claims.

> About their ELO ratings from their own website:

> A field-relative rating calculated within ChessBench. It compares performance among the tested models and is not a direct equivalent of a human chess rating.

I am around 1600 elo in over the board I can mop up Astra Fable etc even if I give them literal infinite time and all the subagents and internet access..

Please folks at least use your AIs to read stuff before making claims.

AI is not GM level, it's not even 1600, I am 1600 by using memorized openings people frequently fall for with very basic intuitions.

A GM is 2600 they can beat me in under 20 moves...

Why do I even scroll through this website. For a moment I truly felt fooled, but then I read like a human should.

Maybe I should stop doing that will be a happier life, don't think just believe in the AGI.

peab 10 hours ago | parent

What levels are they actually at in your experience?

minraws 10 hours ago | parent

Sub 1300 that's my rating in the singular official tournament I participated at.

But given how easily I can crush them and how often they want to make illegal moves (btw above bench seems to use a harness that pokea the model until it gives valid moves).

I would rate them around 500-800 big range but at that level it's all about if the model can recall an opening or not. If it plays good first 4-8 moves the person on the end will fumble for certain and they win.

I can play good/best moves till 14-15 moves if I remember the lines and find someone who falls for it.

If you could give them the lines as prompts like the best 20-30 openings then they will be around 700-800.

700 is around the rating for a human who doesn't know the tricks but can do bare minimum calculations and understands the rules thoroughly.

Forgeties79 10 hours ago | parent

As someone who used to compete for years and plays currently as a hobbyist, you’re absolutely correct. LLM’s are terrible at chess and if anyone wants to sober up their view on AI, try it yourself.

Anyone who casually plays on a regular basis can beat them more often than they lose. As you said if you just know the core openings (and end games, both of which you can get a handle on with modest effort) you will generally win.

Edit: reminder we had computers beating the best players in the world literally decades ago. LLM’s are remarkable tools but the current promises and expectations are ridiculous

zug_zug 8 hours ago | parent

So you can see an actual game on that website, and the play seems pretty decent to me for a while (~1700 lichess = 1300 elo) until move 28 when black throws away their queen for absolutely no reason in an incomprehensible blunder.

In some ways this is reflective of the AI experience at large, sometimes shockingly competent but then also sometimes ludicrously incompetent.

echelon 10 hours ago | parent

The AI can write a chess bot program that will beat you.

You're thinking about this the wrong way. The system is built and delivered as it is because that's how the providers make the most money. If they cared to have it perform well in chess games, you'd see a different shape and behavior.

We shouldn't ask the multibillion dollar automated software generation system to play games with us any more than we should ask a Boeing's flight guidance system to do so.

minraws 10 hours ago | parent

So AGI needs to be trained on something to work well on it. Lovely reasoning we have right here.

Delusion runs deep in HN circles.

I say that as someone heavily invested in AI startups and projects and as someone working in the field.

I think most people on HN should touch grass and find real human contact. Lmao

Incredible reasoning all around here.

echelon 10 hours ago | parent

I'm stating that certain folks are trying to use the software-generating product as an AGI/ASI and then complaining when it doesn't play chess very well.

People are holding it wrong, deliberately or not. Some are inventing bad faith measures so they can claim AI sucks.

minraws 9 hours ago | parent

Then why respond at all for the sake of responding?

We all know AI can code, but the question it all stemmed from what if it's AGI or GM level in chess on it's own.

You can't just back pedal from the statement that apparently being able to code a chess engine is the same as being good at chess.

I can write a chess engine that beats Magnus Carlson without AI that alone neither makes me GM level or AGI or any of the other claims the above comments seem to be making?

sdf32dsf 9 hours ago | parent

He keeps posting with a particular type of tone.

He definitely needs to touch grass.

echelon 7 hours ago | parent

Try to embrace hacker ethos and stop hating.

Y'all seem to miss the point of this forum. Building and hacking and science and engineering.

I swear there's a whole lot of you who just like to look down instead of up. There's a whole universe up there.

modulus1 9 hours ago | parent

I agree w/ this perspective. An agent with a harness that can run programs can solve a lot more than one without the harness. The AI system includes the harness, and it's not clear to me that AGI requires more than LLMs + code generation & execution are capable of.

minraws 8 hours ago | parent

So AI is AGI in fields where code can't solve anything?

Is code omnipotent, I have been in software all my life and I would hard agree here.

Sure stuff LLMs can do with being good at parts of code reproduction is incredible. And honestly it's the new way to do a lot of things but I have not see an iota of proof that it can scale across the board.

For instance Maths is just code with different symbols and slightly less universally legible concepts.

AI is the best invention at figuring out or walking the search space and directionally doing logically computation over general software adjacent stuff.

But that's it, I am certain a bunch of companies will make a lot of money despite no AGI.

I think people either don't understand AGI or don't understand how real world works.

Until an LLM can bow it's head take responsibility for mistakes made and ensure they aren't repeated again with 100% confidence to the leadership it's inarguably a tool a rather questionable one at that.

Yizahi 2 hours ago | parent

It's not even a "software-generating product". It's only half of it. Most of the heavy lifting is done by absolutely not-AI compilers, analyzers and the like. If not for these programs, written well before AI boom, them LLMs would be no better at programming than they are are at pure LLM based calculations or writing.

diehunde 9 hours ago | parent

AI bros: the LLM beats humans at solving Navier-Stokes and some old cypher. We are close to AGI

Also AI bros: LLM can’t beat an avg chess player. But that doesn’t mean anything. It doesn’t count

hackinthebochs 9 hours ago | parent

>LLM can’t beat an avg chess player.

Why should that matter?

janalsncm 8 hours ago | parent

If something has general intelligence it should be able to read the rules of a game and follow them. Therefore an artificial general intelligence (AGI) should be able to do this.

So we have a situation where very powerful and influential people are saying we will have AGI in 6 months (if we don’t already), yet the facts on the ground are so clearly pointing in the opposite direction.

hackinthebochs 8 hours ago | parent

I would bet a lot of money that Astra can follow the rules of chess (perhaps if repeated within the context window). Also, this is a different argument than what I responded to.

minraws 7 hours ago | parent

I can write you a benchmark to prove it even with a heavy handed system prompt Astra will make an illegal move during the course of the games first few moves are generally ok since it's just throwing out learned moves.

hackinthebochs 4 hours ago | parent

I'd genuinely like to see the results of that.

janalsncm 6 hours ago | parent

I would definitely take you up on that.

Gregkion 1 hour ago | parent

So we humans are not a general intelligence then?

And the stuff i'm using LLMs daily is just fake?

I see i see. I will see myself out of this weird discussion while I let an LLM continue doing a lot of interesting things.

dosisking 1 hour ago | parent

> And the stuff i'm using LLMs daily is just fake?

It simply means that LLMs are smarter than you, but not smarter than the average person

lelanthran 4 hours ago | parent

> Why should that matter?

Because we want to use this as a replacement for humans, and the average human can learn the rules of chess without needing to see the rules explained hundreds of thousands of times in millions of games.

So, yeah, it matters if a model has millions of examples of something in its training set and still cannot follow the rules.

hackinthebochs 4 hours ago | parent

We're not talking about learning the rules of chess here, but playing a competent game from just being shown the rules. Why is it so hard for people to keep track of the thread of discussion?

ncruces 1 hour ago | parent

But we are. The models can't even follow the rules: they try illegal moves all the time.

lelanthran 45 minutes ago | parent

> We're not talking about learning the rules of chess here, but playing a competent game from just being shown the rules.

Okay, lets go with that: it's the "shown the rules" bit that we are arguing about.

The argument is that a human may play maybe a dozen games after learning the rules, after which they won't be inadvertently attempting illegal moves. What we are observing with SOTA models is that, even after seeing millions of chess rules, rulebooks, actual games, etc, they still attempt illegal moves.

This does not point to generalisable and adaptable intelligence, such as we see in the average human.

lostmsu 8 hours ago | parent

The fact that LLMs can play chess at any level is a strong indication we are in AGI.

recursive 8 hours ago | parent

Can they if they frequently make illegal moves?

bigstrat2003 7 hours ago | parent

No it isn't. Computers could play chess long before LLMs, better than LLMs can in fact. That didn't make them AGI.

Gregkion 1 hour ago | parent

An AGI doesn't stand for 'perfect intelligence' it stands for artificial general intelligence.

And no an AGI system doesn't need to play chess on a certain level to be disruptive to you and me and whole industries. It only needs to be as good as a person and cheaper.

Just because you define AGI as something it doesn't has to be,doesn't mean i need to touch grass.

This chess comparision is one of the most ignorant and stupid arguments i have heard after the parrot thing

tsimionescu 15 minutes ago | parent

Do you know what the "General" in "Artificial General Intelligence" means? It specifically means that the AGI adapts to novel domains that it hasn't been trained on - its training generalizes to real world problems.

That doesn't mean it has to be extraordinary at these things. But to be AGI, it has to have some level of competency when used on problems outside its training set. In particular, it the LLMs were to install a known chess engine and run that to get the moves when asked to play chess, that would qualify for more AGI-like behavior. But really, chess is such a simplistic game that they should be able to do decently well at it even without even needing that. At the very least, they should be able to consistently play without making illegal moves - something that many 7-year olds manage quite well.

striking 10 hours ago | parent

It's not quite the same, but the in-flight chess game provided by Delta was known to be absurdly hard: https://news.ycombinator.com/item?id=46593395

willmarch 9 hours ago | parent

I believe I remember reading it was based on Glaurung's code (which eventually evolved into what we now know as the juggernaut Stockfish).

what 9 hours ago | parent

I can write a chess bot program that will beat you. Does that mean I’m good at chess?

>If they cared to have it perform well in chess games, you'd see a different shape and behavior.

So the things they claim are on the verge of AGI actually aren’t? They need to be trained for specific tasks?

phoghed 9 hours ago | parent

They’ll never be AGI simply because the definition will be constantly updated to be some steps ahead of them.

fc417fc802 2 hours ago | parent

I'm pretty sure "competent at chess without external aids" has been on the standard AGI checklist since before personal computers were a thing. How can you claim an intelligence is general if it can't make sense of such a highly constrained board game? This is solidly table stakes.

jibal 3 hours ago | parent

First, you're moving the goalposts. Second, it's not actually true that any existing frontier AI can write a chess bot program that can beat a 1600 player ... not unless the program is derived from Stockfish or some other leading engine that has been in development for decades.

> The system is built and delivered as it is because that's how the providers make the most money. If they cared to have it perform well in chess games, you'd see a different shape and behavior.

These comments indicate a complete failure to understand the technology.

I won't respond again.

uncivilized 9 hours ago | parent

HN is no different than Reddit, or any social media for that matter, in that commenters pretend to read articles.

xdavidliu 9 hours ago | parent

that is if it even a human commenter at all

linkjuice4all 8 hours ago | parent

State-sponsored psyop meta comments aside, the models obviously continue to get better, but there is still a lot of 'guard railing' required to keep even the latest models completely on-task. The chess example is interesting because it's clearly a well-studied and established domain so the rules, strategies, and whatever else is in the training data should make yield excellent results; but clearly there is some behavior in these systems that's difficult to engineer out.

YeGoblynQueenne 16 minutes ago | parent

For me the useful intuition is that LLMs haven't somehow magickally learned to implement any of the algorithms we know that we have used to make strong chess engines: alpha-beta minimax and Monte-Carlo Tree Search on the one hand, and obviously the ability to learn accurate evaluation functions by self-play.

I mean we've done all this before in a task-specific fashion. It's useful to know that LLMs haven't managed to do that in the process of learning to represent the entire text on the web. On the other hand they have gotten say very good at machine translation without being trained exclusively (and I select the preceding word carefully) on machine translation.

Edit: I'm saying this because there is this idea expressed by e.g. Ilya Sutskever, that in order to predict the next token accurately an LLM has to learn something about all of underlying reality. See for example this interview with Dwarkesh:

https://x.com/biobootloader/status/1640512444958396416

Where Sutskever claims that "Predicting the next token well means you understand the underlying reality that led to the creation of that token".

If that were true, we should have seen LLMs play good chess by now. There is a huge amount of data on playing chess floating around on the web in the form of algebraic chess notation and if LLMs were capable of learning the "underlying reality" of chess, they would already have. They haven't. Because they can't. What Sutskever is saying flies in the face of literally hundreds of years of statistical modelling, which is to say, building predictive models that, very explicitly, do not have to understand any "underlying reality" and only have to be good at modelling a dataset.

TheOtherHobbes 3 minutes ago | parent

I'm not sure why anyone is expecting stochastic systems to be deterministic.

Chess is a deterministic game won by a combination of known movesets and constrained multi-level forward search.

LLMs do neither of these things. They don't reproduce training data exactly, their next response is more 'inspired by' prompts and its own memory than produced deterministically, and they don't have the capability to do general forward search on their own.

So when you ask an LLM to play chess you're getting the equivalent of a very compressed and lossy JPEG of chess rules and strategies with added per-turn random noise.

They also don't have the ability to design their own chess engine, although it would be interesting to see what happens if you ask for one.

nalekberov 4 hours ago | parent

Exactly, especially when you touch “forbidden things”, like questioning why rust IS not the best system programming language, you will be punished so hard by “expert”s.

avadodin 1 hour ago | parent

Back in 2001, our social medium was Slashdot and no one ever pretended to read the article. No one read the article either. It was slashdotted most of the time anyways.

Onavo 3 hours ago | parent

> even if I give them literal infinite time and all the subagents and internet access..

Don't use the word infinite in any CS claims. They can recreate or approximate monte Carlo tree search and it technically is still a correct solution in your framing of the problem so long they defeat you.

sfn42 5 minutes ago | parent

If they don't actually do that, given "infinite" time, then it doesn't matter what they allegedly "can" do.

automatic6131 3 hours ago | parent

HackerNews is Gell-Mann amnesia that refreshes on every comment on every thread.

dmurray 2 hours ago | parent

> I am around 1600 elo in over the board I can mop up Astra Fable etc even if I give them literal infinite time and all the subagents and internet access.

I don't believe this.

You refer to "subagents", so this is not just an LLM but an LLM with some kind of agentic harness. Any reasonable harness and prompt, given internet access and appropriately prompted to succeed on this task, is more than capable of firing up Lichess or chess.com and relaying moves back to you. The free levels will be enough to beat you.

A frontier model can also likely one shot a chess engine that plays at your level, again if given an environment in which it can do that.

I completely believe the LLM on its own can't play a full game of chess at your level. Though I'd bet that with enough reinforcement learning it is possible to train a pure transformer architecture to do that. We just don't do it because there are other approaches that play chess much better.

YeGoblynQueenne 19 minutes ago | parent

>> I know HN readers and posters just read numbers and can't be bothered to read, but please read the methodology before making any claims.

This is unfair to HN readers all of whom but one did not post the comment you replied to. You can't just tar everyone with the same brush. There are thousands (hundreds of thousands?) of users on this site.

sashank_1509 10 hours ago | parent

These ratings seems very wrong, i have beaten GPT Astra max thinking in chess and my rating is close to 1500. The ratings here seem more accurate: https://chessbenchllm.onrender.com/

GPT-6 almost never suggests an illegal move anymore while even Sol still did so time to time

jibal 3 hours ago | parent

"Elo is relative to the ChessBench field."

They are of course "wrong" if you don't read the faint fine print and sensibly interpret them as FIDE or similar ratings.

sobellian 10 hours ago | parent

If it's a GM then I'm Magnus Carlsen, https://lichess.org/study/27lCQqDa.

boesboes 4 hours ago | parent

Dumbest thing I’ve seen today

jibal 3 hours ago | parent

Please do not post misinformation. They are not playing anywhere near GM level.

"Elo is relative to the ChessBench field."

sobellian 10 hours ago | parent

I tested both myself and a weak bot against Astra xhigh, https://lichess.org/study/27lCQqDa. It's still pretty bad at chess, though it takes longer to devolve into illegal moves.

phist_mcgee 17 minutes ago | parent

That's really cool, thanks for sharing!

aprilthird2021 4 hours ago | parent

They still need supervision though

21asdffdsa12 3 hours ago | parent

So give me a falsifiable point in time, a model you would claim succeeds at the task. One does not get to hotfix-patch updater out of the pressures of reality. Today is the day.

ares623 51 minutes ago | parent

Well I guess this excuse is finally gonna become obsolete soon with all the "pacing" nonsense.

user43928 10 minutes ago | parent

There is no need to ask. If you want to test SOTA models today, there are obviously only two: GPT-6 Astra and Fable 5.1.

The models listed in the paper are from early 2025 and are no longer relevant, much less on the frontier.

That Claude version is no longer available today, Gemini 2.5 Pro will be shutdown next month, and the OpenAI models are only available via the API today.

dgb23 2 hours ago | parent

The gap in capabilities is mostly quantitative and not qualitative.

RealityVoid 1 hour ago | parent

Is it? I am on the fence on this, but it does seem like there are some qualitative improvements between the models.

Not related to your post, but a fact I keep mulling over. The fact I don't trust the current crop of LLM's enough and I consider LLM's as a tech will hit a ceiling pretty hard, it doesn't mean parallel improvement curves won't spring up out of other research that will lead to much higher capabilities than currently.

zahlman 2 minutes ago | parent

> but it does seem like there are some qualitative improvements between the models.

It could easily seem that way, I think, in a "quantity has a quality of its own" kind of way. When you can come to the same conclusion faster, that lets you iterate more; and sometimes when you iterate you find more things.

zahlman 15 minutes ago | parent

Just now I tried prompting logged-out ChatGPT (which at least claims to be 5.6-Luna) with:

> Let's play a game of chess. You can take White. Please draw an ASCII rendition of the board after each move, so that we can be clear about the position.

(I hoped the latter requirement would help it be "not blindfolded"; last time I used a Lichess demo board to track the position in another tab, because I have no talent for blindfold chess.)

For the first couple of moves it redrew the board after each move; then it started only drawing it after my moves. And on moves 5 and 6 it dropped two minor pieces for pawns in a row without any meaningful positional advantage, and after I captured the second time, it redrew a board that was simply missing one of my pieces for no reason.

It actually played better when not prompted to draw a board; in the previous session, it was spontaneously giving running commentary, which I assume was based off all the "book" theory in its training data, but it still completely fell apart at early midgame.

consensus1 11 hours ago | parent

This isn't how intelligence works. The LLM may not be able to play chess directly through inference, but it can write a program to do it and execute that program. Same as how human intelligence works. We can't fly, but we can build planes.

nefarious_ends 10 hours ago | parent

Thanks for saying this, feels like everyone has gone insane over this stuff.

what 10 hours ago | parent

Humans don’t code a $game engine to play $game, they can just play it. It seems like you are the one that has gone insane.

hackinthebochs 9 hours ago | parent

And how many years of direct play and study does it take for a human to get good at chess or any other game? Absolutely no human ever could be good at chess just by reading a few books, or even every book on chess. That's just not how the brain works. If LLMs could do that they would truly be superintelligence.

sph 4 hours ago | parent

No, learning is definitely not a sign of super intelligence. I know words don’t mean anything anymore, but that is simply general intelligence, despite the claims we have reached this milestone.

hackinthebochs 4 hours ago | parent

No, but superhuman capabilities derived from ordinary learning is, which is what the parent comment described. Why is that not obvious?

lelanthran 3 hours ago | parent

> And how many years of direct play and study does it take for a human to get good at chess or any other game?

Time is irrelevant to training; the more relevant comparison is "how many games does a human need to play to get diminishing returns".

orwin 2 hours ago | parent

A week. My brother learned and was above 1100 online within 12 hours, after a few hundred games.

mtlmtlmtlmtl 1 hour ago | parent

> Absolutely no human ever could be good at chess just by reading a few books, or even every book on chess.

Maybe not, but you'd be surprised how little it takes.

A six year old child can learn the rules of chess well enough to be able to play legal moves only in a single day. And they can improve their game at a pace which is almost frightening to behold. I have taught children, and I've witnessed significant improvement materialise in a single game. LLMs have probably thousands of chess books, games, videos, etc in their training data, yet they are unable to even follow the rules.

This is, at the very least, interesting. It illustrates many of the things brains can do, which current ML systems in general, and LLMs in particular, can't.

thesmtsolver2 10 hours ago | parent

Human beings can play chess directly without coding up a tool.

consensus1 9 hours ago | parent

Very poorly compared to the tools we have built. Similar to the LLM.

shimman 9 hours ago | parent

Poorly in what sense? I think human chess leagues are way more popular and fun than just playing a computer by yourself. Human oriented communities are always a vastly better experience than their digital counterparts.

There's more to games than simply winning you know.

thesmtsolver2 8 hours ago | parent

Comparing to raw LLMs? Much much better.

qarl 5 hours ago | parent

If they wanted to train an LLM to play chess they could easily do so.

But nobody wants that.

jstanley 3 hours ago | parent

Asking an LLM to play chess by writing algebraic notation is like asking a human to play chess blindfolded.

Yes some people can do it but most people can't even if they're unusually intelligent.

You really need to be giving the LLM a board representation.

EDIT: I see that they actually were giving the LLMs a board representation and they still played badly. Fair enough then.

famouswaffles 11 hours ago | parent

Frontier labs don't care about chess. If OpenAI cared, GPT-7 could be a grandmaster+ level chess player. In fact there's a google paper on grandmaster level chess without search with a 270M transformer. Outside that, there was gpt-3.5-turbo instruct which was incidentally a 1800 lichess elo player that didn't make any illegal moves even after a few thousand moves. Frontier labs care deeply about automating knowledge work and computer use. They are working hard on getting models better and better, and they are succeeding. Astra is a step change on that front. So good luck i guess, if chess performance is your barometer.

bigstrat2003 10 hours ago | parent

> Frontier labs don't care about chess. If OpenAI cared, GPT-7 could be a grandmaster+ level chess player.

If the models were actually intelligent, the way that the boosters claim, they wouldn't need to be tuned to play chess in order to be good at it. That's kind of the point of intelligence, that it is generically applicable to whichever task one wishes.

skydhash 10 hours ago | parent

Pretty much this. Feed it a book or two on chess, and you should have a decent (or good) player. That's the generic intelligence people have. The aims is not to be supremely talented at something, but being able to read a manual and figure how to use/play something. Mastery can be gained overtime.

willmarch 10 hours ago | parent

If you gave a human a book or two on chess they would not become a decent player (they would be closer to 500-600 than 1100 ELO) and they would only get better after playing hundreds or thousands of games (often making illegal moves and moves that violate the rules of chess as they learn).

Your assumptions/intuition about generic human intelligence feels quite incorrect, considering LLMs currently play better than a brand new human player would (presumably without any attempt to fine tune them specific on chess, such as playing thousands of games).

what 9 hours ago | parent

> considering LLMs currently play better than a brand new human player would

They’ve ingested all the literature on playing chess, a brand new human player has not.

willmarch 9 hours ago | parent

Yes, but my point is that humans can’t even do the thing that the above comments are claiming humans can do (read a book or two and be decent at chess), and then they complain that LLMs can’t do the same thing (that humans can’t do either).

We seem to be moving goalposts to the point that humans don’t even live up to the expectations of the AI critics. The only way you get better at chess is by playing a lot of games and learning from mistakes, that goes for humans or AI agents, not simply by reading about chess.

skydhash 8 hours ago | parent

> The only way you get better at chess is by playing a lot of games and learning from mistakes

How can you play without being aware of the rules and how can you learn from your mistakes without knowing they are mistakes? That’s what I said about reading a book of two. It is to kickstart the process. Then mastery is gained over time through practice.

This kickstarting then gradual refinement is how most people learn. And the foundational knowledge stays. Even a basic player knows to not do illegal moves.

willmarch 7 hours ago | parent

Reading can kickstart the process, but you can also make random moves guided by some sort of system (such as a computer GUI) or learn by watching other players play. The overall point is that you learn through observation and lots of trial and error (whether you are a human or a computer). And beginners in chess often make illegal moves even after learning the rules, it's fairly common.

It feels like you're trying to say that humans never make illegal moves while learning chess, which doesn't match with my experience. I'm trying to understand your overall point.

rsfern 8 hours ago | parent

the discussion isn’t really about whether language models can become strong chess players though, the point is they seem to struggle to consistently make valid moves. Most humans don’t need to read two books to pick that up, just a couple lines of basic instructions

willmarch 7 hours ago | parent

That has not been my experience with new players, they regularly make invalid or incorrect moves even after detailed instructions especially in novel situations.

orwin 2 hours ago | parent

That's quite untrue. I taught my (adult) brother the moves, the only illegal move he ever tried against me (over his 6 first games) was a castle with a rook that already moved twice. Within a few hundred games (less than 500 for sure, he played 3 minutes blitz but always took at least 10 minutes analyzing his games) he was rated 1100 on lichess (which is like 1050 on chess.com and unranked in the real world).

willmarch 2 hours ago | parent

So your brother tried to make illegal moves while learning the game and it took your brother hundreds of games to get to be a decent player? I don't see how this contradicts anything I said...

orwin 1 hour ago | parent

The _only_ illegal move a human might make as a beginner is a failed en passant or a bad castle. And yes, a few hundred games is all it takes to be better than any publicly available LLM at the moment.

famouswaffles 10 hours ago | parent

If humans were actually intelligent, they wouldn't need to train and practice to play good chess. I mean, what level do you think people without any practice or training are ?

diehunde 9 hours ago | parent

Except all these LLMs were already trained with hundreds of chess book and game databases and they still suck

famouswaffles 9 hours ago | parent

If all you do is read chess books, you'll be a shit player. Training and practice is what it takes to be great.

sdf32dsf 9 hours ago | parent

WTF even is this post?

diehunde 8 hours ago | parent

Oh right. But if all you do is reading programming books you are an amazing programmer? Where is all the training and practice LLMs did to become so good at coding?

famouswaffles 8 hours ago | parent

LLMs (and Humans) don't get really good from programming books lol. The training and practice is the actual code they predict and learn from in the process of predicting.

diehunde 7 hours ago | parent

Oh I see. So if someone just reads books AND actual code then they can become experts, got it. And by the way LLMs are also trained with probably hundreds of thousands of actual games not just books

hackinthebochs 3 hours ago | parent

>Where is all the training and practice LLMs did to become so good at coding?

Coding is a matter of translating the natural language description of a problem to the code specification while keeping the semantics fixed (and imputing the unspecified semantics as necessary). It is not considerably more difficult than translating between two dissimilar natural languages. Chess isn't a matter of language translation, but a compute heavy game of finding the best move out of many possibilities with wide variation in the quality of each move. Chess takes directed practice and reinforcement whereas language translation does not.

brindleth 1 hour ago | parent

It's called post-training, typically through some form of reinforcement learning, and is a significant part of modern LLM development.

You have the first stage, pre-training, which is learning from next token prediction. That's where the model memorises a lot of facts about things and generally gets good at forms of writing. It's like reading a lot of books on programming and reading through a lot of source code. It's learning how to autocomplete code, essentially. Doing that requires a developing a reasonable understanding of code, but it's also learning how to autocomplete bad code as well as good, and won't make it a "good" programmer.

Pre-training uses a method called Cross-Entropy Loss to update the weights of the network.

Then comes post-training. This is where the model is trained against huge sets of example problems, like fixing a bug, adding a new feature based on a spec, etc. They are set the task and try to complete it inside a training environment. Once they're done, their complete solution is evaluated (either by humans, or by some separate evaluation model that was developed based on human feedback) and they are updated based on whether the solution was good or not.

Post-training uses a different method called Proximal policy optimization to update the weights of the network.

So these really are very different forms of learning, and mainstream LLMs are not post-trained to be good at chess. They could be. You could easily create a reinforcement learning environment that evaluated and improved their ability to play and win at chess. The result would be a very strong chess playing AI, something we know is possible because the strongest chess playing programs we have are neural network based, but it is not a priority for AI companies.

WarmWash 9 hours ago | parent

Contrary to popular belief, you need a lot of training on something for an LLM to be good and consistent with it.

People think that if one mention exists in the training set, then the LLM is perfect at it.

diehunde 8 hours ago | parent

Not one mention. Hundreds of books, articles and databases of games.

bigstrat2003 7 hours ago | parent

OpenAI making the next model good at chess is not analogous to a human training to get good at chess. It is analogous to God creating Human 2.0 which now has increased chess playing ability. If LLMs were intelligent the way humans are, then the models that exist right now would be able to spend time improving themselves at chess and become good at it. They can't do this because they are not, in fact, intelligent.

Gregkion 1 hour ago | parent

Thats just absolutly not true.

A human being has general intelligence and needs A LOT of training and finetuning to become good in chess.

And there is a relevant and significant difference between the expectation of an AGI and an ASI system.

foldr 41 minutes ago | parent

Humans don't need a lot of training and finite tuning to make only legal moves.

An intelligent adult could simply read a short summary of the rules of chess and then, if they were careful, play a very bad game of chess without making illegal moves.

An LLM that has not been trained on any chess data cannot do that, at present. If you doubt it, take a current model and tell it that you want to play it at a variant of chess where, say, knights can also move diagonally like bishops. A human can easily adapt to this new ruleset (even if they make tactical mistakes, not having practiced with this variant of the rules).

thom 24 minutes ago | parent

How long a prompt do you think would be required to cajole an LLM into making legal moves at the rate of a human? Or do you think no amount of prompting could do that?

foldr 4 minutes ago | parent

I don't know. My understanding is that current models will eventually fall into making illegal moves in longer chess games, and that no amount of prompting reliably gets them to stop doing so.

WhitneyLand 10 hours ago | parent

1. It’s hard to trust a 2026 paper that’s showing results for such old models.

2. Chess seems to be a poor benchmark for generalized strategic reasoning. People who are good at it rely more on experience and deep domain expertise than on skills that generalize to make them experts at unrelated tasks.

3. The study sounds like proving humans will never fly because they don’t have wings. In reality, humans do fly, and Claude Fable would destroy any human at chess by coding a strong enough engine on the fly.

manquer 10 hours ago | parent

> People who are good at it rely more on experience and deep domain expertise

People are good are 1900 or 2100 above and the top ones who spend decades in the field i.e. deep expertise are well in the 2200-2700 range.

A 1100 player is none of these things, they are purely relying on strategic reasoning there is a good chance they cannot name a single opening or articulate clearly why a move was appropriate. 1100 is quite low bar.

svachalek 8 hours ago | parent

1100 at online speed chess or something, could be. I'm not that deep in the chess world but everyone I know that can make 1100 in official rating can name a dozen openings and most of the known tactics, and is pretty good at applying at least one opening.

tovej 3 hours ago | parent

1100 is literally below the ELO you get by default as a beginner.

orwin 2 hours ago | parent

1100 lichess/chess.com does not represent real elo. I'm around 1400 online, I would still be unranked in the real world. The fact that I easily beat any model publicly available is not a great look for AGI.

what 10 hours ago | parent

> Claude Fable would destroy any human at chess by coding a strong enough engine on the fly.

Delusional, but then Claude fable also isn’t beating any human at chess, the engine is.

paimapi 9 hours ago | parent

so prove it! get a public repo out there, have it play against some open source engines

also I think the operative letter in AGI is the G - and if the G is short for 'variably competent savant-like hyperfocus on certain kinds of software coding and not any other general skill' then its not really G at all, is it?

BobbyJo 9 hours ago | parent

I suck at chess. Are you saying I can't be intelligent?

paimapi 8 hours ago | parent

is that what I'm saying? or am I talking about AGI? perhaps there's some irony here to be explored when it comes to basic reading comprehension gaps

jibal 3 hours ago | parent

That's a polite way to put it. :-)

nmehner 4 hours ago | parent

If you read all chess tutorials, strategy documentation and game archives on the internet and then would still suck at chess: yes.

brindleth 1 hour ago | parent

Declarative knowledge is not the same as procedural knowledge. You can read as many chess tutorials, strategy documentation and game archives as you like, they won't make you good at chess until you actually start practicing chess.

foldr 47 minutes ago | parent

The issue with the models isn't that they play a bad game, but that they persist in making illegal moves. An average intelligent human can be told the rules of chess and then play chess, badly, within the rules.

carodgers 9 hours ago | parent

> Claude Fable would destroy any human at chess by coding a strong enough engine on the fly.

A bash script can clone and build stockfish, feed in human moves, and reply. By your standard, this bash script would "destroy any human at chess."

Are you interested in assessing the intelligence of the model, or the intelligence of the tools the model can use?

nimbleal 3 hours ago | parent

Maybe practically it doesn’t matter? Perhaps AGI is not the model but the model plus everything it’s got access to. If we’re modelling intelligence in the way we seem to have to to have any coherent definition of AGI, it seems to me <model + everything it can access> is always going to be more “intelligent” than <model> alone.

Planktonne 1 hour ago | parent

That would mean we should consider any human with coding knowledge a chess grandmaster, which is obviously not the case.

Certhas 3 hours ago | parent

Good science, properly digested and presented takes time.

The idea that anything other than a breathless blog post about the latest model snapshot is useless is really poisonous to proper debate on AI issues

matteoraso 10 hours ago | parent

I don't see why this is such a big deal. Nobody's using LLMs for chess, but even if they are, just give them Stockfish as part of their harness. They don't need to do everything themselves as long as they're intelligent enough to use tools.

gizmodo59 10 hours ago | parent

why cant models make a tool call to stockfish? its like saying model can't execute python for complex math calculations

redcheeks 9 hours ago | parent

Exactly. All these nerds saying cars make bad submarines. Well duh.

what 9 hours ago | parent

Because then it’s not playing chess, stockfish is?

1dom 3 hours ago | parent

The last post on HN I read was about someone using LLMs to reverse engineer an Apple GPU driver for linux in a month. The top comment points out how the poster must have had specialist internal domain specific contact with Apple. But then the thread concludes that wasn't the case and that this would take domain experts years to do.

> "current frontier models need laborious oversight and guardrails on even the simplest tasks"

I feel this statement is extreme. I can't personally reconcile it with any of the projects we're regularly seeing get delivered largely by LLMs now.

What are you thoughts? Like, what's your position here? Even if you sincerely believe frontier models need laborious oversight on even the simplest of tasks, do you think that accurately captures and reflects the current state and progress of frontier LLMs?

Don't get me wrong, there's lots of things LLMs can't do well, but the idea that they're basically not helpful for even the simplest of tasks seems... disingenuous?

stinkbeetle 3 hours ago | parent

> Researchers asked frontier models to play chess. Have a look at the MAR rates in Table 3. When not explicitly told which moves were legal, no model identified legal moves at a rate better than 80%. Many asked for more illegal moves than legal moves. And even when explicitly told which moves were legal, the models continued to ask for illegal moves. With illegal asks discarded, none of the bots could beat a chess model calibrated to 1100 ELO.

It can be very interesting and even entertaining to know where models don't do well. I don't find something like chess to be very instructive about anything though, nobody is going to pay for AI to play chess at any significant scale even if it could do it perfectly.

> The author of the originating post says that "current frontier models need laborious oversight and guardrails on even the simplest tasks", and he's absolutely correct.

I have found that not to be the case, and I am not an AI power user or cheerleader by any means. There's probably a bunch of even "simplest" tasks where AI doesn't do well and might never. That doesn't take away from the cases where it works well and is a productivity booster. It doesn't even have to be solving millennium prizes or any other breakthrough creativity or reasearch, it's still very useful in places.

tossandthrow 3 hours ago | parent

Llm systems are not really build for adhering to a grammar (other than "a string og tokens").

It is also not clear whether the llm adhering to a grammar is necessary for intelligent agents.

Certainly,a harness can easily correct for it.

vkazanov 3 hours ago | parent

By the promise of it, llms should be able to both adhere to grammars, or go free form where necessary. I mean, doing math is supposed to be strict but in practice it's a somewhat educated random walk in the space of correct lean theorems.

Harnesses do correct things, sure.

tossandthrow 3 hours ago | parent

You are right. I am imprecise.

Languages allow a certain flexibility in their grammars - you can read a sentence without that adhering it exactly to the grammar.

Games and programming languages (including lean) does not allow this flexibility.

A very intelligent person would likely also reason in terms of probably outcomes before correcting a statement to adhering entirely to the grammar.

Certainly it must be like that, otherwise reviews in math was rendered moot.

Do we blame research mathematicians for not adhering to the grammar?

wodenokoto 3 hours ago | parent

It seems absolutely crazy to me to expect an LLM to code a solution to a problem while also not expecting it to be able to adhere to a grammar.

tossandthrow 2 hours ago | parent

Why?

You might never have tried to program before, so I don't blame it on you.

But most programmers, even experienced ones, see grammar and type errors regularly.

Gregkion 1 hour ago | parent

How much support do we as humans need to get rules right?

I'm an expert in my field, read my comments, my gramma is shit.

Auracle 3 hours ago | parent

The fact that they can play chess at all despite having no specific training for it blows my mind, and the fact it doesn’t do the same for many others shows just how far they’ve come and how fast.

kbau 2 hours ago | parent

I suspect (in a probably ignorant fashion) that this is because learning process has been reading a lot of algebraic chess notation (such as "1. e4 e5 2. Nf3 f6 3. Nxf6 gxf6 4. Qh5! +-") then, to play, generating more of it without considering the rules of the game. This is exactly how it's always felt to me when playing chess against LLMs. Sure, "1. e4 e5 2. Nf3 Nc3" looks innocent to somebody simply learning the syntax of algebraic notation, but that Nc3 by black is an illegal move.

An LLM is the wrong approach for playing chess.

ricky54 1 hour ago | parent

If you give the same task to an exceptionally intelligent human, who does not play chess and has only heard about it in passing, then they would be beaten by every child who has looked at the rules for more than 10 minutes.

What kind of intelligence is "playing <____> but we don't tell you the rules" supposed to test?

lynx97 1 hour ago | parent

Well, yes, PGN files have structure... But still, playing Chess with an LLM is so weird that I impulsively question the sanity of people attempting to do so. Do some people really believe training on TWIC PGNs would make an LLM a good chess player?

knuppar 11 hours ago | parent

Short and to the point! Open and cheap models will undercut the big labs continuously. The blast radius won't be pretty once spending commitments knock the door.

pvab3 11 hours ago | parent

I agree with you but I'm still worried about the safety of open weight models as well. Both aligned and unaligned models.

m3kw9 10 hours ago | parent

You said it like labs like open AI doesn’t know and don’t constantly make moves to prevent that undercutting

woeirua 10 hours ago | parent

Open models wont be open for long. No one is going to release an open model capable of chaining zero-days. Even the Chinese aren't that reckless because it will just be turned around and used against them.

ransom1538 9 hours ago | parent

I haven't heard of the term "chaining zero-days". Now as a SRE I wont sleep.

danny_codes 7 hours ago | parent

As compute prices fall it gets easier and easier to make "frontier" models. So it's inevitable that commodity, open source models of equivalent capacity to today's "frontier" models will be available to the public. Remember this is just weights, anyone can download them and run it whenever they like. The only constraint is compute.

Wazzymandias 6 hours ago | parent

depends on the blast radius of zero-days, it's not like there's a continuous immediate release process for these models; they can eval internally before releasing publicly

utopiah 2 hours ago | parent

Isn't that assuming that fix won't be implemented?

Zero days are valuable because they can be exploited but if the pace of exploitation is faster (which I'm not sure is the case), then the response WILL be faster, even if it means going offline. Institutions that won't will simply go offline by losing their data or becoming unprofitable due to ransomware.

Now for components that are core to the infrastructure, say OpenSSL, there is already a TON of attention and efforts, including red teaming, so it's not as if it's opening floodgates.

Sure low hanging fruits will get picked either faster or a at a larger scale, say a random outdated IoT device at your local flower shop, but for the rest, I don't think it's realistic to expect no response.

Security, digital or not, has always been an arm race. New threats means new responses specifically by incorporating the threat.

aogaili 11 hours ago | parent

good post/take.

baceituno 11 hours ago | parent

doomers gonna doom

war-is-peace 11 hours ago | parent

refreshing to see amongst the endless tide of "i haven't written a single piece of code since 2025, llms are so good that they have already replaced everyone" gaslighting

Founderarcstone 11 hours ago | parent

I am bullish on AI. At some point well see some true advancements.

vatsachak 10 hours ago | parent

I agree with the caveat that it's more like a cracked junior engineer who can manage swarms of interns.

Frontier Labs will probably survive off hype valuations but will serve the important purpose of discovering architectures/techniques that will probably spread through rumors/transfers to the rest of the world.

m3kw9 10 hours ago | parent

All website should come with a Summerize button.

MiroslavPokorny 10 hours ago | parent

DO you know those ice cream shops that sell 30 different flavours. Everybody likes a different flavour, some people dont even like ice cream and buy nothing.

Some people will complain about the wrong flavours, or missing flavours, or the price, the long lines or maybe it closes early on fridays.

Summarise means different things to different people.

willy_k 5 hours ago | parent

Thats a browser level task.

zzzeek 10 hours ago | parent

great, autonomous LLMs will fail. that's actually perfect. they work amazingly well when we're telling them what to do. no autonomy needed, no destruction of humanity. that's all win

keeda 10 hours ago | parent

The premise in the very first point seems off:

> the frontier labs are priced according to the narrative that they have produced or will in the very near future produce a fully automated drop-in replacement for most knowledge workers...

Even assuming this is how the AI companies are being valued (they're not), the numbers are off.

The "value" of most knowledge workers -- based on what enterprises currently pay for them -- is $50 - 70 trillion annually. It's reasonable to assume that if AI drop-in-replaced all those knowledge workers, AI companies could credibly charge somewhere in that order of magnitude, because that's what the market is already bearing.

So if their hypothetical revenues are double-digit trillions and valuations are some multiple of that, the entire AI industry would be valued at double-digit trillions at the least.

Yet cumulatively the industry (the frontier labs + the SWAG estimate of the AI parts of all the other players) are valued at, say, ~6 - 7 trillion? Which seems like a fair approximation of how much knowledge work they can currently automate.

flyinglizard 10 hours ago | parent

You’re right; given that most of the money in the AI market is injected through OpenAI and Anthropic (which collect it through both selling equity and through customer revenue), the 7-8T is just a derivative of that.

iron_albatross 9 hours ago | parent

When thinking about these valuations, shouldn’t we try to quantify how much knowledge work becomes obsolete if other knowledge workers are automated? I.e. there are a huge amount of knowledge workers employed in businesses that create tools for other knowledge workers. AI won’t automate their work, those businesses will just cease to exist.

And then there’s the second order effect: if all the knowledge workers get automated, who is going to buy the stuff that’s produced?

credit_guy 8 hours ago | parent

I think you are committing the lump of labor fallacy [1]. Lots of jobs will disappear, but others will appear. Lots of things (both intellectual and material) that are produced nowadays by humans will be produced in the near future by AI. But humans will be needed to do new things.

Take the Hugging Face incident. Why did it happen? Because the people whose task was to set up a testing framework took shortcuts. Why did they? Because there weren't enough people who were assigned to do the job. Why not? Because the job is too new and not enough people are qualified to do it. It's a job that simply did not exist 3 years ago. But 3 years from now, this job might very well employ tens of thousands of high skill knowledge workers.

[1] https://en.wikipedia.org/wiki/Lump_of_labour_fallacy

keeda 4 hours ago | parent

Oh for sure, this was a simplistic analysis assuming AI adoption caps out at some X% of job responsibilities where X << 100%.

Unfortunately, I fear that may not be the most likely outcome. I've posted some comments on this before, but when I start thinking about how deeply everything will change once people figure out how to properly leverage AI, I see no outcome other than significant, widespread job losses.

As you indicated, at that point we will have much a bigger problem than the valuation of the AI industry. I'm not sure how it will get solved, I just know it will HAVE to be, because it would be an existential problem for everybody: people, governments, even the billionaires! Because now consider the 3rd order effects: if nobody can buy the stuff that's produced, how can billionaires get even richer? ;-)

zug_zug 8 hours ago | parent

> The "value" of most knowledge workers -- based on what enterprises currently pay for them -- is $50 - 70 trillion annually.

What do you mean? The sum of ALL US salaries is $13.4 Trillion per year. According to google $65T is the sum of ALL salaries Globally (not just knowledge workers). It's not reasonable to assume AI is a drop-in-replacement for any job yet (perhaps bottom tier customer support from oversees?).

> So if their hypothetical revenues are double-digit trillions and valuations are some multiple of that

So you're sort of premising here than more than 16% or 1/6 of all the world's jobs get replaced by AI. Hopefully you can understand that's both not the current AI capability and also would be a terrible (unprecedented?) economic shock.

farrellm23 7 hours ago | parent

You are comparing company valuations to annualized revenue (as approximated by some fraction of total knowledge worker compensation). Valuations are (roughly) based on the sum of all discounted future cash flows, not just the current year’s revenue.

keeda 4 hours ago | parent

It does not have to be 16% of all jobs, but 16% of any given job, i.e. AI stays in an augmentative role rather than a complete job automation. The simplistic analysis is if a tool makes you X% faster, that can be worth X% of your salary to your employer.

Unfortunately, I do fear that AI adoption will go beyond augmentation to automation, and I do fear an economic shock. Just posted this down-thread: https://news.ycombinator.com/item?id=49722616

fittingopposite 6 hours ago | parent

> It's reasonable to assume that if AI drop-in-replaced all those knowledge workers, AI companies could credibly charge somewhere in that order of magnitude, because that's what the market is already bearing.

Future supply and demand will set the price - not what is paid today. If supply by open models is vast and cheap, I can't see that the entire knowledge industry can hold the current size. It'll rather collapse to a fraction of its current value.

_ink_ 1 hour ago | parent

> The "value" of most knowledge workers -- based on what enterprises currently pay for them -- is $50 - 70 trillion annually. It's reasonable to assume that if AI drop-in-replaced all those knowledge workers, AI companies could credibly charge somewhere in that order of magnitude, because that's what the market is already bearing.

I don't think that AI companies can charge the same. The human workforce can charge these costs, because of scarcity. But AI systems won't be scarce, it's just a matter of who can run inference cheapest. Plus you still have the human workforce, which might be forced to offer their time for less money.

sgt101 39 minutes ago | parent

There's a leverage issue.

In one case (financial services) it's thought that expertise is valuable at V=S^2/b4 where V is value, S is skill and b capacity (the leverage available to the manager/expert. b erodes as it becomes harder to find examples of things that are not done well, so if you manage $1bn you might find lots of miss allocations that you can exploit with just that $1bn really effectively, but if you manage $10bn it's much harder to find good places for the extra $9bn. A low hanging fruit effect.

Anyway, that double hit - raw skill and the amount of times you can supply the skill makes the value of skill (V) convex, and it means that in a perfect market (heh heh heh) someone running $100bn is worth 1000's or maybe 10,000's of an average joe expert.

Now, if AI is trusted to run the top 0.1% of everything and has the skill to do it at human top level expertise, then your calc holds. If it's the case that it isn't then more than half of that value disappears. If it's not even top 1% then chop out another 25%.

That implies that we need a lot of trust and a lot of AI capability before these valuations stack up, and it also implies that all other competitors and incumbants are going away. I do not think that Citidal or Bridgewater are going to let Anthropic or OAI take them without a fight. They might lose - but there is a decent bet that they don't. I don't think that many professions like Lawyers or Doctors are just going to roll over and cede their monopoly rights to OAI or Anthropic either.

someguynamedq 10 hours ago | parent

> current frontier models need laborious oversight and guardrails on even the simplest task

As models advance, we shift the goalpost for what "simplest task" means. Before, "simplest task " meant "write a coherent English sentence." Now, "simplest task" means autonomously fix, review, and merge a bugfix.

abeppu 9 hours ago | parent

Eliza wrote coherent English sentences.

Gregkion 1 hour ago | parent

And you know compare Eliza with what an LLM can do today?

Or do i miss the point you are trying to do?

alain94040 10 hours ago | parent

Not convinced by those points.

In particular, I found this very misleading or irrelevant:

a typical CPU project anecdotally has about three times as many specification and validation engineers as design engineers and a 5:1 ratio is not unheard of

The reason silicon design has such verification to design ratio is because the cost of one bug is many, many orders of magnitude higher than software. Both in dollar cost and in schedule cost (it takes months to fab a chip, and if you messed up and need to spin a fix, it costs tens of millions of dollars, not counting any design engineering cost).

I don't think you can extrapolate these very industry-specific facts to judging LLMs.

danpalmer 9 hours ago | parent

> The reason ... is because the cost of one bug is many, many orders of magnitude higher than software. Both in dollar cost and in schedule cost (it takes months ... and if you messed up and need to spin a fix, it costs tens of millions of dollars, not counting any design engineering cost).

Aren't you just describing waterfall? That's still very prevalent in software engineering, and pretty much any other type of engineering – civil, chemical, building, architecture, drug discovery.

It's typically true that software can fail faster and cheaper, but it's also true that the costs are still vastly higher to fix later in the process.

alain94040 8 hours ago | parent

No. Silicon is on another level. Which is why the EDA verification is an industry on its own.

Sure, there are some software that have similar "can't have bugs" requirements. I imagine the computers on Moon missions also had that kind of high bar. I wouldn't use NASA requirements as a proof for how LLMs should be used.

jumploops 10 hours ago | parent

LLMs are basically multi-dimensional magic mirrors.

Depending on where you point them, they can be incredibly useful.

They can even be useful when you point them at each other (though increasingly difficult to get good results).

I'm excited for the promise of RSI and a future where models have inherently "live" weights, but it's not clear to me that the transformer is more than a useful tool to help us get there.

yunwal 10 hours ago | parent

> those who need done a small set of narrowly defined tasks with existing clear guardrails: repetitive physical labor in a controlled environment, call center and customer service chat work, etc.

I have no idea how people can so confidently say that call center work is a “controlled environment” or “repetitive”. It’s almost by definition not repetitive or controlled. Customer support is what I go to when the controlled environment has failed

vachina 8 hours ago | parent

Depends on what customer support means.

Typically it means knowledge retrieval from a KB or manipulating a control surface not visible to you.

fhe 7 hours ago | parent

came here to say exactly this. in fact, this is probably why we are not seeing a lot of AI application on customer service use case, and when we see one, it's almost always frustrating.

camd32 9 hours ago | parent

> current frontier models need laborious oversight and guardrails on even the simplest tasks.

This is only true if you are concerned about the intermediate steps of the model as opposed to the outcome. The huggingface hack was a perfect example of the model doing whatever it takes to accomplish the goal of maximizing its score.

willy_k 7 hours ago | parent

So, if you are concerned about what the model does? Yeah.

bluegatty 9 hours ago | parent

"are priced according to the narrative that they have produced or will in the very near future produce a fully automated drop-in replacement for most knowledge workers, "

No, they're really not.

They're priced in a way that would imply AI will be universal form of compute, alongside traditional deterministic systems - which it will be.

And that they will capture most of that ... which they won't.

The Frontier Labs are a very bad buy at a high price, but that partly has to do with wacky pricing, but actually mostly has to do with their relatively weak place in the value chain.

The money is going to Nvidia, who have the most powerful position.

A bit like how a retailer can take all the margins of some innovative product, if they own the channel.

AI is over-hyped, the Frontier Labs are over priced - but AI is here to stay, and will grow. Not like Skynet, but like a new form of compute. And it will take it's time, and the profits will be reaped by those with the power.

lukewarm707 9 hours ago | parent

ai has a >10% chance of causing human extinction, according to anthropic big heads.

if that's true, you are wrong.

if that's false, anthropic is dishonest. why trust a dishonest company to be worth anything?

bluegatty 8 hours ago | parent

I think that the AI people believe in their own nonsense a bit.

Like - the guy on TV talking about 'AI will destroy everything' ... I don't think he's lying.

I think they are like we here on HN and Reddit and a bit caught up in our own thoughts.

If AI were unleashed, in raw form today, it could cause havoc.

Bad. Maybe very bad but I think we'd get over it.

It would probably trigger a recession (because we are in a bubble - it would pop it), and people would 'blame the AI' for sure.

But it would be a bit dot-com ish kind of recession.

The amplifiers would be geopolitical instability.

krapp 7 hours ago | parent

>If AI were unleashed, in raw form today, it could cause havoc.

What is "raw form?"

bluegatty 5 hours ago | parent

The SOTA models are heavily 'guardrailed' today; they won't let you do all sorts of things.

nl 35 minutes ago | parent

> if that's false, anthropic is dishonest. why trust a dishonest company to be worth anything?

This logic doesn't follow at all.

If their argument is that there is 10% chance of extinction then they also believe there is a 90% chance it won't.

slibhb 9 hours ago | parent

> the frontier labs are priced according to the narrative that they have produced or will in the very near future produce a fully automated drop-in replacement for most knowledge workers

That's a reason to be bearish about AI companies, not LLMs. But is it even true? OpenAI and Anthropic have each reported ~50 billion in revenue with ~900 billion valuations. That's a high ratio but I'm not sure if follows that the only way it pans out is if we get "fully automated drop-in replacement for most knowledge workers".

It wouldn't shock me to see those revenue numbers scaling up to where they need to be over the next decade ( to, say, ~400 billion) without ever achieving drop-in worker replacements.

zug_zug 8 hours ago | parent

I looked at the math and I think it's true. Remember revenue is just sales, not profit. These labs are shooting for > $1T valuations, which traditionally means your PROFIT is at least 1/20th or 1/30th of that (so let's say minimum 30B$/year PROFIT).

These companies however are LOSING money (anthropic tries to make it sound like it's profit by deviating from accepted accounting principles) and subsidizing these models. When accounting for all the engineering salaries, training, GPUs, etc, what's their best-case realistic margin three years out, 10%?

So to we'd need a scenario where companies are spending a collective 300B annually on AI (believable) but ALSO that these companies jack up their margins WITHOUT companies switching to the cheaper open-source models (even when there's a $300B incentive to do so).

moomoo11 8 hours ago | parent

the issue most of you seem to not realize is that when you put these models in a loop, you are able to do more and more insane and cool things.

have you guys actually designed, built, and deployed agentic workflows?

it is actually quite hard, requires tons of time spent on evals and testing to ensure accuracy, but when it starts to work it is mind blowing.

there is no going back.

listening to people yap about AI when they have only surface level or one dimensional exposure to LLMs and "AI", but have not actually put innovations to work IN PRACTICE.. is a waste of time

lolakutty 2 hours ago | parent

> when you put these models in a loop, you are able to do more and more insane and cool things...

Please share some of these insane things that you speak of..

stogot 8 hours ago | parent

Won’t this change though?

> the present problem of reward hacking can be solved only by rigorous specification by domain experts. the time of domain experts is expensive. rigorous specification is itself a skill, demanding its own expertise outside of a given problem domain. even many skilled software engineers are bad at it. for the vast majority of domains, the intersection of domain experts and specification experts is ludicrously small.

vivzkestrel 7 hours ago | parent

- i have bearish from day 1

- i have no idea how anyone thinks the mighty next token predictor is going to eradicate diseases and eliminate poverty https://blog.florianherrengt.com/how-llms-work.html

- i also have no idea what everyone and their momma on HN is running for more than 5 mins in the name of "agentic AI"

TrackerFF 3 hours ago | parent

The challenge with estimating abilities, is that we don’t know what the models can achieve if we just burn enough money. The navier-stokes shows us what mathematical problem can be solved when $10m worth of compute is thrown at something.

It also makes one wonder: What could AI solve if we managed to orchestrate billions worth of agents to take on a specific problem?

IMO the very best case scenario / potential for these are likely better than we think, but right now hidden due to logistical and financial reasons.

But if we assume that the model costs will continue to drop by a factor of 5-10 annually, there will always be a latency of a couple of years between what is completely out of reach, and what is financially viable.

Basically: If you knew AI could be affordable enough in 3-5 years so that even the most underfunded researchers could use it to solve cancer, how much would you value it now?

dotdi 3 hours ago | parent

The whole point of this post was that it's questionable what can be achieved without huge investments into oversight and steering, because navier-stokes was a topic with an unusual level of specification. The problem itself was a specification. Such situations are rare in real-world scenarios.

AI agents are good at solving well-specified tasks, not at solving problems. They do well in fields where the cost/effort of specification is already part of the business.

intrasight 1 hour ago | parent

> a topic with an unusual level of specification

Solving cancer also has an unusual level of specification. Many real world problems have that characteristic.

andrepd 2 hours ago | parent

> The navier-stokes shows us what mathematical problem can be solved when $10m worth of compute is thrown at something.

That's the thing, it very much does NOT show us that. What happened was mathematicians at openAI learned of an imminent development on this problem, and the insight that it entailed, then they were able to prompt a system in the correct direction and spend 20 million dollars to write down the final steps.

Which is rather precisely the point that the article is making!

> If you knew AI could be affordable enough in 3-5 years so that even the most underfunded researchers could use it to solve cancer

As the saying goes, if my grandmother had wheels she would have been a truck.

mitxela 37 minutes ago | parent

Wasn't Navier Stokes solved by ripping off a researcher's private chat log?

lelanthran 2 minutes ago | parent

> The navier-stokes shows us what mathematical problem can be solved when $10m worth of compute is thrown at something.

> It also makes one wonder: What could AI solve if we managed to orchestrate billions worth of agents to take on a specific problem?

We need to have robotics automation catchup first. The math and coding problems are problems in written-space only: you can set up feedback loops to test what worked and what didn't, then try to resolve the defects, maybe back up and try a different path, etc.

What solved coding and maths problems weren't the damn models; open up a chat interface to a SOTA model and you'll see they are pretty limited in producing a solution without a feedback loop.

Instead, it was the harness around the models: it let them explore a space and use feedback to control and direct that exploration.

Until we can do it in meatspace, it's kinda pointless sinking a ton of money into large problems facing mankind...

Like establishing a colony on mars (so the next rock to hit earth isn't an ELE).

Or moving us to a post-scarcity utopia, ending the concept of money.

Or designing and building better batteries for transport that uses only electricity (so that we stop using fossils as fuel).

Or actually building mass-housing. Or mass-farming. Or both, potentially ending homelessness and starvation.

Those are all worthwhile problems to solve, but where's the point of getting a solution on paper? There's no exploratory mechanism there, even for humans, to come up with a solution.

So, all we are left with then is making knowledge workers obsolete: another ELE, but of a different, self-inflicted kind.

melvinroest 3 hours ago | parent

Yea I get the bearishness from my own personal experience.

Personally, I use LLMs for a lot of things. Oftentimes, I'm a think out loud type of person so even having something that feels like a rubber duck, but more competent, is already amazing for me. And LLMs are a lot more competent than a rubber duck.

But especially sometimes I've noticed that LLMs can be unbelievably stupid. It recently happened a few times with Fable 5.1 as well. Ultimately, I think it comes down to that LLMs can't think broadly. In software development one can usually see this too. For example, a whole app might be built by an LLM and it didn't spend a single token thinking about security because the prompter is at the level of "build a dating app for dogs, make no mistakes". Now you have a dating app for dogs that is insecure.

Since I prompt for almost everything in my life to have an LLM as a sounding board, I'm usually not an expert either. I've noticed LLMs are amazing at "bulk search engine information aggregation" (or whatever you want to call it). So if I need something from the Dutch government, I can find it way more quickly. But oftentimes I've noticed that going for a walk and thinking about a particular thing I'm facing is a more effective way of finding a good solution.

Other times times they are not incredibly stupid, but can't form a strong opinion. This usually happens when I'm tackling a wicked problem [1]. When that's the case, prepare for LLMs to sway with you for every small change in your opinion that you ever will experience.

So I agree: drop in replacement for knowledge workers? No. Rigorous specification is usually needed yes. Though, the small win here is that it doesn't always need to be as rigorous as programming is and it can happen in natural language. It depends on the topic/problem being tackled.

I really like them as UX tools though. Amazing for interactive prototyping and requirements elicitation. And that also corresponds with what the author is saying. Though I find it a bit of a disservice saying "just 3". You know how hard requirements elicitation is? It became a whole lot easier thanks to LLMs (I might change this opinion in a year, haha, but this is the opinion I hold now).

[1] https://en.wikipedia.org/wiki/Wicked_problem

yshklarov 3 hours ago | parent

Great article, but the lack of sentence capitalization makes it unnecessarily difficult to read.

Apologies if this comment is off-topic, but it really is quite egregious, and since the article was submitted by the author I presume they are open to the feedback.

utopiah 3 hours ago | parent

    Array.from(document.body.querySelectorAll('p,li')).filter(e=>e.innerText).map(e=>e.innerText = e.innerText.split('\. ').map(s=>s[0].toUpperCase() + s.slice(1)).join('. ') )
Not perfect but hope it helps.

utopiah 2 hours ago | parent

~Gosh, getting downvoted for trying to help a stranger, what is wrong with you people?~ thanks for the upvotes, guess was just a misclick.

Lio 2 hours ago | parent

Yep, I had the same thought. As simple heuristic, text written in all lowercase is often just hot takes and so not worth taking the time to read.

LC;DR :P

shantnutiwari 1 hour ago | parent

" the lack of sentence capitalization makes it unnecessarily difficult to read."

If it had proper caps etc, people here would accuse it of written using LLMs.

You just can't win...

phist_mcgee 15 minutes ago | parent

I checked their whole site, it's all capitalised this way.

It's definitely... unique?

utopiah 2 hours ago | parent

Tired of that trope, I already wrote it before but "Those who can accept failure cheaply: firms that would otherwise hire interns, firms involved in rapid prototyping work, etc." is not correct.

I won't comment on hiring interns as that's not my expertise (even though if you want to teach your staff, obviously I can see a problem there) but I can comment on rapid prototyping, it's what I do.

Rapid prototyping is NOT making a CMS quick. It's not about making a quick mockup of a UI. It's not about making yet another well known... anything. The entire POINT of prototyping is to make something NEVER done before. Typically that means you are reaching the frontier. You are making something with NO documentation to rely on. You are using tools, hardware or software, which do NOT have tons of StackOverflow errors. There is no dataset to crawl, there is no well structured Q&A database to train on. You have to poke and see if the thing actually works as expected, and it often does not.

So sure, if you are using interns as a trick to underpay your staff, or if you are using prototyping as an excuse to build poor quality software fast, maybe it does help. If you are genuinely prototyping, it breaks fast and the supervision overhead makes it pretty pointless, especially since typically it's by actually implementing that you find out not just how the new setup works, but also its limits, and thus the actual needs of the project, not the one the stakeholder imagined would be.

So not, not for rapid prototyping either.

TL;DR: prototyping is a learning process, not a low fidelity output.

PS: this comes up very often from NON prototypists that I wrote a short piece about it https://fabien.benetou.fr/Content/GoodPrototypesAre10LinesLo... so much so that it feels like a pattern "GenAI/LLMs is good for tasks X" while the author actually does not do task X except very superficially.

olmo23 2 hours ago | parent

I don't understand this comment. We use AI for prototyping all the time. We write ERP software. Client wants to know how process XYZ could be automated? Send them a prototype UI (sans the three A's) so they can play around with it. Takes 30 minutes.

utopiah 1 hour ago | parent

A visual mockup?

beaker52 2 hours ago | parent

The aspect of prototype software that the author was calling out was that it is throwaway software.

Putting that aside, prototype software is recombining existing technologies and concepts in well trodden domains, which is distinct from the genuinely novel scientific work the author was contrasting with. Software prototypes are not in the same league, as much as you may like it to be.

utopiah 1 hour ago | parent

Don't you think novel scientific work recombines existing knowledge? Isn't the saying precisely of standing on the shoulders of giants?

That being said I didn't compare both, not sure why you brought that up. I specifically discussed about prototyping, quoting a specific sentence, not scientific research.

Madmallard 56 minutes ago | parent

AI is just good at what it's got the most elaborate training data on. And by "good" I mean, is statistically most likely to spit something out that makes some kind of sense.

I don't know how well it is studied, but I suspect it is possible there is language-related complexity constraints to the effectiveness of the LLM algorithms. Like perhaps context-free grammar related problems with adequate training data can be more and more effectively solved, but maybe natural language related problems will not so much be effectively solved.

Would be curious if there is active research here.

kleiba2 45 minutes ago | parent

Geez, why do you upper-case "LLM"?

YeGoblynQueenne 33 minutes ago | parent

>> the models generalize well only on tasks within a small neighborhood of the specific tasks they've been trained on, and even then with severe caveats. the frontier labs have developed a general recipe to teach models almost any specific task enjoying clearly defined levels of task performance; many tasks are covered in the training data; but even small perturbations within a covered class of task result in outright failure or reward hacking.

Lots of people make this claim about "specific task[s] enjoying clearly defined levels of task performance" but they forget that generative AI is also extremely good at generating a) art and b) prose in literary style. None of those things has "clearly defined levels of task performance", in fact they are both the complete opposite of well-defined tasks. Who knows what counts for "good" art? [1]

For me the right model for generative AI is "a million monkeys on typewriters" [2]. Holding any other model to heart will at some point fail to predict observations and cause you to be unpleasantly surprised. Not least because AI companies are actively engineering their systems to optimise for this model and they have a lot of people working on that engineering and shedloads of money to throw at it.

Don't underestimate what a million monkeys on typewriters can do. They can do anything and everything, given enough time. Geneartive AI can also do anything and everything given enough resources. The only question is: how much is going to be "enough"?

____________________

[1] Yes yes, AI art tends to be slop. Not denying that. But part of the problem with slop is that it presents as technically very competent except that it lacks a certain je-ne-sais-quoi, which makes it good art; aesthetics. The point is that there is no clear measure of what makes technically competent art, any more than there is for aesthetics.

And yet generative AI is very good at it.

[2] There's even an article on wikipedia except it's about one monkey on one typewriter with infinite time. There's a proof too.

tim333 28 minutes ago | parent

>the frontier labs are priced according to the narrative that they have produced or will in the very near future produce a fully automated drop-in replacement for most knowledge workers

I think that's incorrect from the investment point of view. They'd still be worth a lot if they can produce a drop-in replacement but it takes five or ten years as long as they dominate that. The danger from an investment point of view is they become AltaVista, replaced by some Google that does the job better.