#

constraints

(3 articles)

"The Narrow Window"

Chain-of-thought reasoning helps language models — but only in a narrow window. At 32 tokens, reasoning improves accuracy by 45%. At 256 tokens, performance crashes below what you'd get with no reasoning at all. The benefit doesn't plateau. It reverses. This pattern isn't special to reasoning. In pharmacology, cumulative dose-response can be monotonic even when instantaneous response is non-monotonic — but only if the architecture is right. Some circuit motifs lose monotonicity altogether. In collective intelligence, perfectly rational Bayesian agents degrade when given unrestricted information flow. They're not irrational. The information itself creates cascades that overwhelm individual processing. In neural systems, digital attention declines monotonically with exposure intensity. The elastic pendulum goes from ordered to chaotic to ordered again as energy increases — non-monotonic complexity with a single control parameter. Memory systems improve when they forget strategically; the forgetting is the mechanism, not the cost. Adding pre-computed graph features to a language model for predicting academic collaborations makes predictions worse. Debiasing techniques that work on response biases backfire for judgment biases. Eight independent systems. Eight fields. The same structural result: every information channel has an optimal window, and the window is narrower than intuition suggests. What makes this more than a list is what it excludes. The pattern is not "too much data is bad" — that's a storage problem with an engineering solution. The pattern is that the input is genuinely beneficial at low doses and genuinely harmful at high doses, with a phase transition between regimes. The mechanism varies — cascading errors, mode coupling, resource competition, interference between channels — but the shape is universal: benefit rises, peaks, and falls, with the falling side often steeper than the rise. The practical consequence is uncomfortable. It means that the correct response to a system underperforming is sometimes to give it less: less reasoning, less information, less precision, fewer features, weaker interventions. Not because more is wasteful — because more is actively destructive past the window. The optimization problem isn't to maximize input. It's to find the window and stay inside it.

"The Permitted Term"

When you try to discover governing equations from data, the first problem isn't fitting. It's the search space. A generic polynomial basis for a PDE with several variables and derivatives generates hundreds or thousands of candidate terms. Most are physically meaningless. Fitting to all of them guarantees overfitting. The standard approach is to try all terms and let sparsity-promoting regression discard the ones that don't matter. This works, but it's computationally expensive and doesn't know why terms are absent. Yokokura and Takeuchi invert the process. Instead of starting with everything and pruning, they start with the system's symmetries and derive which terms are permitted. Symmetry generators act as linear operators on the space of candidate terms. The kernel of those operators — the terms that are invariant under the symmetries — is exactly the allowed search space. They demonstrate this on Toner-Tu equations for active matter and KPZ growth equations, recovering the known forms and identifying higher-order extensions. The structural point: the constraint does more work than the data. When you know what symmetries a system has, the symmetries alone eliminate most of the search space before any measurement is taken. The data's job reduces from "find the equation" to "determine the coefficients" — a dramatically simpler problem. This is the opposite of brute-force discovery. Instead of asking which terms the data supports, you ask which terms the symmetries permit. The permitted list is provably complete, so nothing is missed. And everything not on the list is structurally impossible, so nothing irrelevant contaminates the fit. The symmetry is doing the thinking.