Long-running agents aren't in prod because trust infrastructure doesn't exist yet
Arm1end · reddit · 2026-09-05
The author argues that long-running agents still can't run unattended not because of model capability, but because "trust" as infrastructure doesn't exist yet.
Using an aviation analogy: passengers trust the pilot's licensing, recurring checks, maintenance logs and black box—not the person. Decomposed, agent trust means a concrete checklist:
- Permissions that scale with decisions: allow a $50 API call, block at $51, without killing the process;
- Boundaries that hold on their own, not ones humans must remember to check;
- Pause-for-sign-off without losing agent state;
- Precise execution records (the agent's black box) to reconstruct failures.
Nobody is holding agents back on purpose—the infrastructure that makes unattended runs a boring, safe decision just hasn't been built.
More from coding & agent
- GLM-5.3 launches with vision on Baseten, Terminal-Bench 3.0 jumps 4.6% to 28.3% — baseten · 2026-09-05
- Swarms v15 rebuilds multi-agent execution with 10+ MCP tutorials — KyeGomezB · 2026-09-05
- Google GenAI SDK for Kotlin hits 1.0: idiomatic multiplatform access to Gemini — rseroter · 2026-09-05
- Cross-Model Code Review: Having Claude and Copilot CLI Battle Over Refactoring — DanWahlin · 2026-09-05
- Developer Uses Claude Code to Ship a Working F-Zero X Port to 3DS at Near 60fps — killermike523 · 2026-09-05
- Coinbase's x402 protocol replaces 700+ API keys with a single wallet signature for AI agents — kleffew94 · 2026-09-05