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.

Your Traces Tell You How the Agent Died, Not How to Save It — What a Self-Repairing Agent Harness Looks Like

When an agent breaks in production, observability hands you a gorgeous autopsy — every call, latency, and token, but not why it broke or how to fix it. The fix is a loop that runs itself: failure → approved patch → locked-in regression test. Opik is just the example; the point is the loop.

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.

One `message Romain` prompt runs the whole workflow — OpenAI DevX demos Codex Chronicle, but the costs the tweet skipped matter too

OpenAI DevX's Dominik Kundel says Chronicle means he no longer packages context for AI: one line can sync docs, edit markdown, open a PR, and DM Slack. Nice, but Chronicle's costs are real: screen recording, unencrypted local memories, and prompt-injection risk.