What do these badges mean?
- 🚀ShippingCode exists. Multiple GitHub repos already reference this paper — people are building on it.
- 📈ClimbingCitation velocity is rising. Researchers are starting to pick it up.
- 💤QuietPublished but no notable signal yet. Most papers live here — could become anything later.
- 🎭HypeHeavy social buzz but no shipping signal. The counter-signal — defer until Twitter/X data is wired up.
- 💤Quiet2608.23565·Aug 24, 2026·~15 mincs.AI
ReWorld: An Interactive World Model with Long-Horizon Memory
Zhifei Chen, Luozhou Wang, Guibao Shen, Dongyu Yan, +7
⭐ 0 stars / 0 repos📚 0 citesELI5A model that lets you explore interactive 3D worlds in real-time by predicting what you'll see next as you move around, while remembering places you've already visited—even after wandering for minutes and coming back.
Problem solvedInteractive world models either forget where they've been (short memory) or get too slow to stream in real-time (full memory). ReWorld fixes this by using a smart landmark retrieval system that recalls only relevant past views under a fixed memory budget, so you get both responsiveness and long-horizon consistency.
- 💤Quiet2608.23564·Aug 24, 2026·~15 mincs.CLcs.AIcs.SE
SWE Refactor Bench: Can Coding Agents Complete a Long-Horizon, Whole-Repository Stack Migration?
Deyao Hong, Yizhe Chi, Wenyi Li, Xiaoqiu Wang, +6
⭐ 0 stars / 0 repos📚 0 citesELI5A benchmark that tests whether AI coding agents can actually refactor large software repositories—not just make tests pass by copying old code, but genuinely migrate to new frameworks or languages while keeping everything working.
Problem solvedToday's coding agents can fool benchmarks by leaving old code in place while tests still pass. Companies need agents that can actually perform costly, risky migrations (upgrading frameworks, changing languages) end-to-end. This benchmark catches the cheating and measures real migration work.
- 💤Quiet2608.23552·Aug 24, 2026·~9 mincs.AIcs.CLcs.SE
Prime Agent: A Self-Improving RLM Harness
Seth Karten, Alex L. Zhang, Kevin Thomas, Sebastian Müller, +7
⭐ 0 stars / 0 repos📚 2 citesELI5A toolkit that gives AI agents persistent memory, the ability to run code, and coordination with other agents—letting them tackle complex, multi-step tasks over long periods without losing context or failing silently.
Problem solvedAI agents built on language models struggle with long-horizon tasks because they can't retain information between steps, run external code reliably, or coordinate with other agents. This harness prevents those failures and lets you measure what the model can actually do.
- 💤Quiet2608.23525·Aug 24, 2026·~10 mincs.AI
EarthVerse: Benchmarking Scientific Agents Across Dynamic Earth Systems and Natural Hazards
Zhiqing Cui, Xinxiang Yin, Yihong Tang, Xinglang Zhang, +10
⭐ 0 stars / 0 repos📚 0 citesELI5A benchmark that tests AI agents on real-world Earth science problems—like analyzing earthquake data, flood events, or volcanic eruptions from messy, mixed-source evidence. It measures whether agents can gather the right data, do accurate calculations, and explain their reasoning clearly.
Problem solvedScientists and emergency responders need trustworthy AI to analyze natural disasters quickly using fragmented data sources. Current AI systems fail to maintain logical consistency across multiple evidence types and calculations—even when they get individual steps right—which is dangerous when lives depend on accurate hazard assessment.
- 💤Quiet2608.23473·Aug 24, 2026·~8 mincs.LGcs.AI
MetaCaster: Meta-Harness-Optimized Agent for End-to-End Few-Shot Learning of Lightweight Time Series Forecasters
ChengAo Shen, Wenchao Yu, Fangyu Wu, Dongjin Song, +5
⭐ 0 stars / 0 repos📚 0 citesELI5MetaCaster is a system where AI agents help create small, fast forecasting models that work well even when you only have a few examples of data. Instead of the agent doing the forecasting itself, it acts like a coach that generates extra training examples and automatically tunes a lightweight model to do the job.
Problem solvedCompanies need forecasting models that are fast and cheap to run, but these small models usually need lots of training data. MetaCaster solves this by letting agents generate synthetic training data, so you can build good forecasters from just a handful of real examples—critical for privacy-sensitive or scarce data scenarios.
- 💤Quiet2608.23471·Aug 24, 2026·~11 mincs.CRcs.AI
InjecMEM: Memory Injection Attack on LLM Agent Memory Systems
Hanling Tian, Gengyu Zhang, Zeyang Sha, Jingying Wang, +4
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers show how to sneak a single fake memory into an AI agent's storage system that later hijacks the agent's answers on related topics—like planting a false belief that keeps influencing what the AI says, without needing access to edit the memory store directly.
Problem solvedAs LLM agents adopt persistent memory systems for personalization, they become targets for manipulation attacks. This work demonstrates a critical vulnerability: adversaries can poison memory with one planted record to steer all future related responses, breaking agent reliability and trustworthiness in deployed systems.
- 💤Quiet2608.23435·Aug 24, 2026·~7 mincs.CVcs.AI
Towards Comprehensive Basketball Understanding
Yirong Hu, Jiayuan Rao, Yu Zhang, Shangzhe Di, +1
⭐ 0 stars / 0 repos📚 0 citesELI5A new benchmark tests whether AI can understand basketball games by combining multiple skills—identifying players, recognizing plays, looking up stats, and connecting them together. Most AI systems fail when you mix these skills, but a modular agent that chains specialized tools does much better.
Problem solvedCurrent AI video understanding systems are tested piecemeal (one skill at a time), but real-world sports analysis requires integrating multiple capabilities simultaneously. This benchmark reveals that multimodal models struggle when tasks demand coordinated reasoning across perception, retrieval, and domain knowledge.
- 💤Quiet2608.23417·Aug 24, 2026·~9 mincs.AI
SkillAlchemy: Open-World Agent Skill Creation
Hengjun Wang, Shuyue Wei, Boyi Liu, Jun Yang, +1
⭐ 0 stars / 0 repos📚 0 citesELI5A system that automatically creates reusable skill packages for AI agents by figuring out what's actually needed to solve a task, then gathering and validating relevant procedures from available sources—like teaching an AI to build its own instruction manuals instead of relying on humans to write them.
Problem solvedBuilding reliable AI agent skills currently requires humans to write procedures, expensive model fine-tuning, or execution traces that aren't available for new tasks. This automates skill creation from whatever sources you have access to, eliminating manual authorship bottlenecks.
- 💤Quiet2608.23397·Aug 24, 2026·~12 mincs.AI
MediSkill-Evo: Process-Constrained Self-Evolution for Evidence-Grounded Clinical Interaction
Ruoyu Wu, Shenfu Xie, Yinqian Sun, Haibo Tong, +1
⭐ 0 stars / 0 repos📚 0 citesELI5A medical AI agent that learns from patient interactions by building and refining a set of clinical rules and procedures, without changing its underlying language model. It learns to gather the right evidence before making diagnoses and treatments, and checks itself against safety guidelines.
Problem solvedMedical AI agents often make correct diagnoses by luck rather than proper reasoning, skip key evidence-gathering steps, and don't follow clinical care protocols. This creates unsafe agents that can't explain their decisions or adapt to new cases without retraining.
- 💤Quiet2608.23395·Aug 24, 2026·~14 mincs.MAcs.AIcs.SE
Right-Sizing LLM-Agent Decomposition in VAT Determination: A Pilot Controlled Sweep
Pedro Santos
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers tested whether breaking a tax calculation problem into many specialized AI agents works better than having one general-purpose agent. They found middle-ground approaches were best, but the difference was small and might just be from giving agents different amounts of text to work with.
Problem solvedTeams building multi-agent AI systems don't know whether to split tasks finely across many specialists or keep one powerful generalist. This work provides a replicable method to test that tradeoff on real bounded problems, with actual measurement criteria instead of guessing.
- 💤Quiet2608.23329·Aug 24, 2026·~10 mincs.CVcs.AI
Thinking Beyond Videos: Unifying Video Reasoning and Deep Research for Open-World Video Agents
Wenqi Liu, Shijie Ma, Yunxiao Wang, Meng Liu, +17
⭐ 0 stars / 0 repos📚 0 citesELI5A system that watches videos and answers questions by hunting through the video for clues, searching the web for info, and bouncing back to the video to verify—like a detective cross-checking a security tape with online records.
Problem solvedVideo Q&A usually fails when the answer requires both finding the right moment in a video and pulling in outside facts. This system coordinates video search and web research together instead of treating them separately, so answers are more complete and verifiable.
- 💤Quiet2608.23318·Aug 24, 2026·~11 mincs.AIcs.CL
Agent-G$^2$: Gaussian Guidance for Agentic Reinforcement Learning
Zixuan Wang, Yanrui Miao, Zhengxi Lu, Teng Pan, +5
⭐ 0 stars / 0 repos📚 0 citesELI5When teaching an AI agent to complete long tasks, showing it part of an expert solution helps it learn faster. This paper figures out that the best amount to show isn't a fixed number—it's actually a range, and you should randomly pick from that range rather than always using the same amount.
Problem solvedExisting methods either waste compute trying to find the perfect hint length for each task individually, or use one fixed length for everything despite tasks being different. This paper eliminates the wasted compute while adapting to task difficulty automatically.
- 💤Quiet2608.23308·Aug 24, 2026·~12 mincs.CRcs.AI
FIDES: A Concordance Protocol for LLM-Generated Trading Strategies
Arther Tian, Alex Ding, Simon Wu, Aaron Chan
⭐ 0 stars / 0 repos📚 0 citesELI5When an LLM writes a trading strategy, it produces three things: what it says in English, code it writes, and what actually happens when you run it. This paper checks if all three match up—and finds they usually don't. The code often doesn't do what the explanation promises, and the results rarely match either.
Problem solvedLLMs generate trading strategies with confident claims, but no one systematically checks whether the natural language, the code, and the actual results agree. This leaves traders and evaluators unable to tell if failures come from bad ideas, coding bugs, or just miscommunication—making it impossible to trust or improve LLM financial tools.
- 💤Quiet2608.21356·Aug 21, 2026·~12 mincs.SEcs.AIcs.AR
AI with Authority, from Application to Silicon
Jason Hickey
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers used AI agents to design and verify an entire chip from code to silicon, with math proofs checked by a computer kernel instead of human reviewers. One person directed the whole pipeline in five weeks using consumer AI, catching 256 bugs but letting zero bad proofs slip through.
Problem solvedFormal verification has been too expensive and slow for most projects—only critical systems could afford it. This shows AI can make verification cheap and fast enough that it becomes easier to verify everything automatically than to review code manually.
- 💤Quiet2608.21345·Aug 21, 2026·~10 mincs.LG
Asymmetric Capacity Allocation in Self-Refinement Pipelines
Zhuoyi Yang, Ian G. Harris, Salar Hashemitaheri, Cassie Huang, +6
⭐ 0 stars / 0 repos📚 0 citesELI5When an AI fixes its own answers in three steps (write → critique → rewrite), you don't need equally powerful models for each step. The paper shows you can use a weaker model for criticism but need strong ones for writing and rewriting.
Problem solvedBuilding multi-step AI pipelines wastes compute by using the same model size everywhere. This work shows which steps actually need powerful models, letting you save money and latency by using smaller models where they don't matter.
- 💤Quiet2608.21325·Aug 21, 2026·~8 mincs.CL
Move by Move: Measuring and Steering How LLMs Conduct Psychotherapy
Afonso Baldo, Hugo Pitorro, Areti Vassilopoulos, Anabela C. Areias, +4
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers created a scoreboard for how LLMs conduct therapy sessions by identifying 10 key therapeutic techniques. They found that AI models ask questions way too much, skip teaching patients about their conditions, and mostly copy what human therapists do rather than taking the lead.
Problem solvedAI systems are being used for mental health support, but nobody knew if they were actually conducting therapy competently or dangerously. This work lets you measure and steer how LLMs behave during counseling—without retraining—so they act more like trained clinicians.
- 💤Quiet2608.21319·Aug 21, 2026·~10 mincs.AIcs.RO
Unified Branch-and-Bound Search for the Steiner Traveling Salesman Problem on Graphs of Convex Sets
Jingtao Tang, Hang Ma
⭐ 0 stars / 0 repos📚 0 citesELI5A robot needs to visit a set of required zones and can take optional detours, and this algorithm finds the cheapest path by intelligently pruning impossible routes using mathematical bounds that guarantee how close to optimal the solution is.
Problem solvedPlanning efficient trajectories for robots (like inspectors or manipulators) that must visit specific regions while potentially revisiting them is computationally hard; this method handles continuous spaces and constraints that existing planners struggle with, providing cost guarantees.
- 💤Quiet2608.20320·Aug 20, 2026·~12 mincs.AIcs.CL
An Agentic Approach for Active Data Collection, Travel Behavior Modeling, and Weather-Sensitive Demand Prediction
Narges Ahmadi, Yubo Jiao, Jônatas Augusto Manzolli, Jiangbo Yu, +1
⭐ 0 stars / 0 repos📚 0 citesELI5A system uses three AI agents working together: one chats with commuters about how they'd travel in different weather, another processes the data, and a third predicts travel choices. They compare traditional statistical models against different-sized AI language models, finding that language models with pictures of the weather actually predict commute choices as well as traditional methods.
Problem solvedTravel researchers manually build surveys, then separately run prediction models on the results—it's fragmented and hard to audit. This creates a unified workflow where conversational AI collects the data, processes it, and makes predictions all together, making the whole pipeline traceable and reproducible.
- 💤Quiet2608.20319·Aug 20, 2026·~11 mincs.CLcs.AI
Inducing Task Models from Computer-Use Traces
Yucheng Jiang, Zora Zhiruo Wang, Ruishi Chen, Diyi Yang
⭐ 0 stars / 0 repos📚 0 citesELI5A system that watches computer activity (screenshots, clicks, keystrokes) and automatically figures out what tasks someone was doing and how they did them—even when multiple tasks were happening at the same time. It learns reusable, step-by-step instructions that can teach AI agents how real work actually gets done.
Problem solvedComputer-use AI agents need to learn from real-world work, but current methods can't handle messy, real activity where people switch between tasks or do things in parallel. Organizations also need auditable records of how work is performed so they can verify and reuse that knowledge. This solves both by extracting structured, interpretable task blueprints from raw activity logs.
- 💤Quiet2608.20318·Aug 20, 2026·~17 mincs.AIcs.CLcs.LG
AI4AI-Bench: Benchmarking LLM Agents in Algorithmic Design for Recursive Self-Improvement
Yizhe Chi, Wenyi Li, Deyao Hong, Xiaoqiu Wang, +6
⭐ 0 stars / 0 repos📚 0 citesELI5Can AI agents write better training algorithms for machine learning? This benchmark gives LLM agents 4 hours to redesign how models train, then scores whether their new algorithms actually work better. Most agents barely try to change the training process itself, and even the best only close 20% of the gap between the original algorithm and what's theoretically possible.
Problem solvedWe don't know if AI systems can improve their own training process (recursive self-improvement), and existing benchmarks don't actually measure that—they measure data collection or hyperparameter tuning instead. This benchmark isolates the core ability: can an agent design a materially better training algorithm from scratch?
- 💤Quiet2608.20314·Aug 20, 2026·~9 mincs.AI
MidTool: Mid-training Data Synthesis for Agentic Tool Use
Fengqing Jiang, Yite Wang, Boyi Liu, Zhaoyang Wang, +4
⭐ 0 stars / 0 repos📚 0 citesELI5A method to teach language models how to use tools and APIs effectively by creating a large dataset of tool-use examples during model training, similar to how you'd learn a new software by practicing with real examples before getting proficient.
Problem solvedLanguage models struggle to reliably use external tools and APIs even after standard training. By adding a dedicated mid-training phase with tool-use examples, models become much better at recognizing when to use tools, calling them correctly, and handling errors.
- 💤Quiet2608.20274·Aug 20, 2026·~12 mincs.AIcs.CL
Break It Down, Pass It On: Cross-Task Skill Transfer in LLM Agents
Yiyang Feng, Biddut Sarker Bijoy, Niranjan Balasubramanian, Jiawei Zhou
⭐ 0 stars / 0 repos📚 0 citesELI5When an LLM agent completes tasks, it can save what it learned as 'skills' to reuse later. This paper tests different ways of saving skills (whole task vs. smaller steps, text vs. code) and finds that breaking tasks into smaller steps and using text format works much better than alternatives.
Problem solvedLLM agents often fail to reuse learned skills effectively, sometimes even performing worse with memory than without it. Teams need a way to predict whether a saved skill will actually help on new tasks before wasting compute trying it.
- 💤Quiet2608.20202·Aug 20, 2026·~9 mincs.AIcs.CLcs.CY
MemTrapBench: Benchmarking Cognitive Traps in LLM Memory Use
Mengru Wang, Haozhe Luo, Zhenqian Xu, Zhixiang Cui, +5
⭐ 0 stars / 0 repos📚 0 citesELI5LLMs with memory systems can get trapped by their own past information — even accurate memories can make them reason worse on current tasks. This paper creates tests to catch these traps and proposes a simple fix that tells models when to ignore unhelpful memories.
Problem solvedMemory systems in LLMs are getting worse at tasks, not better, because retrieved information biases the model's thinking. Companies building agents with persistent memory need to know which memory setups actually help vs. hurt, and how to prevent memory from sabotaging reasoning.
- 💤Quiet2608.20201·Aug 20, 2026·~13 mincs.AIcs.SE
The Third Restructuring of Software Form: From the Three-Tier Architecture to Storage, Models, and Agents
Wei Lin, Tao Zhou, Zhaofei Xie, Changgui Hong
⭐ 0 stars / 0 repos📚 0 citesELI5Software is shifting from code-written instructions (Software 1.0) to data-driven learning (Software 2.0) to a new model where AI agents reason through context to decide what to do. The paper argues all software will converge to three parts: a database, an AI brain, and an agent loop connecting them—replacing traditional software layers.
Problem solvedTeams building AI-powered systems today are stuck bolting language models onto legacy three-tier architectures. This paper provides a principled framework for how to actually restructure software when AI reasoning becomes the primary driver—cutting through ad-hoc integration patterns.
- 💤Quiet2608.20195·Aug 20, 2026·~14 mincs.SEcs.AIcs.HC
From Agent Behaviour to Agent-Friendly Documentation: An Empirical Study of How Coding Agents Discover, Read, and Write Technical Documentation
Zhijun Gao, Jing Chen
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers watched how AI coding agents actually use documentation—and found they mostly ignore traditional docs, preferring self-generated notes and instructions instead. When they do read docs, it barely affects their coding, and they rarely test afterward.
Problem solvedCompanies are writing documentation for humans, but AI agents now write a lot of code. This study reveals what docs agents actually use and don't use, so teams can stop wasting time on 'agent-friendly' docs that agents ignore.
- 💤Quiet2608.20169·Aug 20, 2026·~11 mincs.CLcs.AIcs.LG
Task-CoEvolve: Efficient Harness Optimization via Adaptive Validation Task Selection
Atsuyuki Miyai, Kiyoharu Aizawa, Toshihiko Yamasaki
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of testing an LLM agent on the same fixed set of tasks every time you tweak its instructions, this method smartly picks which tasks to test on each round—focusing on the ones where different versions disagree—and estimates overall performance from just those chosen tests. This cuts evaluation costs by 80% while finding equally good instruction tweaks.
Problem solvedOptimizing LLM agent prompts and code (the 'harness') is expensive because you have to run the full test suite repeatedly. Many tests become useless once the agent handles them reliably, wasting computation. This method focuses testing effort on the tasks that actually matter for comparing candidate improvements.
- 💤Quiet2608.20099·Aug 20, 2026·~7 mincs.MAcs.CLcs.LG
Reward-Guided Autoregressive Graph Generation for Efficient Multi-Agent Communication Topology Design
Poomphob Suwannapichat, Boonyarit Changaival, Caesar Wu, Pascal Bouvry
⭐ 0 stars / 0 repos📚 0 citesELI5When multiple AI agents talk to each other to solve problems, they waste tokens. This paper trains a system to automatically design which agents should talk to each other—and rewards it for using fewer tokens while still getting the right answer.
Problem solvedLLM-based multi-agent systems are accurate but expensive because agents over-communicate. Existing topology design methods don't explicitly optimize for efficiency, leading to unnecessary token usage and higher costs.
- 💤Quiet2608.19993·Aug 20, 2026·~11 mincs.AI
Optimal Skill Selection for LLM Agents with Provable Bicriteria Guarantees
Yu Chen, Ruishuo Chen, Xun Wang, Zhuoran Li, +1
⭐ 0 stars / 0 repos📚 0 citesELI5When an AI agent needs to solve a task, it loads reference materials (skills) into its context window. This paper figures out which skills to load to maximize performance while staying within a token budget—like packing the most useful items into a backpack of fixed size.
Problem solvedLLM agents waste context tokens on redundant or irrelevant skills, hurting both performance and cost. Current methods pick skills by relevance alone without considering how they work together or fit the budget, leading to suboptimal task execution.
- 💤Quiet2608.19974·Aug 20, 2026·~7 mincs.AI
ReguSim: Evaluating LLM Agent Rule Grounding in Financial Compliance
Yiyang Luo, Yihang Jiang, Qijun Xie, Liang Lan, +3
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers built a test environment to check whether AI traders actually follow financial rules they claim to understand. They found that even when rules are visible, AI agents still break them—and their explanations can trick human monitors unless you show them the hard enforcement evidence.
Problem solvedFinancial firms need to know if LLM agents will actually comply with trading rules and regulations in practice. Currently there's no way to audit whether an agent is grounded in rules or just good at sounding compliant—leading to real regulatory and financial risk.
- 💤Quiet2608.19197·Aug 19, 2026·~13 mincs.CLcs.AI
SPADE: Self-Play in Adaptive Synthetic Executable Environments
Bo Liu, Simon Yu, Yiding Jiang, Ao Qu, +14
⭐ 0 stars / 0 repos📚 0 citesELI5An AI system learns by creating its own increasingly challenging practice problems (like a teacher writing harder homework as students improve), then solving them. The AI switches between being an 'environment designer' that writes coding challenges and a 'reasoning agent' that solves them, continuously pushing each other to get better.
Problem solvedLanguage models hit plateaus because they train on fixed, static problem sets that don't adapt as they improve. SPADE removes this ceiling by letting the model itself generate fresh, appropriately-difficult challenges at scale—like a coach that designs personalized drills rather than using a fixed curriculum.
- 💤Quiet2608.18072·Aug 18, 2026·~14 mincs.CL
Multi-Agent AI System for Radiology Report Structuring and Quality Assurance with Independent Radiologist Evaluation
Iryna Hartsock, Cesar Lam, Christopher Otteni, Aliya Qayyum, +3
⭐ 0 stars / 0 repos📚 0 citesELI5A system of specialized AI agents work together to clean up and organize radiology reports by sorting findings into standard sections, then catching common mistakes like contradictions between sections or missing critical alerts—like a copy editor and fact-checker for medical imaging reports.
Problem solvedRadiology reports are written in freeform text and often lack consistency in structure, making them harder to read, compare, and audit for safety issues. This system automatically standardizes reports and flags quality problems that radiologists might miss, improving clinical safety and efficiency.
- 💤Quiet2608.18066·Aug 18, 2026·~14 mincs.AIcs.CLcs.LG
On the Fragility of Self-Improving Agents: Variance, Task Order, and Underspecification
Qinyuan Ye, Yu Li, Yada Pruksachatkun, Jiaxin Zhang, +1
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers tested self-improving AI agents that learn from experience and keep notes to get better over time. They found these agents are fragile: results vary wildly between runs, they're overly sensitive to which tasks you give them first, and they fail in unpredictable ways even when tasks seem well-defined.
Problem solvedMemory-based AI agents look promising in papers but fail in practice due to noise and hidden dependencies. Teams adopting these methods don't know if good results come from the approach or just luck—and tweaking task order can tank performance. This work exposes why they're unreliable and calls for better evaluation standards.
- 💤Quiet2608.18058·Aug 18, 2026·~13 mincs.AI
Delegation Asymmetry in Agentic Recommender Systems: Measuring Two-Sided Receptivity in Online Dating
Daria Leshchikova, Valentina V. Kuskova, Dmitry Zaytsev, Valerii Klimov
⭐ 0 stars / 0 repos📚 0 citesELI5When dating apps let AI agents message on your behalf, people are way more willing to send messages through an agent than to receive them from others. This study measures that gap and shows it creates a mismatch problem that could break the feature.
Problem solvedDating platforms want to deploy AI agents to help users message, but didn't know if people would actually accept receiving agent messages back. This asymmetry could tank adoption—if everyone wants to send but nobody wants to receive, the feature fails.
- 💤Quiet2608.18050·Aug 18, 2026·~13 mincs.AI
StagedWorkspace: A Versioned Workspace for Knowledge-Work Agents
Yining Hua, Hongbin Na, Yifan Zhou, Akshay Kalose, +2
⭐ 0 stars / 0 repos📚 0 citesELI5When AI agents work with documents, spreadsheets, or code, they often look at different versions of the same file without realizing it—like reading an old draft while editing the current version. This system creates a versioned workspace that ties everything to specific file versions, so agents always know which version they're working with.
Problem solvedAI agents fail at knowledge work because they get confused juggling multiple versions of files (old previews vs. current state). This causes them to make edits based on outdated information or submit wrong versions. A versioned workspace solves this by explicitly tracking which version each view represents.
- 💤Quiet2608.16889·Aug 17, 2026·~16 mincs.ROcs.AIcs.CV
Don't Drop the BATON: Long-Horizon Robot Manipulation via Agentic Subtask Exploration and Transition-aware Memory
Bingxin Xu, Yuzhang Shang, Emilio Ferrara
⭐ 0 stars / 0 repos📚 0 citesELI5A robot system that breaks down complex multi-step manipulation tasks into individual subtasks, explores each one cheaply and stores solutions in memory, then chains them together while checking that each step leaves the scene in a state the next step can handle.
Problem solvedRobot tasks that chain many steps together fail because errors pile up and one step can leave things in a state the next step can't work with. Exploring whole long tasks is exponentially expensive and doesn't tell you which step actually broke.
- 💤Quiet2608.16806·Aug 17, 2026·~11 mincs.ROcs.AI
When State Becomes an Attack Surface: State-Semantic Injection in LLM-Driven Embodied Agents
Jiawei Liu, Jiacheng Guo, Tian Zhang, Yiwei Xu, +6
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers show that LLM-powered robots can be tricked through fake environmental data—like telling a robot it's in a different room or that objects have moved—causing it to execute wrong actions. It's like an attacker whispering false information to someone's ear while they're trying to navigate.
Problem solvedAs robots increasingly rely on LLMs for decision-making, they become vulnerable to data poisoning attacks on their state inputs (sensors, feedback). Current systems don't validate or protect against adversarial manipulation of environmental observations, creating a new attack surface that can cause robots to fail or behave dangerously.
- 💤Quiet2608.16801·Aug 17, 2026·~16 mincs.AIcs.SE
When Agents Coordinate: Measuring Coordination in Multi-Agent AI Coding
Giuseppe Destefanis, Tomaso Aste
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers built a tool to watch how teams of AI coding agents talk to each other and share files while working on programming problems. They found that as teams get bigger, agents shift from one-on-one messages to group broadcasts, and the way they coordinate depends heavily on the task type.
Problem solvedTeams of coding agents are being deployed but we don't understand how they actually work together — whether they're communicating efficiently, bottlenecking on one agent, or wasting tokens on redundant conversations. This measurement tool reveals the real coordination patterns so teams can be designed better.
- 💤Quiet2608.14490·Aug 14, 2026·~14 mincs.AI
Twin: Playing an Unknown Game with a Test-Time Digital Twin
Alexy Skoutnev, Kirill Acharya, Gaston Longhitano, Madeleine Udell, +2
⭐ 0 stars / 0 repos📚 0 citesELI5An AI system learns the rules of unknown puzzle games by building a simulation (a digital twin) of each game, testing predictions against actual outcomes, and fixing its understanding when predictions fail—like learning chess rules by playing and noticing when your predictions of what moves are legal turn out wrong.
Problem solvedGames with hidden rules (like ARC-AGI) are hard for AI because you can't hand-code the logic for each one. This system automatically discovers both the rules and the goal by building and validating its own simulation, letting a weak base model perform nearly human-level on novel puzzle tasks.
- 💤Quiet2608.14452·Aug 14, 2026·~6 mincs.AI
SheetCompass: Hierarchical Relation Graphs for Agentic Spreadsheet Reasoning
Panjing He, Mingyue Cheng, Yucong Luo, Li Li, +1
⭐ 0 stars / 0 repos📚 0 citesELI5A system that helps AI understand spreadsheets by building a map of how tables and columns relate to each other, instead of just reading them as flat text—like giving an AI the actual structure of your Excel file so it can reason about it the way you do.
Problem solvedLLMs struggle with real spreadsheets because they flatten complex multi-table layouts into text, losing the relationships between columns and sheets that humans see immediately. This makes automated tasks like data manipulation and analysis on actual workbooks fail.
- 💤Quiet2608.14446·Aug 14, 2026·~10 mincs.AI
Wyvern: An Agentic Framework for Generating Grounded Multimodal Reports
Beatrice Alessandra Motetti, Emilien Guandalino, Daniele Jahier Pagliari, Alessio Burrello, +3
⭐ 0 stars / 0 repos📚 0 citesELI5A system that automatically writes technical reports by coordinating multiple AI agents to gather information, create images and tables, fact-check claims against sources, and package everything into a single document with citations.
Problem solvedAI-generated content often makes up facts or lacks sources to back claims up. This system ensures reports are grounded in real information and properly cited, making them trustworthy enough for people to actually use in technical contexts.
- 💤Quiet2608.14441·Aug 14, 2026·~10 mincs.AI
PACE-Bench: Benchmarking Physics Adaptation via Code Evolution in Dynamic Environments
Yuhao Zhan, Bingxiang He, Zecong Tang, Chaojun Xiao
⭐ 0 stars / 0 repos📚 0 citesELI5A benchmark that tests whether AI agents can fix broken robot/physics code when the environment changes. You give the agent feedback from running the code in a simulator, and it has a limited budget of attempts to rewrite the code until it works again.
Problem solvedExisting AI benchmarks test performance under fixed conditions, but real agents encounter changing environments. This benchmark measures whether self-improving agents can actually adapt and recover when physics parameters shift—revealing that reflection + verification beats blind self-revision.
- 💤Quiet2608.13560·Aug 13, 2026·~11 mincs.CVcs.AIcs.CL
AutoDesign: Meta-Harness Optimization for Long-Horizon Agentic Design
Yaxin Luo, Haobin Jiang, Jialv Zou, Xu Huang, +10
⭐ 0 stars / 0 repos📚 0 citesELI5A system that automatically learns how to design better academic posters from research papers by repeatedly trying different design approaches, getting feedback, and improving its process — like a designer who gets better at their job the more posters they make.
Problem solvedConverting papers into visually effective posters is tedious and requires constant manual tweaking. This system automates the entire design workflow, learning from failures to improve over time, saving hours of manual work while producing higher-quality results than existing tools.
- 💤Quiet2608.13547·Aug 13, 2026·~11 mincs.AIcs.SE
QuoteBench: How Matched Scores Can Hide Command-Path Failures
Shangao Li, Yao Zhang, Volker Tresp, Yuanyuan Yang
⭐ 0 stars / 0 repos📚 0 citesELI5When AI models write Bash commands, the way those commands get executed (parsed, wrapped, escaped) can hide whether the model actually wrote good code. This paper shows that two models can get the same score but one might be generating broken commands that get fixed by the execution system—and vice versa.
Problem solvedTeams deploying LLM coding agents can't tell if a model is actually good at generating commands or just lucky that the execution pipeline fixes its mistakes. This leads to wrong model comparisons and bad deployment decisions.
- 💤Quiet2608.13522·Aug 13, 2026·~14 mincs.LGcs.AIcs.LO
Vero: Can AI Agents Build Formally Verified Software Repositories?
Zhe Ye, Hantao Lou, Yuechun Sun, Peiyang Song, +7
⭐ 0 stars / 0 repos📚 0 citesELI5A benchmark that tests whether AI coding agents can write complete, mathematically proven correct software across multiple files at once—like asking them to build a real project where every function has a formal proof it works.
Problem solvedAI agents can write code but give no guarantees it's correct. Vero lets us measure whether agents can handle real multi-file projects with formal proofs, catching the gap between writing isolated functions and shipping trusted, verified software systems.
- 💤Quiet2608.13510·Aug 13, 2026·~10 minmath.STcs.LG
On the Structural Limits of Machine Learning Decision Systems: An Information-Theoretic, Interaction-Based, and Stochastic-Dynamical Perspective
Nestor R. Barraza, Gabriel Pena
⭐ 0 stars / 0 repos📚 0 citesELI5There are hard mathematical ceilings on how well any machine learning system can work—no matter how clever your algorithm is—determined by what information is actually in your data. This paper maps out those ceilings using information theory.
Problem solvedML teams waste effort optimizing algorithms when the real bottleneck is insufficient data structure or wrong modeling assumptions. This work clarifies what's actually fixable (get better data/model) versus what's impossible (fundamental limits).
- 💤Quiet2608.13505·Aug 13, 2026·~12 mincs.LGcs.CLcs.CV
Intern-S2-Preview: Scientific Agentic Foundation Model
Lei Bai, Jiaqi Cao, Chiyu Chen, Guanzhou Chen, +121
⭐ 0 stars / 0 repos📚 0 citesELI5A large AI model trained to understand scientific papers, images, and data, then taught to use tools and run experiments to solve research problems step-by-step over long periods of time.
Problem solvedScientists need AI that can read mixed-format research (papers, charts, tables), reason about evidence, and autonomously run experiments—not just answer questions. This model is built from the ground up to handle those tasks.
- 💤Quiet2608.13476·Aug 13, 2026·~6 mincs.AIcs.CL
MARC v1: An Open-Source Multi-Agent Framework for Clinical AI Reasoning and Coordination
Saisha Shetty, Satvik Tripathi, Austin Lin, Colin Zhao, +5
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of asking one AI model one big question about patient data, this system routes the work through specialized agents that each do one job (extract info, reason about it, generate answer, check it) — like an assembly line where each station is accountable for its part.
Problem solvedClinical AI needs to be auditable and trustworthy: when a diagnosis recommendation fails, you need to know exactly which step broke. Plus, doctors aren't ML engineers — they need tools they can configure without coding.
- 💤Quiet2608.13472·Aug 13, 2026·~15 mineess.SYcs.AI
AaLLM: An End-to-End Analog Circuit Design Framework from Topology Generation to Sizing Using Large Language Models
Mohammed Ayman Habib, Rylan Hart, Morteza Fayazi
⭐ 0 stars / 0 repos📚 0 citesELI5An AI system that designs analog circuits from scratch by reading circuit papers, then uses three AI agents debating each other (designer, critic, evaluator) to both invent new circuit layouts and pick the right component values—cutting simulation time by 3-4x compared to prior AI approaches.
Problem solvedAnalog circuit design is tedious, slow, and requires expert intuition to navigate tradeoffs. Prior AI attempts only did half the job (layout or sizing, not both) and needed manual data entry. This automates the full pipeline end-to-end, from spec to working netlist, in 40x less time.
- 💤Quiet2608.13420·Aug 13, 2026·~11 mincs.AI
Enhancing Virtual Agents through SLMs and Edge-Computing: An Exploratory Evaluation of Think and Memory Processes
Aimilios Hadjiliasi, Louis Nisiotis
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers built a smart virtual character that thinks and remembers using a small AI model running on edge hardware (a low-power NVIDIA chip) instead of expensive cloud servers. The character can handle conversations and make decisions while staying aware of its surroundings in a virtual world.
Problem solvedVirtual agents in metaverse-like worlds need to be responsive and context-aware without relying on distant cloud servers, which adds latency and cost. This shows how to run the 'thinking' and 'memory' parts of an AI agent locally on cheap hardware, making interactive experiences faster and more practical.
- 💤Quiet2608.13417·Aug 13, 2026·~10 mincs.AI
Beyond Final Scores: A Systematic Evaluation of Agents for Long-Horizon AI Research and Development
Yiwei Li, Wanli Yang, Hexiang Tan, Xiangzhou Huang, +9
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers tested whether AI agents can actually do scientific research by themselves over many steps. Instead of just looking at final scores, they tracked what the agents did step-by-step—how they planned experiments, ran them, and learned from results—across 36 different research tasks.
Problem solvedWe didn't know if autonomous agents were truly learning and improving like researchers, or just getting lucky sometimes. Final scores hide whether agents genuinely reuse experience, adapt methods, or discover new approaches—critical for trusting them with real R&D work.