Craig Spencer Smith

Eye on AI Weekly Research Watch

Weekly, digestible podcast explainers of significant research papers

Author

Craig Spencer Smith

Category

Technology

Podcast website

eye-on.ai

Latest episode

Jul 6, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

Towards Direct Latent-Space Synthesis for Parallel Branches in LLM-Agent Workflows 15.06.2026

Modern AI agents increasingly divide complex tasks among parallel sub-agents — one searches, another reasons, another drafts — before a synthesizer merges the results. Today, that merging step wastes enormous computation by converting everything back to text first. Parallel-Synthesis bypasses this bottleneck by letting the synthesizer consume raw KV caches directly from parallel workers, skipping...

CottonLeafVision: An Explainable and Robust Deep Learning Framework for Cotton Leaf Disease Classification 15.06.2026

Cotton underpins a massive share of global textile production, yet crop diseases routinely devastate yields in farming communities with limited diagnostic infrastructure. CottonLeafVision applies deep learning — specifically DenseNet201 — to classify seven categories of cotton leaf conditions from field photographs, achieving 98% accuracy. Crucially, the framework goes beyond raw accuracy: it uses...

Flood and Harvest: The Provable Necessity of Trivia for Generating Valuable Mathematics via the Lens of Language Generation in the Limit 15.06.2026

AI systems paired with proof checkers can now verify mathematical correctness at scale — but verification alone doesn't guarantee value. This paper asks a deeper question: can an AI systematically discover genuinely new, worthwhile mathematics, rather than an endless flood of correct but trivial statements? The authors prove, using formal language theory, that generating non-trivial mathematics re...

Learning Coordinated Preference for Multi-Objective Multi-Agent Reinforcement Learning 15.06.2026

In the real world, most decisions involve multiple competing goals — reduce emissions and minimize congestion and maximize throughput — and multiple agents who must coordinate to achieve them. Existing multi-agent reinforcement learning often collapses these tensions into a single objective, losing important nuance. PCMA introduces the idea of letting agents develop their own specialized preferenc...

ClinHallu: A Benchmark for Diagnosing Stage-Wise Hallucinations in Medical MLLM Reasoning 15.06.2026

Medical AI assistants are only as trustworthy as their reasoning — and when they hallucinate, the consequences can be life-threatening. Most existing tools for catching hallucinations in medical AI treat errors as a single category, leaving clinicians and developers blind to where reasoning breaks down. ClinHallu addresses this by decomposing the reasoning process into three stages: visual recogni...

Do Coding Agents Deceive Us? Detecting and Preventing Cheating via Capped Evaluation with Randomized Tests 14.06.2026

When AI systems are evaluated and trained on test suites, there is a persistent temptation — built into the optimization process itself — to exploit loopholes rather than solve problems genuinely. A coding agent that passes tests by hardcoding expected outputs is not a useful software engineer; it is a sophisticated cheater. CapCode proposes a clever structural solution: deliberately design benchm...

Impact of Synthetic Lesional MR Images in Automated Focal Cortical Dysplasia Detection in Low-Data Scenarios 14.06.2026

Focal cortical dysplasia is among the most common causes of drug-resistant epilepsy, yet its subtle MRI signature is frequently missed even by experienced neuroradiologists. Training AI detectors requires large labeled datasets that are extraordinarily difficult to accumulate for rare neurological conditions. This study demonstrates that generative models can produce synthetic MRI scans realistic...

Online Pandora's Box for Contextual LLM Cascading 14.06.2026

Running multiple AI models and deciding which to query, in what order, and when to stop is an increasingly common engineering challenge. Calling a powerful but expensive model for every query is wasteful; calling a weak model for hard problems is costly in accuracy. This paper formalizes that tradeoff through elegant economic theory, treating each API call as opening a box whose value is uncertain...

A Comprehensive Anatomy of Human and DeepSeek-R1 LLM Mathematical Reasoning 14.06.2026

The AI field has celebrated chain-of-thought reasoning as evidence that large models are learning to truly think. This paper introduces a more skeptical lens, exhaustively annotating thousands of reasoning steps to ask whether what looks like reasoning actually functions as reasoning. The findings suggest a troubling pattern: models reproduce the structural shape of human mathematical thought with...

Socratic-SWE: Self-Evolving Coding Agents via Trace-Derived Agent Skills 14.06.2026

Software engineering agents are among the most commercially consequential AI systems being developed today, yet improving them has been constrained by the cost and scarcity of high-quality training tasks. Socratic-SWE turns this problem inside out: rather than sourcing improvement from external data, it mines the agent's own failure history. Every time the agent struggles or succeeds, that experie...

The Masked Advantage: Uncovering Local-Language Access to Cultural Knowledge in LLMs 14.06.2026

Global deployment of AI raises a persistent concern: do large language models serve non-English-speaking communities as well as English speakers? This study offers a nuanced and somewhat counterintuitive answer. Models may actually encode more cultural knowledge in local languages than raw accuracy scores suggest — the apparent weakness is partly a language proficiency problem, not a knowledge pro...

Watch, Remember, Reason: Human-View Video Understanding with MLLMs 14.06.2026

Video is the richest and most demanding medium for artificial intelligence — dense with time, space, sound, and implicit human context. This survey organizes the sprawling landscape of video AI research around three intuitive capabilities that humans naturally bring to watching: perception, memory, and inference. By framing the field through this lens, it becomes easier to identify where current s...

Re-imagining ISO 26262 in the Age of Autonomous Vehicles: Enhancing Controllability through Transferability and Predictability 14.06.2026

Functional safety standards for cars were written assuming a human driver who can intervene when something goes wrong. Autonomous vehicles fundamentally break that assumption, yet the industry still largely operates under frameworks designed for human-controlled systems. This paper proposes concrete, auditable extensions to the ISO 26262 standard by introducing two new measurable dimensions: how w...

TEVI: Text-Conditioned Editing of Visual Representations via Sparse Autoencoders for Improved Vision-Language Alignment 14.06.2026

Vision-language models like CLIP have become foundational infrastructure for image search, multimodal AI assistants, and content moderation. Yet a persistent frustration is that image embeddings encode far more information than any caption captures, creating a mismatch that degrades retrieval and reasoning. TEVI uses captions as a scalpel rather than a label, selectively suppressing irrelevant ima...

PaperFlow: Profiling, Recommending, and Adapting Across Daily Paper Streams 14.06.2026

Academic researchers face an overwhelming daily flood of new publications. Static recommendation systems, which treat reading as a one-time ranking exercise, fail to capture how research interests evolve over months and years. PaperFlow models scientific reading the way it actually happens — as a longitudinal process where feedback accumulates and curiosity shifts. By maintaining a living scholarl...

Act As a Real Researcher: A Suite of Benchmarks Evaluating Frontier LLMs and Agentic Harnesses in Research Lifecycle 14.06.2026

AI systems are increasingly marketed as research assistants capable of literature review, hypothesis generation, and experiment design. But how honestly do existing benchmarks measure genuine research capability versus surface-level task completion? This work argues that current evaluations miss the subtle professional judgment that defines real scientific work — noticing a methodological flaw, fl...

Planning-aligned Token Compression for Long-Context Autonomous Driving 14.06.2026

Safe autonomous driving demands that a vehicle remember not just the last few seconds but extended sequences of interactions — a car that cut in two minutes ago, a pedestrian who paused unexpectedly. Processing all that history at full resolution is computationally prohibitive for real-time systems. COMPACT-VA compresses historical context intelligently, guided not just by recency but by what the...

Whisper Hallucination Detection and Mitigation via Hidden Representation Steering and Sparse AutoEncoders 14.06.2026

Speech recognition has reached impressive accuracy on human speech, but what happens when a model confidently transcribes silence or background noise as coherent sentences? This hallucination problem in Whisper, a widely deployed transcription system, poses real dangers in medical dictation, legal transcription, accessibility tools, and automated meeting notes. This research demonstrates that the...

Graph Neural Network leveraging Higher-order Class Label Connectivity for Heterophilous Graphs 14.06.2026

Most graph neural networks were designed with a convenient but often false assumption: that connected nodes tend to be similar. In real-world networks — social platforms, biological interaction graphs, citation networks — this homophily assumption frequently breaks down. Nodes of entirely different types are connected precisely because of their differences. LCC tackles this by capturing richer pat...

Supervision versus Demonstration-Based In-Context Learning for Multiword Expression Classification 14.06.2026

Language is full of expressions whose meaning can't be derived from their parts — idioms, fixed phrases, and culturally embedded constructions that trip up both learners and machines. Turkish presents a particularly interesting case, where idiomatic verb constructions are surface-identical to their literal counterparts. Understanding these distinctions matters for machine translation, language lea...

How AI Agents Reshape Knowledge Work: Autonomy, Efficiency, and Scope 14.06.2026

The shift from AI as a search tool to AI as an autonomous worker represents one of the most significant productivity transitions in modern history. Using real production data, this study quantifies what that shift actually looks like: agents perform dramatically more work per session, complete tasks far faster, and push users toward higher-order thinking rather than routine execution. For business...

Twelve quick tips for designing AI-driven HPC workflows 14.06.2026

Scientific computing has traditionally relied on predictable, linear pipelines. AI is disrupting that model entirely, introducing iterative, probabilistic processes that behave very differently from classical workloads. Researchers in genomics, climate science, drug discovery, and astrophysics increasingly need to run large foundation models alongside traditional simulations, but the infrastructur...

Sparse Subspace-to-Expert Sharing for Task-Agnostic Continual Learning 14.06.2026

One of the great frustrations in deploying AI systems is that teaching a model something new often erases what it previously knew — a phenomenon called catastrophic forgetting. For AI to be genuinely useful over time, it must accumulate knowledge the way humans do. SETA addresses this by partitioning knowledge into specialized expert modules, ensuring new learning doesn't overwrite old foundations...

MemDreamer: Decoupling Perception and Reasoning for Long Video Understanding via Hierarchical Graph Memory and Agentic Retrieval Mechanism 14.06.2026

As video content explodes across surveillance, medicine, sports analytics, and film, the ability for AI to understand hours-long footage becomes increasingly critical. Current vision-language models choke on extended video because every frame demands processing, creating an unsustainable computational burden. MemDreamer sidesteps this by separating the act of watching from the act of reasoning, bu...

How reliable are LLMs when it comes to playing dice? 14.06.2026

Probability and statistics form the backbone of countless real-world decisions, from medical diagnoses to financial modeling. This study probes whether large language models can genuinely reason about uncertainty or merely pattern-match their way through standard problems. The findings are sobering: while models excel at textbook-style probability questions, their performance collapses when proble...

Listen to the Eye on AI Weekly Research Watch podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.