Humans are the loop; agents only get tagged in now and then

Brent Fitzgerald came back from a few weeks off AI and found a pile of half-finished agent tabs that felt more like guilt than output. What you actually have to protect is not "use more models," but being the loop yourself, and only tagging an agent in now and then.

Same model, different harness: some tasks cost more than twice as much—Databricks opened the bill

Databricks tested coding agents on day-to-day tasks from its multi-million-line codebase: same model, same reasoning strength, only the harness changed—and on some cases the per-task cost differed by more than 2× with quality held constant. Pi sent about one-third as much context per turn as the comparison baseline. Model and harness both have to count toward total engineering cost.

A Harness for Every Task: Dynamic Workflows in Claude Code

Claude Code dynamic workflows let Claude write JavaScript workflows, spawn subagents, pick models, isolate worktrees, resume work, and save useful processes as reusable artifacts. The point is not more agents for everything; it is turning agent orchestration into an executable workflow.