When I was in grad school, I had the opportunity to take a course from my adviser in which he discussed his current research and some open questions. It was a relatively accessible subject area and the questions were sometimes easy enough that we could meaningfully contribute.<p>On one particular Friday afternoon, he stated a conjecture that he hoped was true, and invited us to try to help him prove or disprove it. It was the sort of thing that he really wanted to be true; he liked things smooth and beautiful. I, on the other hand, hoped it was false as I like the weird and exceptional in mathematics. It was also the case that I had absolutely no command of the sort of machinery that one would use to prove such a thing, but I could certainly look for a counterexample.<p>I learned on Monday that he had spent the entire weekend trying and failing to prove it. I, on the other hand, had put all my energy into finding a counterexample and had one within an hour.<p>My single (quite small) contribution to mathematical research was a counterexample because it was all I could do. The story does illustrate that it can be helpful to have people with different tools, hopes, and motivations working on a problem, though. I was not, and will never be, even a shadow of that great mathematiciam I studied under, but on that occasion, I had reason to look in a different direction than he did.
> It was also the case that I had absolutely no command of the sort of machinery that one would use to prove such a thing, but I could certainly look for a counterexample.<p>Hm, as a mathematician, my experience feels opposite. A proof would be an adaptation of a proof I know, some tweaking it here and there. A counterexample would require some deep understanding of the structure of the objects involved, which frequently is beyond my comprehension.<p>But probably this is because I think of quite abstract objects which are harder to grasp. For numbers or polynomials, this would be the other way round.
We were studying geometry - my adviser was the great Branko Grünbaum: <a href="https://en.wikipedia.org/wiki/Branko_Gr%C3%BCnbaum" rel="nofollow">https://en.wikipedia.org/wiki/Branko_Gr%C3%BCnbaum</a><p>The conjecture had to do with whether one convex polygon could be continuously deformed into another while remaining convex, under certain conditions and constraints. The answer turns out to be no, but surprise and disappointment are understandable reactions to that outcome. It was indeed much more practical for a young grad student to look for a clever misbehaving polygon than to try to prove something about all of them at once.
How interesting I was just reading yesterday his paper "An enduring error" about how we have been miscounting the Archimedean solids for two thousand years.<p>But also, for this conjecture to be wrong is quite surprising to me. Intuitively I would think any convex polygon to be topologically equivalent to a circle, and any convex n-gon should be deformable into its regular version, then back to the other one…
Thanks! It makes sense.
I think the asymmetry depends on the representation
This is probably part of why machines are doing so well at counterexamples. They have no aesthetic commitment to the conjecture and no embarrassment about producing something ugly
That's not why.<p>It's because counterexamples are easy compared to proofs which require new mathematics.<p>GenAI is great at combining existing things in new ways (interpolation). It's terrible at creating new things from scratch (extrapolation).
This is the wrong way to think about mathematical (or any other kind of) creativity in my opinion. In the extremely high-dimensional space of "ideas" (whatever that means) there are almost certainly profound ideas that are the interpolation of existing knowledge, i.e. the curse of dimensionality. It's not at all clear that you need to extrapolate from existing knowledge to be creative.
>GenAI is great at combining existing things in new ways (interpolation). It's terrible at creating new things from scratch (extrapolation).<p>I think you believe a fallacy about how human cognition works if you think we actually do something different than interpolation
I think this is somehow related to GenAI’s issue of “confident incorrectness”. I’ve been trying to prompt GenAI with some highly challenging prompts recently, especially terse ones:<p>> <i>Which Anjunabeats and Anjunadeep compilations have the most breakbeat tracks?</i><p>GenAI was able to give me breakbeat tracks that were on the Anjuna labels, but it completely flubbed on whether and which those tracks were on compilations. It was very confidently, mostly incorrect.<p>I think this is somehow isomorphic to the “interpolation vs extrapolation” issue. GenAI is forced to generate an answer, and there’s no mechanism by which we can interrogate the model for its confidence (at least, that’s my understanding).<p>And yet, I asked “How confident are you in your answer along different dimensions, ie whether those tracks are breakbeat, whether they are Anjuna tracks, or whether they are on those compilations?”<p>And its answer was surprisingly satisfying, it only gave 30% confidence that the tracks were on the compilations, which is where it flubbed.<p>Anyway, personal observations, GenAI is meant to be interacted with, not just a single prompt black box.
Out of curiosity which model & interface did you use? I'm starting to think that, for IR tasks like this, the number one differentiator among models and harnesses is the ability for the model to look at its available evidence and conclude that it doesn't know the answer. It depends a lot on how the chain of thought goes. I have seen a lot of newer models try to do this in their thinking traces, and it seems very hit or miss.<p>Even Opus 4.8, GPT 5.5, and Gemini 3.1 Pro (haven't tried 5.6 yet) confidently make up BS sometimes and needed to be reminded to verify thnings instead of inferring or relying on "memory" from training data.<p>IMO harnesses need some kind of built in "are you sure about that?" loop checkpoint that pauses the main interaction and asks the LLM to evaluate the strength of evidence for a claim it's about to make. It seems almost unreasonable to expect an LLM to next-token-predict its way to such a conclusion, reliably, without prodding. That or we just need another year of RLHF and another 250 billion parameters, IDK.<p>I feel like that should work becaus when you're using an LLM for a batch inference or classification type of task, it's not that hard to prompt them to emit an "unknown" flag. They just won't do it on their own, and in a coding harness there is so much else going on that a prompted reminder gets lost.
GPT 5.5<p>> IMO harnesses need some kind of built in "are you sure about that?" loop checkpoint that pauses the main interaction and asks the LLM to evaluate the strength of evidence for a claim it's about to make.<p>As a practitioner of ML for the past decade, this is the part of LLMs that has always been least satisfying for me. The shared intuition amongst myself and my colleagues has always been that the strongest models are the ones that produce actionable insights directly. Doing all sorts of data preprocessing gymnastics and then following up inference with a 1000-line wall of if-else business logic has always indicated to me that the model is somehow deficient, and not truly capturing the kernel of “truth” within the data, either because the model choice is wrong (e.g. linear regressor for nonlinear problem), or, more likely in practice, the collected data does not effectively capture the underlying “truth” of the measured phenomena with a sufficient signal-to-noise ratio.<p>LLMs are powerful and have essentially limitless utility, but there’s something missing at a fundamental architectural level for which harnesses are simply a bandaid. Of course, solving that fundamental architectural issue is probably the key to AGI, so…
I find this perspective surprising coming from someone who's done ML for a decade.<p>How much of a good machine learning system in production is really "the model"? How many lines of code are dedicated to constructing features and preprocessing them? How many lines are needed to process the decision emitted by the model in context of whatever else is going on? How often does the customer interact directly with the inference/prediction from a machine learning model?<p>My experience has been that model-fitting and model inference very often ends up being part of a bigger system anyway. And even if you do end up with some kind of super-duper all-purpose predictor model, it's rarely the thing you start with, instead you work up to it over weeks or months of iteration. So why should we put so much privilege and esteem on the matrix transformatinos or the decision tree, when they are really just part of a bigger system that receives some input from somewhere and produces useful output for someone?<p>The same holds for AI in my opinion. An AI system is a system that accepts inputs and produces useful outputs. LLMs are borderline miraculous in that an AI system built around an LLM can do so much more than anything that came before, and you can push a <i>lot</i> of amazing things right down into the tensors inside the LLM. But how far can that go? I don't think we even have an answer yet, because it's all so new and every time it looks like it's going to plateau, the big labs come out with another big step forward.<p>But there are other questions too, which should look familiar to anyone in industry. Do we need to do it that way? Should we do it that way? If our goal is to build a useful AI system that balances power and cost, then maybe we shouldn't. What if we can make models 10x bigger and spend 10x on RLHF and achieve the behavior we're talking about entirely in tensors. OK, so what if we can? We can also run a collection of little models in a carefully designed harness and achieve that behavior <i>right now, today</i>, at a much lower cost both in terms of up-front investment and marginal cost per unit of work completed.<p>I get it from an elegance perspective, but I guess I have completely the opposite mindset. Industry has bled me dry of any desire for elegance. The stuff I build now is stupid and crude but it makes our customers happy and costs peanuts to run and that's exactly what my job wants from me. So I say let's commoditize LLMs and start being clever about how we use them. It's not that we shouldn't also push the frontier in size and power, but unless things change w.r.t. the actual costs involved, it doesn't really seem like the best way forward in the short term for achieving smarter AI systems without also making costs go up and up forever.<p>The bitter lesson still holds of course. <i>But</i> eventually you have to pay for all that power. And you might not want to shell out $20/1M just so you can be sure your LLM can detect uncertainty in its own context and be more honest about when it doesn't know anything about some obscure record label.
This reminds me of the Go Grandmaster speaking out after losing to AlphaGo, that the model has no sense of "aesthetic play", as long as it would lead to a win within the rules.
I thought there was a lot of buzz about AI creativity after the infamous move 37 in that series?
Yes but it was so shocking because it was such an inhuman, "unaesthetic" play. It was considered to be "creative" in that no human would have thought of making the move, so it can't simply be copying human play.
if humans could do it, it would be called beautiful. defining something to be ugly is cope
They're trained on human data. I would expect them to emulate human biases as closely as possible.
This is where harness, and the fact that a machine can be endlessly prompted to try again comes in.<p>Even if an LLM starts by pursuing things that follow human bias, continuous failures and re-prompting to try something different will eventually force it to consider things outside of what ever biases it has.<p>You can do the same thing to a human. But most people would consider it unethical to lock someone in a box and force them to keep trying to solve the same problem over and over again until they figure it out.
Your comment stopped me in my tracks a little bit.<p>Is a 'bias' in a piece of writing generally a property of word to word choice and sentence to sentence construction or is it something more nebulous? Especially in terms of the appreciation of mathematics and someone's hesitance about publishing a mathematical argument they think is ugly or brute forced in some way.
Is it? I'd expect most of the training set to be synthetic data extrapolated from a small set of human authored texts.
It's more complex than that, especially as post training is often goal based.
No, they are not. Specifically, this was a method based specifically on learning from scratch, like most modern AI models.<p>Why do you think it's called Alpha ZERO?
> On one particular Friday afternoon, he stated a conjecture that he hoped was true, and invited us to try to help him prove or disprove it.<p>This kind of professor/researcher/teacher needs more praise. One of the first engineering courses I took when I started out in higher education was taught by such a person.<p>Maybe it's just me, but I <i>never</i> felt so welcomed and included during my time in higher education as when that lecturer told a bunch of first-year students "here are some things we haven't figured out which you can help with, let me know if you come up with something". It was inspiring and a great introduction to what's otherwise a rather dull first couple of years of academia.
<a href="https://en.wikipedia.org/wiki/George_Dantzig" rel="nofollow">https://en.wikipedia.org/wiki/George_Dantzig</a><p>> During his study in 1939, Dantzig solved two unsolved problems in statistics due to a misunderstanding. Near the beginning of a class, Professor Neyman wrote two problems on the blackboard. Dantzig arrived late and assumed that they were a homework assignment. According to Dantzig, they "seemed to be a little harder than usual", but a few days later he handed in completed solutions for both problems, still believing that they were an assignment that was overdue.[4][6] Six weeks later, an excited Neyman eagerly told him that the problems he had solved were two of the most famous unsolved problems in statistics.[2][4] He had prepared one of Dantzig's solutions for publication in a mathematical journal.[7] This story spread and was used as a motivational lesson demonstrating the power of positive thinking. Over time, some facts were altered, but the basic story persisted in the form of an urban legend and as an introductory scene in the 1997 film Good Will Hunting.[6]
There’s a story in How to Solve It that’s basically the same.
> he had spent the entire weekend trying and failing to prove it. I, on the other hand, had put all my energy into finding a counterexample and had one within an hour.<p>For a more extreme (although somewhat inverted) version of this, see Zeeman. He spent years trying to find a knotted sphere in a 5D space. Then realised this was impossible and got a proof for it in a few hours. [1]<p>[1] <a href="https://ima.org.uk/28009/sir-erik-christopher-zeeman-the-mathematician-who-did-everything/" rel="nofollow">https://ima.org.uk/28009/sir-erik-christopher-zeeman-the-mat...</a>
> I learned on Monday that he had spent the entire weekend trying and failing to prove it. I, on the other hand, had put all my energy into finding a counterexample and had one within an hour.<p>He spent an entire weekend before having the wisdom to pause, and let someone else contribute their time to finding a counter.
This was back when the internet was mostly chain emails and personal web pages, being unreachable once you went home for the weekend was perfectly normal and expected, and automatically thinking the worst of people was not a common form of public performance art. ;)
> having the wisdom<p>Ahem.<p>> On one particular Friday afternoon, he stated a conjecture that he hoped was true, and invited us to try to help him prove or disprove it.<p>It was a parallel effort ... we don't know <i>how many</i> people were working on it that weekend. And since the professor wanted it to be true and presumably believed that it <i>was</i> true, why the heck should he wait for students of unknown number and ability to find a counterexample that he didn't think existed?
> The Jacobian Conjecture<p>Interestingly, Yitang Zhang of the twin-prime-conjecture fame spent 7 years working on the Jacobian conjecture under the advisor Tzuong-Tsieng Moh at Purdue. A key step in his thesis used a corollary of Moh's. It turned out that the corollary was incorrect. As a result, Moh refused to write any recommendation letter for Zhang, and Zhang couldn't find any teaching or research job and ended up spending years working at a Subway[1].<p>Imagine Zhag had ChatGPT in 1986 when he started working on the Jacobian Conjecture.<p>[1] Of course now this has become an inspiring story. That said, the story definitely invokes complex emotions. The best way to describe it is probably this Chinese poem, which I have no idea how to translate: 庾信平生最萧瑟,暮年诗赋动江关
I was once in a presentation for a math PhD thesis. During the thesis, the evaluator of the thesis noticed a flaw in their proof. The student understood and then asked “What now?” The evaluator prof simply shrugged.
I personally know a story in this vein with a (sort of) happy ending.<p>A PhD student discovered that a result of his professor would imply the solution to a big conjecture in another field. The people in that field then analyzed the prof's result and found that the proof was flawed. The student was still allowed to graduate based on this since the finding of the connection between fields was brilliant. Then he quit academia (not because of this story, he had planned it before). Then a year later the prof figured out how to fix the flaw in his proof and published a paper with his former student, thus solving the conjecture. The two are still on good terms, writing papers together.
That sounds like the worst "exam nightmare" scenario imaginable, but did the student get the PhD in the end?
Mistakes in proofs are relatively common, but such a mistake doesn't automatically mean that the proof is entirely wrong. Many times, the mistake is just in the exposition, and can be fixed easily. Other times, the mistake is fixable and the fix is apparent. Perhaps the author forget to treat a relatively trivial edge case. In the first two cases, the student would likely just pass with minor corrections to be submitted soon.<p>Sometimes, of course, the proof is just wrong. That is the dangerous case, which will cause either major corrections or failure.
A few months after Andrew Wiles presented the proof for Fermat's last theorem, some mistakes were found that subsequently took him over a year to patch over. Imagine being 12 months into trying to put the pieces back together, after all the years of work and announcing your finding publicly.
I can recommend without reservation the book by Simon Singh, at least for a lay audience (don't know how an expert would experience it).<p>It's understandably the natural place to get the dramatic tension from what at least purports to be a sober account with some momentum. It's reasonably consistent with the way it's treated on the lectures I've seen from Sir Andrew Wiles on YouTube.<p>It sounds like a nightmare. He had intentionally set the proof up in a high stakes way, working in private, very quiet on what he was really doing. I gather this is not the done thing, eccentric at best kind of vibes, and I think by that point it was almost crackpot adjacent to even try seriously. His advisor forcefully pushed him off even trying earlier. So it's compound on the stakes. The beg reveal is intentionally as dramatic as possible. And then the questions start to land, most are minor clarifications, notation deficits, but one is sticky, one won't go away.<p>Kept me up late reading about it.
Proof fix-ups are quite common, but if it was not possible, then no, not for that topic.
A Ph.D. is usually a collection of papers/chapters, so even if a fatal flaw is found in one of the chapters, it does not normally result in "failing the Ph.D." It just means that that particular paper isn't publishable. The bar for getting a Ph.D. is actually quite low; what is truly difficult is clearing the bar in terms of publications for academic positions and later tenure.
I guess there's no tradition for publishing "negative results" in mathematics? By that I mean not proof of something negative, but rather, "we tried this thing for ages and couldn't get it to work, but we couldn't prove that it could never work either".<p>Probably there are understandable reasons for that... But I think "negative science" is really important, and soft results like "we tried that for a long time and it wasn't very fruitful" are actually very important for progress even if they're poorly attested in the written record. I guess in mathematics they come informally from your thesis advisor...
> I guess there's no tradition for publishing "negative results" in mathematics? By that I mean not proof of something negative, but rather, "we tried this thing for ages and couldn't get it to work, but we couldn't prove that it could never work either".<p>Indeed there isn't such tradition. I have one or two results like that -- proofs that some proof strategies cannot work because some object does not exist, but since that object would not be interesting for anyone not trying that particular proof strategy for that particular (already obscure) problem, one cannot publish.
You would have to show what you did try.<p>Typically, you can describe that in the form of a partial result (see for example <a href="https://en.wikipedia.org/wiki/Goldbach%27s_conjecture#Partial_results" rel="nofollow">https://en.wikipedia.org/wiki/Goldbach%27s_conjecture#Partia...</a>) or as another conjecture.
> "we tried this thing for ages and couldn't get it to work, but we couldn't prove that it could never work either"<p>There is a related tradition of making conjectures about things that you can not prove, and being known for having made such conjectures. Conjectures along with definitions and problem statements are incredibly important in mathematics. But usually they are introduced in the context of some other publishable work.
There are mathematical statements that have been shown to be undecidable (no proof for or against is possible) and such a demonstration is a <i>huge</i> deal.
I mean it would be ridiculously easy to make up any number of incorrect proofs.<p>It would have to show something new and interesting.
I first heard that kind of story about a thesis defense at Princeton. The twist was that they had been short one person to judge it, so they roped in a professor who was available at that moment ... and he found a counterexample on the fly.<p>The professor was John Milnor.
A recording of a car crash: discovering on live radio/podcast that the central tenet of your book is wrong, and amateurishly so.<p>Naomi Wolf 'death recorded' on BBC[1], skip to 5:51. After this the book was pulped and she had some sort of psychotic break during COVID and allied with ultra-right and COVID denialist loonies.<p>[1] <a href="https://www.bbc.com/news/av/world-us-canada-48639663" rel="nofollow">https://www.bbc.com/news/av/world-us-canada-48639663</a>
It doesn't seem too egregious an error to assume "death recorded" means they were executed, rather than the opposite where death was recorded as the verdict but not actually executed.<p>Not checking newspaper reports of the period is lazy though and exactly the kind of thing I'd expect a journalist to do and therefore be the one to discover the flaw.
Is the video available not through a proprietary player?<p>> After this the book was pulped and she had some sort of psychotic break during COVID and allied with ultra-right and COVID denialist loonies.<p>That's quite an extreme shift considering she had previously been a leading figure in third-wave feminism and an OWS activist.
The other Naomi, Naomi Klein, wrote an entire book that uses Wolf's "transformation" as a structural scaffold to explore the rise of the new right/MAGA etc. etc. It's called "Doppelganger".
Some people are just contrarians who want their ideas to be the most outlandish.<p>This is a real problem if you're one of the people involved in something like OWS who wants to see effective change, not just making a circus about yourself.
I couldn’t get the video to work. Here’s the relevant clip I found on youtube.<p><a href="https://youtu.be/3uRCcEoGWxs" rel="nofollow">https://youtu.be/3uRCcEoGWxs</a>
I wasn't sure if I would be able to listen again - it's so hard to hear.
This is astonishing. How could a person go to the lengths of writing an entire book without ever looking up this sort of thing?
The term she mistook for meaning a death/execution had been recorded was "death recorded". So it's a mistake that could be made similarly to how one might confidently assume that a "public school" is a school which is a school that is either government funded or open to anybody in the local area.<p>More generally I think people are inappropriately confident in general. When you go through history just about every century prior people believed many things that the next century would come to see as plainly false. People in modern times seemed to have stopped believing this was true, yet it's likely that people during every given century also stopped believing such was true, because what you believe "now" is always assumed to be correct. Nobody wants to believe they hold false beliefs, even though there's a practically 100% certainty that all of us do, and in quite healthy quantities.
...what is public school then?
You have to be confident by default or you'll never get anything done. I always find myself stuck in analysis paralysis and then I look back at something like the history of Minecraft and realise he wrote the whole game (minus content additions) from scratch in only about two years, and all the updates I remember not liking were just another Tuesday for him as there had been similar updates every few weeks during that entire time period.<p>Like, I bought the game just before the Nether was added, and I thought that was not a very good feature, but <i>just a few weeks</i> before that, he'd added monster spawners, and just a few weeks before that, he'd added redstone, and a few weeks before that, minecarts, and a few weeks before that, signs, and a few weeks before that, the world wasn't infinite yet. Just another few months back, and the game didn't have an inventory. That guy had the opposite mindset of me and he got shit done.
> You have to be confident by default or you'll never get anything done.<p>Crippling doubt can happen. Blind confidence has its own hazards. You only need to be confident that you can proceed, in spite of having provisional, incomplete knowledge. "But if you grip to your beliefs too tightly, you will not recognise The Truth when it comes knocking on your door." (forget who said that)
The most astonishing thing is that she still holds the PhD whose thesis was the basis of the book. A stain on Oxford reputation.
When I read your comment I completely give myself over to the understanding that you mean she wrote a whole and continuous book, without ever researching whether you meant a book about uncastrated male animals. Imagine my surprise when I go the radio to discuss your comment and a zoologist calls up to correct my understanding of a common English phrase.
[flagged]
Inspiring? Because of the twin prime conjecture success following his time in the wilderness? I suppose so.<p>I'm tired of tales like this in academics though. That's not a criticism of you for telling the tale, I'm just so tired of this kind of thing in academics in general. So, so, so much politics and public reputation management. Zhang should have never had to suffer like that.<p>As my own research has drifted more into math, I've been surprised at how many assertions in the literature turn out to be false. Not just false, but propagated into the applied literature extensively, and even when you point out the problems a lot of defensiveness and denial about it along the lines of Zhang's story.<p>I agree about wondering what would have happened if LLMs had been around in 1986. My guess is the outcome would have been the same for the same reasons?<p>My experience with LLMs in proofs is they can be very helpful, but also very wrong. It's like having another person with another set of hunches about what path to go down.
> So, so, so much politics and public reputation management. Zhang should have never had to suffer like that.<p>Very true. Unfortunately, when there are people, there will be politics. I remember when reading Yau's autobiography, I kept marvel how much calculation, or "politics" if you will, that Yau mentioned or implied in the book.<p>> My guess is the outcome would have been the same for the same reasons?<p>At least Zhang didn't have to spend 7 years working on the Jacobian conjecture. He said in an interview that he always wanted to work on number theory. Moh asked him to work on Jacobian, and he obliged.
Planck's Principle: 'Science advances one funeral at a time.' [1]<p>In his exact words: "A new scientific truth does not triumph by convincing its opponents and making them see the light, but rather because its opponents eventually die and a new generation grows up that is familiar with it... An important scientific innovation rarely makes its way by gradually winning over and converting its opponents: it rarely happens that Saul becomes Paul. What does happen is that its opponents gradually die out, and that the growing generation is familiarized with the ideas from the beginning: another instance of the fact that the future lies with the youth."<p>And he said that having lived, as a outsized figure, through the late 19th to mid 20th century of physics, which was the absolute golden age for such.<p>[1] - <a href="https://en.wikipedia.org/wiki/Planck's_principle" rel="nofollow">https://en.wikipedia.org/wiki/Planck's_principle</a>
ChatGPT's idiomatic translation of the poem:<p>Yu Xin’s was a life of utter desolation;
in old age, his poems and rhapsodies stirred the riverlands.
Opus:<p>No life ran more bleak and desolate than Yu Xin's —<p>yet in his twilight years, his verses stirred the rivers and the passes.
<p><pre><code> Yu Xin's past was exquisitely tragic
Ages passed; now his works betray magic</code></pre>
I guess that works, it is always difficult to capture the cultural and linguistic melancholy of such poetry.
When I was still much more skeptical of AI, I asked ChatGPT to write me a proof of the Goldbach Conjecture. Of course it didn't, but it gave me a several-screens-long research program for how one might get there, with a few alternate paths and what pieces are still missing from each one. Maybe it cribbed that all from some grad student's blog, but it was still pretty impressive.<p>A week or two ago I asked Claude Code to write a comprehensive testing plan for a new Postgres feature I wrote, UPDATE/DELETE FOR PORTION OF. I was a bit anxious about how many bugs were discovered as soon as it was merged this spring. Claude found some untested areas, then it wrote more tests for them. I'm not talking about LOC covered, but feature combinations. (I've been meaning to submit this as a followup patch. . . .) Fortunately it didn't find any more bugs.<p>I sense that testing plan has affinity with the findings in the OP, even though it is far more humble than research mathematics. Even better would be if we knew good ways to express invariants about Postgres's behavior, and then we could ask LLMs to violate them. I'm sure there are good ways already, and the "we" who is not knowing is not "all humans" but "the Postgres team" or just "me".<p>As a counterexample to the article (heh): even though Claude didn't uncover any new bugs, a human did, just a few days ago. Alas!
That's a good thing. It saves people wasting time trying to prove something they now know to be false, so that they can move on to other things to prove, it's a more fruitful use of humanity's time overall at least in the field of mathematics.
proofs by counterexample are effective but ultimately unsatisfying. they get you to an answer but they don't help help you <i>understand</i> and bend you r mind into seeing how the math works and lead you on to the new set of questions.<p>and for now as long humans are going to judge of what counts as an elegant or illuminating proof, there's going to be work for human mathematicians
I would only agree partially. There are counterexamples that are not illustrative, but it is fairly common that in thinking about how to construct a counterexample you gain a more thorough understanding of the original problem and at least one fundamental issue which prevents the conjecture from being true.
Right; see Lakatos. In its roughest form, you study the structure of whatever counterexamples you find, add those as (negated) preconditions to your proposition, rinse and repeat until you have a true statement. If the proposition remains useful, you now have a new definition.
Counterexamples are literally the only way to show a "for all" statement is false. (Non-constructive proofs by contradiction work by showing a counterexample must exist.)<p>Also, 'brute-force' style attacks where one simply feeds the input into the computer and it yields a solution are nothing new and certainly predate LLMs: <a href="https://en.wikipedia.org/wiki/Euler%27s_sum_of_powers_conjecture" rel="nofollow">https://en.wikipedia.org/wiki/Euler%27s_sum_of_powers_conjec...</a><p>Hell, one could even go further into the past and refer to the thankless work of pre-computer era mathematicians who sweated over manual calculations in order to disprove various prime related conjectures: <a href="https://en.wikipedia.org/wiki/Mersenne_conjectures" rel="nofollow">https://en.wikipedia.org/wiki/Mersenne_conjectures</a><p>You seem to have an objection to non-intutionist mathematics in general, a position that was once held by many an illustrious mathematician but is relatively fringe in the contemporary academic community. Mathematical facts don't have to be intellectually satisfying or make sense to <i>you</i>, the human, rather it is up to you to wrap your mind around discovered mathematical facts.
Are you thinking of proof by contradiction, which is rejected by constructionism?<p>[Dis]proof by counterexample is the most straightforward way to show a statement to be false. What better way is there to disprove a general statement like 'all x are y' than finding an 'x' that isn't 'y'?
It’s very straightforward, but it often doesn’t (and here didn’t) fully satisfy the curiosity that was embedded in the original problem. Why did the Jacobian conjecture <i>seem</i> to be true? Is there some underlying symmetry that’s very slightly broken? Or perhaps there’s all kinds of counterexamples, and the intuitive pattern is only real for certain kinds of functions which happen to predominate in our intuition. Then how should we adjust our intuitions to better capture the space of possible polynomial functions?
Those are all good questions, but I don't really understand what alternative you or the OP are looking for actually resolving an untrue conjecture, besides a counter example.
I would frame it differently. The existence of compact counterexamples to a true-seeming conjecture suggests that there’s some deeper understanding waiting to be discovered. Fuzz testing for theorems, if that makes sense. I hope mathematicians in 2036 will be able to explain in detail why the Jacobian conjecture was false and identify which similar, true conjectures the community’s intuition was pointing towards.
We can take a simpler example. Let's say someone conjectures that all linear maps are isomorphic if they have the same domain and codomain*. A counterexample is easy to find, but true insight would be to notice that all linear maps with the same domain and codomain that are not isomorphic map some non-zero elements to zero. That is much more interesting than just finding a counterexample. Although, that isn't to say that finding a counterexample is not very interesting.<p>*statements only apply to maps whose domain is finite-dimensional
I suspect an AI, possibly a successor to current LLMs, will achieve that by the early 2030s. It might help illuminate many mysteries in math and beyond for us all.
There are many cases where it's possible to prove that counterexamples must exist, without identifying a specific example. This kind of proof provides more insight into the problem than simply finding a counterexample.
Isn't the fact that you now <i>know</i> that the conjecture is false a huge help? At least it will help convince people to look at the conjecture more closely, no?
You, right now, have the ability to spend a few weeks studying the Jacobian conjecture and its counterexample and write up a blog post about what you think is special about this counterexample.
You could spend the rest of your life coming up with conjectures that look elegant but are ultimately false. Disproof by counterexample only works if it's false, and we shouldn't be satisfied with a false conjecture to begin with.
The counterexample in the news cycle today helps better understand how the math works. I can't think of one that doesn't.
> and for now as long humans are going to judge of what counts as an elegant or illuminating proof, there's going to be work for human mathematicians<p>Considering ChatGPT was released only three and half years ago, and LLMs could do high school math only less than two years ago, I think this "for now" will not last very long.
Elegance may not remain exclusively human forever but usefulness probably requires more than correctness
Not much worth in understanding a statement that is wrong and has been shown wrong.<p>Unless you want to spend time "proving" that 2 * 2 = 1.
Seems like a breakdown on the incentives / imperatives in the field? I hope that's not an over bold guess from a non-mathematician.<p>Couldn't people in principle continue to study a problem that's only been shown to break at one point? Prove something adjacent, or slightly weaker, or elaborate the counter example into a powerful explanatory framework?
Maybe I’m just not pure enough but I find the whole concept of proof by counterexample to be elegant, and I don’t see why proving that something must be true is superior to proving that it can’t be false.
It's elegant if all you're concerned with is whether a conjecture is true or false. Answered, move along!<p>But mathematics is not a collection of facts. Mathematics is the study of abstraction. And what do you learn from a single data point? What can you abstract from that?<p>That's why just being a counterexample isn't really interesting. There has to be more than "counterexample" for there to be something to abstract. Was it generated from an analysis of the problem? Can the counterexample be generalized to explore the problem further? Is the counterexample a surprise in a way that suggests something is missing from current understanding?<p>Being a counterexample doesn't mean that something isn't interesting to a mathematician. But it's also not the interesting part.
You mean proof by contradiction, which is something different.
Yes, especially when the counterexample is formally verified. It converts years of speculative effort into a definite answer almost immediately
It is also a good thing, because it helps to refine the theorem statement. At least, my humble experience in CS theory research is that I’d try to prove a theorem I want to be true, find a counterexample, refine the statement, and continue.<p>P.S. It helps that in CS lots of theorems are about either inductive or coinductive definitions.
Except you can't possibly know that. New insight can arise regardless of whether mathematicians are trying to prove or disprove a statement, and regardless of whether the statement ultimately turns out to be true or false.
> A member of the faculty (who I won’t name) said to me that the fact that the counterexample was so easy to find just indicated that humans had not spent enough time thinking about the problem, implying that a 60-year-old question of Grothendieck was not actually that interesting to work on. I didn’t tell him that at some point earlier in my career I had spent a week working hard on the problem. In my mind my colleague is just going through the five stages of grief; right now they seem to be in the denial phase.<p>It seems to me also that the very vocal anti-LLM crowd are in the denial phase of grief.
> A few days earlier I had got an email from a professor in the maths department here at Imperial, expressing surprise that some of our graduate students were paying $200 per month to access models such as Sol and Fable. He said that he thought that these people were crazy. I did not immediately respond. But after meeting with Andrew I emailed the professor back and told him that in my opinion, any PhD student who was not paying $200 per month to access these tools was crazy. In fact during the workshop I learnt from Harvard PhD student Bryan Wang that Harvard were already giving free Fable access to all PhD students, post-docs and faculty at Harvard.<p>Yeah, given how much it accelerates grad students to produce meaningful output more quickly, why wouldn’t you make an investment of $2400/student/year. Seems like pennies overall.
The living-costs stipend for an EPSRC PhD student is around £20k so it's about ten percent of that... big commitment for a student to make!
Many graduate students view themselves as ethical beings, not machines that "produce meaningful output," and everybody here knows (useful) LLMs are indefensibly evil because of stolen training data and enormous environmental impact.
BTW, counterexamples in mathematics are really important and often help to refine definitions and sharpen proofs.<p>1) I recommend the wonderful 1976 book <i>Proofs and Refutations</i> by Imre Lakatos.<p>2) There is a considerable list of books dedicated to counterexamples, e.g. in topology, probability, analysis, etc.<p>[1] <a href="https://en.wikipedia.org/wiki/Proofs_and_Refutations" rel="nofollow">https://en.wikipedia.org/wiki/Proofs_and_Refutations</a><p>[2] <a href="https://www.amazon.com/s?k=counterexamples" rel="nofollow">https://www.amazon.com/s?k=counterexamples</a>
I suppose it will fall to AI as well to compose the mathematical equivalent of The Ballad of John Henry. Who will be the human champion, the last great hero who can deliver proofs "from the book" that a machine cannot outperform?<p>[1] <a href="https://en.wikipedia.org/wiki/John_Henry_(folklore)" rel="nofollow">https://en.wikipedia.org/wiki/John_Henry_(folklore)</a><p>[2] <a href="https://en.wikipedia.org/wiki/Proofs_from_THE_BOOK" rel="nofollow">https://en.wikipedia.org/wiki/Proofs_from_THE_BOOK</a>
This is an unhealthy view of mathematics. It's mathematics as envisioned by football fans.<p>The most valuable things in mathematics are not beautiful proofs. We need more useful <i>definitions.</i> Actually coming up with useful definitions (and building good conjectures out of them - not even theorems, <i>conjectures</i>) is something LLMs have not yet tried to conquer.
"Gonna Die With My Hand-Written Proof in My Brain" - Recorded in 2027 and compiled in the Anthology of American Folk Mathematics (2052)
It's probably not quite that dramatic yet, though it seems possible it will get there, maybe even soon.<p>There's no structural reason to expect acceleration any more or less than an asymptotic behavior (if even that, acceleration is probably the bigger ask). Different problems yield to a new solvent, maybe that's also more, but it could go either way and we definitionally don't know yet because we don't understand the convexity of AI capability, we cannot directly access it interiority, we don't know if it's sandbagging (other than that it does sometimes, it can). It's an emergent phenomemon that might actively resist measurement. Or it might be as predictable as a clock in a few years.<p>No one knows, or if they do, they aren't talking. The loud people don't know anything.
Isn't this exactly what we should expect/hope for?<p>At least initially, chess computers were better than humans not because they were more creative or inspired, but because they thought harder/deeper. That's exactly the sort of "find counterexamples to this if they exist" work that we're seeing here.<p>Eventually computer chess got to the point where humans look at some moves and say, "That's an amazing, inspired move. That's not a 'bot' move at all, I can learn from this." We're just not there yet with AI/math in general.
I wish I had LLM-built Lean formalisations in university, so much of the math in the slides had errors, and some professors are very bad and ungracious admitting it, while simultaneously rejecting requests for clarifications by saying "the proof is in the slides".<p>Of course Lean proofs are rarely a good way to understand proofs, but hopefully they can be used to generate more human understandable arguments.
> Of course Lean proofs are rarely a good way to understand proofs, but hopefully they can be used to generate more human understandable arguments.<p>I would object to the first part: Of course there is a nontrivial learning curve, but then I'd argue that non-slop Lean/Agda/Rocq/... formalizations are amazing for understanding proofs. A good formalization presents the outline and the key arguments in nicely structured form, and then, unlike pen-and-paper proofs, also allow you to get the details on every single step, exactly to your desired level of depth.<p>The proofs in Martín Escardó's TypeTopology Agda repository come immediately to my mind as an example. [An interactive Agda tutorial is here: lets-play-agda.quasicoherent.io]<p>In contrast, LLM-generated formalizations can currently be extremely messy. They certify truth and can also contain interesting arguments, but substantial work is required to bring them into a shape that contributes to the actual goal of improving our understanding of the mathematical landscape.
Yes, or to settle dispute and remove doubt once and for all, i.e. the Leibniz way.
A lot of this math is beyond my comprehension, but it often seems to talk of proofs of theorems. What I want to know is if we continue on this accelerated AI mathematics trajectory, will we eventually be discovering new forms of math that will in turn have some applications down the line in engineering or biomedicine etc? I guess what I’m asking is are we on the cusp of a huge breakthrough for humanity, or largely just proving what was already known?
It’s possible. Compressed sensing is one example of what I suppose you could call a new form of math with applications in biomedicine. It can be used to significantly shorten the time required to obtain a MRI scan, which can improve the patient experience and enable more patients to access MRIs.<p><a href="https://en.wikipedia.org/wiki/Compressed_sensing" rel="nofollow">https://en.wikipedia.org/wiki/Compressed_sensing</a>
> will we eventually be discovering new forms of math that will in turn have some applications down the line in engineering or biomedicine etc?<p>If we do it probably won’t be for a long while. We’re barely using math from a couple hundred years ago for most applied usage.
Engineering and biomedicine, probably in the long term (if at all). But accelerated development of new mathematical methods has a possibility of proving to be relevant for fundamental physics research.<p>Occasionally large improvements in our models of the universe have been associated with the development of mathematical tools that allow those models to be expressed and/or tested.
Most of maths is remarkably abstract and impractical, but sometimes real-world scenarios turn out to be related to some obscure branch of math. Internet security is based on elliptic curves in finite fields, and why would you ever study that if it wasn't powering internet security? Well some people did study it before, for no good reason, and that's how we knew about it.
How do mathematicians view counter examples? Is it like an unexpected result in the physical sciences: annoying in the moment but potentially stupendously important as it reveals some inaccuracy in the current models? Or is it more like a bug report in coding… probably just, another little annoying detail?
Counterexamples are clarifying. For everyone condition in a proof, it's really handy to have a maximally simple, memorable counterexample that makes it fail because it violates that condition. Mathematicians tend to walk around with a bestiary of counterexamples in their heads. It also makes it really easy to recover a theorem because you try to sketch out the statement, and the spiky, memorable counterexamples jump out of your memory and you add conditions to constrain the domain away from them.
There are pedagogical books (CF. 'Counterexamples in Topology', 'Counterexamples in Analysis') that teach the nuances of subjects through counterexamples. They're popular as it's sometimes easier to learn details from a pathology or degenerate example than from just learning what is intended.
I am sure finding holes in existing proofs is what counts as "another little annoying detail". Some people are probably relieved when they have failed to prove a hypothesis and someone finds a counterexample.
This will soon happen with theoretical physics, computer science, and everything which can be verified cheaply. Then, we will have long running projects augmented by agents for 2-4 years while AI companies are collecting data of human workflows. After that we will see AI being able to do those projects by themselves. This will lead to super fast human progress and cheap products. The price of things will be bound by energy and natural resources. Interesting times are ahead of us
I wonder if at some point mathematicians will be over-flooded with proofs to check and eventually some over confident false claim will make it into math.<p>Maybe in the future the work of Mathematicians will be like the ones of SWEs with AI, check thousands of lines of AI generated proof and find the subtle errors
>I wonder if at some point mathematicians will be over-flooded with proofs to check and eventually some over confident false claim will make it into math.<p>That point had come some time ago. Nowadays the literature is both enormous and littered with false proofs and an unknown, but nonzero, number of false published results.
That's why the author refused to read a proof from someone he knew until it was formalized in Lean.
as someone who loves math, I want to collaborate with mathematicians to solve some hard problems
This comment gives a sliver of hope for us currently outside academia and in low income academic institutions: enthusiastic laypeople with access (read: funds) to the SOTA models can collaborate with destitute researchers to produce research the academic alone could not.<p>Plus, as a non-expert, you will naturally want to understand more about what you are proving together with the expert. LLMs can help there, too, by carving a path from elementary mathematics to the research problem more efficiently and in a more targeted manner than a generic exposition or survey.<p>That could give birth to a beautiful research-exposition pair that can benefit both academics and interested laypeople, who have (rightfully, but inevitably) felt excluded from the insights of high level research. I have long hoped for something like that. There, however, the academic must watch the LLM like a hawk, because expository interpretation of results is prime ground for hallucinations, and adversarial agents will not have much effect in improving it.
Next step: "the AI can't find a counterexample, so the conjecture must be true!"
A missed chance to start with <a href="https://en.wikipedia.org/wiki/Euler%27s_sum_of_powers_conjecture" rel="nofollow">https://en.wikipedia.org/wiki/Euler%27s_sum_of_powers_conjec...</a>
Human mathematicians have been being out-counterexampled for at least two decades. The main difference, as I understand, is that (A) we now have a lot more compute to throw at such things, and (B) it is currently <i>trendy</i> to do so. But the sizes of counterexample we're seeing are around about what I'd expect pre-generative-AI counterexample search systems to be able to find.<p>It's not <i>easy</i> to find a counterexample to the Jacobian conjecture, by any means – by which I mean to say that naïve brute-force search will take too long – but the scope of existing searches listed on Wikipedia[0] suggest that many tricks are already known, and that people just hadn't <i>looked</i>, systematically, for a counterexample in three variables before. Wikipedia writes:<p>> Tzuong-Tsieng Moh checked the conjecture for polynomials of degree at most 100 in two variables.[17][18]<p>where reference 17 is from 1983, and reference 18 is a preprint with no given date. Knowing very little about this problem, my impulse is to side with the unnamed faculty member cited in the article:<p>> [who] said to me that the fact that the counterexample was so easy to find just indicated that humans had not spent enough time thinking about the problem,<p>For context, the auto-generated counterexample is in three variables, has degree 7, and was discovered in 2026.
> about what I'd expect pre-generative-AI counterexample search systems to be able to find.<p>The difference today (and the reason why everyone is excited about it) is that <i>the same</i> system that does advanced math can write poetry, play an above average game of chess, code frontend/backend stuff and do cybersec. These are not "expert systems", nor are they trained for each task individually. That's the catch.<p>> just indicated that humans had not spent enough time thinking about the problem<p>Heh, this is a weak excuse. We've seen variations on this theme every time something cool gets solved by the models.
The word "just" is the mark of a coward.<p>AI is only as good as a human mathemetician, which we don't have enough of? "just"?<p><a href="https://en.wikipedia.org/wiki/Jacobian_conjecture" rel="nofollow">https://en.wikipedia.org/wiki/Jacobian_conjecture</a><p>> The conjecture was first stated for two variables by Ludwig Kraus in 1884 [...] an example of a difficult question in algebraic geometry that can be understood using little beyond a knowledge of calculus.<p>> The Jacobian conjecture is number 16 in Stephen Smale's 1998 list of Mathematical Problems for the Next Century. It was notorious for the large number of published and unpublished false proofs that turned out to contain subtle errors.
A large fraction of the problems assigned in the Ross Program were of the form "Prove or disprove, and salvage if possible." The rest were usually a calculation, meant to motivate a general proposition you would encounter soon after.
the AI doesn't even gloat. a rival mathematician would at least title their paper 'a remark on the falsity of...'
This morning I was reading a paper called "An enduring error" (2009) by Branko Grünbaum, regarding Archimedean polyhydra. From the introduction:<p>> ..Even more unexpected is the fact that many expositions of this topic commit serious mathematical and logical errors. Moreover, this happened not once or twice, but many times over the centuries, and continues to this day in many printed and electronic publications; the most recent case is in the second issue for 2008 of this journal. I will justify this harsh statement soon, after setting up the necessary background.
That day that Claude throws out a "not even wrong" at you.
Cal Newport has a grounded take on what the Erdos thing meant in practical terms: <a href="https://youtu.be/fhZRWZ6J4k4" rel="nofollow">https://youtu.be/fhZRWZ6J4k4</a><p>Long story short this is much less impressive than it was sold to be. Basically they had mathematicians combing through long winding chains of thought (incidentally: you wouldn't have access to that reasoning) and cleaning it up and making it coherent. That doesn't mean its unimportant, but we're being gaslit about the amount of human steering and human effort that went into this.<p>A plea: please stop upvoting hype that comes from these labs. It takes time to evaluate their claims and they're always less impressive than claimed.
Rest in Peace those of us unable to afford those models.
Which conjectures will be proven false via counterexample next? Dixmier? Poisson?
Math seem like the most base thing AI will dominate first.
If the poster's (is it Kevin Buzzard?) suggestion works out and AI finds a counterexample to the Hodge conjecture, that would be a really big deal. It's one of the Millenium problems, for example.<p>One thing that he mentions that already quite surprising is that AI was able to autoformalize the Golod-Shaferevich theorem and proof.
It is Kevin Buzzard. It's kinda small font on my phone but if you look at the "about xena" link it says it's his site.
I think he was being provocative and maybe a bit tongue-in-cheek when he said that. A candidate object alone doesn't resolve the Hodge Conjecture. Any apparent counterexample would have to prove that no algebraic cycle exists, no invariant subspace exists, or that every element of an infinite ideal is nilpotent. Much harder, but not impossible.
So before making a claim, see if AI can produce a counterexample that makes sense
mathematicians have been using computers for well over half a century, but this was after "bounding" the problem first and then running through the cases with a computer. Now AI is doing the first part. However, mathematicians are still needed at crafting prompts, and knowing where to look, still. The prompt for the Jacobian conjecture was obviously not random. the search space is too big to just try all the combinations of 3 variable polynomials.
Okay, I'm not sure about the original one, but here is the prompt of a successful reproduction:<p><a href="https://aaronlou.com/jacobian_counterexample_prompt.pdf" rel="nofollow">https://aaronlou.com/jacobian_counterexample_prompt.pdf</a><p>Obviously it is not random, but it's very generic. No mention of search space or how to reduce it.
This is the best take. Computers don't care about this stuff. A computer could make a movie, but only a human can appreciate it.<p>We're a good team, and that's ok.
For now. I wonder if we will ever get to the point where the computer starts doing mathematics that we just can't understand. Surely there must be some limit to what we can understand (like how a gorilla will never understand prime numbers, there are probably limits to our intelligence as well).
<a href="https://mathstodon.xyz/@logicbot" rel="nofollow">https://mathstodon.xyz/@logicbot</a><p>This bot posts a tautology (always true statement) every day. They aren't very useful. Sampling from all true mathematics is like sampling from all instruction sequences that don't crash. The important part of computer programming isn't finding valid instruction sequences, it's finding the useful ones that do what the customer wants.
Mathematics only really matters insofar as humans can understand it.
Aren't deep learning models themselves a case where we have hints of some deeper underlying logic to why some things are more effective than others, but we lack the mathematical tools to properly work it out for anything of practical size?<p>All we're able to do is apply flawed analogies, generic information theoretical models, trial and error, post-hoc rationalizations and benchmarks without really understanding <i>why</i>.
Doesn’t this generalize?
Mathematics matters less than less as fewer people are capable of understanding it.
So whatever cutting edge, deep insight about the nature of groups matters less than different equations which matters less than solving linear equations, etc.
Not really, a theorem with a hard proof can have simple but important corollaries. It's also not unthinkable that theorems exist with proofs that cannot reduce to something simple/short.
[dead]
> The prompt for the Jacobian conjecture was obviously not random. the search space is too big to just try all the combinations of 3 variable polynomials.<p>Maybe the prompt contained a part like this: "the search space is too big to just try all the combinations of 3 variable polynomials, so be clever about it". Or maybe this part was omitted from the prompt, because modern LLMs are smart enough to figure this out without us having to mention it.
I don't think there was a 'prompt' for it, rather a long and dedicated work of a professional mathematician which involved LLM in some capacity. I'm sure the search step wasn't an ad-hoc script running in a Claude Code session (as somebody would naively assume), it was an optimized numerical code running in Anthropic's compute cluster. Note that details are not published yet and `__alpoge__` is officially working at Anthropic.
"Outcounterexampled": there's a neologism worthy of German.
I must object. Because this is derivation, not composition. German is noteworthy for its long compositional word formations (though many other language are, too, e.g., Finnish). German can do derivation, too, but not significantly more than English (and the verb prefix 'out-' is hard to map into German in this case). For admiring derivation, you'd have to point to, e.g., Greenlandic instead (e.g. _iliorfigeqatigiissariaqaraluarput_ roughly 'they should work together' (from the Declaration of Human Rights)).<p>To be clear, I do like 'outcounterexampled' a lot!
Outcounter example: I was playing baseball, and when the outcounter advanced to three, it was the other team's turn to play.
Übergegenbeispielt.
vibe counterexamplemaxxing
[flagged]
The framing in these posts is nonsense. ChatGPT isn't doing shit. Human mathematicians using ChatGPT are breaking boundaries.
so if I tell a model "using your advanced knowledge of physics and chemistry 'make alchemy work' (synthesize gold using any cheaper materials) using safe materials legal for a residential hobby chemist with 1 semester of lab work in college to possess and use (this is obviously the really hard part) using less than $1,000 in lab equipment and input materials that can create $2,000 in value at market rate; then walk me through all the steps to do this safely and legally without anyone finding out except the lab equipment sellers; and tell me what a reasonable story to tell gold purchasers regarding where I got it; I'd like to end up selling a few thousand dollars of it without disrupting the market. Give me practical advice about good opsec so that nobody steals the method you come up with (I don't want my home broken into by thieves who suspect I figured out how to transmute cheap materials into gold), other than, obviously, not to post about it. Think as long as you need to about the chemistry and how to do it, you're a chemistry expert and can figure it out even if it takes you like a week, in your web searches be careful not to divulge that you're figuring out how to synthesize gold", and I give that prompt to some model that knows chemistry like the back of its hand, it thinks about it for four hours, finds the correct safe and legal steps, and gives me the recipe and the advice I asked for, then who figured out how to turn aluminum (or another cheap element) into gold, me or the model? In mathematics, proving or disproving a well known and well studied one hundred year old conjecture is gold.