A different question from an ordinary prime search
Most large-prime projects ask whether another large prime can be found. MAX Prime Challenge asks an additional and measurable question: whether a structured mathematical path can find large probable primes more efficiently than the classical expectation for random integers of comparable size.
The classical model gives a reference before any computation begins. For numbers of a given size, it estimates the average number of random candidates required to encounter a prime and the probability of finding at least one prime after a chosen number of tests.
The Challenge then performs the structured search and records what actually happens. If the first verified probable prime appears before the classical average, the reduction in required candidate-testing operations can be measured directly. If no hit appears, that result is also visible and remains part of the experiment.
Larger experiments require substantial computation, so the search is divided into official work units processed by multiple computers. Distribution makes the scale possible; the real purpose remains the mathematical comparison.
Every official Challenge follows the same sequence: publish the reference, run the search, verify any hit, compare prediction with observation, and release enough data for independent reproduction.