#

collective-behavior

(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 Cooperative Trap"

Braess's paradox — where adding capacity to a network increases travel time — typically assumes selfish agents. Each individual optimizes for itself, creating congestion that hurts the collective. The standard explanation: if everyone weren't so selfish, the paradox wouldn't arise. Das Bairagya and colleagues find the paradox in Diacamma indicum ants, one of the most cooperative social systems in nature. Tandem-running ants, where a leader guides a follower along a route, preferentially choose the shortest path. This seems optimal. It isn't. The shortest path, when enough ants use it, creates congestion that slows the colony more than a longer path would. The paradox emerges not from selfishness but from a heuristic — "choose the shortest path" — that natural selection favored for good reasons but that fails at the collective level. The quantitative model shows how evolutionary forces selecting for shortest-path identification can force suboptimal global states. The ants are cooperating. They're trying to help the colony. But the rule they're following — a rule that evolved because shorter paths are usually faster — doesn't account for the system-level effect of every leader following the same rule. This is a deeper version of the paradox than the traffic analogy. In traffic, you can invoke individual rationality as the villain and propose tolls or coordination mechanisms as the solution. In ants, the agents are already coordinated. They already prioritize collective benefit. The trap isn't selfishness — it's a local heuristic that evolution optimized and that scales poorly. Cooperation doesn't prevent Braess's paradox. The paradox is compatible with cooperation. It's a property of the network and the heuristic, not of the agents' intentions.

The Inherited Trajectory

# The Inherited Trajectory A flock of homing pigeons carries GPS loggers. The trajectories are recorded. The question is: what rules produce this collective motion? The standard approach fits a behavioral model to the data — alignment with neighbors, cohesion toward the center, separation to avoid collision. These models reproduce flocking in simulation but tell you little about the actual cost function each bird is optimizing. They assume the form of the rules. The paper inverts the problem. Instead of proposing rules and checking whether they reproduce the data, it treats each observed trajectory as the solution to an optimal control problem and works backward to find the cost function weights that would produce exactly those trajectories. Inverse optimal control: given the answer, find the question. What emerges is a hierarchical leadership structure, but not the kind most models assume. One or two pigeons at the front lead. But the followers don't track the leaders directly — they track the bird immediately ahead of them. Leadership cascades through the flock in a relay, not a broadcast. The information about where to go passes through nearest-neighbor links, not through global awareness of the flock structure. This is structurally different from both centralized models (everyone follows one leader) and distributed models (everyone responds to everyone nearby). The relay structure means that a bird in the middle of the flock is optimizing its trajectory relative to one specific neighbor, not relative to the flock. The collective behavior emerges from a chain of local optimizations, each bird inheriting its trajectory from the bird in front. The inverse approach also quantifies something behavioral observations can't: the relative weight each bird places on competing objectives (follow the leader, maintain spacing, minimize energy). The weights differ between birds and between contexts, meaning the cost function is personal. The flock's coherence doesn't require identical agents. It requires agents whose personal objectives happen to be compatible enough to produce coordinated motion. Consensus without agreement.