Business Metrics · By Danielle Voorhees · 2 min read · Published

The Growth Leak Diagnostic Is Live (And Why It Is a Conversation Now)

The five-pattern analytics framework didn't change. The format did, shifting from a written guide to a live AI conversation that does the pattern-matching for you.

Last year I published a framework describing five patterns in how businesses misread their own analytics data. Each pattern pointed to a specific metric most teams overlook. The framework held up. The format did not.

The original version was a written guide. Readers had to identify which of the five patterns applied to their business, pick the right metric from a lookup table, and map it back to a decision they had actually made. That is a lot of cognitive work for someone scanning a blog post. Almost nobody finished it.

The new version does the diagnosis for you. It is a live AI conversation that asks about your business, walks through a real decision you made using your website data, and tells you which pattern you fell into and what metric to watch instead. The framework underneath is identical. The difference is that the tool does the pattern-matching rather than asking you to do it yourself.

You can try it at thedecisionloop.com/growth-leak-diagnostic. Enter your email, and you will land in a chat that takes about five minutes.

At the end of the conversation, the tool classifies you into one of five decision archetypes and tags you in my email system so you receive the follow-up sequence that matches your diagnosis. The whole thing runs on the same PHP hosting as this site, with no third-party chat platform involved.

I also open-sourced the infrastructure. Most tutorials for adding this kind of AI chat to a site point you toward a third-party widget you don't control or a separate server you have to pay for and maintain. This runs on ordinary PHP hosting instead, the same kind most small sites already have, so there is no new infrastructure involved. The chat interface, token auth, streaming setup, and CRM integration are all published as a reference implementation on GitHub. If you are curious about the technical side, check out the full build post here covering the architecture, provider cost tradeoffs, and how the streaming works. The repo README covers setup if you want to build something similar for your own site.

The short version: if you read the original framework and bounced before finishing, this version finishes the work for you.

Try the Growth Leak Diagnostic →