Show HN: Broccoli, one shot coding agent on the cloud

Published: (April 22, 2026 at 12:09 PM EDT)
2 min read

Source: Hacker News

Overview

We built Broccoli, an open‑source harness that takes coding tasks from Linear, runs them in isolated cloud sandboxes, and opens pull requests for human review.

Why We Built It

Our small team, whose main product supplies voice data, kept hitting the same pain points with coding agents:

  • Multiple tasks (feature requests, refactors, bugs, internal tooling) happening simultaneously.
  • Managing these through local agent sessions caused a lot of context switching, work‑tree juggling, and laptops left open just to keep tasks running.

How Broccoli Works

  1. Task isolation – Each task gets its own cloud sandbox, executed end‑to‑end independently.
  2. Repository checkout – Broccoli checks out the repo and uses the ticket’s context.
  3. Implementation & testing – It works through an implementation, runs tests, and performs review loops.
  4. Pull request creation – Finally, it opens a PR for a team member to inspect.

Results So Far

  • Over the last four weeks, 100 % of PRs from non‑developers have been shipped via Broccoli.
  • For developers on the team, the share is around 60 %.
  • More complex features still require additional design back‑and‑forth with Codex / Claude Code and are shipped manually using the same local skills.

Implementation Details

ComponentTechnology
Webhook deploymentGCP
SandboxGCP or Blaxel
Project managementLinear
Code hosting & CI/CDGitHub

Repository

The source code is available at:

Call to Action

If coding is an essential part of your business, consider investing in your own coding harness. We’ve open‑sourced Broccoli as an alternative to existing cloud coding agents and would love to hear your feedback!

0 views
Back to Blog

Related posts

Read more »