paper-with-me

Papers

Full Line Code Completion: Bringing AI to Desktop

2024-05-14 · Anton Semenkin, Vitaliy Bibaev, Yaroslav Sokolov, Kirill Krylov, Alexey Kalina, Anna Khannanova, Danila Savenkov, Darya Rovdo, Igor Davidenko, Kirill Karnaukhov, Maxim Vakhrushev, Mikhail Kostyukov, Mikhail Podvitskii, Petr Surkov, Yaroslav Golubev, Nikita Povarov, Timofey Bryksin

In recent years, several industrial solutions for the problem of multi-token code completion appeared, each making a great advance in the area but mostly focusing on cloud-based runtime and avoiding working on the end user's device. In this work, we describe our approach for building a multi-token code completion feature for the JetBrains' IntelliJ Platform, which we call Full Line Code Completion. The feature suggests only syntactically correct code and works fully locally, i.e., data querying and the generation of suggestions happens on the end user's machine. We share important time and memory-consumption restrictions, as well as design principles that a code completion engine should satisfy. Working entirely on the end user's device, our code completion engine enriches user experience while being not only fast and compact but also secure. We share a number of useful techniques to meet the stated development constraints and also describe offline and online evaluation pipelines that allowed us to make better decisions. Our online evaluation shows that the usage of the tool leads to 1.3 times more Python code in the IDE being produced by code completion. The described solution was initially started with a help of researchers and was then bundled into all JetBrains IDEs where it is now used by millions of users. Thus, we believe that this work is useful for bridging academia and industry, providing researchers with the knowledge of what happens when complex research-based solutions are integrated into real products.

📄 PDF Abstract BibTeX arXiv:2405.08704

Code (0)

등록된 구현이 없습니다.

Tasks

Code Completion

Similar Papers 제목 키워드 기반

Teaching LLMs a Low-Resource Language: Enhancing Code Completion in Pharo

2026-07-06 · Kilian Kier, Alessandro Giagnorio, Omar AbedelKader, Oleksandr Zaitsev 외 hf

Large Language Models (LLMs) unlocked new possibilities in automated code writing, becoming the backbone of most code completion tools. While LLMs excel in mainstream languages, they often lack support for the so-called …

Code Completion

ChainWorld: Composing Long-Horizon Desktop Workloads from Atomic OSWorld Tasks

2026-06-19 · Vincent Siu, Manasi Sharma, Dawn Song, Daniel Yue Zhang 외 arxiv

Computer use agents are evaluated almost exclusively on atomic desktop tasks, but realistic desktop work requires sustaining state across multiple objectives. We study this gap with ChainWorld, which composes atomic OSWo…

OpenComputer: Verifiable Software Worlds for Computer-Use Agents

2026-05-19 · Jinbiao Wei, Qianran Ma, Yilun Zhao, Xiao Zhou 외 arxiv

We present OpenComputer, a verifier-grounded framework for constructing verifiable software worlds for computer-use agents. OpenComputer integrates four components: (1) app-specific state verifiers that expose structured…

DeskCraft: Benchmarking Desktop Agents on Professional Workflows and Human-in-the-Loop Collaboration

2026-06-02 · Wenkai Wang, Tao Xiong, Jingchen Ni, Yunpeng Bao 외 arxiv

Real-world professional desktop workflows in specialized creative and engineering software unfold over long horizons and often require human-in-the-loop coordination, where agents proactively seek necessary information a…

What You See Is What You Detect: Towards better Object Densification in 3D detection

2023-10-27 · Tianran Liu, Zeping Zhang, Morteza Mousa Pasandi, Robert Laganiere

Recent works have demonstrated the importance of object completion in 3D Perception from Lidar signal. Several methods have been proposed in which modules were used to densify the point clouds produced by laser scanners,…

Depth Completion