The Spiral Knows What Ring You’re In

Per-revolution PRD-to-SRS gates, maturity-aware agent execution, and why the production surface is off-limits to new code Every engineering team I have spoken with in the past two years has the same problem. AI-assisted development is fast: faster than anyone predicted, faster than the process can absorb. Agents generate confidently. They decompose tasks, write services, wire … Read more

Every Major Merge Commit Has a MRD-PRD-SRS Chain: Giving Agent Harnesses the Chain They Cannot Infer

As engineering teams embrace agent harnesses, velocity is picking up, but only with the senior engineers. The junior engineers are struggling, and so are the agents. The reason is the same in both cases. What is killing us is the translation from product intent to implementable software requirements. This matters because there are many possible … Read more

Your Toolchain Has Never Met Your Agent. That’s the Problem

The agent hung. Same error. Three times. I closed the IDE, reopened it, and watched it hang again. At some point I stopped blaming the agent and asked a different question. If this were a new hire crashing the same system three times in a row, I would not let it continue. I would stop. … Read more

Phase Zero:When 6,000 Lines Move, Who Verifies the AI?

Six thousand lines changed in a single refactor. The AI agent was fast, the architecture was correct, and the tests passed in four hours. The sceptic’s instinct is to call this foolhardy; six thousand lines is too large, too risky, too much to trust to a machine. I would put it differently. The industry has … Read more

From Ideation to Launch: Unveiling the Path to Successful Product Development

Introduction: Bringing a product from ideation to launch is a journey that requires careful planning, strategic decision-making, and adaptability. As a leader in engineering, I have spearheaded numerous product development initiatives, honing my strategies to suit the unique context and objectives of each project. In this blog post, I will share my experiences at SRAX … Read more

Navigating the Requirements Maze: Strategies for Effective Translation in Product Development

Introduction: In the complex landscape of software development, translating high-level requirements from Product Management into technical requirements for Engineering is a crucial and delicate process. As a Senior VP of Software, your ability to create and execute effective strategies for this translation can determine the success of your product development team. In this blog post, … Read more

Translating User Requirements into Action: A Holistic Approach for Senior VP of Software

Introduction: In the world of software development, the ability to translate user requirements into clear acceptance criteria and actionable items is crucial for success. As a Senior VP of Software, this skill becomes even more essential as you lead teams and drive the development process. In this blog post, we will explore an approach that … Read more

Balancing the Needs of Stakeholders in Software Development

The classic tension between specialization (sales) and generalization (product) occurs often in software development. Some ways to resolve this: In the end, neither side will get exactly what they want, but by working together they can find the solution that balances their needs and benefits the company with the highest impact. Compromise and understanding different … Read more

Turning ML Algo into a Service is tough

A R&D team working for me at a tech company developed an advanced machine learning algorithm that could detect duplicate records in large datasets with high accuracy. However, the R&D team struggled to turn this into an actual data anomaly detection service that could be used by the develop team responsible for production.  There were … Read more