User desires AI agents to act as more genuine 'pair programmers' by asking clarifying questions, remembering past attempts and failures, and proactively suggesting actions like creating dispose methods for event subscriptions. This would move beyond simple code generation to a more interactive and context-aware coding assistant.
Real AI "pair programming" would ask questions like: - "I notice you are adding line breaks to this function parameters, shall I repeat this boring task for all parameters?" - "You have tried this in another project. It did not work then and you spend 15 minutes reverting everything. After that you just did X and you were happy as a Honigkuchenpferdchen. - "You subscribed to these events. Shall I create a dispose method to unsubcribe? Or would you rather have a TODO in the code and do it yourself later?" It is a mystery to me why programmers want AI to take over their one and only fun task: Writing code.