← Search

Jonathan Light

4 accepted papers

2026

Simple Agents Outperform Experts in Biomedical Imaging Workflow Optimization

CVPR 2026

Adapting production-level computer vision tools to bespoke scientific datasets is a critical "last mile" bottleneck. Current solutions are impractical: fine-tuning requires large annotated datasets scientists often lack, while manual code adaptation costs scientists weeks to months of effort. We con

Cited by 0SourcecodeScholar
2025

DISC: Dynamic Decomposition Improves LLM Inference Scaling

NeurIPS 2025poster

Inference scaling methods for LLMs often rely on decomposing problems into steps (or groups of tokens), followed by sampling and selecting the best next steps. However, these steps and their sizes are often predetermined or manually designed based on domain knowledge. We propose dynamic decompositio…

Cited by 0SourceScholar
2025

SFS: Smarter Code Space Search improves LLM Inference Scaling

ICLR 2025poster

We frame code generation as a black-box optimization problem within the code space and demonstrate how optimization-inspired techniques can enhance inference scaling over text. Based on this perspective, we propose **SCATTERED FOREST SEARCH (SFS)**, a novel approach that improves solution diversity…

Cited by 0SourcePDFScholar
2025

Strategist: Self-improvement of LLM Decision Making via Bi-Level Tree Search

ICLR 2025poster

Traditional reinforcement learning and planning require a lot of data and training to develop effective strategies. On the other hand, large language models (LLMs) can generalize well and perform tasks without prior training but struggle with complex planning and decision-making. We introduce **STRA…

Cited by 0SourcePDFScholar