-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Description
During the recent Agent Sessions UX study, participants ran into the following issue.
Problem: When a participant built up significant codebase understanding in one session (the agent reading and analysing the entire repo), they expected this understanding to carry forward to a new session on the same repository. Instead, the new session started from scratch, requiring the agent to re-analyse the entire codebase.
Observed behaviour:
P2026-03-12-1530: Spent significant time having the agent build a thorough understanding of the codebase. When they started a new session, the agent started re-analysing from scratch. Said: "I would prefer that too because there is a concept... whenever it transfers the context to another chat, it basically gives the complete knowledge, which reduces the time of the developers... It should transfer the context memory to the next step."
P2026-03-11-1400: Highlighted this as a differentiator opportunity. Said: "If you just carry forward the conversation to the next new conversation... if you are just adding that as a new feature, that will work good and comparatively better than all the AIs."
Expected behaviour:
When starting a new session on the same repository, the agent should be able to reuse prior codebase analysis.
Consider a "compact and carry forward" mechanism that transfers essential context without consuming excessive token budget.