Latin square: An n Γ n array filled with n different symbols such that each symbol occurs exactly once in each row and column
Imbalance: A metric measuring the deviation of a Latin square from perfect spatial balance; zero imbalance is impossible for n β‘ 1 (mod 3)
Near-perfect permutation: A novel class of permutations introduced in this paper where shift correlations deviate minimally from the ideal value, satisfying parity constraints
SBLS: Spatially Balanced Latin Squareβa Latin square where the average distance between row pairs is uniform
Simulated Annealing: A probabilistic optimization technique used here by the agent to find permutations when exhaustive search failed
SageMath: A computer algebra system used by the agent for algebraic analysis and polynomial interpolation
Claude Opus 4.5: The specific Large Language Model used as the core of the AI agent
Neurosymbolic AI: The integration of neural networks (like LLMs) with symbolic reasoning tools (logic solvers, algebra systems)
Progressive disclosure: A memory design where the agent sees only a high-level index of files initially and retrieves full content on demand to manage context window limits