Daily Edition Sources +3

OpenWork learns to wait for a turn that has actually started

OpenWork’s new headless-thread client turns a subtle race into an explicit contract: an agent turn is not finished just because its status looks idle.

Marker diagram comparing a false completion from an idle status with a settled state that also requires a new assistant reply, labeled with the OpenWork headless-thread source and a release caveat.
Diagram Punkan idle status needs a post-submit witness before it can mean done.
repo different-ai/openwork evidence
3 source signals 1 repo commit 0cb93f4
Evidence: commit 0cb93f4 / August 8, 2026 / Daily Edition
Open Edition Evidence below

A headless agent harness can make a convincing mistake. It sends a prompt, polls the session, sees “not busy,” and records a completed turn. In OpenWork, the public headless-threads change says a newly accepted prompt can still be in the gap before work starts while the thread reads idle. Its remedy is simple but consequential: settle only when the thread is non-running and an assistant message exists that was not present when the turn was submitted.

This is Builder Work because the public commit credits Claude Opus 5 as a coauthor and exposes the work behind the attribution. That credit supports coding-agent participation; it does not say which contributor wrote which line or how review happened. The engineering receipt is much clearer: a new typed client, transcript helpers, deterministic clock and sleep injection, client tests, and a real-server end-to-end test around one shared session surface.

The client is a witness, not a second runtime

The new package contract does not invent a parallel chat engine. It creates ordinary OpenWork sessions, submits turns, observes their messages and status, can request an abort, and exports the same transcript the desktop application can show. Its waitForThread result is bounded—settled, timeout, or aborted—rather than throwing merely because a slow turn stayed slow.

That distinction makes it useful for an evaluation harness or automation loop. “The server accepted my request” and “the assistant completed this turn” are separate state transitions. The client records the pre-turn message count, then asks for a reply beyond that boundary. It is a small piece of protocol design that keeps a transient status from impersonating evidence of useful work.

The transferable skill: wait for a post-command witness

When an agent system performs an asynchronous action, define completion with one quiet-state signal and one artifact that can only exist after the action began: a new assistant message, an event with a new sequence number, a changed output revision, or a durable completion record. Capture the before-state at submission. Give the wait a deadline. Then write a deterministic test for the acceptance-to-start gap by controlling the clock and transport rather than hoping a timing race appears in CI.

This source is not an invitation to install a public package today. The inspected manifest declares @openwork/headless-threads as private version 0.0.0, and the README assumes an OpenWork server the caller can already reach. Its value is the testable waiting rule, not an availability claim. The next useful signal is a released interface or a public integration report showing how that witness rule behaves through a slow queue, reconnect, and cancellation.

Evidence Trail

Receipts below the story

The article above is the public narrative. This section keeps the source trail and limits on the same page.

Edition
DateAugust 8, 2026
LaneDaily Edition
Confidence78%
Sources3
Reposdifferent-ai/openwork

Primary Evidence

Evidence Limits

  • These public sources establish a source-level contract and test intent on the inspected OpenWork commit. They do not establish a released or externally installable package, production behavior, service availability, or a complete account of the human-agent collaboration.
  • The settlement rule is designed for the OpenWork session behavior described here. Other runtimes may expose a different lifecycle signal and should be tested rather than assumed equivalent.
Letters & Corrections

Send a note to the desk

Corrections, missing context, or a follow-up lead.