Home Podcasts Eye on AI Weekly Research Watch
Eye on AI Weekly Research Watch

Eye on AI Weekly Research Watch

Craig Spencer Smith 40 Episodes Aug 19, 2026

Eye on AI Weekly Research Watch provides weekly, digestible podcast explainers of significant research papers in the field of artificial intelligence. Each episode breaks down complex AI research into accessible summaries for a broad audience. The podcast aims to keep listeners informed about the latest developments and breakthroughs in AI research.

Episodes

Knowing When to Stop: Bayesian Optimal Stopping for LLM Evaluations
Knowing When to Stop: Bayesian Optimal Stopping for LLM Evaluations Aug 19, 2026 171 Authors: Toby D. Pilditch Authors: Toby D. Pilditch Paper: https://arxiv.org/abs/2608.14425v1
The Dynamics of Intelligence Explosions
The Dynamics of Intelligence Explosions Aug 19, 2026 126 As AI increasingly accelerates its own research and development, could this create a runaway feedback loop of self-improvement? This theoretical paper mathematically analyzes the conditions required for such an "intelligence explosion," showing that truly explosive, asymptotic growth is harder to achieve than prior economics-based models suggested, while identifying an underappreciated mi
PACE-Bench: Benchmarking Physics Adaptation via Code Evolution in Dynamic Environments
PACE-Bench: Benchmarking Physics Adaptation via Code Evolution in Dynamic Environments Aug 19, 2026 121 Self-improving AI agents are usually tested under fixed conditions, but real-world deployment demands adapting when the environment itself changes. PACE-Bench introduces 144 source-to-target adaptation challenges across six physics domains, forcing agents to iteratively rewrite working code when the underlying physics is mutated. Testing ten methods reveals that grounded, feedback-driven
Designing Compact Neural Architectures via Neuron Gating and Mixed Activation
Designing Compact Neural Architectures via Neuron Gating and Mixed Activation Aug 19, 2026 148 Neural Architecture Search is powerful but expensive due to discrete, combinatorial design choices. This paper proposes continuous relaxations of neuron-level and activation-level decisions, enabling fully differentiable optimization across MLPs, CNNs, RNNs, and Transformers. Three resulting methods (NAS-NG, NAS-MA, NAS-NGMA) find highly compact architectures --- including a CNN with just
Wyvern: An Agentic Framework for Generating Grounded Multimodal Reports
Wyvern: An Agentic Framework for Generating Grounded Multimodal Reports Aug 19, 2026 137 As AI-generated content proliferates faster than anyone can verify it, ungrounded generative reports risk spreading unsupported claims. Wyvern addresses this with a multi-agent framework that produces technical reports combining text, images, and tables, all tied to supporting references, with a dedicated claims-revision stage to strengthen grounding. Human evaluators rated Wyvern's figur
SheetCompass: Hierarchical Relation Graphs for Agentic Spreadsheet Reasoning
SheetCompass: Hierarchical Relation Graphs for Agentic Spreadsheet Reasoning Aug 19, 2026 132 Spreadsheets pack in complex, spatial, and cross-referential structure that gets destroyed when LLMs flatten them into plain text, crippling automated analysis. SheetCompass instead builds explicit relation graphs capturing structural links within and across worksheets, paired with a memory system that keeps relevant context available to reasoning agents. This lets AI agents navigate spre
Shift Aware Transfer Learning with Adaptive Dual-Encoder Fusion for PM Forecasting in Data-Limited Environments
Shift Aware Transfer Learning with Adaptive Dual-Encoder Fusion for PM Forecasting in Data-Limited Environments Aug 19, 2026 164 Forecasting air pollution (PM2.5) is hard where local sensor data is scarce, and naive transfer learning from data-rich regions can actually hurt performance due to domain mismatch. This study's dual-encoder framework pretrains on U.S. monitoring data, then adaptively fuses it with limited Taiwan-specific data, letting the source model adjust rather than freeze. The adapted model beat bas
LP-NAS: Linear Programming-based Neural Architecture Search
LP-NAS: Linear Programming-based Neural Architecture Search Aug 19, 2026 153 Automating neural network design (NAS) is powerful but computationally costly, and differentiable NAS methods like DARTS often converge slowly. LP-NAS reframes the architecture search as a linear programming problem, using gradient and Hessian information to compute better-informed update directions that improve generalization while preserving optimized parameters. Its two variants integr
Ensuring Safe Physical AI in Urban Mobility via Hazard-Informed Synthesized Envelopes
Ensuring Safe Physical AI in Urban Mobility via Hazard-Informed Synthesized Envelopes Aug 19, 2026 122 As robots increasingly share city streets and sidewalks with people, ensuring safety can't just be handled by isolated software modules --- it needs to span the whole system. This paper proposes hazard-informed safety envelopes that connect systematic hazard analysis to real-time runtime enforcement, unifying symbolic, spatial, and dynamic representations of the environment. The framework
Twin: Playing an Unknown Game with a Test-Time Digital Twin
Twin: Playing an Unknown Game with a Test-Time Digital Twin Aug 19, 2026 125 Instead of hand-engineering a world model for each new task, this paper has a coding agent write executable world models on the fly, purely from observing an unfamiliar game. A "twin" simulation validates each hypothesis by requiring it to reproduce every past observation before acting, using mismatches to iteratively repair the model. Tested on ARC-AGI-3 games, Twin dramatically outperfo
Optimal Scheduling of Road Maintenance Jobs Considering Impact on Traffic Flows
Optimal Scheduling of Road Maintenance Jobs Considering Impact on Traffic Flows Aug 19, 2026 124 Planning road maintenance at scale requires repeatedly simulating how traffic redistributes when capacity is reduced --- a process that's normally too computationally expensive to embed directly into scheduling optimization. This paper builds data-driven surrogate models that predict equilibrium traffic flows directly from origin-destination demand, bypassing expensive equilibrium solvers
Generating Benchmark Health Data Using a Tabular Diffusion Transformer
Generating Benchmark Health Data Using a Tabular Diffusion Transformer Aug 19, 2026 137 Healthcare researchers often need synthetic data spanning multiple related but heterogeneous tables, yet most generative models only handle single tables. This paper's two-stage framework first standardizes diverse tables into common statistical summaries capturing distributions and correlations, then uses a diffusion transformer to generate new synthetic statistical tables, which are rec

Recommended