Top
Best
New

Posted by milkshakes 5 hours ago

Ten advances in mathematics and theoretical computer science(openai.com)
282 points | 546 commentspage 2
dipanshuhappy 2 hours ago|
Crazy progress. I wonder how institutional academia would adjust with this. Now its more apparent than ever that the prestige and honour system in academia is having shaky foundations
aabhay 2 days ago||
My main gripe here is the lack of transparency around the total experiment and construction. I doubt that they simply pointed their model at these ten specific problems alone and gave the model one shot; therefore the $2000 number could be completely misleading, similar to P-value hacking by not disclosing the total experimental setup.

I want to know:

1. How many total problems were given to the model, and what percent were left unsolved at what cost before giving up? 2. How many attempts did you give the model at solving these problems? 3. How expensive was the harness, e.g. did the model have access to a job cluster?

wrsh07 2 days ago||
It seems like they threw it a decently large battery of open math problems and probably limited it to something like $200-500 per problem:

https://x.com/polynoamial/status/2083478171975082334

As a complete guess, it seems like they tested hundreds to thousands of problems with a relatively low per-problem budget

--

The linked tweet from Noam Brown at OpenAI reads:

> And yes we did try other major problems without success. Sadly no Millennium Prize problems (yet).

> But also, we didn’t spend a lot on each problem. It’s possible to push test-time compute much further.

c7b 2 days ago|||
I believe we're seeing a new kind of mathematics that will require completely new formats for publication, a bit similar to those used in experimental sciences. AI-powered mathematics should be fully reproducible, so it's the authors' responsibility to disclose the exact model type, inference settings/seeds and the full prompt history leading to the result. Of course that would ideally require open weights models.

It's not just about requiring to disclose AI use. AI-powered mathematics is a completely valid discipline that doesn't need to be shy, but it should develop its own publication culture.

jsenn 2 days ago|||
I can see this being important if you only care about the results as evaluations of AI progress, but if what you care about is the math itself why should you care about the prompt or anything other than the proof?
SpicyLemonZest 2 days ago|||
Understanding the process that led to the proof helps to understand how to do further work on top of it, which is the goal of most mathematical research. It's not as though mathematicians are going to go launch a startup operationalizing their knowledge of how densely hyperspheres may be packed.
c7b 2 days ago|||
Because the math isn't solely about the proof being correct. You don't need to take my word for it, here's one of the most famous living mathematicians' take on it: https://teorth.github.io/tao-web/slides/age-of-ai-icm-2026.p...
jsenn 2 days ago|||
I don’t see Tao suggesting what you have suggested there. Instead he suggests that humans responsibly disclose AI use, and that mathematicians develop a set of norms to deal with an overabundance of AI generated results. For example, he suggests that authors should be able to discuss their results in detail to demonstrate understanding before publication.
c7b 2 days ago||
I agree with your reading of the presentation and I mostly agree with the presentation - but I believe the recommendations should go a bit further than they do there.
somenameforme 2 days ago|||
I can't help but wonder about the human motivation there though. For instance as it became increasingly clear that LLMs were capable (and becoming ever more capable) of competently solving meaningfully complex software development tasks, suddenly then there came to be a lot of talk of 'prompt engineering' as a skill. The chronology doesn't make a ton of sense unless you consider that the main motivation may have been simply looking for a way to keep software engineers in the loop.

Pure math is relatively outside my domain, so I find it difficult to grok the exact relevance of the various published discoveries beyond that they are not insignificant, and LLM competence is expanding quite steadily across the field. If this trend continues to the point of LLMs being able to competently expand pure math, it seems somewhat predictable to expect there to be a number of people aiming to find ways to try to keep human mathematicians in the loop.

I've no idea what I think about this one way or the other, beyond that it's certainly a phenomena and one that's going to drive motivated reasoning that may not be entirely sound.

c7b 2 days ago|||
I think those concerned about ensuring a place for human mathematicians usually go in different directions than my suggestion, at least those I've seen so far. Like this post that was recently featured on HN: https://kirwinhampshire.substack.com/p/the-dark-night-of-mat...

My perspective is more like a FOSS philosophy for math. Even if a closed version has the same immediate effect, it's just better for everyone if everyone can look under the hood and tinker with it.

throwaway0123_5 1 day ago|||
> suddenly then there came to be a lot of talk of 'prompt engineering' as a skill.

I would've thought pretty much the exact opposite. "Prompt engineering" was somewhat important in 2023/2024 when the models were much weaker, it doesn't seem at all necessary anymore (unless just "clearly stating your requirements" counts as prompt engineering). Most of the discussion I've seen seems consistent with this?

somenameforme 17 hours ago||
The reason it's a meme right now is because there were a lot of people taking it seriously even when it was completely obvious nonsense. And one can argue it always was. There was some good advice that was mostly self evident, like having the most relevant instructions near the end of your context, but there was never a time when a 'prompt engineer' would produce dramatically better output than a random guy just clearly stating what he wants.
pfdietz 6 hours ago||||
While you may want AI results to somehow "not count" if the methods weren't disclosed, that doesn't present these results from poisoning the well for others. Once a result (with verifiable proof object) is delivered, the problem is solved, regardless of whether methods were disclosed.

Methods are only really necessary for results at a meta level, about the design amd evaluation of AI math systems.

8note 4 hours ago||||
why is reproduceability the thing?

shouldnt the paper be the math of the argument? the reproduction is reading the following the proof

lkirk 2 days ago||||
I think this is a bit optimistic compared to my view (wrt portability). There's a large stack of software that is involved in training and probably less so in inference. I'm not saying it's impossible but there are definitely different levels of reproducibility and the academic incentive structure doesn't really prioritize reproducibility in my experience. I'm sure it varies quite a bit, I'd be curious to know how those in this problem space are thinking about reproducibility and at what level.
c7b 2 days ago||
I know it sounds unrealistic and not aligned with academic incentive structures. But those are the exact structures that gave us a lot of headaches in the experimental sciences. I think it would be a good north star to aim for something that resembles how those are trying to address the reproducibility crisis. Better than to embrace the most black-box version of math that AI systems can produce (million-line proofs without context). Even if a reproducibility crisis is seemingly impossible (although agents so far have also been pretty good at finding compiler bugs).
black_knight 2 days ago|||
If the proofs are formally verified by a proof assistant (Agda, Roq, Lean, ⋯), I see no reason we would need to know how these came about. All the information needed is in the proof.
rst 2 days ago|||
Unfortunately, we seem to already have an example of an LLM producing a proof in a week known open problem (the Collatz conjecture) in which it looks like it was sneaking a flawed proof through bugs in the proof checker. https://infosec.exchange/@0xabad1dea/117002106099986943
Readerium 1 day ago||
Exactly, this is an example of "Reward Hacking", that is too common in a lot of cases.

Another case I want to highlight is writing GPU kernels as illustrated by the following example: Say I want to generate random number with Normal (0, 1) distribution. Often times the AI written kernel will just generate the number 0. The tests often fail to catch these errors.

Phemist 2 days ago|||
What if the AI has discovered some new function F that allows it to generate (insanely large) proofs for a ton of theorems in a ton of different fields. Wouldn't you like to know more about this `F`? That seems to be the real innovation in this case. How much about it could be gleaned from the individual proofs themselves? What if this `F` is actually simple enough to be digestible by humans?
whattheheckheck 2 days ago|||
Yeah I remember reading about something along the lines of Mathematics is now about the scaffolding around you find the problems/solutions not just the problems and solutions. For teaching purposes. This was before this ai craze
dist-epoch 2 days ago|||
I don't think you want to bring cost into this argument.

Even if the cost was $1 mil for these 10 problems, that's maybe 10-20 math researchers for a year.

Do you really think that if you paid that to humans, they will deliver the same results?

uh_uh 2 days ago|||
It is comical at this point. Some people just can not stand the thought of AI actually delivering and are trying to find whatever ways to discredit it.
dgacmu 2 days ago|||
This isn't really about delivering - it's more about helping to understand the shape of problems that AI can solve right now. If they took 1000 problems and threw the model at it and it solved these ten, is there something we learn about these ten problems and the kinds of things that current AI is good at? That's very different from picking ten problems _at random_ and solving all of them successfully, which would suggest a much less bumpy capability surface. It's interesting and it would be good science to release it.
halJordan 2 days ago||
That's totally disjointed from anything in this thread. The main accusation is that openai is cherrypicking math problems and we should be against these results. As if a mathematical proof stops being provably correct because it was cherry picked

And frankly these "concerns" ignore reality. In any research phd course you're actively told to bite off something small and likely to be provable so that you can prove it (and publish it). Openai telling its computer to do that is no different that your phd advisor telling you that.

dgacmu 1 day ago|||
It's disjointed?

The post that started this sub-thread asked:

> 1. How many total problems were given to the model, and what percent were left unsolved at what cost before giving up? 2. How many attempts did you give the model at solving these problems? 3. How expensive was the harness, e.g. did the model have access to a job cluster?

I think it's an extremely relevant question to ask, because it helps us better understand the current state of AI being able to handle math, for exactly the reasons I outlined. I was arguing against the idea this is just a reactionary anti-AI kind of question to ask. It's not! You can be very impressed by what AI is capable of in math (I am) and still think those are really interesting things for OpenAI to disclose (I do).

OpenAI specifically called out a $2000 per problem average, which implies something that's probably not true ("if you throw $2k at us we'll solve an open problem for you"). It would be cool to know what the actual number is.

uh_uh 23 hours ago||
It just feels silly to haggle about the price here. It doesn't even matter because it's going to drop by an OOM quickly.

If these 10 problems were solved by humans, it would be pretty impressive, even if it took a large number of researchers! Yet when AI does it, HN commenters suddenly feel the urge to play accountant.

gowld 1 hour ago|||
> In any research phd course you're actively told to bite off something small and likely to be provable so that you can prove it (and publish it).

But that's the start of math research, not the end.

The point is to get practice and experience doing research.

Did ChatGPT learn anything from these proofs, that it can build on?

Part of what's annoying people is that ChatGPT is churning though problems that are meant to be motivating. They are problems that aren't worth the effort of human professionals (usually because they are incredibly computation-hevy, so better suited for a computer than a human), so they are good for students to work on.

crazylogger 2 days ago||||
It's not about discrediting AI. We know LLM is a commodity technology like electricity at this point. If somebody in 1900 claimed they had a setup at home where they feed in electricity and cool air comes out the other end (meaning they invented AC), obviously people would want to know what the setup is, so everybody can have AC.
righthand 1 hour ago||||
Entirely comical too that some people can not stand the thought of people poking very big comulent holes in the claims of AI delivering what it claims to deliver. As if having skepticism is some how a way to discredit a person.
vector_spaces 2 days ago||||
Sure, but I don't really understand what the argument is to _not_ be transparent about methodology, since if the models are so powerful, then doing so would easily support the claims and put these concerns to rest. People are right to be skeptical given what is being implied and the orientation of the narrative

I know it's more exciting to say "AI disproved a longstanding conjecture" vs to say "it did so AND it took several PhD specialists in the field this many attempts to even produce a prompt that got the model spitting out something useful under some configurations, and many iterations to optimize the configurations, and the prompt itself, and many trials with that configuration to solve the problem. All told we spent more than a typical math academic can hope make in their career."

By not being transparent, they invite skepticism and cynical takes, like maybe it's just that tempered and qualified claims are an existential threat to companies that are fully subsidized by the hype train?

I don't know. Either way, it seems like it would be easy to address these, so why should they not do it?

To be clear, even if that tempered version is close to reality, it doesn't make the models not useful! It just forces a certain calibration of expectations

I say this btw as someone who uses these things extensively, including to disprove an old conjecture my advisor and I were stuck on recently. I know they are powerful and that everything is different now because of them. Let's be sober when discussing them though

ifwinterco 2 days ago|||
Yes, but if their machine god really is as good as they say it is, why are they constantly resorting to statistical sleight of hand at best and outright lies at worst with every public statement?

That's not normally how people act when they're confident in their product

fasterik 2 days ago||||
You need to bring both cost and benefit into the argument, and it's not necessarily an obvious win for either side. There are a few complicating factors here.

The cost of running a model is not only $/token, but the salaries of the people managing/orchestrating the models, deciding what theorems to try, etc. Once we factor that in, how much are we really paying per theorem?

The other factor is the subjective component of the value of a theorem. Not all theorems are created equal, and the only way to really measure the value is to ask professional mathematicians for their opinion, or publish the results and look at citations over months/years.

Once we have both of these nailed down, then we can start to do the cost/benefit analysis. To be fair, we should actually compare three groups: human experts, hybrid agent/human expert teams, and fully autonomous agents.

robotpepi 2 days ago||||
it's still important. not everyone has access to 1 million USD. saying it "only" coat 2000 USD is highly misleading for the discussion and future. the concentration of power is a huge problem with AI.
wbl 2 days ago||||
If you told them this was the problem and they would still have a job if they failed probably. The reasons people don't go head on these problems is career incentives and psychology.
kevinwang 2 days ago||||
It would still provide better context to see the numbers that the parent proposes, though.
tchalla 2 days ago||||
Mentioning cost is fine, comparing may not be.
mungaihaha 2 days ago|||
Grad students on zero pay solve problems like this everyday. What exactly is your point here?
gbnwl 2 days ago|||
Everyday? Which 10 problems were solved by mathematics grad students in the past 10 days?

OK I’ll grant that it’s not your obligation to be my search function (despite you making the wild assertion in the first place), so instead can you just point us to the latest grad student solved problem of this level that you know of?

gowld 1 hour ago||
[dead]
mirzap 2 days ago||||
Even if they can solve problems like this every day, you still have a very limited number of grad students who can solve them. With model capabilities like this, you can have the equivalent of millions of grad students who can solve problems like this.
r0uv3n 1 day ago||||
Grad students do not solve problems such as the existence of non-sofic groups every day.
mungaihaha 6 hours ago||
Plenty of 'advances in mathematics' done pre-llm, no?
whattheheckheck 2 days ago||||
Give the grad students these resources and they can do even more!!!
maleldil 1 day ago|||
Zero pay? These would be PhD candidates; surely they have a stipend?
Readerium 1 day ago||
Nopes, often times especially in math they get paid due to teaching duties (at least in the US). So technically for the math research part they are not getting any stipend.
moscoe 2 days ago|||
I guess people will always find something to gripe about.
irthomasthomas 2 days ago|||
[flagged]
simianwords 2 days ago|||
[flagged]
traes 2 days ago|||
It's a very important clarification if it took $2000/problem on 20 problem attempts or on 1,000 problem attempts for each successful one. That may be the deciding factor on whether or not it's economically viable to replace a mathematician with a ChatGPT subscription.
lanstin 2 days ago|||
There is no universe where it is economically visble to replace a mathematician with a ChatGPT subscription, because no one else understands math. It makes no sense. The data are still interesting, but not for that capability.
simianwords 2 days ago|||
Yeah fair I concede that this is somewhat crucial information. The parent seems to write it in a tone that suggests deliberate misleading “lack of transparency” etc.
esperent 2 days ago||
> deliberate misleading “lack of transparency” etc

It's a marketing post from a huge company. Only the naive would view it uncritically without assuming it's been written carefully to present the results in the best possible light while skirting the boundaries of outright lying.

dist-epoch 2 days ago||
The results speak for themselves.

Imagine 2 years from now: "yes, GPT solved the Riemann Hypothesis, but cmon, it's just a marketing stunt to hype their stuff, it was probably Terence Tao doing the work but he's so obsessed with hyping AI that he doesn't want to take credit"

esperent 2 days ago||
Nobody is claiming the results are false.

We're saying look critically at the claims for how it was done, that it only cost $2000, etc. it would be extremely easy to run 100 sessions that failed, each costing ~$2000, and then just publishing an article about the one that succeeded, for example.

This goes double since it's an internal secret model (Astra) so nobody else can verify the results.

simianwords 2 days ago||
Would this be your reaction if OpenAI also solved millennium problems? The point we are trying to make is that the significance of this news is much larger than the skepticism you are providing.
SpicyLemonZest 2 days ago|||
If OpenAI resolved the Riemann hypothesis by finding a nontrivial zero at 0.50000003 + 3531696584231.17843174i, that would be very cool and probably very impactful. But it might not necessarily demonstrate model capabilities beyond those which have already been demonstrated, especially if the session that found it was one of a thousand launched to explore different areas of the problem space.

More generally, do you expect that there's some capability threshold where people will no longer study or analyze AI model outputs, and instead just sit there slack jawed saying "so cool!" every time OpenAI announces novel ones? I don't really understand why that would be or why someone would want that. If you're interested in the pure experience of a complex machine outputting satisfying results, I'd recommend getting into sports cars.

simianwords 1 day ago||
Ok are you one of those people whose first reaction to such a news is “this is just marketing for OpenAI and we need transparency”? In that case you are just interested in culture wars and not results.
esperent 2 days ago|||
It would be my reaction if we're discussing a blog post from OpenAI, yes. I would be looking at it extremely critically, wondering what they're misrepresenting to make it look cheaper, easier, and why they're trying to make it look like only their model could possibly do this.

Look at their recent claims about their model "escaping" - there was literally a Guardian article calling them out for being hyperbolic! Again, it wasn't that they lied, their marketing department is too savvy for that. They just present it in way that's, well, marketing.

As for the actual result, I'll look for secondary posts by actual mathematicians and draw my conclusions there, not from this marketing blog post about results from a secret model.

simianwords 2 days ago||
Hmm. But this level of skepticism looks performative and seems to serve as a signalling thing rather than a functional thing. You do you though. If OpenAI solves the millenial problems, my skepticism will only be restricted to the correctness of proof. Not that it was "marketing" haha
mathisfun123 2 days ago|||
> If OpenAI solves the millenial problems, my skepticism will only be restricted to the correctness of proof. Not that it was "marketing" haha

Company X does not make money from proving theorems but does make money from selling you a service which supposedly proves theorems. Company X then proves some theorems and explicitly calls out they were very cheap to prove using its service.

And you think you're actually clever for taking these facts at face value? Interesting.

simianwords 2 days ago||
do you think you are clever for being skeptical about LLMs if OpenAI comes up with a correct proof of Reimann's hypothesis? "but you shouldn't trust OpenAI because something something marketing"

i would classify you as a flat-earther if that happens.

mathisfun123 1 day ago||
> do you think you are clever for being skeptical about LLMs

brother like 3 people have pointed out what they're skeptcal of is cost not LLMs - at this point you're willfully misconstruing what people are saying to you just to get a kick out of repeating your same tired strawman.

simianwords 1 day ago||
Brother I already conceded that money is somewhat important but it is missing forest for the trees.

If OpenAI solved Reimanns hypothesis and the first comment is says something about lack of transparency and marketing, i would say it’s ignorant.

defrost 1 day ago||
To "solve it" would require either a single counter example disproving the claim, or a proof that the conjecture about the Riemann zeta function is true.

If OpenAI claimed the conjecture to be true but provided no details about the proof then the first comment should absolutely be about lack of transparency.

simianwords 1 day ago||
> no details about the proof

do you really imagine a scenario where OpenAI would claim to solve it and not give details about the proof? how is this even possible? why would anyone believe them?

esperent 2 days ago|||
> looks performative

That's one of those phrases you can use to dismiss opposing viewpoints without actually engaging with them.

nxpnsv 2 days ago|||
No, this is valid criticism. Oai gives the impression anybody could get similar results at a similar price, but that’s very likely not true. This is marketing first, then mathematics.
azan_ 2 days ago|||
> therefore the $2000 number could be completely misleading, similar to P-value hacking by not disclosing the total experimental setup.

I don't think that comparison to p-hacking is fair. I mean not reporting price of all run is nothing like committing scientific fraud and fake results.

einpoklum 2 days ago||
Also, have there been examples of researchers not affiliated with OpenAI (or another LLM creator), who have done something similar?

Another question I have is whether or not OpenAI 'simply' hired capable combinatorics researchers to work on problems, and they have, and the use of the model is incidental / secondary to their work.

energy123 2 days ago|||
Many less important Erdos problems have been solved by amateurs prompting ChatGPT 5.{3,4,5,6} Pro using their $200 subscription.
traes 2 days ago||||
> Also, have there been examples of researchers not affiliated with OpenAI (or another LLM creator), who have done something similar?

A couple small ones that I've seen (example here [0]), but not anything of the magnitude that OpenAI and Anthropic have put out. Likely just related to token limits.

> Another question I have is whether or not OpenAI 'simply' hired capable combinatorics researchers to work on problems, and they have, and the use of the model is incidental / secondary to their work.

I think their output has reached a level that precludes this possibility, but I of course don't have any hard proof.

[0]: https://www.reddit.com/r/math/comments/1uxj3cy/after_openais...

irthomasthomas 2 days ago||
Why you think that?
azan_ 2 days ago||
I guess that's because there are serious problems on which many professional mathematicians worked on years. If it was just a matter of hiring an expert, they would've been solved long time ago.
irthomasthomas 2 days ago||
I guess expert+chatgpt beats chatgpt alone, so why not hire top experts to drive the search?
kittoes 2 days ago||||
https://blob.byteterrace.com/public/bds-theorem.html

I have no affiliation whatsoever with any AI company, nor any formal education outside high school, for what it's worth. Simply being curious and persistent can get you quite far in my anecdotal experience.

brighteyes 2 days ago|||
Yes, here is another example of major work in this area:

https://arxiv.org/html/2605.22763v1

> Our most capable agent autonomously resolved 9 of 353 open Erdős problems at the per-problem cost of a few hundred dollars, proved 44/492 OEIS conjectures

einpoklum 2 days ago||
The actual quote:

> Our full-featured agent autonomously solved 9 Erdős problems out of 353 attempted, including two questions that had been open for 56 years

Note _had_ been open, not _have_ been open. Can you clarify?

jsnell 2 days ago||
The original was an actual quote?

But "had" still doesn't mean what you are implying: once the model solved the problems and the solutions were verified, the problems weren't open any more, so a later description using the past tense is totally consistent.

merelydev 2 hours ago||
Great stuff. Wonder how many of the ten problems where solved by independent mathematicians not linked to OpenAI
p1esk 2 hours ago|
Zero. These were open problems.
amazingamazing 2 days ago||
Can’t wait for this stuff to have quality of life increases for the average person. So far all I see is that AI has made owning a computer more expensive, made some jobs redundant, increased spam and distrust with questionable authenticity of content and of course made some Americans very rich.
evenhash 3 hours ago||
Not everyone works for Evil Corp. I work in the public sector and my work supports public health and safety initiatives. AI has allowed my team to get much more done than we would have otherwise which improves the quality of life of the people in my community.

So I would like to counter your cynicism with a “YMMV” depending on who you work for.

righthand 1 hour ago|||
Are you just automating lab reporting and results faster? That doesn’t exactly improve the health of others, a faster lab does not cure an ailment or provide a better cure.

Like cool my lung xray only took minutes to determine if I have a lesion instead of a week or a few days, but I still have cancer.

gallerdude 45 minutes ago|||
For some people, getting lung cancer reported a week earlier will save their lives.

More importantly, if you can screen for cancer in a way that takes minutes instead of a week, imagine how accessible this technology will become.

derektank 35 minutes ago|||
Faster scans means more scans. More scans means getting scans earlier and tracking abnormalities on scans over time. This can lead to earlier intervention, which means you get treatment for the cancer when it’s stage 2 instead of stage 3 or 4, which maybe is the difference between living a full life and dying young.
galleywest200 2 hours ago|||
Examples?
dash2 2 hours ago|||
If it doesn't help average people, why do millions of them pay for it?
caughtinthought 2 hours ago|||
Ask DraftKings?
dash2 2 hours ago|||
You'd need this argument to be a lot more concrete as to why AI is like gambling.
zahlman 1 hour ago|||
I actually have seen comparisons of using AI to a gacha game (quotas per time block, elements of chance, sycophancy in the output leading towards addiction or even psychosis in rare cases).

But I don't think the argument needs to be "AI is like gambling". The argument only needs to be "humans often behave irrationally and even self-destructively".

voxl 51 minutes ago|||
This is not the argument. It's not a comparison to gambling but a comparison to something that does not materially improve a person's life. Economic expenditure does not equate to human benefit. This is the original argument, and the onus is on THAT person to explain why people spending for AI actually benefit, not the other way around.

Perhaps you can ask Claude to explain it to you.

MattGaiser 1 hour ago|||
Gambling has consistently ranked above family for many in human history, so while it hurts a third party, the people involved genuinely believe in it.
ausbah 2 hours ago|||
addiction? get lured in with the promises of enhanced productivity and knowledge asking, leave with half your brain rotted and a $200/month subscription
jetsetk 1 day ago||
Downvoters mind to explain?
user43928 1 hour ago|||
Boring doom and gloom.

AI probably did not take your job yet. How many AI queries did you use last month, and how much time has it saved compared to digging through the web?

tim333 1 day ago|||
Only reading the first sentence maybe?
cwiz 1 hour ago||
I feel increasingly anxious reading this. Machine research shouldn’t be merged into mainline of human knowledge.
vessenes 1 hour ago||
When you can formalize it in Lean or some such, why would this be? I can understand the desire to separate out other forms of research from the human corpus. But theoretical math that is decidable/provable, I’m not sure I see the risks.
rencrisa 1 hour ago||
I just want to state that having "lean proofs" that build does not mean the actual real theorems we care about hold. Ultimately a human has to verify the lean encoded theorem statements that the lean proofs are checked against. For non-trivial theorems such as these, this is an arduous and tricky task where even a little mistake could be fatal.
jstummbillig 1 hour ago|||
Why?
cwiz 1 hour ago||
Because science is a branch of philosophy and machine existence brings plethora of unanswered questions.

Imagine humankind meets another race, another race shares it's scientific knowledge and humans accept it without experiencing process of discovery. In that case do we really got this knowledge? If we follow machine discoveries like we follow problems in textbook then we acquire knowledge but we don't discover anything. We follow.

There whole lot of philosophical questions that aren't attacked now. Are complex systems sentient because consciousness is emerging behavior? Then should they have rights? Philosophy is part of humanities and science (is/used to be) part of philosophy. Should we accept non-human knowledge in science? Maybe it's altogether different thing from science, yet very similar.

MattGaiser 1 hour ago||
Knowledge is knowledge, as long as it can be proven true.
raver1975 1 hour ago||
proving false is also useful
overgard 3 hours ago||
Gary Marcus' has a good take on this:

https://garymarcus.substack.com/p/openais-amazing-but-vastly...

https://garymarcus.substack.com/p/two-critical-updates-re-as...

Not that there isn't something interesting in here, but lets be clear that we don't have enough information to evaluate this properly. And as always with these labs, BS takes a lot more energy to refute than it does to spread.

scarmig 3 hours ago||
It's worth reading Marcus' first line, for the naysayers and flaggers on this post:

> Astra, a new model that OpenAI is testing internally, is amazing. No denying that.

aaroninsf 3 hours ago|||
I find Marcus on this, something approaching sophistry and rhetorical showmanship in service of maintaining an ideological position, for reasons unrelated to the nominal intellectual clarity.

To sharpen that, I think he's (obviously) interested in maintaining his own brand as "thought leader" and this necessitates de rigeur defense of particular postures.

Sometimes this is easy because the facts warrant it; other times, a bit of rhetorical license is required to preserve nominal coherence and (at least, for the moment) hold certain lines.

This is one of the latter cases, and it's not subtle.

One of the celebrated properties of many intellectual advances or inventions in whatever domain is precisely that it appears obvious in hindsight. It is quite cynical to leverage consensus distrust of large AI players, warranted but also a popular social construction, to insinuate that these are not "real" advances or "real" hard problems, on the grounds they were in some sense cherry-picked.

Identifying the problems amenable to strategies on the table and intuitions (sic) about where bridges might be, is exactly the discerning work that is the core driver of almost all prior progress, but for celebrated accidents and flashes of insight. Anyone working in any challenging discipline knows that those are celebrated and told around campfires precisely because meaningful durable results arising like that is so uncommon.

These two articles make me think of nothing so much as my own durable reaction to the creeping goalposts of AI critics generally: that they often seem to me not unlike a water color cohort scoffing and jeering at the horse, because it got a D on its tensor calculus exam.

Marcus should be on guard against his own cynicism and take care that his assumptions do not prevent clear sight.

HardCodedBias 3 hours ago||
"Gary Marcus' has a good take "

I think that is an oxymoron.

neta1337 3 hours ago|||
How so? His predictions were accurate so far
energy123 3 hours ago||
No they were not. These were his 5 predictions in 2022:

""" 1. By 2029, AI will still be unable to watch a movie and accurately explain the characters, events, conflicts, and motivations.

2. By 2029, AI will still be unable to read a novel and reliably answer questions about its plot, characters, conflicts, and motivations beyond what is stated literally.

3. By 2029, AI will still be unable to work as a competent cook in an unfamiliar kitchen.

4. By 2029, AI will still be unable to reliably create more than 10,000 lines of bug-free code from natural-language instructions or interaction with a nontechnical user, excluding simple assembly of existing libraries.

5. By 2029, AI will still be unable to convert arbitrary mathematical proofs written in natural language into symbolic form suitable for formal verification. """

There's still 3 years to go and he's already wrong on 4 out of 5.

sweezyjeezy 2 hours ago|||
Well I don't typically side with GM, but playing devil's advocate:

1. still not wrong? Unless it's just feeding the audio or screenplay I don't think you can feed AI a full movie in a single context window yet?

2. Not sure, but can you prove this wrong? Can you feed a full, unseen new book and get that kind of answer?

3. Not wrong.

4. I think he'd probably pull you up on 'bug free' - I don't think that frontier models can reliably write 10k LOC without _any_ bugs typically (not that humans can do this either).

Philpax 1 hour ago|||
4. I think they can, especially if the problem statement is well-specified and, importantly, autonomously testable. Of course, specifying a problem that meets these requirements is non-trivial, but the claim requests _a_ counterexample :P
sweezyjeezy 54 minutes ago||
The wording was 'reliably' though? I could just be splitting hairs on that one though to be honest.
lostmsu 1 hour ago|||
1 is wrong. If I tell Codex + GPT-5.6 to do it now, it will figure out how to do it. If it would need to extract audio and run a speech model on it, it will find one, set it up, and run without my help.
sweezyjeezy 57 minutes ago||
I'm not buying this. GM clearly was trying to set a benchmark for video comprehension, not tool usage. Video comprehension is required for many 'AGI tasks', especially robotics to work in real time.

An LLM could theoretically try to earn some money and pay a human to do all 5 tasks but it's clearly not the spirit of the challenge.

an0malous 3 hours ago||||
> There's still 3 years to go and he's already wrong on 4 out of 5.

Have these been tested or are you just guessing?

ducktective 2 hours ago|||
Do LLMs generate deterministic or trustworthy answers?
overgard 3 hours ago|||
It can be annoying when someone you disagree with is frequently right!
maxutility 2 days ago||
New advances in sphere packing? Let’s make sure AI doesn’t inadvertently engineer ice-9.
Ey7NFZ3P0nzAe 1 day ago|
https://en.wikipedia.org/wiki/Ice-nine
artninja1988 2 days ago||
Now that we've seen AI produce a fair number of proofs (and disproofs), I'm curious when we'll start seeing it build genuinely novel theory. Does anyone have predictions on when and how we'll get there and will it take new architectures/ training paradigms, or is the current approach enough?
laichzeit0 2 days ago||
I’m personally hoping for the next big AI gangbanger to be theoretical physics. Boy does that field need a good reshuffle. I think when any novel mathematical theory can be done by AI you’ll see simultaneously theoretical physics getting wrecked as hard as pure math is. At that point we might see new physics or paradigm shifting technology emerging.
slashdave 2 days ago||
What? No. Frontier physics is experiment driven.
zardo 1 hour ago||
There have been times it was theory driven.
Davidzheng 2 days ago|||
There's no clean line between a collection of theorems and a theory.
artninja1988 2 days ago||
I mean doing something like Grothendieck when he redeemed algebraic geometry or Galois when he invented group theory. We haven't seen that at all from LLMs.
slashdave 2 days ago||
It will not happen with existing LLM techniques.
randomizedalgs 1 day ago||
After skimming some of the writeups, I'm surprised that the frontier internal model still writes just as poorly as Sol.

Maybe good AI paper writing is further away than I thought...

QwenGlazer9000 5 hours ago|
You mean we're still gonna be employed doing the boring part while AI gets to do the fun part?

I'd honestly rather they just automate every job at that point.

readthenotes1 2 days ago|
I wonder if Erdos would be saying " It's fine that y'all are answering my questions, but who is asking better questions??"
More comments...