paper-with-me

Papers

Optimizing LLM Code Suggestions: Feedback-Driven Timing with Lightweight State Bounds

2025-11-24 · Mohammad Nour Al Awad, Sergey Ivanov, Olga Tikhonova arxiv

Large Language Models (LLMs) have transformed code auto-completion by generating context-aware suggestions. Yet, deciding when to present these suggestions remains underexplored, often leading to interruptions or wasted inference calls. We propose an adaptive timing mechanism that dynamically adjusts the delay before offering a suggestion based on real-time developer feedback. Our suggested method combines a logistic transform of recent acceptance rates with a bounded delay range, anchored by a high-level binary prediction of the developer's cognitive state. In a two-month deployment with professional developers, our system improved suggestion acceptance from 4.9% with no delay to 15.4% with static delays, and to 18.6% with adaptive timing-while reducing blind rejections (rejections without being read) from 8.3% to 0.36%. Together, these improvements increase acceptance and substantially reduce wasted inference calls by 75%, making LLM-based code assistants more efficient and cost-effective in practice.

📄 PDF Abstract BibTeX arXiv:2511.18842

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Data-driven Model for Timing Feedback in a Map Task Dialogue System

2013-08-01 · WS 2013 8 · Raveesh Meena, Gabriel Skantze, Joakim Gustafson

Interactive Code Generation via Test-Driven User-Intent Formalization

2022-08-11 · Shuvendu K. Lahiri, Sarah Fakhoury, Aaditya Naik, Georgios Sakkas 외

Large language models (LLMs) have shown great potential in automating significant aspects of coding by producing natural code from informal natural language (NL) intent. However, when interacting with LLMs, users have no…

Code GenerationHumanEvalmbpp

R^3: On-device Real-Time Deep Reinforcement Learning for Autonomous Robotics

2023-08-29 · Zexin Li, Aritra Samanta, Yufei Li, Andrea Soltoggio 외

Autonomous robotic systems, like autonomous vehicles and robotic search and rescue, require efficient on-device training for continuous adaptation of Deep Reinforcement Learning (DRL) models in dynamic environments. This…

Autonomous VehiclesDeep Reinforcement Learningreinforcement-learning

When to Show a Suggestion? Integrating Human Feedback in AI-Assisted Programming

2023-06-08 · Hussein Mozannar, Gagan Bansal, Adam Fourney, Eric Horvitz

AI powered code-recommendation systems, such as Copilot and CodeWhisperer, provide code suggestions inside a programmer's environment (e.g., an IDE) with the aim of improving productivity. We pursue mechanisms for levera…

Recommendation Systems

Pre-Filtering Code Suggestions using Developer Behavioral Telemetry to Optimize LLM-Assisted Programming

2025-11-24 · Mohammad Nour Al Awad, Sergey Ivanov, Olga Tikhonova arxiv

Large Language Models (LLMs) are increasingly integrated into code editors to provide AI-powered code suggestions. Yet many of these suggestions are ignored, resulting in wasted computation, increased latency, and unnece…