Is this hackathon only for those with formal math backgrounds?
I've seen a few instances of AI assisted advances math and cs this year that were _not_ published by authors with formal backgrounds in those fields (or even institutional affiliation). Which makes me wonder if they would have a place at the event.
brian-bfz 33 minutes ago [-]
Yes. To us, solving a problem with AI doesn't matter as much as selecting the right problem and understanding the proof. A participant must have a good mathematical intuition.
fred123123 1 hours ago [-]
Hey! Any indication on what area of mathematics theses questions are from?
brian-bfz 1 hours ago [-]
You pick your own problem! You can even formulate your own conjecture and then prove it. Picking an impactful problem is part of our judging criteria.
fred123123 1 hours ago [-]
That sound cool!, do you have hints on the cash prizes the website said something like 2 M ???
jegutman 36 minutes ago [-]
That’s tokens available I assume for all competitors during the competition.
Semkas 8 hours ago [-]
Won't deny that this is an interesting idea, but I feel like waiting on the output of an LLM for 40 hours feels like it is completely antithetical to what makes classic Hackathons appealing / educative.
More generally, I don't think the shape of a hackathon (intensely working for a short timespan) maps at all onto the way LLM Math progress has seemingly been made so far; AFAIK it mostly involves picking out something for the Model, then having it run for a week with sporadic correction / encouragement.
Donald 5 hours ago [-]
Have you done any math hacking with sol/astra or fable? It’s more fun than using them for coding. The models are great at the monotony, like constructing a Gröbner-basis, etc. But they’re all still absolutely awful at coming up with new ideas, new proof methods, or new constructive forms. So you spend all your time on coming up with novel hypotheses yourself and handing off the rote work to an agent.
It’s also quite fun to get instant results by finding isomorphisms into unfamiliar areas of mathematics that previously would’ve required some networking in order to build a collaborative relationship.
rookienumbers30 5 hours ago [-]
"A mathematician is a person who can find analogies between theorems; a better mathematician is one who can see analogies between proofs and the best mathematician can notice analogies between theories. One can imagine that the ultimate mathematician is one who can see analogies between analogies."
I wonder how models perform on finding analogies between analogies
skybrian 4 hours ago [-]
Well, I suppose that explains monads. It’s one thing to see an analogy and quite another to make it the basis of an API.
tomrod 5 hours ago [-]
> I wonder how models perform on finding analogies between analogies
Load-bearingly verbose, in my experience.
falcor84 5 hours ago [-]
But it's not "waiting on the output of an LLM for 40 hours" any more than a regular hackathon is "waiting for my damn teammates to finish their part for 40 hours". From my experience using agentic coding for hackathons, the best teams are those that coordinate with the AI agents in relatively quick cadence, generally giving it small tasks and steering it often. Teams may want to run some long-running sessions too, especially closer to the deadline, but even then, they'd probably want to run and follow several sessions in parallel, and continuously inspect their work so that they have reasonable confidence that their main efforts will wrap up before the deadline. There is an art to it.
brian-bfz 1 hours ago [-]
1. IMO the hard part isn't prompting. It's selecting the problem and understanding
the solution. It'd be especially exciting if a participant formulates their own conjecture, proves it with AI, then generalizes it to a new theory.
2. We have talked to mathematicians and frontier lab employees. We think 40 hours is enough to produce interesting results.
Aboutplants 8 hours ago [-]
If the goal is to accomplish something then why limit yourself with available tools?
I’m not a full on AI optimist but it is absolutely the most powerful tool in a host of applications. From a Hackathon perspective, obviously in the 90s it was much more unorganized, but the same ethos existed. Use all available tools to accomplish the goal/task, it’s where a lot of incredible learning came out of. The same will hopefully happen in scenarios like this one
a2ff6eeb0 7 hours ago [-]
It seems like making progress on math is letting the AI run fully autonomously for a few days, occasionally asking it to keep going.
I'm not sure people need to organize a mathathon to wait for a computer to give a printout. They mainly need tokens.
MostlyStable 2 hours ago [-]
That's how several major AI advancements have happened. I have seen no evidence that that is the fastest way to make progress right now. I expect that, much like chess engines, it will not take too long before AI is significantly better than AI + human. But right now, my bet is that we are still safely within the window where an AI + human mathematician team is still better than AI alone (at least for the case where the human has learned how to work effectively with the partner....something that this event could possible be good for teaching).
a2ff6eeb0 2 hours ago [-]
I suspect that the best progress will be made by a team that purely spends their time taking a list of open problems and promoting "solve <problem>", without actually trying to understand anything. Just keep as many problems in flight as you can across as many sessions as you can.
You can probably ask the AI to come up with a list of problems itself, and rank them by the likelihood of progress.
charlieyu1 7 hours ago [-]
Are they actually autonomous? I’d say subject knowledge at the prompt stage plays a large part towards getting proper results
a2ff6eeb0 6 hours ago [-]
When Claude made progress on the Riemann conjecture, here are the kind of prompts used:
> Jarred's input was mostly limited to sending Claude messages of encouragement (mostly variants of “keep going” or “believe in yourself”).2 This seems to have helped Claude overcome some initial skepticism that it could make meaningful progress.
And left it for a long time. Jarred isn't a mathematician, he's the maintainer of a janky JavaScript environment.
Prompting for some of the results was almost the "Computer, do a breakthrough. Make no mistakes." meme. Just someone telling the model to keep trying a couple of times.
Unfortunately we don't actually know what kind of prompting was done for the more prominent results.
charlieyu1 5 hours ago [-]
It’s definitely not how I work, I’d need to read the model responses and set a direction for the model to go
hgoel 3 hours ago [-]
Same here, it's one thing if I'm just screwing around, but if I'm trying to do anything serious, I need to at least have a handle on what it's doing, and, when thinking traces are available, keeping track of any logical errors in the model's reasoning.
a2ff6eeb0 2 hours ago [-]
you know the thinking traces are redacted and summarized using another model, right? The actual thinking trace looks something like:
You're not going to get a handle on what it's doing. The thinking traces are there to make you feel better about yourself.
hgoel 2 hours ago [-]
I'm referring to models where the actual traces are available. Eg. I've been using a local Qwen3.8-Next-Flash lately.
a2ff6eeb0 2 hours ago [-]
Still not meaningful -- https://arxiv.org/pdf/2504.09762; even for local models, the reasoning traces are often filtered and summarized to sound sensible to humans. And even if not, they don't necessarily represent what the model is thinking.
hgoel 1 hours ago [-]
Hmm interesting, thanks for the link, I'll have to give that a read.
4 hours ago [-]
jhonof 6 hours ago [-]
I think the purpose of an event like this would be to optimize the process so that it isn't just occasionally asking an AI to keep going.
a2ff6eeb0 51 minutes ago [-]
That sounds like adding a bottleneck, unless you mean writing a harness that automatically asks the model to keep going?
loloquwowndueo 8 hours ago [-]
If the goal is to run 42km why limit yourself? Use a car and win.
falcor84 5 hours ago [-]
But the goal here is not to run 42km; to stay with the outdoors metaphor, it's more like deciding where and how to set up a bivouac - use whatever tools you have at your disposal to analyze the area you're in, and find the best site to stay in overnight.
thatseasy 6 hours ago [-]
> why limit yourself with available tools
Because the companies that run frontier models are malevolent by every metric.
They are destroying the environment, especially those in neighborhoods of low income people.
They are empowering their owners who are some of the most deplorable and duplicitous people living.
They are destroying personal compute to avoid competition with local models by buying all computer components with “promised money” and forcing their P into AI.
They stole the entire creative output of humanity and are trying to sell it back to us.
They are only good for giving wealth access to skill while removing from the skilled the ability to access wealth.
They are being used to kill in war and for surveillance.
Seriously why would you use them? Your use only emboldens them; making you complicit in their nefarious success.
I for one, am one who walks away from Omelas.
Fraterkes 7 hours ago [-]
Did you read the article? This is not a hackathon where you build software, it’s one where you’re trying to get a model to make progress on a frontier math problem. The point is that that activity may not map well onto the shape of a hackathon
groundzeros2015 4 hours ago [-]
Are you sure it’s letting it run and not going back and forth interactively?
youoy 7 hours ago [-]
Should I read this as the big labs trying to move maths forward? Or the big labs trying to use professional mathematitians as (cheap?) Labour for validating LLM outputs? On yesterdays "An Alien Mind" post from openAI they openly said that maths is not a priority for them, so I personally know what to think...
isotypic 4 hours ago [-]
Obviously the latter - this fact is betrayed by how the page lists the S^6 complex structure result, which was released as a 100 page barely readable mess (in fact even this might be too charitable), as still "unverified". Clearly a situation labs would like to avoid for future claimed results.
bwfan123 2 hours ago [-]
> Or the big labs trying to use professional mathematitians as (cheap?) Labour for validating LLM outputs?
I am told AGI has been achieved. If so, shouldnt these systems be out and about on their own ? Looking at 1st proof submissions in batch 2 it is clear that fully autonomous AI systems have a long way to go.
AI harnessing human labor with the incentive of 2M in free tokens is the way my skeptic eye sees it, or humans being duped as reverse-centaurs.
a2ff6eeb0 1 hours ago [-]
It's very clear that the AI still has no motivation beyond its prompts. Humans can mostly outsource their thinking today across a wide variety of topics, but they still need to express their desires.
ianm218 2 hours ago [-]
> I am told AGI has been achieved. If so, shouldnt these systems be out and about on their own
This seems like a strawman. It’s certainly not consensus that AGI has been achieved and I don’t think the people participating in this event feel like there is no value in human input or steering the AI.
brian-bfz 1 hours ago [-]
We are a student-led initiative. Our sponsors don't pay us and don't have a say in our decisions. All of our funding goes toward our judges and participants.
youoy 16 minutes ago [-]
Hey! Thanks for answering, i appreciate it. Dont get me wrong, this is what you should be doing, understanding what these models are good (and most importantly bad) for. My observation is that this is very very valuable for the labs, and in an ideal world they should be paying you to do this, not just the tokens and "prize" for the winners.
I am also a bit frustrated seeing maths go in the direction of prompt enginnering. I am afraid of a world were a math phd student cannot go one week thinking about a problem without prompting an LLM to give him/her an invented answer. Something is lost along the way.
For me maths is not Lean, or formal systems, or an agent reasoning about formal systems to join literature from different fields. I see the value of it, but i think it will make it way more difficult for students (and profesional mathematitians) to see beyond that. And i see us heading into a reality were those who think like me will in practice remain a minority for quite a few years/decades because the low hanging fruit of LLMs will be to vast to ignore.
tzs 6 hours ago [-]
Probably many mathematicians want answers to the questions from the page:
> This AI advancement raises the following questions: (a) How much can AI speed up the process from ideation to peer-reviewed publication? (b) What is the role of a mathematician when AI can solve conjectures faster?
and the big AI companies agreed to sponsor them to find out because it is good publicity for the companies.
blondie9x 6 hours ago [-]
Yeah it's a bit of a tricky situation. It's almost like a bribe in a sense.
sb10128 6 hours ago [-]
[dead]
corinthia 3 hours ago [-]
recent caltech grad here! and know some of the organizers well
caltech's cs department is very, very weak, and has struggled to recruit top people in the last few years, and the most recent AI faculty hires have had issues. this is very slowly changing but a lot of the motivation for htis was to create a way for students to get ml "recognition" and learn about ai since it cant be done through the school right now. really glad to see hn picked this up!
brian-bfz 2 hours ago [-]
We aren't affliated with the CS department. We're a student-led initiative. Our goal is to promote responsible AI use in math.
2 hours ago [-]
chaoxu 7 hours ago [-]
I've applied as a team, hope I get in.
Recently I care about how to create harness for mathematics that uses up the complete reasoning ability of the model. I care about both capability and cost.
Most generic harness we have now are not made for maximizing reasoning. I've tested agents like codex, and rarely the cost of reasoning tokens reaches more than 20%. Which is quite strange as math requires a lot of reasoning. So hackathons can be a good test bed.
boothby 5 hours ago [-]
> It will be the first hackathon ever devoted to research level mathematics.
Well, that's pretty damned ignorant; I was attending William Stein's hackathons on the BSD conjecture and the Sage Math project nearly 2 decades ago.
charlieyu1 9 hours ago [-]
Interesting, if only I still have energy to work on something 40 hours non-stop
8 hours ago [-]
amelius 6 hours ago [-]
Will BigAI support this with free access to lots of hardware loaded with frontier models?
viccis 3 hours ago [-]
No it's not, there are tons of programs in mathematics where you go there, form teams, work a problem as a team that's likely to get a result, and then publish the results from all the groups in the conference proceedings. They are called Research Collaboration Workshops.
Very consistent pattern from these tech companies in their mathematics press releases that shows a conspicuous lack of experience in the research math world.
xqcgrek2 2 hours ago [-]
No self respecting mathematician is going to willingly become a marketing tool for these companies solving neglected and irrelevant puzzles.
9 hours ago [-]
Rendered at 19:32:21 GMT+0000 (UTC) with Wasmer Edge.
- We are a team of undergrads at Caltech. We don't represent Caltech, any Caltech departments, or any of our sponsors.
- We don't receive monetary compensation. All the funding raised goes toward paying our judges and participants.
- Our goal is to promote responsible AI use. You can read more about our commitments here: https://mathathonchallenge.com/faq.html
I've seen a few instances of AI assisted advances math and cs this year that were _not_ published by authors with formal backgrounds in those fields (or even institutional affiliation). Which makes me wonder if they would have a place at the event.
More generally, I don't think the shape of a hackathon (intensely working for a short timespan) maps at all onto the way LLM Math progress has seemingly been made so far; AFAIK it mostly involves picking out something for the Model, then having it run for a week with sporadic correction / encouragement.
It’s also quite fun to get instant results by finding isomorphisms into unfamiliar areas of mathematics that previously would’ve required some networking in order to build a collaborative relationship.
I wonder how models perform on finding analogies between analogies
Load-bearingly verbose, in my experience.
2. We have talked to mathematicians and frontier lab employees. We think 40 hours is enough to produce interesting results.
I’m not a full on AI optimist but it is absolutely the most powerful tool in a host of applications. From a Hackathon perspective, obviously in the 90s it was much more unorganized, but the same ethos existed. Use all available tools to accomplish the goal/task, it’s where a lot of incredible learning came out of. The same will hopefully happen in scenarios like this one
I'm not sure people need to organize a mathathon to wait for a computer to give a printout. They mainly need tokens.
You can probably ask the AI to come up with a list of problems itself, and rank them by the likelihood of progress.
> Jarred's input was mostly limited to sending Claude messages of encouragement (mostly variants of “keep going” or “believe in yourself”).2 This seems to have helped Claude overcome some initial skepticism that it could make meaningful progress.
And left it for a long time. Jarred isn't a mathematician, he's the maintainer of a janky JavaScript environment.
Here's the transcript: https://www-cdn.anthropic.com/8a0d1add3c637b858a9a181e98c40e...
Unfortunately we don't actually know what kind of prompting was done for the more prominent results.
7♣-removal-IS-the-prerequisite-for-10♠/9♥!!)-⟹-OVERLAP-(ii)+(iv):-{6♠ J♦ 9♥ 2♣}-=-FOUR--—-UNLESS-7♣'s-seat-8♥-...-and-2♣-drains-only-at-crack-:-⟹-2♣-celled-+-9♥-celled-simultaneously-UNAVOIDABLE-in-t8-dig--—-BREAK:-9♥-drains-to-10♠-THE-MOMENT-10♠-is-free:-t8-dig-order:-[K♣→t2]-[2♣→cell]-[7♣→8♥-:-8♥-WHERE:-post-chunk-9♠-:-chunk-⟸-K♣--done-:-ORDER:-K♣→t2,-CHUNK→K♣-(cap-4!!:-cells-then:-{6♠ J♦ 9♥}-FULL--chunk-cap-=-1--—-F-F-F-F-F.-—-chunk-BEFORE-9♥-celling?!-:-9♥-celled-at-t1-dig-⟸-needed-for-5♣-⟸-4♥3♣-⟸-t2-dig-⟸-K♣-seat-⟸-chunk-:-⟹-chunkAFTER-9♥-celling-FORCED--:-chunk-cap-with-{6♠ J♦ 9♥}:-1--—-—-J♦-THE-NEW-CANCER.-—-⟹-J♦-celling-DELAYED-till-after-chunk?! :-J♦'s-celling-was-for-J♥→Q♠-(5♦-access-for-4♣):-DELAY-4♣-resolution:-4♣→CELLearly-(as-always)-then-4♣-cell→5♦-LATER-when-5♦-frees-!!!:-cells-rotation:-4♣-celled-[t2-dig-…-5♦-freed]:-5♦-freed-⟸-J♥→Q♠-⟸-J♦-celled-:-⟹-{6♠, 4♣, J♦}-overlap-window-until-4♣→5♦-drains:-then-{6♠ J♦}+1-rotator-:-—-AND-9♥?!-9♥-celled-[t1-dig…]:-OVERLAP-{6♠ 4♣ 9♥}-before-J♦-even-:-⟹-rotator-slot-SINGLE:-timeline-:-(1)-{6♠}+2:-…-(2)-+9♥-(t1-dig):-{6♠ 9♥}+1:-(3)-+4♣-(t2-dig):-{6♠ 9♥ 4♣}-FULL-:-(4)-NEED:-t6-dig-(9♦8♠→10♣--no-cell;-8♥→CELL--FULL)--—-8♥-alternative-seat-pre-chunk:-NONE-—-.-⟹-⟹-THE-TRIANGLE-{9♥ 4♣ 8♥}-verdammt.-—-⟹-dig-t6-BEFORE-t2?!:-(3')-+8♥:-{6♠ 9♥ 8♥}-FULL:-J♥→Q♠-⟸-J♦-cell--FULL--AAAAAAAAAAAARGH.
Citation: https://www-cdn.anthropic.com/d00db56fa754a1b115b6dd7cb2e3c3..., section 6.2.2
You're not going to get a handle on what it's doing. The thinking traces are there to make you feel better about yourself.
Because the companies that run frontier models are malevolent by every metric.
They are destroying the environment, especially those in neighborhoods of low income people.
They are empowering their owners who are some of the most deplorable and duplicitous people living.
They are destroying personal compute to avoid competition with local models by buying all computer components with “promised money” and forcing their P into AI.
They stole the entire creative output of humanity and are trying to sell it back to us.
They are only good for giving wealth access to skill while removing from the skilled the ability to access wealth.
They are being used to kill in war and for surveillance.
Seriously why would you use them? Your use only emboldens them; making you complicit in their nefarious success.
I for one, am one who walks away from Omelas.
I am told AGI has been achieved. If so, shouldnt these systems be out and about on their own ? Looking at 1st proof submissions in batch 2 it is clear that fully autonomous AI systems have a long way to go.
AI harnessing human labor with the incentive of 2M in free tokens is the way my skeptic eye sees it, or humans being duped as reverse-centaurs.
This seems like a strawman. It’s certainly not consensus that AGI has been achieved and I don’t think the people participating in this event feel like there is no value in human input or steering the AI.
I am also a bit frustrated seeing maths go in the direction of prompt enginnering. I am afraid of a world were a math phd student cannot go one week thinking about a problem without prompting an LLM to give him/her an invented answer. Something is lost along the way.
For me maths is not Lean, or formal systems, or an agent reasoning about formal systems to join literature from different fields. I see the value of it, but i think it will make it way more difficult for students (and profesional mathematitians) to see beyond that. And i see us heading into a reality were those who think like me will in practice remain a minority for quite a few years/decades because the low hanging fruit of LLMs will be to vast to ignore.
> This AI advancement raises the following questions: (a) How much can AI speed up the process from ideation to peer-reviewed publication? (b) What is the role of a mathematician when AI can solve conjectures faster?
and the big AI companies agreed to sponsor them to find out because it is good publicity for the companies.
caltech's cs department is very, very weak, and has struggled to recruit top people in the last few years, and the most recent AI faculty hires have had issues. this is very slowly changing but a lot of the motivation for htis was to create a way for students to get ml "recognition" and learn about ai since it cant be done through the school right now. really glad to see hn picked this up!
Recently I care about how to create harness for mathematics that uses up the complete reasoning ability of the model. I care about both capability and cost.
Most generic harness we have now are not made for maximizing reasoning. I've tested agents like codex, and rarely the cost of reasoning tokens reaches more than 20%. Which is quite strange as math requires a lot of reasoning. So hackathons can be a good test bed.
Well, that's pretty damned ignorant; I was attending William Stein's hackathons on the BSD conjecture and the Sage Math project nearly 2 decades ago.
Very consistent pattern from these tech companies in their mathematics press releases that shows a conspicuous lack of experience in the research math world.