1/ Many people ask me, what is my hiring criteria? What do I expect from my team members? How do I retain good talent?
Here lies the answer.
This tweet thread will be useful for CEOs and people who want to work with me.
The medium through which you experience it usually disappears.
Because if it doesn't disappear, then the experience is not good enough.
Let me explain...
It is small, you keep getting notifications, and also it is hard to hold it in your hand all the time.
You are into the movie.
Just you and the movie.
The medium (the theatre) disappears.
You don't need to be reminded of its presence even if it is the medium through which the movie experience is delivered.
You are into the character and the story of the character.
You are totally absorbed.
The "movie" disappears.
It's just you and the story.
You would want to skip forward or make a decision to stop watching the movie. You cannot forget the movie.
The better something is, the more you can forget about it.
In short, the medium that delivers the result should disappear from your conscious attention, letting you flow.
You might enjoy it 80% because 20% of attention is going to your motorcycle that is not doing a good job. And doesn't disappear from your attention.
The bike is so smooth and does its job so well that you can just focus on the ride and nothing else.
You are in the flow of the ride.
Totally absorbed.
Zen. 🧘🏼
If a team member does his/her job so well, then I can forget that I have someone working for me.
I can spend time as a friend, which is fun and healthy.
Because their work is being taken care of by them with 100% dedication, involvement, and at their best capacity.
I am constantly reminded of them and they wouldn't disappear from my conscious attention.
I disappear from conscious attention. As a boss.
They don't need to remember they have a boss.
It will be freedom. As good as being their own boss.
The team members are also in a state of flow because they love what they do and hence they do it in the best way possible.
That they disappear from my conscious attention as an employee and just be a friend to me to hang out with me.
I have a few people like that who I have forgotten about.
If you are running a company yourself, you now know the kind of team you have to build. This is my criteria. And my only criteria. Just one metric. Disappear.
The entire organization will be in a state of flow with the work.
And somehow magically it will all fit perfectly together.
And no one else would understand the magic
More from Life
You May Also Like
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.
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.