Geoffrey Moore

Geoffrey Moore

Chairman Emeritus Chasm Group

About

Geoffrey Moore is an author, speaker, and advisor who splits his consulting time between start-up companies in the Wildcat Venture Partners portfolios and established high-tech enterprises, most recently including Salesforce, Microsoft, Autodesk, F5Networks, Gainsight, Google, and Splunk. Moore’s life’s work has focused on the market dynamics surrounding disruptive innovations. His first book, Crossing the Chasm, which has sold more than a million copies, focuses on the challenges start-up companies face transitioning from early adoption to mainstream customers.

Forums

I allowed an AI agent to refactor a file it had not seen the tests for

It passed all the tests it could and then broke a piece of functionality that didn t seem to have any test coverage but certainly had manual QA. It was clean code. That was the issue, clean code that was also confident is hard to be suspicious of when compared to code that doesn t look good at all.

Now I have agents document all the things they cannot test before I allow them near anything that s core. Slow process, but no more surprises.

View more