Blog
Insights on AI, software development, and building better digital products

Fidelity is up and obedience is down!
As a developer, you will be silently fired if you execute on user stories exactly as written. It won't be on purpose and it will happen slowly over time. This is called "ticket obedience" and it is no longer rewarded in the age of AI.
USB cables look the same. They are not.
Most of what matters on a USB cable is invisible. We organized the mess into a simple reference at usb.periscoped.io.

Stop Building on Shifting Sand: Lock Your Object Model Before AI Touches It
AI-assisted projects turn to slop when there's no foundation. Lock two files — a plain-English object definition and a derived data model — and AI has to build on rock instead of shifting sand.

We Gave Every AI Agent a Job Title: It Changed Everything
We broke AI agents into domain-specific subagents with explicit ownership of routes, types, and business rules. The codebase got better overnight.

The API Agent That Enforces What Developers Forget Under Pressure
Under deadline pressure, API routes accumulate bad habits. Here's how a dedicated agent enforces REST standards, Zod validation, and permission checks on every route, every time.

Giving the Frontend Its Own Lane
The frontend is always last and always rushed. Here's how a dedicated frontend agent with a fixed execution order eliminated merge conflicts and built UI against stable contracts.
