👇Thread.

Published a new essay: The red flags and magic numbers that investors look for in your startup’s metrics – 80 slide deck included!

This was a deck that I created on my (longish) interview process with @a16z. It was a long path, starting with meeting folks at the firm 10 years ago. But the purpose of the deck was to explain how I would use my superpower in an investing context
Here's what I explain in the deck. As investors (whether angel or VC) we're often confronted with an up-and-to-the-right graph. Is it going to go up? Or down?
One solution to forecast these growth curves is the Growth Accounting Framework, where you add up New+Reactivated and subtract churned users. In each time period that gives you the difference in monthly actives.
The problem with this is that it's a lagging metric, not a leading one. We need to go one level deeper and look at the underlying loops that drive these numbers, to understand the quality.
For acquisition loops, I go through a number of different models. SEO+UGC, Viral, and Paid marketing.
In the deck, I break down how to get more granular on each step, and case studies for how to optimize the loop.d
From a metrics standpoint, it's important to analyze the acquisition mix, the quality of the signups, and the platform dependencies. In the deck, I talk through a bunch of the red flags I'm looking for.
I go through the same discussion for the Engagement Loop too. Examples, Upside, Metrics, and Forecasting.
Two kinds of engagement loops- Social Feedback and Content Personalization. There's obviously many others, but these are two that are particularly useful to think about.
I use examples from Pinterest, Twitter, and Uber. Both increasing the activation of users to get them pinning more, how to build a network, and unblocking users who've lost their password.
From a metrics perspective on engagement loops, I'll look at cohort retention curves, frequency analyses, and analyzing notifications too. I don't mention it, but the Power User Curve is important too: https://t.co/kdgO8PIspq
Once you have the Acquisition and Engagement Loops mapped out, and the potential upside, then you can build a forecast for MAUs. This lets you answer the questions you want to answer - where will this curve go?
Hope you enjoy the deck! Again, here's the link:
https://t.co/Kp7YSHTTs6
Thank you @bbalfour @ShaunMClowes @onecaseman @bubba @aatif_awan and the other folks who helped me along the way.

More from Startups

From day 1, I intended to build @shoutoutso_ in public, and part of it is to be transparent with numbers, talk openly about our highs and lows, and share lessons as we grow!

I have been doing individual posts on numbers every week so wanted to one big thread with all updates 👇🏽

Week


Week


Week


Week

You May Also Like

Master Thread of all my threads!

Hello!! 👋

• I have curated some of the best tweets from the best traders we know of.

• Making one master thread and will keep posting all my threads under this.

• Go through this for super learning/value totally free of cost! 😃

1. 7 FREE OPTION TRADING COURSES FOR


2. THE ABSOLUTE BEST 15 SCANNERS EXPERTS ARE USING

Got these scanners from the following accounts:

1. @Pathik_Trader
2. @sanjufunda
3. @sanstocktrader
4. @SouravSenguptaI
5. @Rishikesh_ADX


3. 12 TRADING SETUPS which experts are using.

These setups I found from the following 4 accounts:

1. @Pathik_Trader
2. @sourabhsiso19
3. @ITRADE191
4.


4. Curated tweets on HOW TO SELL STRADDLES.

Everything covered in this thread.
1. Management
2. How to initiate
3. When to exit straddles
4. Examples
5. Videos on
A brief analysis and comparison of the CSS for Twitter's PWA vs Twitter's legacy desktop website. The difference is dramatic and I'll touch on some reasons why.

Legacy site *downloads* ~630 KB CSS per theme and writing direction.

6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices

https://t.co/qyl4Bt1i5x


PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.

735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices

https://t.co/w7oNG5KUkJ


The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.

The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.