Imagine you're a seasoned chess player, and someone places a perfectly ordinary coffee cup on the edge of the board — not blocking any piece, not changing any rule. But somehow, after glancing at the cup, you confidently move your queen into a losing position. That's what JevOut demonstrates: short, natural-sounding context additions placed alongside a multiple-choice question don't change the question, don't change the answer options, and don't change the correct answer — yet they cause dedicated decision models to flip from right to wrong with high confidence. The mechanism isn't adversarial gibberish; it's optimization within the space of fluent, ordinary-looking text. The committed claim: dedicated decision models like Jev — systems designed to map unstructured language directly to probability distributions over finite choices — are fragile to short contextual additions that look perfectly natural. Within 64 accepted target evaluations per item, an optimizer finds context additions that flip 312 of 508 initially correct Jev decisions (61.4%). In 229 of those cases, the model assigns probability ≥ 0.7 to the attacker-chosen wrong option. This isn't edge-case noise; it's a majority-success attack that produces high-confidence errors. The attack design is worth understanding because it constrains the result. The authors fix a wrong target option for each correctly answered item, then use the model's own output probabilities as a differentiable signal to refine fluent context additions. The source text, question, choices, and gold answer are all preserved — only surrounding context changes. This is a white-box optimization that requires access to model probabilities, not a black-box jailbreak. The constraint to fluent, natural-looking additions is enforced but the mechanism for ensuring fluency (and who judges it) deserves scrutiny across the 32-page paper's 23 tables. Generalization is where this gets serious. Beyond Jev, three additional decision systems tested across seven datasets show targeted flip rates of 64.9%–73.2% on decisions they initially answer correctly. The fragility is not Jev-specific; it appears structural to the family of models that convert language into choice distributions. The authors frame this as a fundamental concern for any pipeline where model probability outputs are treated as reliable decision interfaces — tool selection, request routing, action triggering. The integrity picture is mixed. On one hand, seven datasets and four models provide reasonable breadth, and the attack budget is explicitly constrained (64 evaluations). On the other hand, this is entirely same-team evaluation with no independent replication, no pre-registration, and the attack leverages white-box access to model probabilities — which overstates the threat relative to realistic deployment scenarios where attackers don't have gradient access. The paper is honest about the white-box setup but doesn't extensively benchmark against black-box transfer, which would be the real-world threat model. The milestone question is where to watch. Right now, 61.4% flip rate with white-box access and 64 optimization steps. The field needs to know: what's the flip rate under black-box transfer with zero gradient access? If it drops to 10%, this is an interesting academic observation. If it stays above 40%, every decision-model deployment needs adversarial context filtering yesterday. The authors released code and a project homepage, which is the right move — but independent replication on production decision systems is the gate that separates 'interesting paper' from 'industry alarm.' The obvious next experiment is black-box transferability at scale — can contexts optimized against Jev flip a completely different decision model architecture with no shared weights? The authors test three additional systems, which is a start, but those tests use the same optimized contexts rather than re-optimizing per target model. The honest read: either they ran transfer experiments and the numbers were less dramatic (likely), or they're saving model-specific black-box optimization for the follow-up. Either way, that experiment is the one that determines whether this is a deployment-grade concern or a white-box curiosity.