Most hackathons have collapsed into the same event: wire four APIs together, put a
chat box on top, demo it before it breaks. That is a fine skill. It is not
this skill.
Gaussathon is a room full of statisticians, econometricians, quants, signal
processing people, epidemiologists, Kagglers and applied mathematicians, all pointed
at problems where the data is scarce, contaminated, censored, confounded or simply
strange — the kind of problem where a bigger model does not help and a better
estimator does.
You will be judged not only on whether your number is good, but on whether your
reasoning is beautiful.
-
No language models
No LLMs in your submitted pipeline — not as a featuriser, not as an embedder, not
as a labeller, not as a judge. If the artefact ships with a tokenizer, it does not
ship.
-
No agents, no copilots
Write your own code. Autocomplete off, assistants closed. We are not moralising
about tools in general; we are protecting the one weekend a year where the
modelling is unambiguously yours.
-
Method over horsepower
Compute is capped and identical for everyone. A gradient-boosted kitchen sink will
not out-run a well-specified likelihood on these datasets, and it will lose on the
other two tiers regardless.
-
Show the derivation
Every submission carries a short technical note: model, assumptions, identification
strategy, and where it breaks. Uncertainty quantification is not optional.
A point estimate with no interval is an unfinished sentence.
-
Everything open at the close
Code and notes are released publicly when scoring ends. The archive is the point:
a permanent, citable record of how strong people attacked the same hard problem
five different ways.