Developments in VS Code's Co-Author Feature

1 views

VS Code's Co-Author feature has new developments, with Microsoft welding the concept of "AI as a colleague" directly into the editor rather than stopping at autocomplete and a chat box.

Which Direction the Feature Is Heading

From completion (Copilot) to conversation (Chat) to Co-Author, the change in names reveals the product thinking: AI is no longer a tool in the sidebar waiting to be asked, but a "collaborator" who co-owns this code with you, able to proactively take over tasks, make cross-file changes, and commit its own work. The logic of the editor battlefield shifts along with it—it used to be about plugin ecosystems and performance, and now it's about who can make the agent workflow smoothest, and VS Code, holding the largest user base, will have its every move copied by the whole industry.

The Questions That Come With It

The comments' focus is very practical. Attribution: how are AI-involved commits marked, and how much meaning does git blame have left? Review: with an AI colleague producing more code faster, will human review become the new bottleneck? And lock-in: the more deeply a workflow grows into one company's editor-plus-model combination, the more expensive future migration is. None of these has a ready answer, but one thing is clear—"how much code AI writes" is no longer the focus of the debate; the focus is exactly where humans stand on this assembly line.

via: Hacker News