ALL

Writing

Putting AI agents into production. The engineering is real, the employer internals stay out of it. Every article lives on dev.to, and is cross-posted to Medium and Hashnode.

Cover for the article on AI agent API key security
AI · Security · Agents  —  2026

My agent kept reading data it wasn't allowed to. The prompt was never going to stop it.

An AI agent holding real API keys read data it shouldn't. Why the prompt is not an access boundary, and the mock-key design that moved enforcement below the model and never lets the agent hold the real keys.

Read on dev.to
Cover for the essay on AI and the joy of programming
AI · Craft · Career  —  2026

I'm shipping the best work of my career. None of it feels like mine.

AI made me faster and the work better, and somewhere in there it stopped feeling like mine. The honest trade: what you gain in speed and scope, and what quietly goes with it.

Read on dev.to
Cover for the article on agent document authoring
AI · Agents · LLM  —  2026

I built an abstraction so my agent could write documents. Then I deleted it.

A wrapper let the agent write a deck in five lines, and made every deck look the same. Why I deleted it and put the agent back on the raw libraries, plus a design brief and a self-review loop. Third in a series on agents that take real actions.

Read on dev.to
Cover for the article on agent plan mode
AI · Agents · Architecture  —  2026

The hard part of my AI agent wasn't doing the work, it was planning it

Splitting the planner from the executor, deciding what counts as a destructive step, and the honest limit of letting a human approve the plan. Second in a series on agents that take real actions.

Read on dev.to
Cover for the article on agent identity
AI · Agents · Security  —  2026

Why my AI agent kept writing to the wrong client's Salesforce

A real cross-session identity bug, and the alias plus OS-boundary fix that made the agent safe to run with no confirmation step at all. First in a series on agents that take real actions.

Read on dev.to