Switch language한국어
Back to the list

Fewer Clarifications, Better Code: Benchmarking Cross-Session Personalized Ambiguity Adaptation in Coding Assistants

TL;DR AI

Key summary

2 min read
  1. The CAPA benchmark tests whether coding assistants can use a user’s past sessions to resolve recurring ambiguities more effectively.

  2. It evaluates 12 LLMs on code generation across 600 sessions and 300 held-out evaluations, comparing performance with and without same-user history.

  3. The work targets a common failure mode: assistants repeatedly asking the same clarifying questions to the same user across sessions.

  4. To reduce that friction, it proposes same-user history gating, a lightweight inference-time strategy for personalized disambiguation.

Read the original