← Latest Update

Agent orchestration, AI-native docs, and shipping safe agent work

Hermes Agent’s new async subagents take aim at the blocking-agent problem. Hermes Agent adds asynchronous subagents so delegated child agents run in the background, unblocking chats and enabling interactive multi-agent workflows. Outcome engineers can adopt async delegation to keep front-line agents responsive while offloading long tasks to background workers — a concrete orchestration pattern (Principles 03 & 09).

datasette-agent 0.3a0. datasette-agent introduces user-approved execute_write_sql and CLI approval options, letting agents safely modify databases from chat and the terminal. This provides a production-friendly pattern for human-in-the-loop authorization, audit trails, and controlled data writes — essential for safe agent actions (Principles 03 & 15).

Sakana AI launches Marlin: ‘ultra deep research’ agent producing 100+ page reports in 8 hours. Marlin runs eight-hour autonomous research loops to produce fully cited, long-form strategy reports. Long-horizon agents like this force outcome engineers to design orchestration, provenance capture, and validation pipelines that ensure accuracy and traceability (Principles 09 & 16).

DocLang aims to make documents readable by AI, not humans. DocLang proposes an AI-native, lossless document standard to preserve semantics and reduce token costs. Standardizing machine-readable documents simplifies context engineering, makes agent inputs legible, and reduces downstream validation burden (Principles 06 & 11).

Shipping enterprise-quality code with AI agents. The article shows agent-generated code speeds delivery but accumulates bloat, requiring human-in-the-loop quality gates and continuous testing to preserve maintainability. Outcome engineers must embed CI quality gates, code-level validators, and monitoring (immune-system patterns) into agent delivery pipelines to keep outputs production-safe (Principles 14, 15 & 03).