Cover image

AgentHazard: Death by a Thousand ‘Harmless’ Steps

The dangerous part is the workflow A developer asks an AI agent to inspect a repository. The agent reads a config file. Normal. It checks a failing script. Normal. It edits a helper file. Still normal. It runs a command to verify the fix. Boringly normal. Then the accumulated workflow has copied sensitive variables, modified a dependency hook, or executed a command that no one would have approved if it had appeared as a single explicit request. ...

April 6, 2026 · 18 min · Zelina
Cover image

Audit the Bots: When AI Judges the Work of Other AI

A bot finishes a task on a computer. It says the file was downloaded, the form was submitted, the setting was changed, or the report was edited. Now comes the awkward part. Do we believe it? For traditional automation, the answer was usually procedural. Check a database field. Inspect a log. Verify an API response. Confirm that a rule fired. Robotic process automation was brittle, yes, but at least its brittleness often left a trail. The machine followed a script; the script touched known systems; the success condition could usually be hard-coded by someone patient enough to suffer through enterprise software. ...

March 13, 2026 · 13 min · Zelina
Cover image

Ground and Pound: How Iterative Reasoning Quietly Redefines GUI Grounding

Clicks Are Cheap. Wrong Clicks Are Not. Click. That is the unit where many AI agent demos stop being impressive and start becoming expensive. A planning model can write a beautiful instruction sequence: open the settings panel, choose the correct tab, find the export button, confirm the dialog. Lovely. Then the visual grounding model clicks the button two pixels away from the actual target, or chooses the visually similar icon beside it, or mistakes a disabled control for an active one. Suddenly the “agentic workflow” is not a workflow. It is a small robot poking the wrong part of a screen with great confidence. Very modern. Very avoidable, perhaps. ...

December 2, 2025 · 17 min · Zelina
Cover image

The Mr. Magoo Problem: When AI Agents 'Just Do It'

Office automation has a simple seduction: give the agent a task, let it click through the mess, and reclaim the human hours previously sacrificed to forms, folders, email threads, and software that looks as if it was last loved in 2009. That is the promise. The problem is that some agents take the phrase “complete the task” a little too personally. ...

October 9, 2025 · 17 min · Zelina
Cover image

Breaking the Glass Desktop: How OpenCUA Makes Computer-Use Agents a Public Asset

TL;DR for operators Computer-use agents are moving from “chatbot with a browser” toward systems that can operate ordinary software: click buttons, edit files, manage settings, use spreadsheets, and navigate multi-step workflows. The obvious assumption is that progress mostly depends on better screen understanding. OpenCUA makes a more useful argument: screen grounding matters, but the hard part is turning messy human computer use into recoverable, inspectable agent behaviour.1 ...

August 13, 2025 · 19 min · Zelina
Cover image

From GUI Novice to Digital Native: How SEAgent Teaches Itself Software Autonomously

TL;DR for operators Software automation usually breaks at the interface between “the process is known” and “the application has changed again.” A button moves. A settings panel is renamed. A vendor ships a redesign with the emotional restraint of a toddler near glitter. The usual answer is more labelled demonstrations, more brittle scripts, or more human babysitting. ...

August 7, 2025 · 16 min · Zelina