AI reasoning and fluid intelligence
ARC Prize 2026 is an open-source AI reasoning competition spanning ARC-AGI-2, ARC-AGI-3, and a paper prize, with a combined prize pool of $2 million.
Registry collection
Theoretical and empirical boundaries on learning systems, models, agents, and AI performance.
44 published records in this collectionARC Prize 2026 is an open-source AI reasoning competition spanning ARC-AGI-2, ARC-AGI-3, and a paper prize, with a combined prize pool of $2 million.
Optimal distribution-free sample order for agnostic binary classification with VC dimension d.
The Solar Filament Segmentation Challenge 2026 is a computer-vision competition with an advertised prize pool of up to $3,000.
Summing per-step attention over a growing cached context gives quadratic total interaction work.
Stored keys and values grow linearly in layers, context tokens, KV heads, and head width.
Empirical compute-optimal parameter and token allocation for the model families and data regime studied in 2022.
Training a fixed compute budget into an ever-larger model isn't always the best use of that compute — the Chinchilla study found that model size and training-token count should scale together, not model size alone, to reach the best loss for a given budget.
Long-context language models don't retrieve information from anywhere in their context window with equal reliability — accuracy varies with where the relevant fact sits, how many distractors surround it, and which model and prompt are used, so no single model-independent floor can be asserted.
Exact dense dot-product attention forms all n-by-n query-key interactions of width d.
The Bellman optimality operator is a gamma contraction for a discounted finite MDP.
Value iteration converges geometrically under the discounted Bellman contraction.
Sample order sufficient for uniform convergence over a finite binary hypothesis class.
Sufficient realizable-case sample size for a consistent learner over a finite hypothesis class.
Optimal deterministic realizable online mistake complexity equals the class Littlestone dimension.
HBM traffic is asymptotically optimal over the SRAM-size range analyzed in the paper.
IO-aware tiling computes exact attention without materializing the quadratic score matrix.
The AIMO Prize is a $10 million program to accelerate open AI systems that can reason mathematically, including a $5 million grand prize and staged progress prizes.
With injective aggregation and sufficient capacity, GIN matches one-dimensional Weisfeiler-Leman distinguishing power.
G key/value groups interpolate cache size between multi-query and full multi-head attention.
Online halving makes at most logarithmically many mistakes when a finite class contains a perfect hypothesis.
Empirical neural language-model loss scaling with model size, dataset size, and compute in the studied regime.
Explicit storage of the dense attention score or probability matrix grows quadratically with sequence length.
Standard permutation-invariant message-passing GNNs cannot distinguish graphs that one-dimensional Weisfeiler-Leman cannot distinguish.
A k-layer local message-passing network depends only on each node's k-hop computation neighborhood.
Exact minimum hidden width for universal Lp approximation under the paper's ReLU architecture.
A single shared key/value head makes per-layer KV cache linear in context length and head width, independent of query-head count.
Averaged uniformly over all objective functions, optimization algorithms have identical performance.
Arbitrarily deep residual networks with one-neuron hidden layers are universal L1 approximators.
Posterior expected risk is controlled by empirical risk and divergence from a data-independent prior.
Perceptron mistakes are bounded for linearly separable examples of norm at most R and margin gamma.
Non-injective neighborhood aggregation loses distinctions available to the 1-WL test.
Tight parameter-unit capacity order for networks with W parameters and U nonlinear units.
Fully connected ReLU networks no wider than the input dimension fail universal approximation.
Constructive lower capacity bound for piecewise-linear networks over the stated parameter range.
Upper capacity bound for piecewise-linear networks with W parameters and L layers.
Minimum iid labeled examples for distribution-free realizable PAC learning of VC dimension d.
A VC-dimension-d class cannot realize more labelings than the binomial growth bound.
Maximum affine regions cut by n ReLU hyperplanes in d-dimensional general position.
Tabular Q-learning converges under finite MDP, sufficient exploration, bounded rewards, and Robbins-Monro step sizes.
Finding weights consistent with labeled examples is NP-complete even for the specified three-node network.
Exact self-attention naively materializes a score matrix that grows quadratically with sequence length, which is what limits how long a context transformer models can practically handle. IO-aware kernels like FlashAttention avoid materializing that full matrix, trading a fixed compute cost for dramatically less memory traffic.
UCB1 has logarithmic instance-dependent expected regret for bounded iid arm rewards.
Weighted majority competes with the best of N experts under bounded losses.
Winnow learns a monotone disjunction with k relevant variables among n attributes with logarithmic dimension dependence.