From the arXiv new submissions of the past 24 to 48 hours in cs.AI and cs.CL, this digest selects five preprints that demonstrate the varying degrees of efficiency, autonomy, and reliability of today’s AI systems: a new giant model with drastically compressed memory requirements, an autonomous research system that independently generates scientific papers, slim internal safety probes, an architecture for agents that can work continuously for weeks, and a training finding on knowledge transfer between languages. Curation was based on a transparent methodology in the abstract, concrete core results, and thematic diversity rather than fivefold repetition of the same subfield.
Models and Autonomy
DeepSeek drastically compresses the memory requirements of a 552-billion-parameter model
A large author team from DeepSeek-AI presents DeepSeek-V4.1-Flash, a multimodal mixture-of-experts model (MoE, a model that activates only a part of its parameters per request) with 552 billion backbone parameters and contexts of up to one million tokens. According to the authors, the model activates only 16 billion parameters per token during text generation and even only 8 billion during input processing via a causal encoder-decoder architecture; combined with cross-layer reuse of the key-value cache and 4-bit quantization, the memory requirement kept constantly in the GPU’s RAM drops to 890 bytes per token – about a quarter of the predecessor model DeepSeek-V4-Flash, which had gained attention in July with an efficiency update. An additional optimization called SWA Bounded Replay also reduces the memory requirement permanently on SSD or in main memory to about one-eighth of the predecessor value, with significantly better performance according to the authors despite the smaller memory requirement. This matters because long contexts and large KV caches are among the biggest cost blocks in the operation of language models for agentic workloads.
An autonomous multi-agent system independently generates scientific papers
Jaehyun Nam, Tomas Pfister, and five other authors from Google present ScientistTwo, a fully autonomous multi-agent framework that independently identifies current comparative methods based on a given question, formulates hypotheses, conducts experiments across various datasets, performs ablation studies, and checks results through a simulated peer-review rebuttal loop – all without human intervention during the cycle. Tested on tasks from papers accepted at ICLR, ICML, and NeurIPS, the system reportedly generates publishable papers at an expert level along with fully functional code, whose solutions on average outperform existing scientific methods and received better ratings under automated AI review agents than the human-written original papers. This matters because an earlier, much more modest study of AI research agents showed that top models master the technique of unpublished research questions but fail at actual scientific progress – how robust this leap is for ScientistTwo outside the comparison with already published, thus partially known works remains an open question.
Safety and Architecture
Slim internal probes detect harmful prompts as well as giant guard models
Alizishaan Khatri, Chiquita Prabhu, and Omkar Neogi show in their work that harmful inputs can often be inferred from the internal activations of a language model rather than being checked afterwards through separate, computationally intensive guard models. The authors extract activations from LLaMA-3.1-8B and train slim MLP classifier probes with only 12.6 million parameters; on the three test collections WildJailbreak, BeaverTails, and AEGIS 2.0, these probes achieved F1 scores of 99, 83, and 84 percent according to the authors – competitive with approximately 1000 times larger external guard models, with significantly lower latency and computational effort. This matters because external safety layers in time-critical or resource-constrained deployments are often too slow or too expensive – an approach that aligns with Anthropic’s J-Lens research on visualized internal thought processes of Claude, where internal model states rather than post-output checks are also the focus.
An architecture for AI agents that can work continuously for weeks
Erik Nijkamp, Anurag Koul, Egor Pakhomov, and Bo Pang propose their architecture, a structural approach that allows language model agents to sustain tasks over days or weeks without losing their progress at each context reset. The proposed structure consists of three parts: time-scale staggered layers, each maintaining a limited summary of the underlying layer, a timed “tick” as a unit of autonomous action, and a cascaded intelligence where work is escalated to a more powerful model only after a failed check. In a ten-day test campaign, an agent built this way reportedly reproduced a published reinforcement learning result while a human only checked the outcome once a day; previously recorded work knowledge influenced later behavior without any changes to the model weights. This matters because continuous learning by agents requires a substrate that endures every single context and process – a need that had already been hinted at in a previous digest contribution on a proactive memory agent for long-term agents.
Why language models share little knowledge between languages during pretraining
Adam Gaber, Uriel Dolev, and four other authors investigate in their study why today’s language models transfer knowledge between languages significantly worse than multilingual humans. In controlled bilingual experiments with identical content in separate token spaces, the authors showed that separate token vocabularies alone are sufficient to encapsulate knowledge between languages – regardless of content differences. When the authors instead mapped languages to a common token space through word-by-word translation mapping, learning efficiency in the respective target language improved by up to 12.6 percentage points – according to the authors, about 14 times more than with the previous baseline method. This matters because training costs for good language coverage have so far mostly been addressed through sheer data volume rather than architectural decisions – a related language imbalance in training had already been highlighted in a previous digest contribution on language bias in RL training, there focusing on unequal punishment rather than pure knowledge sharing.
All five works are unreviewed preprints published in the past one to two days; the referenced figures come from the abstracts and statements of the respective author teams and have not yet been confirmed by independent review or replication. Whether DeepSeek’s efficiency gains are confirmed in independent benchmarks, how robust ScientistTwo’s results are outside the comparison with already known scientific papers, and whether the slim safety probes can also withstand novel, yet unknown attack patterns will only be shown by independent replications and peer review.


