It’s clear that this current generation of “AI” / LLM tools likes offering a “chat box” as the primary interaction model. Both Bard and OpenAI’s interface center a text input at the bottom of the screen (like most messaging clients) ...

I came across Alexey Ardov’s work the other day. Looks like the color bug hit him pretty hard. I first saw this playground: It’s awfully cool. I like seeing color palettes presented in the context of UI like that. Sometimes ...

I love Henry’s guide: How to Make a Website. There is precious little recent instructional material on how you can build a website, a perfectly great website, using just the raw materials of the web. Raw HTML & CSS, as ...

Ahmad Shadeed recently wrote: I like to think of CSS as a conditional design language. It totally is! We tend to think of stuff like @media queries as the conditional part: @media (max-width: 550px) { .grid { grid-template-columns: 1fr; } ...

Here’s the clip from the original YouTube where Greg Brockman shows it off. Ultimately GPT-4 produced HTML output, which Greg copy-pasted into CodePen in order to show it off. What a big release! Shawn Wang notes: To use simple measures ...