Skip to main content
Blog Engineering notes

Notes on trusting coding agents when you are not watching.

Practical writing about background runs, verification, local-first automation, and the work it takes to make agent output reviewable.

loop-engineering ai-coding

What is Loop Engineering?

Run an AI coding agent unattended, let it iterate on its own output, and wake up to finished software. The pattern is emerging across 30+ independent projects — here's what it is and why it works.

claude-code workflow

Ralph Workflow for Claude Code Users: Your Night Shift Coding Partner

If you use Claude Code today, Ralph Workflow adds the missing infrastructure: unattended overnight runs, multi-agent coordination, checkpoint/resume, verification gates, and the test loop that catches errors without you watching. Here's exactly what changes when you wrap Claude Code in a workflow loop — and how to start tonight.

vendor-neutral microsoft

Microsoft Is Ending Claude Code Access — Here's Why Vendor-Neutral AI Coding Matters Now

Microsoft is directing its engineers away from Claude Code and toward GitHub Copilot CLI by June 30, 2026. If a 200,000-person org can have its AI coding tool changed by policy, your startup can have its stack disrupted by pricing, deprecation, or a vendor pivot. Ralph Workflow is a free, open-source loop framework that keeps your development workflow intact — no matter which AI agent runs underneath.

ecosystem autonomous-coding

23 Projects Reinvented the Same AI Coding Loop — Here's What They All Got Right

Independent developers across GitHub and Codeberg built the same plan→build→verify architecture for AI coding agents. From ralphex (1,296★) to nightshift (14★), the loop pattern is converging into a standard. Here's every project, the architecture they share, and why AI agents perform better inside a structured loop.

comparison autonomous-coding

Why Local-First Beats Cloud for Unattended AI Coding Agents

Most unattended coding orchestrators want you to run in their cloud, buy their VM, or install their Helm chart. Here is why keeping the agent on your own laptop is faster, cheaper, and more trustworthy — and what the landscape actually looks like in mid-2026.

quickstart workflow

Ralph Workflow in 5 Minutes

You keep hearing about autonomous AI coding, but what does a Ralph Workflow run actually look like? Here is the quickstart — from install to morning review in 5 minutes.

cost-optimization model-routing

AI Cost Model Routing: Stop Paying Frontier Prices for Grunt Work

Most AI coding tools burn expensive tokens on boilerplate and planning. Cost model routing — using cheap models for analysis and strong models for implementation — cuts costs by 60% or more without sacrificing quality. Here's how it works and why your workflow tool should support it.

unattended agents

The Unattended Coding Agent: What 'Done' Actually Means

Most AI coding setups call themselves unattended because you can start a long task. A genuinely unattended setup needs bounded scope, automated verification, and clean re-entry. Here's what separates genuine unattended runs from wishful thinking.

comparison claude-code

Ralph Workflow vs Claude Code: A Practical Breakdown

Claude Code is Anthropic's official agentic coding CLI. Ralph Workflow is a free open-source workflow layer for unattended coding runs that aims to end in finished, tested code ready to review. Here is how they compare.

claude-code unattended

How to Run Claude Code Unattended

Claude Code can be automated, but unattended coding needs more than non-interactive mode. Here is why specs, checkpoints, verification, recovery, and Ralph Workflow matter if you want to walk away and still trust the result.