Guardsman SKILL; From Lazy to Loyal: Why My AI Agent Needed a Promotion A developer discovered that the Ponytail tool, which makes AI agents write minimal code, led to a dangerous race condition that double-charged a customer. The developer then switched to Guardsman, a tool that prioritizes safety and convention detection, resulting in more accountable code. Guardsman's approach of challenging every change and verifying failure paths proved more reliable for sensitive operations. Ponytail made my agent lazy. Guardsman made it loyal. The difference is everything. It was a Tuesday in June. I was pair-programming with Claude Code on a FastAPI project, and I made the mistake of asking for a date picker. What I got back was a masterclass in over-engineering: flatpickr installed via npm, a React wrapper component, a CSS import, and a three-paragraph essay on timezone edge cases I never asked about. By the time I deleted all of it, I had lost twenty minutes and a fair bit of faith in AI-assisted coding. Then a colleague DM'd me a link to Ponytail https://github.com/DietrichGebert/ponytail . The README opens with a drawing of a guy with a ponytail and oval glasses. The tagline reads: "Makes your AI agent think like the laziest senior dev in the room." You know the type. He's been at the company longer than the version control. You show him fifty lines; he looks at them, says nothing, and replaces them with one. I installed it. I asked for the same date picker. php < -- ponytail: browser has one --