AI DevelopmentFramework4 min readPublished September 5, 2026

Who Owns Unfinished Work When an AI Agent Hands It Off?

Keep agent handoffs accountable with an explicit recipient, acceptance check and remaining-work record. Separate sending a task from accepting ownership.

DA
Digital Applied Team
Research and practical implementation
PublishedSeptember 5, 2026
ReviewedSeptember 7, 2026

When an AI agent hands work off, keep one owner responsible for the unfinished request until the next owner explicitly accepts it. Sending a message proves dispatch. It does not prove that the recipient started, understood the remaining work or agreed to verify the final result.

This is a proposed operating protocol for agent builders. It separates acknowledgment from completion and makes abandoned work visible. The aim is simple: the user should not have to discover that two agents each believed the other would finish.

Key takeaways
  1. 01
    Name the remaining task.Transfer an artifact and its acceptance rule, not just a conversation summary.
  2. 02
    Keep ownership during transit.The sender remains responsible until the receiving owner accepts the handoff.
  3. 03
    Verify the final result.A worker’s completion message is evidence to inspect, not an automatic close signal.

01Use explicit handoff statesUse explicit handoff states

The states below are a design recommendation, not terminology mandated by a protocol. An owner may be an orchestrator, a human or another agent. Responsibility means tracking the task and resolving gaps; it does not grant additional tool permissions.

Digital Applied proposed handoff states, reviewed September 7, 2026; no runtime-performance experiment.
StateEvidence requiredOwner’s next responsibility
PreparedArtifact revision and remaining work recordedSender checks that the handoff is understandable
DispatchedMessage or task reference existsSender tracks delivery; ownership has not transferred
AcceptedRecipient confirms the specific remaining taskRecipient owns the accepted scope; sender records transfer
WorkingProgress tied to that task and artifactRecipient preserves changes and reports blockers
BlockedSpecific unresolved dependency or decisionCurrent owner routes the blocker without declaring completion
ReturnedResult and verification evidence suppliedReceiving reviewer checks the acceptance rule
ClosedResult accepted or scope explicitly endedFinal owner records the outcome and any residual limitations

02Package enough context to continuePackage enough context to continue

A handoff should name the user’s intended outcome, the current artifact and revision, what is complete, what remains, the acceptance rule and any actions that still need authorization. Include the evidence already collected and the gaps that could change the next step.

Separate observations from assumptions. “The build passed on this revision” is more useful than “the code is good.” “Recipient access remains unverified” is more useful than silently omitting the access check.

Anthropic’s harness report describes progress notes and version history that help later coding sessions recover state. We apply that continuity idea to handoffs, while adding an explicit ownership rule of our own.

03Transfer a fix to review without losing the releaseTransfer a fix to review without losing the release

In an illustrative coding workflow, a worker prepares a fix and reports the reproduction result. The reviewer accepts the task of checking the patch. That does not mean the reviewer accepted deployment responsibility. The handoff needs to say who will release the change if review succeeds.

Record the accepted revision. If the worker changes the patch while review is underway, the earlier verification may no longer apply. The next owner should inspect the updated scope and decide which checks need repeating.

The bug-report evidence guide defines the original acceptance behavior. Keep that requirement in the handoff so a reviewer does not replace it with a general code-style assessment.

04Handle missing acknowledgment and partial returnsHandle missing acknowledgment and partial returns

If no acknowledgment arrives, the sender still owns the unresolved transfer. It can inspect delivery state, contact the recipient through the approved mechanism or select a fallback within its authority. It should not mark the user’s request complete simply because dispatch returned successfully.

If the recipient returns only part of the work, preserve the useful result and assign the remaining scope explicitly. Reassigning a task also requires understanding whether the earlier worker is still acting, especially when both can write to the same destination.

Use the background-work stop checks before replacing an active worker. The tool-error reference covers responses where success is partial or unknown.

05Close against the outcome and keep attributionClose against the outcome and keep attribution

W3C’s PROV primer represents associations between activities and the agents involved in them. That is an evidence-recording concept; it does not define who owns an unfinished task. Our proposed protocol records both contribution and current responsibility.

At closure, inspect the result against the acceptance rule and retain the relevant evidence reference. A reviewer can accept a scoped result with disclosed limitations, but a missing required check should remain visible.

Avoid using ownership as a reason to duplicate execution. One owner tracks the result; several people or agents may contribute separate checks. The distinction keeps accountability clear without forcing all work into one process.

06DecisionWhat to do next

Practical decision

Transfer responsibility explicitly and close on evidence.

Give each unfinished request a current owner, a concrete next action and an acceptance rule. A handoff is successful when the next owner can continue and the original request still has a path to completion.

For implementation support, explore our AI transformation services.

Build reliable AI workflows

Turn a promising workflow into work you can verify.

Digital Applied helps teams define acceptance checks, connect the right tools and make AI work reviewable.

Clear scopeReviewable resultsPractical implementation
Implementation

From evidence to operation

  • Define the decision and its limits
  • Choose the appropriate tool access
  • Verify results before delivery
Questions and answers

Common questions

No. Ownership and authority are separate. The recipient inherits only the scope and permissions actually granted.
Related dispatches

Continue reading

AI Development

AI Content Updates: Change Facts Without Losing Context

Update facts with an AI agent while preserving dates, scope, citations and dependent claims. Use a revision map to keep a small correction accurate.

September 5, 2026 · 4 minRead
AI Development

A Successful AI Demo: What Evidence Should a Buyer Ask For?

Turn an impressive AI demo into a buying decision. Ask for buyer-chosen tasks, repeat trials, visible interventions and a usable result before committing.

September 5, 2026 · 4 minRead
AI Development

AI File Outputs: What Counts as a Finished Deliverable

Check whether an AI-generated file is ready to hand over. Review access, structure, meaning and real use before treating a saved export as finished.

September 5, 2026 · 6 minRead
AI Development

Why Two AI Reviewers Can Agree on the Same Wrong Answer

Two AI reviewers can repeat one mistake. Design reviews around separate evidence checks, clear rubrics and independent calculations instead of votes.

September 5, 2026 · 4 minRead
AI Development

Deleting AI Agent Memory: Where Stored Copies Survive

Deleting AI agent memory takes more than clearing a chat. Map stored copies, retrieval indexes and backups, then verify what your system can still recover.

September 4, 2026 · 6 minRead
AI Development

Preview, Beta, GA: What Vendors Said vs What Coverage Said

Thirty-six AI vendor announcements from 17-22 August 2026, each scored on the vendor's own status word against the word its coverage used, where located.

August 22, 2026 · 27 minRead