IDE plugin and middleware for Studying AI-Assisted Software Development

Context

AI coding assistants are now widely used in professional software development. The prompts developers write, the responses they receive, the subsequent edits they make, and the rework they perform before committing code remain almost entirely invisible for in-depth analysis. Without access to the full interaction between developer intent (i.e., a prompt) and AI output, it is not possible to study whether AI-generated code actually addresses what the developer needed.

Motivation

Most AI coding assistants communicate with model APIs that are not directly observable. A proxy-based approach — where developer tools route their large language model API calls through a logging server — makes this data accessible without requiring developers to change their tools or workflows. Because most AI coding tools support the OpenAI API format and allow configuring a custom endpoint, a single proxy server can instrument a wide range of tools with minimal setup. An IDE extension running alongside the proxy captures what the proxy cannot: how the developer interacts with generated code in the editor, file state at key checkpoints, and version control anchors.

Goal

The goal of this project is to design, implement, and pilot this two-component instrumentation infrastructure with a small group of consenting developer participants.

The outcome of this project includes:

Requirements

Contact