GitHub Copilot is powerful.
That much is clear.

What is less clear — especially in AL development — is how to use it without losing control. Many frustrations with Copilot are not caused by incorrect output, but by unclear expectations.

This short series of posts explored Copilot from a different angle.
Not what it can do, but when to use each mode — and why.

This post brings those ideas together into one practical mental model.


Why This Series Exists

Most Copilot discussions focus on features, prompts, or demos. That approach often leads to confusion when Copilot behaves differently than expected.

In AL projects, structure matters:

  • where logic lives

  • how responsibilities are separated

  • how extensions evolve over time

Copilot does not remove those concerns. It amplifies them.

The goal of this series was not to turn Copilot into “magic”, but to make its behavior predictable.


One Mental Model, Five Modes

Across the series, one pattern kept returning: intent matters more than tooling.

Each Copilot mode supports a different kind of intent:

  • Chat helps you think about a solution

  • Ask helps you understand existing code

  • Edit helps you improve selected code

  • Agent helps you implement incrementally

  • Plan helps you clarify intent before acting

These modes are not interchangeable. They are complementary.

Most frustration comes from using the right tool at the wrong moment.


How the Modes Work Together

Copilot works best when the modes are combined intentionally.

A typical flow in AL development might look like this:

  1. Plan to agree on structure and responsibilities

  2. Agent to implement one step at a time

  3. Edit to refine code where needed

  4. Ask to review or explain decisions

Not every task needs all modes.
Not every mode needs to be used every day.

The important part is that execution follows intent, not the other way around.


What Changed for Me

Working with Copilot this way changed how I approach development.

I now:

  • spend more time clarifying intent up front

  • guide Agent incrementally instead of asking for finished solutions

  • use Edit and Ask more deliberately, and Chat more sparingly

As a result:

  • Copilot feels more predictable

  • less time is spent undoing generated code

  • architectural decisions stay explicit

Copilot did not become smarter.
My expectations became clearer.


Where This Leaves Us

GitHub Copilot is not a replacement for experience.

It does not understand your architecture unless you explain it.
It does not make design decisions for you — it only makes them visible when they are implicit.

Used thoughtfully, Copilot can be a strong accelerator in AL development.
Used casually, it often creates more work than it saves.

The difference is not the tool.
It is how intentionally you use it.


The Series at a Glance

This series consists of four posts:

Together, they form a simple but effective mental model for using Copilot in AL projects.


Closing Thought

Copilot works best when it supports how you already think about software.

If you start with intent, structure, and responsibility, Copilot becomes a helpful assistant rather than a source of friction.

That mindset matters far more than any prompt.

A useful way to think about Copilot is to focus on intent rather than features.

  • Plan helps you decide what you are building before any code is written.
  • Agent helps you implement that intent step by step.
  • Edit helps you refine what already exists.
  • Ask helps you understand and review decisions in the code.
  • Chat helps you explore ideas when the direction is still unclear.

Used together, these modes support a development flow that stays deliberate and intentional, rather than reactive.


This mental model is intentionally simple, but it leaves room for deeper discussions.

As Copilot evolves, I plan to explore specific workflows, trade-offs, and real-world patterns in more detail, building on the ideas outlined here.


Discover more from think about IT

Subscribe to get the latest posts sent to your email.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Post Navigation