Live data from Hacker News

Claude Design

anthropic.com

61–70 of 819 posts

Re: Claude Design

#61
post #15

It's interesting how OpenAI and Anthropic effectively mass dumped a bunch of similar features in the last two days. I wonder what other features they're cooking right now.

I think that's the wrong question. What kind of shadow spy network must exist around all these companies such that they all happen to be working on the same features at the same time.

> What kind of shadow spy network must exist around all these companies such that they all happen to be working on the same features at the same time.

Stuff like that happened even before the invention of the telephone, humans within the same geographic location is even more predicable, so surely this shouldn't come as a surprise.

Re: Claude Design

#62
post #7

This is cool! Seems like Claude is actually building almost like a layered Figma wireframe that you can do fine grained adjustments afterwards (e.g. adjust font size). Interesting that Canva provided a quote of support. I'm not familiar with the differentiation, but it seems like this will directly siphon customers from Canva, right?

There's an "export to Canva" button in Claude Design, so perhaps they're hoping this will be another entry point for new users, or that they'll be able to "lock in" as the default design software for Claude users.

Re: Claude Design

#64
If you look at Figmas stock price, it started falling right at 11 AM as this news was released.

Anyways, this is 100% a shot at Figma, but also catching Lovable in the crossfire. If anybody from Anthropic is reading this, if you keep developing this with features in Figma and other design tools, you'll have a major hit on your hands.

Re: Claude Design

#66
post #30

The more I think about it the more this isn't good for design [EDIT], for a few reasons: - The best design is original, groundbreaking and often counterintuitive. An AI model is incapable of that, it's uninspired, it will absolutely converge to the norm and homogeneity (you see it everywhere now, just scroll on ShowHN and take a look at the UIs) and produce the safest design that appeals to its understanding of the i…

Web design / digital design is a dying field as businesses will start paying one person who does 3 to 4 roles (PM, UX Research, Design and UI Development - tho why use a design tool for web stuff when AI tools generate designs in code), as well now tons of ppl can do this work using AI tools. Further, is the future of digital experiences user interfaces aka the web or will there be an AI Phone where everything is done / seen on the lock screen (AI generates the visuals as you text or talk to it) and or its more of a text and voice digital experience less UI.

Overall after being laid off in January and a 17 year UX Research/Design/Dev career Im starting school in my early 50s to change careers.

Re: Claude Design

#67
post #30

The more I think about it the more this isn't good for design [EDIT], for a few reasons: - The best design is original, groundbreaking and often counterintuitive. An AI model is incapable of that, it's uninspired, it will absolutely converge to the norm and homogeneity (you see it everywhere now, just scroll on ShowHN and take a look at the UIs) and produce the safest design that appeals to its understanding of the i…

I noticed in your list that you didn't mention accessibility. I would personally rather have an accessible design than one which is "original, groundbreaking and often counterintuitive." and here we are.

Re: Claude Design

#68
What’s interesting here is that with AI, all our interfaces should evolve away from previous generation rigid forms / buttons / tables etc. towards something more fluid / dynamic / “natural”. Yet all the AI coding is geared towards producing more of the former.

Re: Claude Design

#69
This seems a bit fiddly... I gave it the ChatGPT iframe html for my (not yet released) Liveclip MCP server that's like tables [https://x.com/firasd/status/2039926453408776649]. And I had this chat in the sidebar and it popped up some questions in a form

> do you see our current html

Hi-fi design Interactive prototype html

> do you see our current html

Hi-fi design Interactive prototype html

● Claude Yes — I can see your html/ folder. It has 7 files:

files-list.html math-result.html rows-view.html table-view.html text-editor-doc-view.html trending-topics.html unique-result.html Want me to open them up and take a look at what's in there? And what would you like to do — polish them, turn them into an interactive prototype, build something new on top, or something else?

> yeah in table view i'm thinking about how to deal with cells that may be big. i guess we want to do something different than excel or sheets in that auto expand rows with cells that contain big values. we can show like the first -- what does twitter show, 280? so we can show 280 chars and then [...]

● Let me take a look at the current table view to understand what we're working with.

Got it — I see the current table view. Right now every cell is clamped to max-width:220px with white-space:nowrap and text-overflow:ellipsis, so long values just get cut off at whatever ~30 chars fits the column. You're thinking about the opposite end: what if a cell genuinely holds 2,000 chars of text? Neither pure clip nor Excel-style row expansion is quite right.

Before I start sketching, a few quick questions so I don't guess wrong:

> Questions answered: - truncation_threshold: ~280 chars (new tweet) - expansion_ux: nothing right now -- it's not interactive - row_height_policy: Grow freely like Notion/Airtable - content_types: Not sure yet - indicator_style: [...] at the end of the text - newlines: Render them (row grows) - copy_affordance: no interaction right now - column_width: Fixed width, all columns equal - variation_count: 2 variations - aesthetic_direction: Same bones, but let you push it a bit

● Got it — so: non-interactive, rows can grow freely, 280-char cap with [...], newlines render, same bones but push it a bit, 2 variations. Let me sketch this out.

Set up variations file with two table treatments V1: Notion/Airtable-style free-grow with [...] cap V2: pushed aesthetic variant Wire both to the same sample data w/ long cells Let me peek at a couple of the sibling files so the variations stay in-family with the rest of the widget set.

Good — now I have the visual family. The shared vocabulary across widgets:

#f5f5f3 page, #fff card, #d0d0cc borders, #f0f0ec headers System font, 12–14px Subtle alternating row tints, no drop shadows, flat corners Color used sparingly; #666 for secondary text My plan for the two variations (side-by-side in a canvas so you can compare on the same rows):

V1 — "Notion-ish, stay in family"

Keep current palette, borders, zebra striping Rows grow vertically as needed; white-space: pre-wrap so newlines render Cap each cell at 280 chars; if longer, slice to 280 + […] inline Same fixed column widths, everything else identical V2 — "Same bones, pushed"

Tightens the grid (hairline borders instead of panels, more whitespace, denser typography) Column rail with sticky row numbers Soft fade on the bottom of ultra-tall cells instead of mid-text […] when content is really long (hybrid: char cap + visual) Monospaced tabular digits for row numbers; type column ⌾ / ▤ markers subtly hinting content type; column width slightly wider for breathing room Let me build it.

Now let me build the two variations. I'll set up realistic sample data with a mix of short values, tweet-length values, long-long values, and ones with newlines, so the behaviors are visible.

Now the two table components.

Clean. Two variations on the canvas, both rendering the same 7 rows so you can compare directly:

V1 — in-family. Your current widget, with white-space: pre-wrap so rows grow, newlines render, and a soft grey […] appended when a cell goes past 280 chars. Row 3's summary (double-long prose) and row 4's URL show the cap. V2 — same bones, pushed. Hairline borders instead of filled header panels, monospaced tabular row gutter, column letters as uppercased small-caps above the header names row, tighter typographic rhythm, cells > 280 → […] legend in the footer. Row 7 shows how newlines render naturally. Both slice at the nearest word boundary when one is within ~40 chars of the 280 cap, otherwise hard-cut — so […] never lands mid-word.

A couple of things worth calling out, not changed:

280 is pretty generous when a row has multiple long cells side-by-side — row 3 is ~2 cells × 280 = a very tall row. If that ends up being painful in real usage, dropping to ~180 or adding a per-row max-height with fade might be worth a follow-up. Neither variation is interactive per your answer; there's no click-to-expand, hover, or copy. Easy to bolt on later. Fork verifier agent Both variations are live on the canvas. Let me know which direction feels right and I'll fold it back into html/table-view.html." -----

It's basically similar to their Artifacts system in a harness I guess

Post reply on HN