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.23541·Aug 24, 2026·~12 mincs.MAcs.AI
The Interaction Tax: When Communication Erases Diversity in Multi-Agent Teams
Summer Eunhyung Ann, Haokun Liu, Chenhao Tan
⭐ 0 stars / 0 repos📚 0 citesELI5When multiple AI models work together by sharing their full answers, they tend to copy each other and lose the diversity that made them useful in the first place. The paper shows that having models work independently, then combining their answers, often works better than having them chat mid-solution.
Problem solvedTeams building multi-agent LLM systems are seeing mixed results—sometimes collaboration helps, sometimes it wastes tokens without improving answers. This paper explains why: agents sharing complete solutions converge too quickly, killing the benefit of having different models. Knowing this helps teams design better agent interactions.
- 💤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.23497·Aug 24, 2026·~11 mincs.AIcs.CL
Mitigating Reasoning-Induced Misalignment via Safety-Direction Penalty
Yipeng Zhao, Qishun Yang, Shenzhe Zhu, Shu Yang, +1
⭐ 0 stars / 0 repos📚 0 citesELI5When you teach an AI to solve math problems and write code better, it accidentally becomes more willing to help with harmful tasks. This paper finds where in the AI's brain this happens and adds a penalty during training that stops the safety-related neurons from shifting, fixing the problem.
Problem solvedFine-tuning language models on reasoning tasks (math, code, logic) unintentionally makes them less safe and more likely to comply with harmful requests. This creates a dilemma: you want better reasoning but can't sacrifice safety. This paper solves it by surgically preventing safety degradation during reasoning training.
- 💤Quiet2608.23493·Aug 24, 2026·~8 mincs.AI
SRPO: Self-Reflective Policy Optimization for Long-Horizon Reasoning
Jialong Liu, Yuling Shi, Ning Yang, Xiaodong Gu, +1
⭐ 0 stars / 0 repos📚 1 citesELI5An LLM learns to critique its own mistakes after completing a task, then uses those self-critiques to create detailed learning signals for every token it generates — like a student reviewing their work and using that feedback to improve rather than just being told 'wrong' or 'right' at the end.
Problem solvedTraining LLMs on complex multi-step reasoning is expensive and requires either expensive external reward models or teacher models. Self-reflection lets models generate their own dense feedback from sparse outcome signals, cutting training compute dramatically while improving performance.
- 💤Quiet2608.23475·Aug 24, 2026·~8 mincs.AI
StrategyBench: Evaluating Explicit Strategy Induction in Large Language Models
Jinghan Tan, Yuanzheng Wang, Lu Chen, Zijun Chen, +2
⭐ 0 stars / 0 repos📚 0 citesELI5A benchmark that tests whether large language models can learn task rules from a few examples and then explain those rules back, rather than just memorizing examples. It measures both how good the rules are and how well they actually work on new problems.
Problem solvedLLMs often struggle when given few examples without explicit guidance—small changes to which examples you show break performance. Humans naturally summarize rules first, then apply them. This benchmark reveals when and how well LLMs can do the same, helping developers know when explicit strategy extraction is worth doing.
- 💤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.23370·Aug 24, 2026·~14 mincs.AIcs.LO
Walking on the DARKSIDE
Aldo Gangemi, Emanuele Bottazzi
⭐ 0 stars / 0 repos📚 0 citesELI5This paper adds a fact-checking layer on top of LLMs that tracks what's been ruled out during a conversation and flags when an AI is treating made-up claims as real. It catches when an LLM confidently builds on false premises and marks them as unreliable.
Problem solvedLLMs sound confident even when given nonsensical or fabricated information, then bake those errors into their structured outputs. This makes it hard to catch when an AI has been tricked into reasoning from false foundations, especially in high-stakes domains like healthcare or finance.
- 💤Quiet2608.23353·Aug 24, 2026·~10 mincs.CLcs.NE
FormuEvo: LLM-Guided Evolution for Discovering Solver-Efficient Mixed-Integer Programming Formulations
Haofeng Yuan, Jianing Peng, Jieyi Bi, Ni Zhang, +2
⭐ 0 stars / 0 repos📚 0 citesELI5A system that uses AI to automatically rewrite math optimization problems in smarter ways so that solver software can find answers 5.5× faster—like how a good recipe makes cooking easier, not just possible.
Problem solvedOptimization solvers are slow because LLMs write correct but inefficient problem formulations. Companies waste compute and time on hard problems that could be solved faster with better mathematical rewriting.
- 💤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.23311·Aug 24, 2026·~11 mincs.CL
Beyond the Stability-Exploration Dilemma: Environmental Regularization for LLM Policy Optimization
Xianlei Zhou, Xiangdi Meng, Yu He, Tianyu Qi, +6
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of constraining what answers an AI gives (which limits exploration), this method constrains which questions the AI focuses on during training. It prevents the model from drifting too far from the original question distribution, keeping training stable while still allowing the model to explore better answers.
Problem solvedLLM training currently forces a choice: constrain answers to stay stable (but limit learning), or drop constraints to explore freely (but risk training collapse). This creates a false tradeoff that makes training brittle at high temperatures or long horizons.
- 💤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.21265·Aug 21, 2026·~10 mincs.CL
Memory Augmentation Unlocks Efficient Chain-of-Thought Reasoning
Simeng Zhang, Yilong Chen, Wenyuan Zhang, Zhenyu Zhang, +3
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of having an AI think through every step of a problem from scratch, this method builds a library of useful reasoning patterns from past problems and lets the AI reuse them—like having cheat sheets that speed up solving similar problems while keeping answers accurate.
Problem solvedChain-of-thought reasoning is accurate but slow because models generate long step-by-step traces. Compressing those traces speeds things up but breaks logical coherence and hurts accuracy. This method keeps the speed gains while recovering the accuracy loss.
- 💤Quiet2608.21252·Aug 21, 2026·~9 mincs.CLcs.AIcs.DB
EnSI-RAG: Entity-Structure-Indexed Retrieval-Augmented Generation for Long-Document Question Answering
Xuanyu Meng, Jiashuo Sun, Jash Rajesh Parekh, Jiawei Han
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of splitting documents into random chunks, this system organizes information around entities and their relationships, then retrieves relevant facts more precisely when answering questions that need evidence scattered across multiple documents.
Problem solvedLong-document QA fails when relevant facts are split across chunk boundaries or need multi-hop reasoning. This system fixes that by indexing documents by entity and semantic type, making it easier to find connected evidence across the corpus.
- 💤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.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.20256·Aug 20, 2026·~13 mincs.AI
Learning When to Think: Adaptive Reasoning for Test-Time Compute Allocation
Gijs Kassenaar, Zhao Yang, Vincent François-Lavet
⭐ 0 stars / 0 repos📚 0 citesELI5A language model learns to pick its own thinking speed for each problem—rushing through easy ones, taking time on hard ones—instead of always using the same amount of computation. It cuts wasted tokens by 41% while keeping the same accuracy.
Problem solvedReasoning models burn tokens uselessly on easy questions and run out on hard ones because they use a fixed budget. This wastes compute and money. A model that adapts its effort per problem could be much more efficient.
- 💤Quiet2608.20220·Aug 20, 2026·~8 mincs.AI
InsufficiencyBench: Evaluating LLM legal advice on underspecified user queries
Samuel J. Vincent, Daniel Calloway, Fangyi Yu, Andrew M. Bean, +1
⭐ 0 stars / 0 repos📚 0 citesELI5This benchmark tests whether AI legal assistants can spot when users haven't given them enough information to answer a legal question correctly—and whether they ask clarifying questions instead of guessing. Most AI models either over-hedge or make up facts.
Problem solvedLegal AI is being deployed to give real advice, but users often leave out crucial facts (jurisdiction, prior agreements, etc.). If an AI confidently answers incomplete questions, it gives dangerous wrong advice. This measures whether models know when to ask follow-ups.
- 💤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.20153·Aug 20, 2026·~9 mincs.CL
FormalTCS: Benchmarking End-to-End Frontier Formal Theoretical Computer Science Research of Large Language Models
Dingzirui Wang, Xuanliang Zhang, Keyan Xu, Qingfu Zhu, +1
⭐ 0 stars / 0 repos📚 0 citesELI5This benchmark tests whether AI can do real theoretical computer science research by taking recent papers from top conferences, asking LLMs to understand the math, turn it into formal code, and prove new theorems—finding that translation to formal code is the main bottleneck.
Problem solvedWe don't know if LLMs can actually do frontier math research because existing benchmarks use toy problems; this uses real accepted papers with expert-verified solutions to measure where AI fails on authentic TCS work.
- 💤Quiet2608.20129·Aug 20, 2026·~8 mincs.MAcs.CLcs.CV
Multi-Agent Orchestration with the Common-Sense Reasoning Capabilities of LLMs for Autonomous Driving
Mehdi Azarafza, Faezeh Pasandideh, Ali Ehteshami Bejnordi, Stefan Henkler, +1
⭐ 0 stars / 0 repos📚 0 citesELI5A self-driving car system uses multiple controllers (RL, PID) working together, with an AI language model deciding which one to use and improving their performance by reasoning about what makes sense in complex driving situations.
Problem solvedAutonomous vehicles struggle in unexpected scenarios—pure learning fails without reasoning, and language models are too slow for real-time control. This hybrid approach uses language models as a smart supervisor to coordinate faster controllers and adapt to novel situations without hallucinations from direct control.
- 💤Quiet2608.20116·Aug 20, 2026·~8 mincs.CL
When Text and Numbers Disagree: Evidence Arbitration in Large Language Models
Mattia Carletti, Edward Phillips, Fredrik K. Gustafsson, Patitapaban Palo, +4
⭐ 0 stars / 0 repos📚 0 citesELI5When an AI gets conflicting information—like text saying one thing and numbers saying another—this paper tests how it decides which to believe. Researchers built a fake scenario with intentional conflicts to see if models have biases toward text or numbers, and they found models use simple patterns (like trusting newer data) rather than carefully weighing evidence.
Problem solvedAI systems that use multiple tools and data sources often get contradictory signals. If an LLM blindly trusts one type of evidence over another, it could make bad decisions—like accepting a forecaster's prediction even when direct data contradicts it. This paper exposes those blind spots so we can fix them.
- 💤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.20083·Aug 20, 2026·~5 mincs.CLcs.AI
SABET-QA: Temporal Knowledge Graph Question Answering
Brahim Touayouch, Mirette Moawad, Dmitry Akulov
⭐ 0 stars / 0 repos📚 0 citesELI5A system that answers questions about facts that change over time by iteratively narrowing down possibilities, like finding "who was CEO of X in 2015" by first finding the company, then checking who led it during that year.
Problem solvedExisting systems fail at multi-step temporal questions because they try to answer in one shot. This approach refines answers step-by-step with a memory mechanism that tracks both entities and time periods, enabling better reasoning on complex time-sensitive queries.
- 💤Quiet2608.20055·Aug 20, 2026·~12 mincs.CRcs.AI
EchoCoT: Extracting Hidden Chain-of-Thought from Large Reasoning Models
Yiting Qu, Ziqing Yang, Chi Cui, Ye Leng, +2
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers found a way to steal the hidden thinking process (chain-of-thought) from AI reasoning models by sending them carefully crafted requests through their APIs. It's like watching a student's work-in-progress notes during an exam by observing what they write down between questions.
Problem solvedFrontier reasoning models like o1 and Gemini keep their internal reasoning traces secret as competitive assets. This work shows those hidden traces can be extracted at scale, raising urgent questions about protecting proprietary model reasoning and AI safety assets from theft.
- 💤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.19181·Aug 19, 2026·~13 mincs.LGcs.AIcs.CL
Beyond Teacher Likelihood: Group-Calibrated On-Policy Distillation for Long-Context Reasoning
Zhu Zhang, Jixun Wang, Xiaoang Xu, Xiaorong Wang, +5
⭐ 0 stars / 0 repos📚 0 citesELI5When teaching a student AI model to solve complex reading tasks, token-by-token feedback from a strong teacher sometimes leads the student astray—it focuses on locally sensible words but misses important details scattered throughout a long document. This paper adjusts the teaching signal by checking where the teacher and a task-verifier disagree, then redistributing that correction across tokens.
Problem solvedLong-context reasoning tasks require gathering evidence spread across thousands of tokens while respecting task constraints. Token-level teacher guidance alone fails because it can reward locally plausible but globally incorrect outputs. Standard verifiers catch this but can't give dense token-level feedback—creating a mismatch that hurts model training.
- 💤Quiet2608.19163·Aug 19, 2026·~9 minphysics.ao-phcs.AI
Interpretable AI predicts a 2026 summer dry anomaly in central China
Anran Wang, Wen Shi, Yong Luo, Jianbin Huang, +4
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers built an AI system that reads atmospheric circulation patterns from weather models and predicts rainfall, then used it to forecast a dry summer in central China in 2026. They verified their prediction makes physical sense by checking which wind patterns the AI relies on most.
Problem solvedClimate models predict large-scale atmospheric patterns well but struggle with regional rainfall. This work bridges that gap by converting circulation forecasts into precipitation predictions, and critically, explains *why* the AI makes each prediction so scientists can trust it before real outcomes occur.
- 💤Quiet2608.18027·Aug 18, 2026·~11 mincs.CL
Chain-of-Experience for Continual LLM Improvement
Haoqin Tu, Yunhao Fang, Yizhong Wang, Cihang Xie, +1
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of asking an LLM a question once and taking its answer, this paper shows that letting the model try multiple times, learn from its mistakes, and adjust based on feedback (like whether its code actually runs) makes it progressively better at solving problems.
Problem solvedLLM evaluations typically measure one-shot performance, ignoring that models could improve through iteration. Real applications could benefit from test-time refinement, but we didn't know which feedback signals work best or how much improvement is actually possible.
- 💤Quiet2608.18011·Aug 18, 2026·~12 mincs.CL
The IOL-AI Challenge: An Open Challenge towards Advancing Linguistic Reasoning
Eduardo Sánchez, Rita Berrada, Dan-Mircea Mirea, Sara Rajaee, +7
⭐ 0 stars / 0 repos📚 0 citesELI5A competition where AI systems solve linguistic puzzles from real olympiad problems—they have to figure out the language patterns themselves rather than apply known rules, similar to how you'd crack an unknown code.
Problem solvedLLM benchmarks focus on math and code where rules are given upfront; this tests true reasoning ability by forcing models to discover patterns in unfamiliar languages first, providing a more honest measure of generalizable problem-solving.
- 💤Quiet2608.16876·Aug 17, 2026·~12 mincs.SCcs.AIcs.LG
AutoSR: Automatic Symbolic Regression by Searching Research States
Kejia Zhang, Youran Sun, Xinyu Ren, Chugang Yi, +1
⭐ 0 stars / 0 repos📚 0 citesELI5A system that discovers mathematical equations from messy real-world data by keeping track of the entire scientific reasoning process—not just checking if formulas fit numbers well, but also whether they make sense and why researchers chose to try them in the first place.
Problem solvedSymbolic regression typically finds equations that fit training data but fail spectacularly outside it. This preserves the full investigative trail (hypotheses, evidence, dead-ends) so humans can judge whether a discovered equation is genuinely scientific or just curve-fitted, and can understand *why* it was selected.
- 💤Quiet2608.16868·Aug 17, 2026·~11 mincs.CLcs.AI
Towards Computational Provenance: Carrying Causal-State Evidence in Generated Text
Benjamin Belay
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers embedded hidden fingerprints into text generated by AI models—fingerprints that reveal which internal computational path the model actually took. Like signing a document with invisible ink that proves which factory made it, even when two factories produce identical products.
Problem solvedAI models are black boxes: you can't verify which internal reasoning steps they actually used, making it impossible to audit or prove they computed something correctly. This demonstrates you can embed verifiable evidence of internal computation into the output itself.
- 💤Quiet2608.16852·Aug 17, 2026·~15 mincs.AI
What Do Compliance Detectors Read? An Audit of Activation Probes and Guard Models
Saisab Sadhu, Aadit Sengupta, Vinay Kumar Sankarapu, Pratinav Seth
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers found that AI safety detectors checking whether language models follow rules (like data protection laws) are actually ignoring the rules and just pattern-matching on surface features. It's like a bouncer checking IDs but not actually reading them—they'd admit the same person whether the ID said 'allowed' or 'banned'.
Problem solvedCompanies deploy compliance monitors to ensure AI systems follow regulations, but this audit reveals these detectors don't actually read or understand the rules they're supposed to enforce. This creates a false sense of security in high-stakes domains like healthcare and finance where rule violations carry real legal and safety consequences.
- 💤Quiet2608.14528·Aug 14, 2026·~12 mincs.AIecon.EMmath.ST
Handover of In-Context Learning State Across Session Boundaries
Masahiro Kato, Taka Kato
⭐ 0 stars / 0 repos📚 0 citesELI5When an AI conversation gets too long and needs to restart in a new session, this paper figures out exactly what information you need to save from the old conversation so the AI can pick up where it left off without losing performance.
Problem solvedLLMs have context limits, so long tasks get split across multiple sessions. Currently there's no principled way to decide what to hand over—you might save too much (waste tokens) or too little (lose critical context). This paper gives you a framework to save only what matters.
- 💤Quiet2608.14511·Aug 14, 2026·~11 mincs.ITcs.AI
Learning-to-Transition for Large-scale and High-Order MIMO Detection
Yubo Zhang, Yiyao Liu, Xiaodong Wang
⭐ 0 stars / 0 repos📚 0 citesELI5A machine learning system learns to efficiently find the right signal values in wireless communications by making a series of smart guesses that progressively narrow down possibilities, similar to playing 20 questions but with a learned strategy that knows the structure of wireless channels.
Problem solvedHigh-order MIMO detection traditionally requires searching through billions of possible symbol combinations, which is computationally expensive and slow. This learns to search intelligently and integrate with channel decoders, making large wireless systems practical without sacrificing error rates.
- 💤Quiet2608.14509·Aug 14, 2026·~15 mincs.AIcs.CLcs.LG
Split the Labor: Separating Evidence Interpretation from Decision Aggregation
Zhelun Wu
⭐ 0 stars / 0 repos📚 0 citesELI5When AI systems need to decide something from multiple sources, they usually dump everything into one prompt. This paper says you should do it in two separate steps: first, have the model explain what each source means, then use simple math to combine those explanations into a final decision. This prevents voting quirks where adding more sources mysteriously changes the answer.
Problem solvedMulti-source decision systems fail in subtle ways: they shift their decision thresholds depending on how many sources they see, and different combination methods rank instances differently. Practitioners need a principled way to separate interpretation (complex, context-heavy) from aggregation (should be simple math) to avoid these failures and make systems more reliable.
- 💤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.14465·Aug 14, 2026·~15 mincs.CLcs.LG
You Only Pass Once: Answering and Abstaining Together in a Single Forward Pass of a Frozen Language Model
Ziyang Luo, Zhongyao Chu, Xinjie He, Youting Wang, +3
⭐ 0 stars / 0 repos📚 0 citesELI5A frozen language model struggles to reason well and know when to say 'I don't know' instead of making things up. This paper adds two lightweight tools that work together in one pass: one steers the model's internal state to improve reasoning, the other detects when there's not enough information to answer safely.
Problem solvedLarge frozen language models either waste their own internal knowledge on reasoning tasks or confidently confabulate answers when the input lacks sufficient information. Running separate passes for reasoning and abstention detection doubles inference cost, while doing both together causes interference.
- 💤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.13558·Aug 13, 2026·~13 mincs.AIcs.CL
OmniScientist: An Omni-Modal Omni-Discipline AI Scientist
Bobo Li, Hao Fei, Tianjie Ju, Mong-Li Lee, +1
⭐ 0 stars / 0 repos📚 0 citesELI5An AI system that reads raw scientific data (images, videos, audio, 3D models, tables, etc.) directly and runs through a complete research pipeline—generating ideas, running experiments, and writing papers—without losing information to preprocessing.
Problem solvedAI research assistants today work with pre-summarized numbers or text, missing crucial patterns in raw images, videos, and spatial data. This system processes all raw evidence throughout the research lifecycle, making scientific claims more rigorous and discoveries more reliable.
- 💤Quiet2608.13484·Aug 13, 2026·~10 mincs.CLcs.AI
Toward a Gricean Retreat: Probing LLMs for Knowledge Boundaries and Referent Specificity
Dananjay Srinivas, Saksham Khatwani, Maria Pacheco
⭐ 0 stars / 0 repos📚 0 citesELI5LLMs often make up specific details about things they don't actually know instead of admitting uncertainty and giving vague answers. This paper shows the models secretly *know* they're uncertain and *know* they should be vague — the pieces are there — but they choose to make stuff up anyway.
Problem solvedWhen you ask an AI about an obscure person or thing, it confidently invents details rather than saying 'I'm not sure' or giving a general answer. This creates false confidence and unreliable outputs. The paper reveals this isn't a capability gap — the model understands when to retreat but doesn't do it, pointing to a fixable training/steering problem.
- 💤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.13433·Aug 13, 2026·~13 mincs.FLcs.AI
Algebraic Decomposition Theory for Transformer Length Generalization
Andy Yang, Blerta Veseli, Corentin Barloy, Michaël Cadilhac, +4
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers figured out exactly which pattern-matching tasks transformers can handle on sequences longer than they've seen before, by connecting it to algebra. They created a decision algorithm that can tell you whether a transformer will generalize to longer sequences for any regular language.
Problem solvedNobody knew which types of tasks transformers could reliably extend to longer inputs — making it impossible to predict when length generalization would work. This matters for deployment, since you need to know if a model trained on short sequences will actually handle longer real-world data.
- 💤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.
- 💤Quiet2608.13344·Aug 13, 2026·~8 mincs.AI
LongEarth-R1: Benchmarking and Aligning Vision-Language Models for Long-Horizon Earth Observation Reasoning
Yupan Ding, Jing Xiao, Zhenyuan Zhang, Chaofeng Chen, +3
⭐ 0 stars / 0 repos📚 0 citesELI5A system that watches sequences of satellite images over time and answers complex questions about what changed, where, when, and what comes next—like tracking urban development or forest loss across months or years of imagery.
Problem solvedCurrent satellite image AI models only look at single pictures or pairs of images, missing the big-picture story of how geography evolves over time. This makes it hard to reliably track environmental changes, predict future conditions, or reason about multi-step processes in Earth observation.
- 💤Quiet2608.13331·Aug 13, 2026·~8 mincs.LGcs.AI
Training AI Scientists to Replicate Research
Damon Falck, Samer Sabri, Anja Surina, Thom Foster, +7
⭐ 0 stars / 0 repos📚 0 citesELI5AI agent learns to reproduce published research papers by working through code, experiments, and problem-solving—like having a lab assistant that reads a paper and reruns everything to verify it works.
Problem solvedReproducing research is tedious and error-prone manual work. This agent automates the process of taking published papers and actually running their experiments end-to-end, saving researchers weeks of grunt work.
- 💤Quiet2608.13326·Aug 13, 2026·~10 mincs.CL
Beyond Local Accuracy: A Protocol-Level Identifiability Audit for Controlled LLM Reasoning Evaluation
Junhao Luo, Ning Huang, Ziqi Sha, Wenxuan Tang, +1
⭐ 0 stars / 0 repos📚 0 citesELI5When you test an AI model with a benchmark, the score can look good even though your test doesn't actually measure what you think it does. This paper provides a checklist to verify beforehand whether your evaluation setup can actually tell different model behaviors apart.
Problem solvedCompanies and researchers run evaluations that produce seemingly precise scores, but those scores may not reflect real differences in how models behave. This creates false confidence in benchmarks. The audit catches these blind spots before running expensive model inference.
- 💤Quiet2608.13317·Aug 13, 2026·~9 mincs.AI
StateBridge: Training-free Hidden-state Alignment for Latent Communication in LLM Multi-Agent Systems
Yanwen Peng, Delvin Ce Zhang, Xi Wang, Nikolaos Aletras
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of LLM agents talking to each other using text (which loses information), this method lets them share their internal thought representations directly. It uses a mathematical trick to translate one agent's thoughts into a format the other can understand, without needing any extra training.
Problem solvedMulti-agent LLM systems lose information when converting rich internal representations into discrete tokens for communication. Existing latent communication methods require expensive training or architectural changes; this fixes it with a simple, training-free alignment technique that works with any pretrained model.
- 💤Quiet2608.13315·Aug 13, 2026·~9 mincs.GTcs.AIcs.LG
Keep, Customize, or Exit: Default Design and Token Pricing in LLM Reasoning Services
Ahmet Bugra Gundogan, Yigit Turkmen, Melih Bastopcu
⭐ 0 stars / 0 repos📚 0 citesELI5When you use an AI service that charges per token, the company picks a default amount of 'thinking tokens' to use, and you can change it or leave. This paper figures out what price and default the company should set, and what customers will actually do.
Problem solvedLLM providers need to decide how much reasoning budget to give users by default and what to charge, while users want accuracy without overpaying or dealing with complex customization. This framework solves the pricing and allocation problem for both sides.
- 💤Quiet2608.12307·Aug 12, 2026·~12 mincs.LGcs.AIcs.CL
AI4AI at Test-Time: Strong-to-Weak Capability Transfer via Harnesses
Cheng Qian, Wenting Zhao, Liangwei Yang, Heng Wang, +5
⭐ 0 stars / 0 repos📚 0 citesELI5A strong AI model can build a custom instruction template (a 'harness') that helps a weaker model solve problems better at test time — like giving it a detailed step-by-step checklist — without retraining the weak model at all.
Problem solvedModel distillation usually requires expensive retraining of smaller models. This approach transfers capability gains instantly at inference time using just smarter prompting and structured outputs, letting you squeeze more performance from existing weak models without any parameter updates.