Module 4 of 10~32 minutes

Introduction to Digital Workforce for Teams (awareness)

Delegated work keeps running when nobody is watching — which is why it needs a named owner, a failure path and a stopping condition.

Objectives

  1. Distinguish assisted work from delegated work in plain business terms.
  2. Explain what changes when work runs without a person watching each instance.
  3. Name the owner of a delegated process, and say what ownership means in practice.
  4. Describe what should happen when a delegated process fails or produces something wrong.
  5. Identify work that should not be delegated at team level regardless of volume.
  6. Explain why a delegated process needs a documented stopping condition.
  7. Recognize the organizational risk of a process only one person understands.

Introduction

There is a real difference between a person using an assistant and a business delegating work to something that runs without a person watching. Most of the confusion in business AI conversations comes from treating those as the same thing.

This module is awareness, not implementation. You will not configure anything, and nothing here depends on adopting any particular product. What it gives you is the vocabulary and the questions a team needs before it delegates work at all — supervision, ownership, failure behaviour, and what happens on the day the person who set it up is unavailable.

The recurring theme is unglamorous and decisive: delegated work still has an owner.

Lesson 1

Assisted, Automated, Delegated

Three different arrangements businesses conflate, and the supervision each actually requires.

Lesson 2

What Changes Without a Watcher

Errors repeat at volume, drift goes unnoticed, and nobody is surprised by the fiftieth wrong output.

Lesson 3

Every Delegated Process Has an Owner

Ownership as a named person with the authority to stop it — not a team, not a tool.

Lesson 4

Designing the Failure Behaviour

What happens when it cannot complete, produces something odd, or receives input it did not expect.

Lesson 5

What Stays With People at Team Level

Decisions about people, money, customers in difficulty, and anything the business is legally answerable for.

Lesson 6

The One-Person Process Problem

The organizational risk that outlives any tool: a process nobody else can explain, change, or stop.

Three arrangements, compared

Businesses use these words interchangeably. They require different governance.

Automation sits between them: fixed steps, no judgment, and predictable failure. Delegation is the one that needs an owner, because it is the one that keeps going.

Assisted and delegated require different governance

Delegation is the one that needs an owner, because it is the one that keeps going.

Two arrangements compared across three questions that decide how much governance each needs. In assisted work a person runs each instance, a person sees every output, and an error costs one output. In delegated work the process runs each instance, a person sees output sometimes or on exception, and an error costs every output until it is noticed. Automation sits between them — fixed steps, no judgement, predictable failure. Delegation is the arrangement that needs a named owner, because it is the one that keeps going.

Assisted

A person is in each instance.

  • Who runs each instanceA person.
  • Who sees each outputA person, always.
  • What an error costsOne output.

Delegated

The process keeps going.

  • Who runs each instanceThe process.
  • Who sees each outputA person, sometimes or on exception — which is not the same as nobody.
  • What an error costsEvery output until it is noticed. This is why it needs a named owner.
  • Who runs each instance — Assisted: A person · Delegated: The process
  • Who sees each output — Assisted: A person, always · Delegated: A person, sometimes or on exception
  • What an error costs — Assisted: One output · Delegated: Every output until noticed

The five questions before delegating anything

A team that cannot answer all five is not ready to delegate that process, regardless of the tool.

The fourth question is the one businesses skip and later regret, and it has nothing to do with AI — it is ordinary operational resilience applied to a new kind of process.

Five questions before delegating anything

A team that cannot answer all five is not ready to delegate that process — regardless of the tool.

Five questions a team answers before delegating a process: who owns this, how would we know it went wrong, what does it do when it cannot complete, who else understands it, and what is the stopping condition. A team that cannot answer all five is not ready, whatever the tool. The fourth is the one businesses skip and later regret, and it has nothing to do with AI — it is ordinary operational resilience applied to a new kind of process.

  1. Who owns this?

    A named person who can stop it.

  2. How would we know it went wrong?

    A signal, not a hope.

  3. What does it do when it cannot complete?

    Stop and escalate, never guess.

  4. Who else understands it?

    At least one more person than the person who built it. The one businesses skip.

  5. What is the stopping condition?

    The circumstance in which it should not run at all.

  • Who owns this? A named person who can stop it.
  • How would we know it went wrong? A signal, not a hope.
  • What does it do when it cannot complete? Stop and escalate, never guess.
  • Who else understands it? At least one more person than the person who built it.
  • What is the stopping condition? The circumstance in which it should not run at all.

Practical exercise

≈8 min

Pick one process in your business that someone has suggested could run on its own. Classify it now: is it currently assisted, automated, or genuinely manual?

Answer the five questions for it. Write the actual answers, including "we do not know." Count the unknowns. Two or more means the process is not ready to be delegated — that is a finding, not a failure.

Design the exception path: what should happen when it cannot complete, and who receives it. Write the stopping condition — the circumstance in which this process should not run at all, such as a period of unusual activity or a change nobody has reviewed.

The learner produces: one classified process, five answered questions with unknowns marked, a designed exception path, and a written stopping condition. Expected outcome: most learners find at least two unknowns on their first candidate — and that the missing answers are organizational rather than technical.

Nothing is submitted or stored — this is yours. If you would rather not use your own material, or cannot right now, use the supplied alternative in the module's no-tool fallback instead; both teach the same skill.

Your progress

0 of 2 required activities complete in this module · course progress 0%

  • GlobSynk Lab™ · optional
  • Reflection
  • Checkpoint

GlobSynk Lab™

optional, ≈5 min

About GlobSynk Lab™. GlobSynk Lab™ is the hands-on practice experience used throughout GlobSynk Academy. This Lab is optional hands-on practice: complete it now, skip it and continue the module, or return to it later. Skipping this Lab does not prevent you from continuing the course. For these activities you'll use an AI assistant that you already have access to, then return to Academy to continue your reflection and checkpoint.

Take the process you assessed and write the sentence you would put in a handover document: what it does, who owns it, how you know it is working, and when it should stop.

Then give that sentence to a colleague who does not work on it and ask whether they could take it over tomorrow. If they could not, the fourth question is unanswered — and that is the finding this Lab is designed to produce.

Reflection

≈2 min

Think of a process in your working life that only one person really understands. What happens when they are away? What would it take to change that — and why has nobody done it yet?

This reflection is yours alone — it is never sent to GlobSynk or stored. Only the fact that you completed it is saved.

Checkpoint

5 questions · unscored gate · instant feedback · retry as often as you like.

1. What is the defining difference?
2. Why does an error in a delegated process cost more than the same error in assisted work?
3. A team says "operations owns it." What is missing?
4. What should a delegated process do when it receives input it did not expect?
5. Why does the course treat this as a business risk rather than a technical one?

Answer all 5 questions to continue.

Key takeaways

  • Assisted and delegated differ by whether a person sees each output.
  • An error in a delegated process repeats at volume until someone notices.
  • Ownership means a named person with authority to stop it — not a team, not a tool.
  • A delegated process should stop and escalate rather than guess.
  • A process only one person understands is an operational resilience problem, not a technical one.

Practice in Prompt Lab — optional

Optional

Practice writing a handover description for a delegated process.

In Prompt Lab, practice describing a process the way a handover document would: what it does, who owns it, the signal that it is working, and the condition under which it should stop. Try it for an invented process. The test of a good description is whether someone else could take it over — and writing it is usually where the gaps become obvious. Do not include real customer or employee data.

Optional, and never required. Prompt Lab is not GlobSynk Lab™. Opening it is not part of module completion, the checkpoint, course progress, the Final Assessment, the certificate or Reward Points, and a learner who never opens it completes this course exactly as normal. Academy never depends on Prompt Lab being reachable.

Practice Prompting in the Real World

Opens in a new tab. Optional practice — never required for this module, the checkpoint, your progress, the Final Assessment, the certificate or Reward Points.

Before you move on

You have one honestly assessed candidate, an exception path, and a stopping condition — plus, probably, two unknowns you did not have before. Those unknowns are governance questions rather than technical ones. Most businesses meet them one incident at a time. The alternative is deciding the rules before you need them.