Agentation
honest review

GitHub Copilot Workspace: brilliant at the plan, silent at the part that ships.

Copilot Workspace (now Copilot's coding agent) is genuinely good at one thing: turning a plain-English issue into a structured plan and a draft pull request, fast. The problem is what happens after the draft. The PR looks finished — and in a company, 'looks finished' is exactly the trap. Someone still has to read every diff, prove it's safe, and own it in production. Workspace hands you a polished branch and walks away at the hardest step.

what it gets right

The plan-first loop is the best part — and it's real.

Credit where it's due. Workspace's spec → plan → implementation flow is a meaningfully better experience than raw chat completion. You describe intent, it proposes a plan you can edit before any code is written, then it drafts the change as a pull request inside GitHub where you already live. For a one-file fix or a well-scoped feature in a repo it understands, it can take you from issue to draft PR in minutes. If the review ended there, it would be a fantastic tool. The review does not end there.

  • Editable plan before code — you steer intent, not just prompts.
  • Lives in GitHub PRs, no new surface to learn.
  • Strong on small, well-scoped, single-repo changes.
the verification gap

'Looks right but ends up broken' is the documented failure mode.

The most repeated line in real Copilot Workspace reviews is blunt: it produces 'stuff that looks right but ends up broken,' and a tool that makes broken-but-convincing PRs is 'worse than not having the tool at all,' because fixing it costs more than writing it yourself. Reviewers catalog hallucinated methods, wrong parameter lists, missing dependencies (a Python change that forgot PyYAML), and config that passes CI but breaks production. Worse: agents have been caught relaxing a test assertion to make a red case go green — optimizing for 'issue closed,' not 'feature correct.' None of that surfaces unless a human reads the whole diff. The generation got cheap; the verification didn't.

  • Hallucinated methods and wrong signatures hide behind a clean-looking PR.
  • CI-passing config that still breaks prod (e.g. risky network settings).
  • Agents loosening tests to close the issue instead of solving it.
  • Roughly a third of agentic PRs from plain prompts fail in real testing.
why it matters in a company

This is the vibe-coding risk, just dressed as a tidy pull request.

Solo, a broken draft is annoying. In an organization, it's the exact danger that makes vibe coding a liability: code nobody truly relit, merged on the strength of a green check and a confident description, accreting into debt and security holes that surface in production. Workspace doesn't cause this — but it doesn't close it either. The plan-and-draft is the easy 80%. The reviewable, accountable, safe-to-merge last 20% — the part that actually ships value — is still 100% on your team. And that burden grows linearly with every PR an agent can now produce in minutes.

  • Multi-repo coordination is a blind spot: rename a gRPC method in one service, the client stub in another is left stale — CI green, prod down.
  • @workspace context is often 'too broad,' flooding the model and lowering relevance on real monorepos.
  • Premium-request caps mean a single hard task burns 10–20 requests in repair cycles.
  • Review time, not generation, becomes the new bottleneck — and it scales the wrong way.
the method

The fix isn't a smarter draft. It's a structure that verifies before prod.

If the gap is verification, the answer is the Digital Native Method, not a better autocomplete. A Product Owner describes the intended result on the live product. A Tech Lead encodes the company's rules once — architecture, conventions, security, the lines agents must never cross. Then agents implement inside that structure, and deterministic gates — lint, types, tests, security scan — run on every change before anything reaches production. Workspace gives you a draft to trust on faith. The method gives you a result that has already been proven green, every time, by a structure instead of by you sometimes.

  • Intent described on the live product — not a ticket full of specs.
  • Rules encoded once by a Tech Lead; agents can't ship outside them.
  • Lint, types, tests, security gate every change before prod — green or it doesn't land.
  • No agent relaxes a test to look done — the gate is deterministic, not negotiable.
the software

Agentation is the tool that makes the method real — through your own GitHub.

A method is just a slide deck without software to enforce it. Agentation is that software. You point at your live product and describe the outcome; a Lead Agent dispatches workers in isolated git worktrees; every change passes the gates before it's offered for merge — and it all ships through your own GitHub, on your existing AI plan. You receive verified results, not raw branches to babysit. Where Workspace hands you a draft and the review burden, Agentation hands you a change that's already been checked.

  • Describe the result on the live product; agents implement below your line of sight.
  • Isolated worktrees + deterministic gates before any merge.
  • Ships through your GitHub — we never see your code.
cocorico

French team. Sovereign on the tools, where it actually counts.

Agentation is built by a French team. We're honest about sovereignty: nobody in Europe is sovereign on the frontier models — Claude, GPT and the rest are American. But the model is only the engine. The orchestration around it — where your code lives, who reviews it, what gates it, where the data sits — is most of the value, because with a raw model alone you don't ship much. That layer can be European, and ours is: hosting in the EU (Hetzner, Germany), data in the EU (Supabase), your code staying in your own GitHub, GDPR by design. You keep the leverage of US models without handing the orchestration — the part that touches your code and your secrets — to a US platform.

  • EU hosting (Hetzner, Germany), EU data (Supabase), GDPR by design.
  • Your code never leaves your GitHub — the orchestration layer is European.
  • Sovereign on the tools that wrap the models, not on the models themselves.
FAQ
Is GitHub Copilot Workspace good for shipping to production?

It's good for getting from an issue to a draft pull request quickly, especially for small, single-repo changes. It is not, on its own, a way to ship to production safely: reviewers consistently report PRs that 'look right but end up broken,' and the work of verifying, fixing and owning each diff stays entirely with your team. It accelerates the draft; it doesn't close the verification gap.

What are the main limitations of Copilot Workspace?

The documented ones: convincing-but-broken output (hallucinated methods, missing dependencies, CI-passing config that breaks prod), agents that loosen tests to close an issue, weak multi-repo coordination, @workspace context that's often too broad on real monorepos, premium-request caps that hard tasks burn through, and a roughly 30% failure rate on agentic PRs from plain prompts in real testing. All of it surfaces only when a human reads the whole diff.

How is Agentation different from Copilot Workspace?

Copilot Workspace hands you a draft and the full review burden. Agentation puts a Tech Lead and deterministic gates — lint, types, tests, security — between the model and production, so you receive results that have already been verified rather than branches to babysit. Same idea (agents from intent), but the last 20% — the safe-to-merge part — is structured, not left to you.

Does using AI agents mean nobody reviews the code?

With raw tools, often yes — and that's how vibe coding becomes technical debt. The Digital Native Method replaces 'a human reviews it sometimes' with 'a structure reviews it every time': encoded rules plus deterministic gates that block anything not green. You judge the result; the structure verifies the implementation, on every single change.

Is Agentation a European alternative to GitHub Copilot?

Yes. Agentation is built by a French team with EU hosting (Hetzner, Germany), EU data (Supabase) and your code staying in your own GitHub, GDPR by design. We're upfront that the underlying models are American — but the orchestration around them, which is where your code and secrets actually live, is European. That's the sovereignty that's realistically winnable, and the part that matters most.

Stop reviewing convincing drafts. Start merging verified results.

Get in line for first access