GitHub Copilot Workspace went GA in late 2024 at $39/user/month (on top of Copilot Business). We ran it for 5 weeks on two of our repos.
What it is
Workspace is an interface that, given an issue or task, proposes a plan of changes, discusses it with you, and implements the plan as a PR. Not autocomplete, not chat — a machine that handles whole changes.
Where it shines
- Well-scoped bug fixes: "Login does not honor configured timeout" → diagnosis, fix proposal, PR. Human time: 5 minutes of review.
- Small features on familiar codebases: add an endpoint, expose a field, write a migration. Works well when the pattern is already in the repo.
- Refactoring well-isolated parts: rename/move/extract without fear.
Where it struggles
- Architectural decisions: invents solutions that don't fit the repo's patterns.
- Multi-step with external deps: if the task requires talking to an unknown API, it gets confused.
- Legacy code without tests: with no safety net, the plan is speculation.
Vs Cursor / Claude Code
Cursor wins on continuous flow. Claude Code wins on autonomy on open-ended tasks. Workspace wins on the issue → PR pattern and integrates better with the GitHub workflow. For us it is an addition, not a replacement.
Worth $39/month?
For those already on Copilot Business handling many well-formed issues, yes. For a developer in full flow on a new codebase, Cursor or Claude Code alone deliver more. We turned Workspace on for senior devs; not for juniors — over-reliance on the "machine that does the work" risks their growth.