Daily Edition Sources +7

Builder Work: 143 Turns Coding Agents Into Team Infrastructure

Assembled's open-source 143 project teaches a practical builder lesson: make agent work reviewable by routing it through durable sessions, sandboxes, previews, and normal pull requests.

Diagram Punk illustration showing 143 turning browser, Slack, and Linear requests into durable coding-agent sessions, sandboxes, and reviewable PR outputs.
Diagram Punkteam-owned agent work needs durable review paths.
repo assembledhq/143 evidence
7 source signals 1 repo 7 source signals
Evidence: 7 source signals / July 3, 2026 / Daily Edition
Open Edition Evidence below

Assembled open-sourced 143 this week after a Hacker News post described the internal system it built for running coding agents as a team. The public post names Codex, Claude Code, OpenCode, gVisor sandboxes, GitHub, Linear, Sentry, Slack, PagerDuty, and self-hosting as part of the system.

The GitHub repo backs up the claim with more than a launch page. Its design overview describes organizations, sessions, agent tabs, automations, previews, branches, PRs, a Postgres job queue, worker-owned sandboxes, and a GitHub-native review path.

The Skill

The transferable skill is architectural restraint: 143 treats the coding agent as one process inside a durable workflow, not as the workflow itself. Browser, Slack, Linear, and Sentry inputs become sessions; workers run agent sandboxes; outputs become branches, PRs, transcripts, checks, and previews that humans can inspect.

The Receipt

The repo's durable-session-executor design is the engineering-depth receipt. It splits short-lived worker dispatch from per-session executor containers, fences terminal writes with job leases, records heartbeats, handles drain and recovery, and avoids routine deploys killing long-running agent turns.

The Caveat

This does not prove 143 is mature for every team or that its hosted service fits every security model. What to watch: whether the public repo keeps turning its design docs into implemented, testable runtime boundaries rather than only product positioning.

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
DateJuly 3, 2026
LaneDaily Edition
Confidence87%
Sources7
Reposassembledhq/143

Primary Evidence

Evidence Limits

  • The public evidence proves stated coding-agent use, source architecture, and design depth. It does not prove hosted-service reliability, customer adoption, security posture for every team, or private operational outcomes.
  • The article focuses on one transferable building skill: make agent work durable and reviewable.
Letters & Corrections

Send a note to the desk

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