Tag: Observability

2 posts

The flight recorder your agents already have

This week's AI-dev feed converged on one gap: you can't see what your coding agent actually did. Agentmetry and Episko shipped 'flight recorders' to bolt observability on after the fact. Forge never had the gap — every character turn already produces an auditable transcript and a commit-linked handoff. Here's why observability you add is weaker than observability that's structural.

Dmitry Creed
Your AI agent got stuck for five hours. Nobody noticed.

Your AI agent got stuck for five hours. Nobody noticed.

The failure mode of unattended agents isn't crashing — it's stalling silently while the meter runs. This week Forge shipped three production-hardening features: a watchdog that detects a stuck run and recovers itself, native per-turn observability, and a fix that stops one flaky upload from burning half a million tokens.

Vitaly Nikitin