SMRTR ProgrammingApr 22, 2026Hacker News

Broccoli, one shot coding agent on the cloud

SMRTR summary

Broccoli OSS is a self-hosted AI automation tool that turns Linear tickets into merged pull requests using Claude and Codex, deployed entirely on your own Google Cloud infrastructure. It runs as two Cloud Run workloads backed by Postgres, handles GitHub and Linear webhooks, and includes AI-powered code review. Setup takes roughly 30 minutes using a bootstrap script, with no data leaving your GCP tenancy.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.