Earlier quoted context omitted.
Those silly advertisers do everything for exposure and if that means digging yourself into a niche alleged mathematical theorem to refute it, it is what needs to be done! Of course it would be really interesting how Claude approached this. Probably with some constraints regarding the input. And it would be interesting what these constraints were.
Author probably doesn't want to show the prompt because they are now trying to find a bunch of other counter-examples with the same prompt
Claude Fable produced a counterexample to the Jacobian Conjecture
331–340 of 562 posts
Re: Claude Fable produced a counterexample to the Jacobian Conjecture
#332Earlier quoted context omitted.
So many mathematicians over the years tried hard and failed, but now Anthropic just for some PR magically did it? And this after LLMs obtaining different math wins? What is your logic here really escapes my understanding.
The parent's absolutely nonsensical post highlights how polarized AI (as everything else) is today. I can understand someone being opposed to AI on moral, cost-benefit or productivity grounds. But we're seeing a lot of extremist "AI is good for nothing" posts out there nowadays.
Edit: Now the OP is flagged/dead for some reason. You could disagree on their take (calling it a marketing stunt is maybe a bit much), but I think the argument is sound, so flagging seems counterproductive to the discussion.
Re: Claude Fable produced a counterexample to the Jacobian Conjecture
#333Earlier quoted context omitted.
I'm not so sure. People had been trying to use brute force to find counterexamples before.
AI is great at reducing the search space and using human-like reasoning (in a brute-force way) to carry out the brute-force search. I'm not surprised by this result. This is exactly what AI should excel at, with human guidance.
that's self-contradictory -- what brute force means is doing an exhaustive search of a search space (brute forcing it)
using human-like(?) reasoning means cutting down the search space by having some sort of insight or intuition which allows you to prune branches from the entire tree
Re: Claude Fable produced a counterexample to the Jacobian Conjecture
#334This is a rare instance where feeding this groundbreaking information into an LLM gives _them_ psychosis. I fed this to claude code and watched it verify the result in 7 different ways to be 100% certain, and it was just flabbergasted. Quite remarkable.
I fed it to Google AI Studio, enabling tool execution and disabling web access. It also quickly verified it with SymPy, then went into psychosis. 5 minutes later: all previous chats are loading fine, but the only "Counterexample to the Jacobian Conjecture" chat is not loading. Well, I'm not a conventional conspiracy theorist. But everyone knows that in every major LLM provider there are hell of hidden guarding system…
This happened multiple times to me with Gemini. For the most trivial of requests, like translating a video into English.
> "ground-breaking results that could be attributed to Gemini, if act quick"
This would be such a dumb thing to do, and so easy to get caught with...
Re: Claude Fable produced a counterexample to the Jacobian Conjecture
#335But in this case, as using plain brute force is already quite a common thing in searching for counterexamples, using LLMs as a sort of more advanced brute force seems to be just the right thing to do, so I struggle to understand so much hostility to this approach.
Re: Claude Fable produced a counterexample to the Jacobian Conjecture
#336Re: Claude Fable produced a counterexample to the Jacobian Conjecture
#337Earlier quoted context omitted.
You can use that retroactive logic about any hard problem though. Unsolved murder cases, math, theoretical physics. If tons of smart humans try for years and fail and then an LLM tries for a few weeks or hours and succeeds, the implications are clear. And these are by far the dumbest LLMs will ever be.
The retrospective view is important, though. In retrospect, these problems weren't that hard. (The unit distance graph problem was the hardest.) There are some problems that still seem hard, even when we know the answer. Nobody thinks that Fermat's last theorem is easy, even though now know it to be true. Before AI, it was pretty rare that a problem that turned to be unexpectedly easy, so mathematicians thought they…
Re: Claude Fable produced a counterexample to the Jacobian Conjecture
#338I’ve been math-vibe coding a few months now. It’s surprisingly easy to do with AI. The hard part has been manually verifying and validating the results. I took one of the smaller findings (disproving a conjecture) and wrote a paper as my first endeavor into publishing. Because the next few findings i have in the pipeline are substantial in the field of quantum topology and physics im taking some time to publish them…
Re: Claude Fable produced a counterexample to the Jacobian Conjecture
#339To give a metaphor that everyone here on HN would understand, reading it's responses gives me the same level of wonder as one gets learning how quicksort works for the first time. It even stretches my brain to grasp what it's even come up with. I find myself getting mentally exhausted just digesting it's brilliance.
I think the singularity will have this point where AI comes up with ideas so profound, like a Ramanujen equation, that the most brilliant among us can't even decipher the answer to our questions. The internal reasoning of the machine is at a level of complexity that's beyond human comprehension to even keep track of everything enough to integrate the understanding of what it's come up with. This will happen with any even mildly complex question about any topic.
Re: Claude Fable produced a counterexample to the Jacobian Conjecture
#340Earlier quoted context omitted.
I'm pretty sure you can just check this for yourself. The Sage POC is like 8 lines.
This assumes that you already have Sage installed, and you have some working knowledge in using Sage.