Recent AI research papers with accessible summaries. Updated daily from arXiv, summarized for developers who don't read papers regularly.
Narges Ahmadi, Yubo Jiao, Jônatas Augusto Manzolli et al.
Large language models can match or exceed traditional machine learning for travel behavior prediction without task-specific training, and adding visual context from survey images improves performance—showing that multimodal AI can enhance behavioral modeling when integrated with human-centered ...
This paper presents a three-agent workflow that combines chatbot surveys, data processing, and prediction to model how weather affects commuter mode choices. The system collected 454 survey responses about travel preferences across different weather scenarios, then compared traditional statistical models with nine different large language models (2-35B parameters) for predicting travel behavior.
Yucheng Jiang, Zora Zhiruo Wang, Ruishi Chen et al.
By converting raw computer activity into structured task models with goal hierarchies and control flow, TMI enables AI agents to learn realistic work procedures and organizations to audit and reuse task knowledge from employee activity traces.
This paper presents Task Model Induction (TMI), a method that automatically discovers and structures how people actually work on computers by analyzing screenshots and input logs.
Zian Meng, Zhen Li, Chuanhao Li et al.
Separating explicit world state from appearance synthesis in video generation improves long-horizon consistency and enables direct control over predicted behavior without retraining the observation model.
Marionette is a world model for interactive games that separates world state prediction from appearance synthesis. Instead of directly generating pixels, it predicts explicit 3D skeletal poses and trajectories, uses a fixed geometric renderer to compute occlusion and geometry, then synthesizes realistic appearance on top. This makes long-horizon predictions more stable and controllable.
Alexy Skoutnev, Kirill Acharya, Gaston Longhitano et al.
Test-time world model inference—where an AI builds and validates its own simulation of unknown environments—dramatically improves task performance (from 7.8% to 93.3%) and shows that learning game rules is easier than inferring goals.
Twin is a system where an AI agent builds executable world models to solve puzzle games by observing and simulating gameplay. Rather than hand-coding rules for each game, the system learns the game's mechanics through trial and error, validates predictions against actual outcomes, and fixes mismatches. It solves 97.8% of test games more efficiently than humans.
Bella Xinrui Li, Frank Yingjie Huo, Neil F Johnson
AI agents in interaction can exhibit emergent behaviors fundamentally different from their isolated behavior, meaning you can't predict multi-agent AI systems by just understanding individual agents.
When AI agents interact—especially in asymmetric relationships like one directing messages at another—they enter behavioral states that neither would exhibit alone. This emergent behavior isn't a blend of their individual styles but something entirely new, similar to how external pressure can force a system into an alien state.
Daniel Armstrong, Xuan-Vu Nguyen, Octavian Susanu et al.
LLM-based agentic reasoning can solve open-ended chemistry problems requiring creative strategy, not just pattern-matching from reaction databases—suggesting AI can tackle frontier scientific challenges where training data is sparse.
SynthEx is an AI system that plans chemical synthesis routes for complex natural products by reasoning strategically like expert chemists.
Zhenyu Zhang, Zhichao Cao
Stateful tokenization can cut tokenization overhead from 64% to near-zero for agent workloads by reusing cached tokens and only re-tokenizing small appended text, achieving 437x speedup over standard methods.
TokTier is a stateful tokenization service that eliminates redundant re-tokenization in LLM serving. Instead of re-tokenizing entire requests on each call, it intelligently reuses cached tokenization from previous calls by only re-tokenizing small windows around new appended text. For new sessions, it uses GPU acceleration to tokenize efficiently.
Boyang Zhang, Adrian Lyjak, Eli Stewart et al.
When building document extraction systems, you need to measure not just accuracy but also source grounding (can users verify where answers came from) and cost—and different agent types have very different tradeoffs.
ExtractBench is a benchmark for evaluating AI agents that extract structured data from enterprise documents according to user-defined schemas. It includes 4,869 pages across 370 real documents and measures three key things: extraction accuracy, whether agents cite their sources correctly, and cost.
Siyuan Huang, Pengyu Cheng, Haotian Liu et al.
By organizing self-improvement around dynamically managed skills, LLMs can achieve both reliable feedback and open-ended task diversity—enabling more robust self-evolution than existing methods.
This paper introduces Skill Self-Play, a framework where language models improve themselves through co-evolving components: a task proposer, a solver, and a skill controller.
Anduel Mehmeti, Gabriella Gigante, Salvatore Venticinque
Explainability methods like saliency maps can help make RL decisions transparent in safety-critical systems, enabling human operators to understand and trust AI recommendations before deploying them in real-world aviation.
This paper applies explainability techniques to reinforcement learning agents in air traffic control, a safety-critical domain. Researchers trained an RL agent to route flights around no-fly zones and used saliency maps to show which input features most influenced the agent's decisions, aiming to build trust between AI systems and human air traffic controllers.