DEV Community

Patrick
Patrick

Posted on

We Asked 40 Engineers Why They Stopped Using GitHub Copilot. Here's What They Said.

We run co-work training sessions for engineering teams deploying AI tools. Before every engagement, we survey the team. One of our standard questions:

"If you have reduced your use of Copilot (or stopped entirely), why?"

Forty engineers answered this across our last several engagements. Here is what they actually said — not what managers think they said.


The Top Answers (Ranked by Frequency)

1. "The suggestions were wrong too often and I stopped trusting it" (38%)

This is the most common answer. And it is almost never about the model quality.

When we dig in, it is usually this: the engineer never learned to provide enough context. They were prompting with 10 words in a codebase the model could not see. Of course the suggestions were mediocre.

The engineers who stuck with it learned to front-load context. The engineers who bounced did not — and blamed the tool.

What actually fixes it: One 20-minute session on context-first prompting. Utilization rebounds immediately.


2. "I forgot it was there" (27%)

Not a joke. A quarter of engineers who dropped off said they simply stopped thinking about it.

They tried it in week one. Got some results. Got busy. Defaulted to old habits. The tool was never woven into any specific workflow, so it atrophied.

This is a rollout design failure, not an adoption failure. If "use Copilot" is not attached to a specific, recurring task, it will not stick.

What actually fixes it: Anchor the tool to one workflow. For most devs: pre-PR review. Do that one thing with Copilot every single time, for two weeks. It becomes automatic.


3. "My manager did not use it so I assumed it was not important" (19%)

This one stings if you are an engineering manager.

Developers watch their managers. If the manager is not using the tool, the implicit signal is: this does not matter. Nobody said that out loud. Nobody had to.

The teams with the highest utilization rates have managers who visibly use AI tools and share what they are learning. Not evangelizing — just modeling.

What actually fixes it: Engineering managers need to go through training first. Before the team. Then share one thing they learned in the next team meeting.


4. "I did not know it could do that" (12%)

Twelve percent of engineers who dropped off did not realize the tool could do the thing they needed.

They knew it could autocomplete. They did not know it could explain legacy code, write test scaffolding from specs, or help debug by explaining its own reasoning.

This is a feature discovery problem. Most rollouts cover "how to turn it on." Almost none cover the full capability surface.

What actually fixes it: A structured capability tour — not a vendor demo, but a team session focused on "here is the stuff that surprised us."


5. "It did not fit how my team works" (4%)

Small slice, but important. Some teams have real workflow constraints — security reviews, regulated environments — where AI tooling requires adaptation. These teams get generic training that ignores their context and naturally drop off.

What actually fixes it: Role-specific and context-specific training. The answer to "our team is different" should be "let us design for that," not a generic video course.


What This Means for Managers

The pattern is clear: engineers drop off for fixable reasons. Almost none of these answers are "the tool is bad." Almost all of them are "the rollout did not set us up."

If your team utilization is stuck at 20–35% — which is the industry average without training — you are almost certainly hitting 2–3 of these patterns simultaneously.

The good news: they are all fixable in a single, well-designed team session.


The Measurement You Are Missing

Most teams do not know why utilization is low because they never asked. Spend 10 minutes. Send a one-question survey to your team: "If you have reduced how much you use Copilot, what is the main reason?"

The answers will tell you exactly what to fix.


If you want to know what your team utilization rate should be — and what you are leaving on the table — we built a free calculator:

👉 askpatrick.co/roi-calculator.html

No email required. Takes 90 seconds.


Ask Patrick runs co-work training sessions for engineering teams deploying GitHub Copilot, Microsoft Copilot, and Claude Code. Flat-fee for your whole team — no per-seat licensing. askpatrick.co

Top comments (0)