The Two-Loop System Behind 75 Shipped Pull Requests
How one developer chained a computer-use verification loop and an automated code-review loop to ship 75+ pull requests with an AI cloud agent, without reading most of the code.
July 9thA walkthrough of the four ways cloud-hosted coding agents replace manual bug verification, QA, and code review — plus the setup behind all of it.
Running coding agents on cloud-hosted, always-on machines rather than a local laptop turns bug verification, QA, and security review into unattended background work, and the payoff comes from giving agents dedicated compute plus recorded proof of what they actually did.
Cloud agents run on their own dedicated machine instead of the local laptop, so the work keeps going after the lid closes. The video covers four uses: reproducing and verifying a reported bug before touching code, fixing a bug and proving the fix with a recorded video of the agent testing it, running full QA sweeps that generate a numbered test plan and log every pass and fail, and scheduled automations that scan the codebase daily for vulnerabilities and bugs, opening a PR and pinging Slack when they find one. The setup behind it is a linked issue tracker (Linear via MCP), a configured environment with repo access, a skill that tells the agent to record its own testing, and a review loop (Greptile's /greploop) that keeps the agent iterating until feedback is resolved.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
Hook: half of agent usage is now cloud-based; overview of what's coming.

Defines a cloud agent as one running on its own dedicated computer, independent of the local laptop staying open.

Uses Cursor Cloud Agent to reproduce a Linear-reported bug in Pluto before trusting the report; the agent runs for ~2 hours using computer use to click through the app and confirm the stall.

Ad read for Depot, a fast, programmable CI engine built for AI-agent-driven pipelines.

Devin fixes an AgentMail approval bug in Pluto and records itself testing the fix end-to-end as review evidence; also shows the agent catching its own mid-task failures.

Agent builds and executes a full QA test plan for Pluto — 166 tests across 21 suites — logging pass, fail, partial, and blocked results.

Scheduled cloud-agent automations scan the codebase daily for vulnerabilities and critical bugs, opening PRs and pinging Slack when they find issues.

The four pieces behind all of it: Linear MCP integration, a configured cloud environment with repo access, a custom skill that tells agents to record video proof, and the /greploop code-review loop.

Assigns a live Linear ticket to both Cursor and Devin cloud agents to show the hand-off in real time, closes with a personal note and a Bible verse.
Verifying bugs, proving fixes, running QA, and scanning for vulnerabilities all become work an agent can do unattended once it has its own environment and a habit of recording proof.
“50% of my AI agent usage now happens on the cloud. I've been fully cloud agent pilled.”
“A bandage, but it's actually a permanent fix.”
“I basically told the AI agent to QA my entire app.”
“It just this makes it feel like a video game.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
Half of this creator's AI agent usage now happens on the cloud instead of his own laptop — and he says it's changed not just his output, but the quality of what he ships. What follows is a tour of four concrete ways he puts cloud agents to work, and the setup behind all of them.
The four recurring use cases the video organizes around.
The four pieces of infrastructure that make the four use cases possible.
“Meet Depo(t) CI... The link is in the description down below.”
Direct sponsor read framed as a pain-point contrast against slow GitHub Actions, backed by a specific price ($0.01/sec of compute) and a single link-in-description CTA.
00:00
00:19
00:29
00:48
00:57
01:10
01:21
01:36
01:48
02:01
02:17
02:21
02:40
02:55
03:05
03:18
03:31
03:40
03:57
04:10
04:17
04:35
04:46
04:57
05:08
05:27
05:45
05:52
06:05
06:12
06:29
06:42
06:55
07:15
07:22
07:35
07:51
08:01
08:13
08:27
08:39
08:50
09:05
09:17
09:34
09:42
09:56
10:08
10:22
10:34
10:51
11:00
11:13
11:26
11:38
11:56
12:01
12:17
12:24
12:43
12:55
13:08
13:20
13:34
13:45
13:54
14:12
14:19
14:38
14:55
15:03
15:10
15:29
15:42
15:54
16:08
16:17
16:28
16:46
16:59How one developer chained a computer-use verification loop and an automated code-review loop to ship 75+ pull requests with an AI cloud agent, without reading most of the code.
July 9thA builder walks through every infrastructure decision behind his own AI-agent product, arguing that system design - not AI - is what separates a prototype from an app that survives real users.
July 2ndA 22-minute live-demo tutorial showing how design tokens and Claude Design eliminate the inconsistency that makes AI-built apps look cheap.
June 23rdA 14-minute first-impressions report on the best coding model available — and the 12-day window before it stops being free.
June 11thAndrew Warner and Adam run down this week's most-starred GitHub repos — three AI design tools, a parallel-agent "tokenmaxxing" rig, a video-comprehension skill — and pull the geophysicist who built the #1 trending AI job-search framework on camera to explain how it got him hired.
July 16thEleven power-user habits from someone who has logged over a thousand hours in OpenAI's Codex CLI — model tiers, thread delegation, safety hooks, and remote control from a phone.
July 14th