this post was submitted on 13 Sep 2026
131 points (97.8% liked)

Technology

87956 readers
2626 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
 

Twenty-five leading mathematicians signed an open letter arguing that AI labs are threatening their intellectual work as they seek to one-up each other with solutions to famous math problems. Each signatory has been awarded the Fields Medal, considered the most prestigious prize in mathematics.

...

While the ability of AI models to solve the world’s outstanding mathematical challenges could be a boon to humanity, the signatories of the new letter argue that will only be the case if those solutions can be understood and communicated by the math community and, ultimately, the rest of the world.

“Often these solutions are announced in a rush, leaving no time for a proper writeup, the isolation of new methods and ideas, and citing relevant previous work of others,” they wrote — and OpenAI’s proof remains unverified. “As in all creative professions, this raises severe attribution and plagiarism questions. Moreover, without the willing mathematicians who must take care of their development and integration into the mathematical canon, AI-conceived ideas would never become fully alive and the crucial human transmission chain between mathematicians would be lost.”

With other mathematicians growing paranoid and wondering if their Codex use was in turn fed into OpenAI’s new models, there is real fear that the culture of open research will be threatened. Today, if frontier labs see a useful path to a discovery, they can spend tens of millions of dollars using LLMs to beat the original researchers to a proof — a dynamic that will incentivize secrecy.

This letter follows the Leiden Declaration, released by a working group of mathematicians in June. That document also grapples with the ways that LLM proofs will change their work and offers a set of recommendations for mathematicians, institutions, and policymakers.

As with software engineering and other areas where AI tools are changing workflows, mathematicians find a justification in the work around the work: The value in math isn’t just the proofs and who gets credit, but the intellectual super-structure that nourishes students, finds new questions and ideas, and integrates them into broader human civilization.

And if you don’t particularly care about the cutthroat world of high-stakes mathematical proofs, don’t forget: Your field of interest is next.

“The issues the mathematical community faces now are similar to issues that other scientific and creative professions are facing, and indicate issues that all of humanity might face: how to make sure that, as AI changes the way work is done, we do not lose sight of what that work was meant to achieve in the first place,” they wrote.

top 30 comments
sorted by: hot top controversial new old
[–] uriel238@lemmy.blahaj.zone 1 points 22 minutes ago

We need to stop giving AI credit for anything as if it's a person. AI is a tool. When someone uses AI to perform a task, then the user gets credit, much in the way a seamstress gets credit for sowing a dress using a Singer. Neither the sewing machine nor Singer get credit for the gown.

Now this doesn't solve everything, since AI operates by taking scrapes of the internet and media, and uses this to derive a solution, the process should also include citations for all its sources, just as any proper research project would.

And so if an AI uses someone else's proof (or partial proof) to inform its own, it should be required to provide citation. Otherwise, it's up to other academics to repeat the research to verify what the AI did, and then they get credit, as do all cited sources.

[–] Zarobi@aussie.zone 2 points 1 hour ago

In many fields and activities, years of training have traditionally served not only to produce a final answer or product, but also to develop understanding and the ability to formulate new questions and ideas.

I think this is a really important point. Even if A.I. "could" theoretically (big theoretically) solve all current problems, I don't think it could solve future problems. Without humans, students, etc, asking new questions with curiosity and creativity; it would just be a hard cut off point where innovation ends.

LLMs were trained on stealing past data, what happens if they push out humans completely from an industry? There would be no more data to train on, and all possible skills in that area would die.

I think that they know that showing the chats would reveal they spied on the mathematician's methods and that they basically stole the idea and front runned the discovery.

[–] SaharaMaleikuhm@feddit.org 1 points 1 hour ago

At least some people realize that AI is just straight shit

[–] Antagnostic@lemmy.world 14 points 4 hours ago
[–] peopleproblems@lemmy.world 5 points 3 hours ago

... the whole point of solving those problems is to discover what we were missing in the process.

You can't just "solve" one of these problems and say "see, all good."

[–] bitteroldcoot@piefed.social 48 points 6 hours ago (2 children)

"arguing that AI labs are threatening their intellectual work as they seek to one-up each other with solutions to famous math problems. "

That a disingenuous way of describing research.

Also, the math guys have a point. A solution or proof that nobody understands has no value.

AI is doing to math what it does everywhere else, smear it with excrement then declare success.

[–] pelespirit@sh.itjust.works 11 points 5 hours ago (2 children)

And as anyone that has used AI will tell you, it is incorrect 50 percent of the time. If you can't check it, how can you trust it.

[–] 0x0@lemmy.dbzer0.com 1 points 1 hour ago

My understanding is that they published a machine-checkable proof (Lean).

There's already valid epistemological question about whether proofs that are only machine-checkable are the same quality of knowledge as traditional proofs. For instance, the 1976 proof of the four-color theorem was controversial in part because it was too long to be read by a human.

Another part of the argument is that the foundations are quicksand: proof checkers include unverified code (read: potentially buggy) and run atop unverified OS kernels on a likely proprietary CPU! (Personally, I think if you can understand the theorem statement, it's safe to delegate the drudgery of the proof-checking to a computer. If two different systems agree, that's good enough for me. But I'm neither a mathematician nor a philosopher.)

These AI generated proofs push the boundary further because humans participated even less in the formalization and proof development.

[–] Bitswap@lemmy.dbzer0.com 5 points 5 hours ago (3 children)

Im not an AI lover, but this critique that it is wrong 50% of the time is simply not true for newer models.

[–] jj4211@lemmy.world 8 points 4 hours ago (2 children)

It's still consistent with my experience, but in certain contexts, can be corrected if the output can be processed in some context that can auto detect wrong output. For example if you have a unit test to pass, then it can be wrong several times but doesn't matter because it auto runs and gets directed to try again.

In contexts without the possibility to objectively measure correctness, it is still pretty bad.

[–] boonhet@sopuli.xyz 3 points 2 hours ago* (last edited 2 hours ago) (1 children)

Incidentally that's why I don't let it go crazy on anything without tests. Shit, it could rerun the test 10 times if it needs to, I don't really care what the intermediate steps are, just that the end result is correct and it isn't polluting my codebase with 7 line comments and docstrings for helper methods that are simpler than left-pad. If it then successfully fixes a difficult-to-find (but often easy to fix) bug that stems from changes to a large upstream codebase 9 times out of 10, then as far as I'm concerned, the accuracy of the tool I'm using is 90%. Don't much care if the underlying model's accuracy is technically only 50% or maybe even less. Still haven't found a definitive solution for the claudespeak comments. They're annoying and no matter how and how many times I tell it to stop adding them, it will fucking not.

Which is ALSO why I think asking a chatbot for advice on anything you're not knowledgeable about yourself is a horrible idea. The accuracy is OK if it can iterate against validation.

[–] Zarobi@aussie.zone 2 points 1 hour ago* (last edited 1 hour ago)

I still remember trying to get it to solve a problem I had with nested multi-level navigation bars in an enterprise app, and it's JavaScript solution was like:

const nav = document.querySelector('nav');
window.multiLevelNavBar(nav);

Hey LLM, I got an error; multiLevelNavBar does not exist. What the fuck?

Oh my gosh, you're right, that's 100% on me. Here's the REAL solution… (Insert some more fake bullshit)

It's good at filling in the blanks. But if the blanks are too big, all you get is filler

[–] Bitswap@lemmy.dbzer0.com 1 points 2 hours ago

Id say its better than majority of my colleagues. Can you imagine if we fact check people in the same way?

[–] holy_scroller@lemmy.zip 2 points 3 hours ago (1 children)

Depends. It is way often more right than it is wrong, however if you have a long enough chat, the chance that it produces a falsehood approaches 100%. Of course humans produce errors too.

[–] Bitswap@lemmy.dbzer0.com 1 points 2 hours ago (1 children)

Too some extent I agree with you. However, most of the time you really dont need to have "long" chats. In some ways I think some of the Flasehoods derive from the prompts themselves. Lots of bad/false/incorrect info is available on the web.

Can you imagine if we fact checked long conversations with people? How often do thing bad/false info would surface?

[–] wholookshere@lemmy.blahaj.zone 1 points 2 hours ago (1 children)

Do you not fact check your conversations?

If one person in the group has any sniff of not true, someone pulls out their phone to check.

Friends dont let friends spread misinformation. Fact check today.

[–] Bitswap@lemmy.dbzer0.com 1 points 24 minutes ago

Most of the conversations I'm talking about are not a quick whip out the phone and check...

[–] pelespirit@sh.itjust.works 1 points 5 hours ago (1 children)

Yeah, if you pay, you're right. But how often would you say the newer models are incorrect? Even if it's 1%, that still hold true that you can't check them.

[–] Bitswap@lemmy.dbzer0.com 0 points 2 hours ago (1 children)

Id say its accurate more than 90% of the time. I see erroneous facts added to the response that are wrong or not correctly represented the most.

Do you apply this same logic to the "experts" that you talk to? I talk with alot of SMEs from different domains. I could never fact check them all. Way too broad of subject matters. Similar to many of my indepth AI interactions

[–] pelespirit@sh.itjust.works 1 points 2 hours ago (1 children)

Do you apply this same logic to the “experts” that you talk to?

Yes, I do. Especially that they can have their shit peer reviewed outside of academia.

[–] Bitswap@lemmy.dbzer0.com 1 points 25 minutes ago

Usually when I do this after the fact it comes back as "oh, that specific context wasn't given" or "oh, I misunderstood what you were asking", etc. Seems like the same...

[–] dparticiple@sh.itjust.works 7 points 6 hours ago