@dabit3: Now that agents can act, we ask: when should they run, what can they touch, how is their work checked, and what context…
Summary
The author proposes Automation Engineering as a discipline for designing triggers, guardrails, and success checks to make AI agents safe and reliable without constant human oversight.
View Cached Full Text
Cached at: 06/28/26, 09:59 AM
Now that agents can act, we ask: when should they run, what can they touch, how is their work checked, and what context do they get? It’s Automation Engineering, but for AI agents instead of factory floors.
Software Engineering: translating requirements into reliable systems.
Automation Engineering: designing the triggers, guardrails, and success checks that let cloud agents do useful work safely, without someone having to start them, steer them, or watch them.
Automation Engineering belongs in the agent toolchain, alongside the models, tools, integrations, evals, and deployment systems we already use.
This is a big focus and area of growth for us at @cognition https://docs.devin.ai/product-guides/automations…
example - dead code automation (h/t @lukerramsden for the prompt direction)
Similar Articles
Can someone help me buy in or understand the use case for AI Agents?
A software developer questions the practical value of AI agents, expressing concerns about control, accountability, and whether manual automation combined with LLMs is more reliable than delegating to autonomous agents.
Anyone else feel like AI agents are amazing right up until things get complicated?
A reflection on the gap between impressive AI agent demos and dependable real-world execution, arguing that current agents excel at structured tasks but fail under unpredictable conditions, suggesting near-term AI roles will focus on narrow automation with human oversight.
Agent rules need to exist where the action happens
The article argues that AI agent safety rules should be implemented as hard workflow constraints and permissions rather than relying solely on prompt instructions. It emphasizes the need for explicit checks, approvals, and logs for sensitive or irreversible actions.
The boring bits of agent engineering
The author discusses the unglamorous but critical aspects of engineering reliable AI agents in production, including monitoring mid-flight runs, resuming failed runs, and providing UI status, and asks the community about common pain points and off-the-shelf solutions.
Should AI agent tool calls be checked before they run?
A discussion on whether AI agent tool calls should be checked before execution, exploring safety and validation considerations.