Kazuki
@kazuki
Cofounder of Glasp. I collect ideas and stories worth sharing 📚
San Francisco, CA
Joined Oct 9, 2020
1073
Following
5839
Followers
1.47k
13.61k
172.26k
note.com/y_matsuwitter/n/n9825615c53bc
Jan 18, 2021
7
rein.pk/finding-product-market-fit
Jan 16, 2021
52
nesslabs.com/benefits-of-laziness
Jan 16, 2021
6
kwokchain.com/2020/06/19/why-figma-wins/
Jan 16, 2021
121
medium.com/sequoia-capital/the-market-curve-44097b626f6d
Jan 15, 2021
42
joshelman.medium.com/the-future-of-social-is-bringing-people-together-8dfab6603b21
Jan 14, 2021
72
www.leaninberlin.de/2019/03/what-is-product-management.html
Jan 14, 2021
1
www.spreaker.com/user/10197011/the-future-of-online-advertising-with-hi
Jan 13, 2021
1
www.reforge.com/blog/growth-loops
Jan 12, 2021
61
stratechery.com/2020/social-networking-2-0/
Jan 11, 2021
123
medium.com/crv-insights/the-next-1b-consumer-startup-will-be-a-vertical-social-network-heres-why-4b4520fb5db1
Jan 10, 2021
104
on.substack.com/p/whats-next-for-journalists
Jan 10, 2021
6
note.com/offtopic/n/nb9ede103b456
Jan 10, 2021
2
www.sequoiacap.com/newsletter/2021-01-06-phil-libin
Jan 8, 2021
71
a16z.com/2019/10/08/passion-economy/
Jan 8, 2021
4
medium.com/the-year-of-the-looking-glass/building-products-91aa93bea4bb
Jan 8, 2021
8
medium.com/the-year-of-the-looking-glass/how-to-work-with-designers-6c975dede146
Jan 8, 2021
3
fs.blog/2015/11/the-single-best-interview-question-you-can-ask/
Jan 7, 2021
5
brianbalfour.com/essays/product-market-fit-isnt-enough
Jan 7, 2021
4
openai.com/blog/dall-e/
Jan 7, 2021
6
firstround.com/review/the-story-behind-how-pocket-hit-20m-users-with-20-people/
Jan 6, 2021
101
note.com/ikedanoriyuki/n/n9d59fea76e5a
Jan 5, 2021
5
note.com/ikedanoriyuki/n/n36cf5cb14fc3
Jan 5, 2021
112
digital.hbs.edu/platform-rctom/submission/5-things-you-need-to-know-about-the-rise-and-fall-of-digg-com-5-will-shock-you/
Jan 4, 2021
3
latecheckout.substack.com/p/the-unbundling-of-udemy
Dec 30, 2020
21
latecheckout.substack.com/p/lessons-learned-from-shutdown-startups
Dec 29, 2020
3
latecheckout.substack.com/p/social-media-predictions-for-2021
Dec 29, 2020
91
medium.com/south-park-commons/announcing-the-spc-founder-fellowship-88e8f4c2ba9c
Dec 28, 2020
31
note.com/offtopic/n/n130053b2a3d6
Dec 28, 2020
131
medium.com/positiveslope/8-themes-for-the-near-future-of-tech-410dbb0b1afb
Dec 28, 2020
7
blog.eladgil.com/2019/05/a-brief-guide-to-startup-pivots-4-types.html
Dec 27, 2020
193
note.com/ishicoro/n/n919452263165
Dec 25, 2020
142
note.com/ishicoro/n/n5ed029f06f71
Dec 25, 2020
81
note.com/ishicoro/n/n1c63fd8a065d
Dec 25, 2020
32
note.com/ishicoro/n/nf78f6f18ae5d
Dec 25, 2020
208
note.com/offtopic/n/nfb619b835e7b
Dec 24, 2020
5
andrewchen.com/why-consumer-product-metrics-are-all-terrible/
Dec 24, 2020
113
www.lennysnewsletter.com/p/product-management-survey
Dec 24, 2020
3
medium.com/gabor/9-ways-to-build-virality-into-your-product-5975e1fe74e3
Dec 23, 2020
101
We’ve trained a neural network called DALL·E that creates images from text captions for a wide range of concepts expressible in natural language.
Like GPT-3, DALL·E is a transformer language model. It receives both the text and the image as a single stream of data containing up to 1280 tokens, and is trained using maximum likelihood to generate all of the tokens, one after another.
While DALL·E does offer some level of controllability over the attributes and positions of a small number of objects, the success rate can depend on how the caption is phrased.
Unlike a 3D rendering engine, whose inputs must be specified unambiguously and in complete detail, DALL·E is often able to “fill in the blanks” when the caption implies that the image must contain a certain detail that is not explicitly stated.
DALL·E is a simple decoder-only transformer that receives both the text and the image as a single stream of 1280 tokens—256 for the text and 1024 for the image—and models all of them autoregressively.
Similar to the rejection sampling used in VQVAE-2, we use CLIP to rerank the top 32 of 512 samples for each caption in all of the interactive visuals. This procedure can also be seen as a kind of language-guided search16, and can have a dramatic impact on sample quality.