# All the Pros of X, Minus the Cons of Y

Naval Ravikant is famous for many things, but primarily his essay [How To Get Rich (Without Getting Lucky)](https://x.com/naval/status/1002103360646823936?s=20):

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1698445483664/b1dba949-d5f1-4ff7-92da-538a9a4c0213.png align="center")

I noticed that the headline was a masterclass of positioning. It takes the format of "THING\_EVERYBODY\_WANTS (without MOST\_COMMON\_OBJECTION)". This intrigues people because it directly addresses the pain points that detractors both commonly point to and supporters are tired of hearing.

So I did the same thing in [promoting my book](https://twitter.com/swyx/status/1249793388037025797):

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1698445734877/bddbf497-50ae-4af9-8399-7702b28b97f7.png align="center")

here I tweaked the formula to "THING\_EVERYBODY\_WANTS (without MOST\_COMMON\_LIMITING\_BELIEF\_OR\_WHY\_YOU\_WOULDN'T\_WANT\_IT)". It worked.

The most generic version of this is, as the title states, "All the Pros of X, Minus the Cons of Y".

## ... *AND* tell me how you do it

I think this works for devtools marketing too, with one twist: you have to tell people how you are solving the tradeoffs by teaching them about one technical insight or hard thing you are doing. This way, you satisfy the "nerd snipe" need of developers, and give people fuel to argue that, contrary to a well known tradeoffs in a known spectrum, you have achieved a Pareto frontier improvement because of a technical breakthrough.

* [**Bun**](https://bun.sh/) **has two core messages**: it's much faster (Pro), but it's going to be Node.js compatible (mitigating Con). The way they do this? Jarred [constantly talks](https://x.com/jarredsumner/status/1697199208384823303?s=20) about how they are rewriting everything in Zig. It's definitely not the complete answer, it may not even be the most significant part of the right answer, but it is notable and interesting enough that it raises eyebrows.
    
* In AI, Anthropic showed that they solved the "Harmlessness" vs "Helpfulness" tradeoff with a better technique ("[Constitutional AI](https://arxiv.org/pdf/2212.08073.pdf)"), by literally showing a Pareto frontier and how they moved standard industry assumptions:
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1698446043649/30e338db-cd06-4401-aec4-799df362a703.png align="center")
    

The reason I emphasize this sort of "double barreled positioning" message for devtools is because of [my most well known comment on bottoms up developer marketing](https://x.com/swyx/status/1361279902889086980?s=20):

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1698446399357/510c062c-a77d-4741-a787-9a4d3173f317.png align="center")

When you go "All the Pros of X, Minus the Cons of Y", you are only really talking benefits. You're not talking about features, you're not talking about internals, or hard technical choices, that allow developers to both be nerd sniped and also to be enthusiastic advocates of buying you rather than building you themselves. So give them a bit of the "How it Works", just enough to impress.

Notice that I never said to tell the WHOLE story of how it works. It's likely impossible without going thru the codebase and nobody has the patience for that anyway. But you can just give the top 1-2 things everybody should know/want to know/should repeat to their friends.
