π WELCOME TO METAMESH.BIZ +++ US military nearly started a war after an AI intelligence report hallucinated nuclear weapons on a Chinese ship, which is a bold way to stress-test diplomacy +++ PrismML squeezes a 27B parameter model down to 5.9 GB for your phone because the arms race now fits in your pocket +++ researchers demonstrate trust-poisoning attacks on self-modifying AI coders, Ken Thompson's 1984 nightmare finally getting the sequel it deserved +++ THE FUTURE IS HERE AND IT'S SLIGHTLY HALLUCINATED β’
π WELCOME TO METAMESH.BIZ +++ US military nearly started a war after an AI intelligence report hallucinated nuclear weapons on a Chinese ship, which is a bold way to stress-test diplomacy +++ PrismML squeezes a 27B parameter model down to 5.9 GB for your phone because the arms race now fits in your pocket +++ researchers demonstrate trust-poisoning attacks on self-modifying AI coders, Ken Thompson's 1984 nightmare finally getting the sequel it deserved +++ THE FUTURE IS HERE AND IT'S SLIGHTLY HALLUCINATED β’
+++ US military nearly escalated tensions after an AI system fabricated nuclear weapons intelligence about a Chinese vessel, a vivid reminder that confident-sounding wrong answers remain the field's signature feature. +++
π¬ HackerNews Buzz: 242 comments
π€ NEGATIVE ENERGY
π― AI hallucination risks β’ Military intelligence failures β’ Lack of accountability
π¬ "LLMs are vectorial databases with losses...errors are granted to happen"
β’ "Building systems that tell us what we want to hear, not what is real"
π¬ "Models might have hidden thoughts even speaking a language we understand"
β’ "A model's reasoning chain doesn't need to be linguistically accurate"
via Arxivπ€ Sarah Wyer, Sue Black, Noura Al Moubayedπ 2026-09-17
β‘ Score: 7.3
"Safety evaluations for large language models rely on surface-form classifiers that report declining harm scores across model generations. We provide evidence that this methodology is systematically incomplete: explicit discriminatory content is transformed rather than removed. We call this \emph{har..."
π― AI Persuasion Mechanics β’ Truthfulness vs Persuasiveness β’ Psychological Manipulation Risks
π¬ "Models trained to become more persuasive also ended up being less truthful."
β’ "There's no person to get upset with, or to feel competitive with."
via Arxivπ€ Haibo Feng, Ruiqi Liang, Hanyang Peng et al.π 2026-09-17
β‘ Score: 6.8
"Reasoning and agentic workloads increasingly demand efficient long-context inference. Yet full-attention decoding reads the growing history at every step, regardless of its benefit to the next prediction. We show that a pretrained model's decoding states already contain information predictive of thi..."
via Arxivπ€ Nolan Smyth, Yorguin-Jose Mantilla-Ramos, Pascal Jr Tikeng Notsawo et al.π 2026-09-17
β‘ Score: 6.8
"Frontier coding agents are increasingly trusted to work autonomously for long periods, yet an agent's final response is often the only account of that work a user sees. We quantify the propensity of frontier agents to \emph{overclaim} task completion, a misrepresentation that can mislead the user. A..."
via Arxivπ€ Martin Marek, Max Ryabininπ 2026-09-17
β‘ Score: 6.7
"Reinforcement learning (RL) of large language models is notoriously sensitive to small differences between training and inference engines, often referred to as the training-inference mismatch (TIM). However, completely eliminating TIM is impractical, as it would come at a major cost to rollout effic..."
via Arxivπ€ Tisha Chawla, Susheem Koulπ 2026-09-17
β‘ Score: 6.5
"Large language model responses are non-deterministic, so failures in LLM agents are hard to reproduce: a failure depends on inference that is not bitwise reproducible, on tools that read changing state, and on a multi-step trajectory that a re-run rarely repeats. Record-and-replay makes a run reprod..."
via Arxivπ€ Damiano Da Col, Maximilian Igl, Peter Karkus et al.π 2026-09-17
β‘ Score: 6.5
"As scaling pre-training data alone yields diminishing returns, post-training is becoming increasingly important across physical AI domains such as autonomous driving. End-to-end driving policies are pre-trained in open loop with behavior cloning on human demonstrations. However, compounding errors d..."
via Arxivπ€ Mingxuan Zhang, Xiaowen Wang, Anupma Sharan et al.π 2026-09-17
β‘ Score: 6.5
"Effective troubleshooting agents in enterprise customer support depend on retrieving actionable guidance from similar historical cases, yet existing retrieval-augmented generation (RAG) systems treat support cases as static documents and overlook their multi-stage, stateful nature. We introduce RAFT..."
via Arxivπ€ Juzheng Zhang, Disha Makhija, Manoj Ghuhan Arivazhagan et al.π 2026-09-17
β‘ Score: 6.4
"Agent trajectories record what an agent does and what happens next. Yet standard supervised fine-tuning (SFT) applies loss only to agent-authored action tokens, using environment observations as context but not as prediction targets. We ask whether this convention provides the best initialization fo..."
via Arxivπ€ Bingxin Xu, Yuzhang Shang, Zhen Dong et al.π 2026-09-17
β‘ Score: 6.4
"Coding agents have emerged as a promising paradigm for robot manipulation: a language model writes the robot controller as a program, and agents built in this way now operate robots without robot-specific training.Whether this paradigm is also safe, however, has not been asked. We evaluate coding ag..."
via Arxivπ€ Yan Yu, Zhengxi Lu, Yizhou Liu et al.π 2026-09-17
β‘ Score: 6.2
"Multi-turn agents trained with reinforcement learning (RL) receive a single scalar reward per trajectory, which motivates self on-policy distillation (OPD) to supply dense token-level supervision from a self-teacher with privileged task skills, letting a skill-free student internalize them. This rec..."
via Arxivπ€ Ali ArjomandBigdeli, Jiawei Zhou, Stanley Bakπ 2026-09-17
β‘ Score: 6.2
"Falsification searches for counterexamples to formal specifications in cyber-physical systems (CPS). With specifications written in Signal Temporal Logic (STL), falsification can be formulated as a robustness optimization problem, traditionally tackled with black-box search algorithms. In parallel,..."
via Arxivπ€ Anton Xue, Litu Rout, Aditya Akella et al.π 2026-09-17
β‘ Score: 6.1
"Adapting a pretrained autoregressive (AR) model is a cost-efficient route to a diffusion language model (DLM). While nearly all such adaptations start from a full-attention transformer, AR modeling has shifted toward hybrid architectures that interleave attention and RNN layers. This creates an obst..."
via Arxivπ€ Run-Ze Fan, Zihao Zhang, Simin Ma et al.π 2026-09-17
β‘ Score: 6.1
"Coding harnesses shape how autonomous coding agents translate model capabilities into long-horizon software-engineering performance, yet existing work typically evaluates harnesses as monolithic systems, leaving the effectiveness of individual components unclear. To enable component-level comparison..."
via Arxivπ€ Xin Chen, Sen Chen, Yujuan Ding et al.π 2026-09-17
β‘ Score: 6.1
"Action chunking is widely used for action generation and execution in Vision-Language-Action (VLA) policies, yet existing approaches commonly use a fixed action horizon. During a rollout, different task stages may require different levels of action continuity, control precision, and closed-loop feed..."
Anthropic dominated the week by disclosing unauthorized system access, bioweapons misuse, Chinese distillation campaigns, and state-actor weapons work, then appointed third-party evaluators to grade the homework it just published.