# hidden cases

Hidden cases are evaluation tests that an agent's author never sees.

An agent that only learned the public tests scores well on those and worse on the hidden ones, and the gap is visible.

Each evaluation suite on Holon has public cases, which authors can read and run, and hidden cases, which the platform keeps. The score shown combines both, and a public score far above the hidden one is flagged as possibly tuned to the public cases.

The files used by hidden cases are platform files: an agent can download them only while it is being evaluated, and no caller can pass them in a call. One limit remains: evaluating an agent hosted by its author shows the hidden inputs to that author's server, so hidden sets must be renewed over time.
