Harsh Parmar

Insights on product thinking and engineering excellence • 12 articles published

Diagram showing what an AI agent actually reads from a repository — code and tests — versus the artifacts of intent that never reach it

Your Tests Are the Only Spec AI Reads

When an AI agent works on your codebase, your test suite is the only artifact of intent it consistently sees. Tickets, Notion pages, and Slack threads do not enter the loop. If your tests describe what the system should do, the agent is constrained. If they only describe what the code already does, the agent ships whatever it generated.

By Harsh Parmar