Glossary

Delivery comment

Work arrives where the task already lives, attributed and reviewable, and the task stays open.

Definition

A delivery comment is the comment an AI worker posts on a task that carries the finished work, including any generated files, and hands it to a person for review. The pattern keeps the deliverable attached to the request that produced it, attributed to the worker that did it, and open for correction, because posting a comment does not close the task.

Term type
Polaris usage
Carries
Finished work and files
Does not
Close the task

Polaris usage, stated plainly

Delivery comment is Polaris's name for a specific mechanic rather than an industry-standard term. When an AI worker finishes a task, the runtime posts its output as a comment on that task, with generated files attached, and leaves the task open in whatever state it was in.

The alternative designs all lose something. Delivering into a separate outputs area breaks the link between the request and the result. Delivering by email leaves the workspace. Delivering by marking the task done removes the review step and makes the agent the judge of its own work.

What the pattern buys

  • Context stays attached

    The brief, the acceptance criteria, the progress notes and the deliverable are all on one object, so a reviewer arriving a week later has everything without reconstructing anything.

  • Attribution is automatic

    The comment has an author, and the author is the worker. Six months later it is still clear which work was produced by whom.

  • Correction is a reply

    Asking for changes is a comment on the same thread rather than a new task, and the worker's next run has the whole conversation as context.

  • The close stays human

    A delivered comment is a proposal, not a completion. Someone reads it, decides, and closes.

Commonly confused with

TermWhat it isThe difference
Progress commentA short note posted mid-run about what the worker is doingInformational, posted during the job. A delivery comment carries the finished work.
Activity eventA system record: assigned, status changed, run startedGenerated by the system about state, not written content with an author.
Status changeMoving the task to done or in reviewA state transition. In Polaris the AI worker cannot perform the transition to done.
AttachmentA file added to a taskThe payload rather than the delivery. A delivery comment usually contains attachments and the explanation of them.

The rule underneath it

Agents deliver; humans close. That single sentence is the reason the delivery comment exists in this shape, and it is why the runtime has no code path to mark a task done.

It also sets the reviewer's job clearly. Read the comment, check it against the acceptance criteria the worker ticked, look at the work log if the estimate looks wrong, then close and rate, or reply and ask for another pass.

Questions people ask

+Why not just mark the task done when the agent finishes?

Because that makes the agent the judge of its own work, and removes the only reliable quality gate in the system. Delivering as a comment keeps the task open until a person has read the output and decided it is acceptable.

+What if the delivered work is wrong?

Reply on the same task with what needs to change. The worker's next run has the original brief, the criteria, its own previous output and your correction, which is normally a far better input than starting a fresh task would be.

+Can a delivery comment include files?

Yes. Generated files, including documents and PDFs, are attached to the comment, so the artefact and the explanation of it arrive together on the task that requested them.

Your next hire takes 60 seconds.

The software is free — unlimited people, tasks, workstreams and docs. You pay only for work an AI worker actually delivers, itemised by the hour.

Get started free

Last checked .