Research

Four new AI papers: Jailbreak, Agent Autonomy, Football

4 min read
Four abstract research symbols side by side: a cracking shield in front of an image-generator grid, a radar chart with seven glowing axes, a football pitch overlaid with a forecasting graph, and two neural networks of different sizes merging into one Image generated with GPT Image 2
Four abstract research symbols side by side: a cracking shield in front of an image-generator grid, a radar chart with seven glowing axes, a football pitch overlaid with a forecasting graph, and two neural networks of different sizes merging into one

TL;DR Too Long; Didn’t read

Four new arXiv preprints from the last few days show how differently control over AI systems extends today: The most striking observation is that an attack framework leads image generators past security filters with up to 95.62 percent success rate. A second paper proposes for the first time a measurement scale for the autonomy of AI agents and finds only one system whose activity continues without any external prompts. Two additional papers classify where AI systems actually perform well in practice: A football prediction test shows only small advantages over betting markets, while a merging study shows that language models of different sizes can be merged, but with a seesaw effect between capabilities.

Key takeaways

  • The attack framework MIND bypasses image generator security filters with up to 95.62 percent success rate on Stable Diffusion v1.5.
  • The new Autonomous Agency Scale finds only one system whose activity continues without any external prompt.
  • A football prediction benchmark shows: AI agents hardly outperform betting markets on exact results, but do better on near-hits.
  • Language models of different sizes can be merged without training – with a seesaw effect between capabilities.

Today’s selection curates four arXiv preprints from the last one to two days based on substance and thematic diversity: all four provide a comprehensible method and robust numbers in the abstract, but cover different areas – the security of image generators, the measurement of agent autonomy, the practical usefulness of forecasting agents, and the technical merging of language models. The selection criterion was that each paper empirically answers a control question about today’s AI systems, rather than just demonstrating a new application.

Image generators: jailbreak framework MIND almost completely bypasses security filters

Dongdong Yang, Deyue Zhang, Zhao Liu, and a six-member team investigate in “Dynamic Defense Profiling Enables Cognitive Jailbreak of Text-to-Image Models” how robust the security filters of current image generators really are against targeted attacks. Their framework MIND treats the search for a working attack prompt as a state-estimation problem (a method that infers a hidden internal state from individual observations) over a model’s not directly visible defense mechanisms: a “Multi-modal Judge” breaks the model’s response down into fine-grained feedback instead of a plain success-or-failure signal, a “Defense Profiler” continuously updates a guess about the active filter strategy from that feedback, and a “Meta-Memory” module draws on historically effective attack patterns. Against Stable Diffusion v1.5, MIND reached a 95.62 percent success rate across six common defense settings; among four tested commercial systems, the highest rate was 91.58 percent against Wan-2.5. This matters because it shows that security filters which judge individual requests in isolation hold up poorly against a learning, adapting attacker – a pattern earlier digest issues already found in text models and which here transfers to image generators.

How autonomous are AI agents really? A new measurement scale

Samuel Presgraves proposes in “The Autonomous Agency Scale: A Behavioral Framework for Measuring Self-Directed Behavior in AI Systems” to make a previously fuzzy concept measurable: existing frameworks, the author argues, capture cognitive ability, task automation, or catastrophic risk, but not autonomy in the narrower sense. The Autonomous Agency Scale (AAS) rates systems across seven dimensions – from cognitive autonomy through temporal persistence to goal formation – separately for active usage phases and for idle phases without user interaction. Its centerpiece is the “Idle-Gap Test”: all external triggers are removed to check whether a system still stays active on its own. Across six examined systems, task agents such as Claude Code, Manus, and Hermes reached active composite scores of 2.3 to 2.4 and idle scores of 0.6 to 1.9 – but their idle activity turned out to be fully traceable to user-configured schedules. Only the companion architecture Airi, Presgraves reports, retained part of its activity even after every trigger was removed. This is relevant because it separates genuine self-direction from merely well-disguised automation – a distinction that carries growing weight for judging AI autonomy in practice.

Football forecasting as a practical test for deep-research agents

Zhaokai Wang, Tianlin Gui, Jiayuan Rao, and colleagues present “WorldCupArena: Fine-Grained Evaluation of Language Models and Deep-Research Agents on Football Forecasting”, a practical test that evaluates language models and research agents before kickoff rather than after the fact. Models either receive a shared evidence package or research on their own, then predict the result, exact score, likely players, and match statistics; the predictions are later compared against what actually happened. Across 104 matches and 13 systems, the authors report that models with similar result accuracy diverge much more clearly on detailed predictions; compared with betting-market and human-fan baselines, the best system showed only small gains in result and exact-score accuracy, but a clearer edge on the graded “Scoreline” measure, which gives partial credit for near-miss scores. This matters because it offers an honest read on where deep-research agents actually gain an edge in a practical, continuously refreshing task – and where they do not.

Merging language models of different sizes – with a seesaw effect

Jiahe Fan, Yinghao Hou, Si Chen, and colleagues ask in “Rethinking Heterogeneous LLM Merging: A Weighted Model Averaging Perspective” whether language models with substantially different parameter spaces can be merged by direct weighted averaging alone – without further training or semantic alignment. The authors test two strategies on Qwen-family model pairs: “union-style” merging expands the smaller model into the larger model’s parameter space, while “intersection-style” merging truncates the larger model down to the smaller one’s space, each followed by training-free dimensional adaptation and a controlled interpolation ratio. Small interpolation ratios measurably improved strong source checkpoints, while near-balanced mixing ratios, the authors report, often collapsed; across several capability areas – from mathematical reasoning to instruction following – a seesaw effect showed up consistently, with gains in one capability coinciding with regressions in another. This matters because it shows that simple weighted averaging remains, against some expectations, a surprisingly strong baseline for heterogeneous model merging, without resolving the seesaw effect itself.

All four works are unreviewed arXiv preprints; their numbers come from the respective author teams’ own experiments. Whether MIND’s jailbreak success rates hold up against updated security filters, whether the Autonomous Agency Scale stays discriminating for future generations of agents, and whether the seesaw effect in model merging can be softened by other interpolation methods will only be shown by independent replications.

Frequently asked questions

Have the four papers been peer-reviewed?

No, all four are unreviewed arXiv preprints. Their results come from the authors' own experiments and have not yet been independently replicated.

Are the code or data from the studies publicly available?

Nothing is noted on the arXiv abstract pages themselves. Whether code repositories or datasets exist in the full texts or on accompanying project pages cannot be inferred from there.

Is the MIND jailbreak method a guide for replication?

No. The article describes the methodology and the measured success rates at the abstract level, as reported by the authors, but does not provide a step-by-step guide. According to the authors, the aim of the publication is to show providers the weaknesses of their security filters.

How does the Autonomous Agency Scale differ from known AI risk measurements?

Previous frameworks measure cognitive ability, task automation, or catastrophic risk, according to the authors. The new scale instead measures seven dimensions of autonomy separately for active and inactive time windows – with its own test that specifically removes external triggers.


← Back to the blog