Fluidstack Engineering: The Real Work in AI Agents is Designing Handoffs
MxMnr · x · 2026-08-02
Fluidstack's network automation team shared their engineering experience building an internal AI agent, agent-deploy. The article emphasizes that the real challenge in agent development isn't picking the model, but designing rigorous handoffs and control logic.
- Core Architecture: Instead of using a general coding agent, they built a custom agent loop. An independent analysis revealed that only 1.6% of an agent's code handles AI decision-making, while 98.4% is dedicated to permission gates, context management, tool routing, and recovery.
- Safety Mechanisms: General agents often keep safety rules as polite requests in system prompts. This team encodes safety directly into the code, covered by tests.
- Practical Application: The tool is in daily use. Operators can ask questions in natural English, and the agent gathers fleet-wide state to output grounded conclusions, recommendations, and auto-files Jira tickets with evidence. Structurally, it never alters the network without human approval.
More from coding & agent
- Tencent Releases UI-Mate-27B, a Desktop GUI Agent Model — tencent · 2026-08-24
- Comparing AI Subscriptions: DeepSeek API vs. Claude Pro vs. Local LLMs — Unlikely_Bluejay5392 · 2026-08-24
- Claude Code introduces 'Remote Control' feature to boost coding efficiency — rohanpaul_ai · 2026-08-24
- rauchg lays out fx extension philosophy: MCP, Skills, Plugins and Unix composition — AccBalanced · 2026-08-24
- Netflix details its production LLM judge: hundreds of thousands of recommendations scored weekly — omarsar0 · 2026-08-24
- smolvm passes Simon Willison's Fable 5 agent test as a secure sandbox — yawnxyz · 2026-08-24