Skip to main content
Corey Daley

Posts

How Much Review Is Too Much Review?

A human reviewer ends: they read the diff, satisfy themselves the change is safe, and ship it. An AI told to 'find issues' never reaches that point — finding is the goal, so it …

Apple's Device Mockups Are All the Wrong Size

Apple's official device design assets each render at their device's native screen resolution, so an iPhone PNG stands as tall as a MacBook and nothing lines up when you composite …

Two Gates Guard Unattended macOS UI Tests

Getting XCUITest to run unattended on a headless Mac mini looked like one permission problem. It was two: TCC privacy grants needed an MDM-delivered PPPC profile, while Automation …

Your Smartest AI Is a Lousy Junior Engineer

I used to treat model choice like a volume knob: always turn it up, always use the smartest model. Hundreds of hours of agentic coding later, I've learned the strongest model is …

Your HTML Is Lying to AI Agents

Most personal sites have two versions: the rendered page humans see, and the raw HTML machines read. CSS flexbox makes the sidebar appear left and the article appear right — but …

The Rise of the Agent Wrangler

AI agents can write code, fix bugs, and ship features — but who can be trusted to ship production software when most implementation is delegated? Meet the Agent Wrangler: the …