Email or username:

Password:

Forgot your password?
Simon Willison

I wrote some notes about DALL-E 3, including reverse engineering some aspects of how it works. It's a fascinating insight into the prompt engineering that happens inside of OpenAI

**Now add a walrus: Prompt engineering in DALL-E 3**
simonwillison.net/2023/Oct/26/

3 comments
Simon Willison

Published a short TIL about the very simple 2x2 CSS grid layout I used to display the images in that post til.simonwillison.net/css/simp

Michael Nolan

@simon the cool kids would use:
grid-template-columns: 1fr 1fr;
Instead of percentages.

Benjamin Atkin

@simon that's a nice pattern, and the simple design looks good. one could add borders and drop shadows too of course!

Go Up