Thoughts and feelings around Claude Design

(samhenri.gold)

149 points | by cdrnsf 3 hours ago

23 comments

  • mickdarling 1 hour ago
    I used it today to take a look at my previously built design system with Logos, branding, fonts, and everything else. After a lot of annoying tweaking back and forth, finally, I got something that was satisfactory.

    Then I looked at the usage and it said I had used 95% of my Claude design usage for the week!

    This isn't a real tool. This is a plaything, if that's what they're providing as examples.

    • adriand 41 minutes ago
      I had a similar experience with running out of usage quite quickly, after setting up one design system properly, and then getting pretty close with a second one. But it's a research preview - I'm sure it will change.

      I was quite happy with what I pulled off using the first design system: I wanted a new footer section for my IPAAS startup, it generated four options, the fourth of which was quite good. We iterated on it for a bit, then I pulled it into Claude Code (that integrated feature is very cool), CC built it, I deployed it, done. (Bottom section of https://tediware.com/ if you're interested, the bit with "Origin story" on the left and the signup panel on the right).

      It was not a complicated build by any means but I liked the concept it developed and it was dead-easy to make it all happen. I think the ideas in the UI are very good. Still rough, but you can see where this could go, and it's got a ton of potential.

      • slopinthebag 21 minutes ago
        I mean, it's fine and serves it's purpose, but I'm a bit confused what you are getting that you wouldn't get with the millions of pre-made designs and design systems? Like Tailwind UI for example.

        https://tailwindcss.com/plus/ui-blocks

        • apsurd 3 minutes ago
          I find that with the ubiquity of Tailwind, developers treat design as a "solved problem". What's missing is the specific evolution of one's product and the resultant information architecture. The sibling response is my experience as well, design is an incredibly interactive exercise.

          Granted, not every component on every surface will need this amount of scrutiny. But I'm usually the outlier developer warning teammates that design is not a solved problem. Granted, there's a huge difference between an existing app and its evolution and throwing a nextjs landing page up.

        • adriand 14 minutes ago
          Iterative experience (experimenting with different ideas, deciding what works best) and speed of execution (once I was happy with it, making it happen required almost no work).
          • slopinthebag 1 minute ago
            Thats fair. Could you have the same iterative experience with an LLM, but starting with a prebuilt base and iterating from there?
    • brandensilva 45 minutes ago
      Yup it's based off their playground so plaything is the right word.

      It's a wrapper around that. I definitely appreciate the better design output from Claude code but it has a ways to go before it can replace serious design contenders.

    • enraged_camel 17 minutes ago
      It's in research preview. I suspect limits are low on purpose. FWIW, I gave it twelve screenshots of different pages in my app and it did a really excellent job fixing them up. Consumed just 40% of weekly quota - still too high but it's probably a YMMV situation.
  • markbao 1 hour ago
    I don’t really buy that Claude Design will remove all the complexity around design. Vibe-coded apps using Claude look simpler because they are simpler. They’re not a gigantic product suite with extremely specific UI components tailored to each use case. The ‘simplicity’ is an illusion coming from conflating the complexity of a bicycle (a vibe coded app) with an airplane (an app like Figma).

    Building the same design system component in code versus in Figma is going to be slightly more succinct in code; Figma’s primitives don’t have the sort of conditionals and control flow that code has. But code is much less malleable than drawing on a screen, and creative freedom is harder to achieve in code.

    UI can fix the gap where code feels less malleable than Figma, but complexity comes largely from the worlds that humans create, and humans apparently want to create 8 modes for 4 products and 2 light/dark modes. If you want the same setup in Claude, it’ll be a little easier to maintain, but not much less complex.

    • juliusceasar 55 minutes ago
      Most of the times people just want a bike or a car. Not everybody needs an airplane. This is going to hit Figma very hard.
      • kibwen 41 minutes ago
        I admit I'm having a visceral reaction to this analogy. A bicycle is a sophisticated product whose form is almost pure function. Despite being apparenty simple, almost no regular person can draw even a reasonable facsimile of a bicycle from memory ( https://www.youtube.com/watch?v=L0_vXZ-3LFU ). Which is to say, for actually designing a functioning bicycle, the devil is in the details, and details are exactly where vibecoded apps fall down. Our lower bound for this analogy should instead be the downhill go-kart cobbled together from scrap wood you found in the dumpster.
      • chatmasta 25 minutes ago
        Figma has been in trouble for a while. All the designers at my company switched to Cursor nearly a year ago. They made live mockups that don’t even need a spec to implement, because the expected behavior is already captured in the prototype. Claude Design makes it just marginally easier.
      • manyatoms 44 minutes ago
        > Most of the times people just want a bike

        with a pelican on it

      • malfist 50 minutes ago
        The people that want just a bicycle wasn't going to buy figma
  • alkonaut 1 hour ago
    So let me get this straight (Pretend I'm 50, a developer since childhood, but I can't CSS to save my life) are there shops where developers, even front end developers, have to talk to designers who are't just sketching an idea for a logo or landing page, but designers who run this Figma thing and maintain the entire products "design" in some "style database"? And the idea is that these designers - who aren't developers - should be able to tweak the look of things without changing code? Or is it usually just the front end devs that run this Figma thing, but they dislike the disconnect between it and their code?
    • kevinsync 1 hour ago
      lol yes. At least in agency world, a common approach in the last X years has been that designers create entire pixel-perfect, component-based sources-of-truth in Figma (which evolve! they aren't delivered static and complete) -- these are also what the client sees and approves, or at the very least they see branded deck slides that incorporate the Figma designs. Anyways, front end then re-implements from Figma into CSS, except it's usually best-approximation (not pixel-perfect) partially because, despite Figma allowing you to "copy CSS" for an element, it's unusable, almost inline CSS (and usually not aware of its ascendents and descendents, or any variables you're maintaining in CSS, or any class hierarchies, etc), and partially because the units of measurement aren't always identical on either side. You'll also often have multiple FE devs recreating components independently of each other (as a team effort), which can lead to drift and different implementations, which is fun. Then, depending upon the tech stack, FE might be building these components in something like Storybook [0] as a "front end source of truth", which then are either directly injected into a React or NextJS app or whatever, or sometimes they're partially or fully re-implemented again into BE components in the CMS (ex. Sitefinity). Then people ask which one is the source of truth, but really it's a chain of sources of truth that looks more like the telephone game than a canonical "brand bible". Then throw in any out-of-the-box future client efforts (say, a promotional landing page hosted outside of the main project) and you may have yet another reimplementation of part of the same design, but in a completely different system.

      [0] https://storybook.js.org

      • Hammershaft 1 hour ago
        I've directly experienced this and it is roughly as sane and effective as it sounds.
      • siquick 46 minutes ago
        This is exactly my experience of working in an agency. Made worse by Figma defaulting to 1440px so every design only really works at that width.
    • gregsadetsky 1 hour ago
      @kevinsync's answer is 100% correct and it's been this way for the last ~~~20? years? at least - only it was "Photoshop files hold the (design) truth" before - now it's figma.

      But yes, the "design to code" gap has always been where designers' intentions were butchered and/or where frontend developers would discover/have to deal with designs that didn't take into account that some strings need more space, or what to do when there are more or less elements in a component, how things should scroll in real life, how things should react to a variety of screen sizes, etc.

      this short meme video is funny/not funny because it hits too close to home - https://www.youtube.com/shorts/r6JXc4zfWw4 - but yes, "designers don't code and developers don't design", roughly speaking

      and then of course you meet some people who do both really well... but they are pretty rare. :-)

      • peteforde 56 minutes ago
        It's a real shame that people bought into this false dichotomy, because the base reality is that people who work in web dev that stubbornly pick either code or layout are more of a liability than an asset.

        I don't believe that people who can design and code are as rare as folks seem to believe, either. What seems more likely is that there are a LOT of coders who are extremely fluent in CSS but aren't particularly gifted when it comes to making things look good.

        It wasn't that long ago that designers understood that they couldn't just hand off a 2D comp of what they want to see. The job isn't done until the output can be integrated into the app. Nobody gets to launch cows over the wall and go for lunch.

      • sarchertech 28 minutes ago
        It’s just one more example of people realizing that the code is the spec.
      • markdown 59 minutes ago
        > only it was "Photoshop files hold the (design) truth" before

        You mean Fireworks. Photoshop was for graphic design. Web designers used Adobe Fireworks. Figma is a successor to Fireworks, not Photoshop.

        • chrisan 13 minutes ago
          I was in web agencies since like 2002-2015, always got PSDs from either clients or internal designers
        • gregsadetsky 53 minutes ago
          Sure, and also Illustrator sometimes, and Photoshop at other times. Some of the designers I know (very famous for their ui/web work) never touched vector components and just had a ton of layers in Photoshop and air/paintbrushed everything. Hence the meme...
        • telman17 36 minutes ago
          Many designers stuck with Photoshop sadly. Back when I did agency work it was absolutely normal to get PSDs of mockups.
        • xeromal 56 minutes ago
          I think his point was made regardless of his mistake
          • bayarearefugee 35 minutes ago
            I wouldn't even classify it as a mistake, just a difference in experience regardless of what Adobe's intentions were.

            As someone who has done front-end development for both web and mobile devices for a very long time in the pre-Figma days I was handed a lot more designs that were mocked up in Photoshop than Fireworks.

    • jbmsf 1 hour ago
      I'm not sure about "without changing code" but I have definitely seen the believe that Figma represents something authoritative about the product instead of, say, the product being authoritative for itself.

      Perhaps because I have a similar bio to yours, I am allergic to this view.

    • skydhash 1 hour ago
      UX designers I encountered have mostly been tasked on ensuring consistency across the various product (A lot of devs are very cavalier about spacing and font sizes). Sometimes they proposed new flows and layouts, especially when the product needs a coat of paint.

      So tools like Figma is nice in that regards as it's simpler to iterate on (From simple to hardest: Sketch on whiteboard|paper, Wireframe tools like Balsimiq, Figma|Sketch, css code) because it's pure fiddling with various properties. Figma has direct feedback while the code may require a compilation phase.

  • wuhhh 1 hour ago
    Great article, the last couple of paragraphs made me laugh! I love the part about things not masquerading as something else and being honest about what they are.

    I was wondering if PenPot (https://penpot.app) might be sitting pretty in this new agentic era, considering that they took the direction of designs being actual markup, unlike the canvas approach in fig - if that’s even something that interests them.

  • allan_s 50 minutes ago
    As someone who spent quite some times these days to reverse the figma protocol[0] I can't agree more with

    > Figma accidentally excluded themselves from the training data that would have made them relevant in the agentic era.

    Their binary format is so much of a "let's reinvent everything" which I think come from the fact it's a tool you can use for web design, android app design, ios design and anything-you-want design that it became a jack of all trade and so mapping it to web is not a perfect 1:1 translation.

    And for being useful to agent, any people who got to implement the figma from a UX guy know that even human can't know truly the intent of most figma design, so how a LLM could ? Common source of question that even the UX guy has no answer for:

      1. Ok this button looks great, but in German how will it look ? 
      2. Oh and actually this button does not look great when i put in CSS, it wraps on two line, you cheated again with the letter spacing, did you ?
      3. How does it look on a phone that is not an iphone ? 
      4. You know that doing a border with a gradien is not possible in CSS, so what should i put ?
      5. How does it look on a 4k screen ?
      6. etc.
    
    I know that most of these question can be answered by props and autolayout, and I've been asking the 5 question above these days on a figma that had these but it's just that the UX guy is not that mythical beast that "know-how-to-use-figma-right"

    So I can't wait for these tools that are html behind to catch up, even more if we can have the prompt with it. (As a developer I never got to see the prompt the product manager made to the UX guy)

    [0]https://github.com/allan-simon/figma-kiwi-protocol

  • sebmellen 2 hours ago
    This design tool space died a long time ago for me when InVision shut down and pivoted to a digital whiteboard. It’s a really difficult space.

    But the fundamental problem is that it’s hard to get a design system right long-term, especially because it’s so intertwined with your code and whatever component library you use, which is a layer your designer will never touch. I don’t really see Claude Design fixing the fundamental Storybook hell of designing reusable and pretty components and layouts, but I don’t see Figma or any other tool solving it either.

    What’s the solution? It feels like something that needs to be fixed more deeply at the component level.

    • girvo 1 hour ago
      > I don’t really see Claude Design fixing the fundamental Storybook hell of designing reusable and pretty components and layouts

      FWIW Claude Code is decent at scaffolding those out if you have a good set of examples for it to work from.

      But the argument is that is unneeded as we move forward as making changes and extracting things and such becomes basically "free". I'm not so convinced, but I do see the argument.

    • doug_durham 1 hour ago
      What if the approach isn't reusable, but instead is rebuildable? We are stuck in the mindset of creating components that we can grab and plug in to new designs. When we have a component that we like, why not ask the tool to create a markdown definition of it. Later on, when we're doing a new design where we would like to reuse that component, we tell the tool to read the markdown and use that whenever they need to use that component. I think the future will be much more flexible and interesting.
  • ben8bit 1 hour ago
    Some good points, but as a whole - I'm not sure if I agree. Sketch lost to Figma because of it's design tooling & multiplayer. Physical products still get designed before being constructed - I don't see that going away. If anything, I think Figma should stop trying to play both sides of the field and decide what it wants to be.
  • willio58 1 hour ago
    I tried yesterday for about an hour to have Claude design make me a simple logo (just the symbol) and didn’t get anywhere good. I’m sure for certain things like UI it’s great, and so is just Claude code, but this Claude Design thing very much to me feels like a demo and not a product. Maybe one day!
    • pypt 48 minutes ago
      Claude Design is just a big opinionated prompt: https://www.lobsterpack.com/blog/claude-design-trenchcoat/. Among other things, it knows it isn't that great at drawing SVGs, so it won't try unless you force it to. For a logo, try drawing it with vanilla Claude Code as if it was a separate project: ask a "design agency" to ask you questions, answer them, then make a detailed brief of what you want to draw, then make it output an exact plan of what and where will it draw, lastly ask the chatbot to do the actual drawing using sub-agents for drawing individual components. Also add a "render it to a raster and make sure it looks right" step as well.
    • anamexis 1 hour ago
      Claude Design is very explicitly oriented towards product UI design. It's not trying to be a product that can make you a logo.
    • furyofantares 1 hour ago
      Anthropic has no image generation models, right?

      We've got an LLM using CSS and emojis and maybe pelicans riding bikes (SVGs).

      • svelle 47 minutes ago
        Yes, they only do SVGs.

        I'm actually glad they're focusing on code, and code adjacent tooling only.

  • dang 2 hours ago
    Recent and related:

    Claude Design - https://news.ycombinator.com/item?id=47806725 - April 2026 (732 comments)

  • ianstormtaylor 1 hour ago
    The article makes a good point about how Figma's non-open data model is limiting their utility as the source of truth.

    But I think it's part of a larger mistake Figma is making: they seem to have shifted to an extraction mindset too early, assuming they'd captured the market, right when the ground beneath them is starting to shift.

    It's most visible in their pricing model evolution, which is now explicitly anti-collaboration. Figma used to be the obvious default because you could quickly share files with non-designers, so they could view and make small edits without fuss. Now that requires a paid "seat", along with a confusing mess of permission flows.

    It's platform wide too. I taught a college design class recently, and had students sign up for Figma because it seemed archaic not to teach them to use it. Instead of just giving any ".edu" address a free account (like they used to) students are forced through a 3rd-party process of uploading transcripts to prove education status. A few of my students got rejected or ran into confusing errors, and never got access… Now I have to re-evaluate whether its worth using when teaching the class again. (And this is for a population with near-zero short-term purchasing power, but huge potential long-term value… why add barriers?)

    This is such a weird self-inflicted wound for a collaboration platform to make. The big tools that won on collaboration (eg. Google Docs, GitHub) have understood that low-friction sharing is critical to becoming the default choice. And that being the default is a flywheel that drives adoption, both in users and in tooling.

    It makes more sense if you see it through the lens of Figma trying to juice short-term numbers for their IPO. But it's sad to see because it had so much long-term potential.

  • uxcolumbo 1 hour ago
    I miss the days of having a native desktop design app with a perpetual license.

    What Figma achieved technically in the 2010s was amazing. Coded the app in C++ and then used WASM to deliver it as a multiplayer web app.

    But now it's trying to be too many things. Why did they ever feel the need to add slides and this other stuff.

    Their MCP is poor (sure, they'll improve it).

    The app struggles with larger files and performance is sloppy.

    And don't get me started trying to design data grid heavy apps.

    And they could easily follow Adobe's lead. Enshittify and lock you out of your account whenever they feel it's necessary (remember what happened with Venezuelan Adobe users a few years ago?)

    Either Penpot gets their act together and will become the opensource design canvas for open-weight AI models or we will see another open source solution that will fill this space.

  • operatingthetan 2 hours ago
    Front-end, UX, design, and product have become one role. The market is just realizing it slowly.
    • esafak 2 hours ago
      So your designers debug your React code now when the AI messes up?
      • doug_durham 1 hour ago
        In my opinion this should have always been the case. All designers should be able to code and do html/css. It's the medium of design.
        • esafak 1 hour ago
          HTML and CSS, sure, but modern frontend design is way more than that; it's a jungle out there.
          • operatingthetan 23 minutes ago
            React, Nextjs, Vue, Nuxt, and Angular are pretty much what AI is the very best at coding in my experience. Probably because they are all meant to build essentially the same thing with different curtains.
        • re-thc 39 minutes ago
          > All designers should be able to code and do html/css. It's the medium of design.

          So a fashion designer can mass produce clothing? So an interior designer can build a house?

          This designer should has never held.

          • operatingthetan 12 minutes ago
            The analogies you have offered aren't great.

            For example designers and developers both use the computer as their primary medium of working. Their outputs resemble each other very closely, despite having a different underlying form.

            Contrast that to the interior designer building a house, well those are different mediums. There is no efficiency gain from the interior designer designing the plan and also implementing it. Where as with a designer working in code there is one.

            Fashion designers do indeed make clothing by hand, it's a very important part of their craft. This example disproves your stance.

      • only-one1701 1 hour ago
        That’s what CEOs think lol. Let’s see if it pans out!
        • lodovic 38 minutes ago
          "I have an error when i click on the orange button, see screenshot. fix it."
      • micromacrofoot 1 hour ago
        I've been a developer for over 2 decades and I've been using AI in our react codebase for the past 3 months. Outside of some optimizations there's not much a designer couldn't debug through Claude Code. 90% of the industry is toast.

        I want to be wrong because I'm watching the death of my entire career, but everything I've seen is pointing to this as an inevitability. We are shipping better and more secure code, and doing it easily twice as fast. Many development teams can be cut in half today with no reduction in output. I don't want to say it out loud at work yet, but we're actually producing too much.

        • beachy 1 hour ago
          I've been writing code for 50 years and it looks now that we have seen sunrise and are about to see sunset on humans writing code by hand.

          Is that bad? Not to anyone who has managed dev teams and is familiar with the incredibly tortuous and painful business of trying to corral a bunch of humans with varying skill and enthusiasm levels to create software. We have tied ourselves in knots with things like Agile just trying to work around the fact that software development is so slow and arduous.

          Many times back in the waterfall days I have written up design documents to kick off dev teams on multi-week or month projects. Now I could feed those into Claude Code and get results in days. This stuff is exciting beyond belief in just getting shit done.

          This is a golden era for any established company with an existing customer base. My question to them would be "with Claude Code, why aren't you carving through that massive backlog of feature requests that has been building up over the years?".

          A lot of people seem to look at this as job threatening, and it surely is for junior devs. But for companies that already have a strong senior talent bench, it's time to raise the ambition levels and ask not how many jobs can be shed, but instead just how fast and hard can we go now we have these new superpowers.

          • slopinthebag 16 minutes ago
            This is so context-dependent. Coding some generic crud app is indeed becoming more automated, but most of the stuff I end up building is just way outside the capabilities of current LLMs to accomplish without significant steering and gasps hand written code. Most of the stuff LLMs are good at ones hotting are the same things a non-coder could build with no-code platforms anyways. Which is great imo, it means we can utilise our skills and expertise on stuff that is more "cutting edge".
        • bombcar 1 hour ago
          AI is impressive but this same sea-change happened at least twice before - the era when computers went from being rooms full of women(354) to machines programmed in machine language(892) to those with screens, keyboards and even assemblers (assembly language, especially macro assemblers, were considered seriously high level at a time), to mid-level languages like C (considered needlessly complex and slow at one time, now considered barely above a macro assembler), to high-level languages like Java and even higher ones (arguably) like Rust.

          Every one of those transitions has resulted in more programmers - though not necessarily the same programmers.

          354: https://en.wikipedia.org/wiki/Computer_(occupation)

          892: https://en.wikipedia.org/wiki/The_Story_of_Mel

          • throw310822 44 minutes ago
            AI isn't a technology that replaces programmers, it's a technology that replaces generic human beings. The manager of your agents will be an agent, too.
          • zaptheimpaler 57 minutes ago
            But things really are different this time. Computers and software were nascent industries with lots of room to grow, lots of software to build in previous transitions. Today software and technology companies are the biggest in the world. Every industry uses software. Getting your web app, mobile app or game discovered is actually a huge problem today because we have so much software. There is not infinite demand for software, or for anything else, even if it seems that way in the early days.
            • bombcar 43 minutes ago
              The Olde Days were custom code for a business doing business things (only they could afford a computer, and some universities), then there was a Cambrian explosion of software sold by individuals or small developers to many (80s and 90s), then we've moved to large companies and SaaS.

              I think we're about to cycle back to "custom code" except now it's for everyone, by AI - you don't need to find the to-do app of your dreams; you can code one for yourself in a fever-dream.

              The era of "write Wolfenstein 3D in a few months and make millions" are gone, but they've been gone a long time already.

        • operatingthetan 1 hour ago
          I think the real question is which of the four roles is going to be the one that takes over. Probably people who were already UX-Engineers.
          • only-one1701 1 hour ago
            I would ask this: which is the worse failure mode —- design not quite right, or users can’t access the app?
            • girvo 1 hour ago
              On the other hand, teaching taste is quite hard, and is what people respond to and what designers learn.

              Teaching programming is a bit of mostly solved problem, today anyway.

              • operatingthetan 29 minutes ago
                Realistically this doesn't mean all pure designers go away. Large orgs can have a small team that set the overall style guide and designs important pages, and the rest of the org just follows using AI to iterate.
        • troupo 1 hour ago
          > Outside of some optimizations there's not much a designer couldn't debug through Claude Code. 90% of the industry is toast.

          I've seen the "debugging" and "coding" that non-coding designers are attempting to vibe-code. 90% industry is definitely toast, but not the 90% you're thinking of. Most industry is going the way of Microsoft that cannot even display a start menu in under a second

      • operatingthetan 2 hours ago
        Leading question, feel free to ask a more honest one.
        • esafak 1 hour ago
          All right, here's a statement: your designers won't even know when the code is wrong. Just because it compiles it doesn't mean it's fine. They lack code judgment in the same way your coders lack design judgment.
          • operatingthetan 1 hour ago
            Thank you.

            In response I suggest that the engineers using AI also lack code judgement (because they are not reading it either). I don't think questioning the AI use is the actual topic here, it is the shifting roles. Who says it's the designers that are taking the new meta-role? It's probably the FE's honestly.

            The role shifting doesn't mean that it's the best path forward. I'm simply stating that it is happening.

          • nslsm 1 hour ago
            It's very easy to know when code is wrong: it doesn't work the way it's expected to. So you explain to the AI what's wrong and the AI fixes it.
            • only-one1701 1 hour ago
              This isn’t meant to be sarcastic: have you ever worked for a real company?
            • esafak 1 hour ago
              Your designers are going to be looking at the layout; they're not going to notice if it's slow, uses too much memory, is not maintainable, doesn't follow repo patterns, etc.

              Do you think it is reasonable to expect a person with an arts degree to know this?

              • jmye 56 minutes ago
                > Do you think it is reasonable to expect a person with an arts degree

                Of course it is.

                The only people who think your fucking college degree determines your knowledge level and ability are teenagers and people who are so deeply untalented that it’s the only way they feel qualified.

        • ioasuncvinvaer 1 hour ago
          How is it a leading question?
          • hombre_fatal 1 hour ago
            They entailed scenario that isn't entailed by the person's claim.

            i.e. The OP doesn't need to answer yes to their question for OP's claim to be true, yet their question pretends otherwise. (non sequitur)

          • operatingthetan 1 hour ago
            >A leading question is a query that suggests the desired answer or puts words into a witness's mouth, often guiding them toward a "yes" or "no" response.
  • 0xdyl 22 minutes ago
    Can someone please help me understand why people are obssessing over this as a Figma killer and not, more clearly, a shot at Replit, Lovable, etc.?
    • operatingthetan 20 minutes ago
      The AI app builders are part of the AI economy already. They are essentially re-selling tokens/compute. It's an existing horse race.

      Bringing a Figma killer to the market is converting a conventional software sector into an AI one. So it's more disruptive.

  • klueinc 2 hours ago
    When you can control the model layer like Anthropic, you get more leverage over the traits of the persona, enough so that the system feels closer to havin consistent expert design judgment built-in that complements the 'truth-to-materials'.
  • peteforde 1 hour ago
    Honestly, I never understood the move to create an artificial dichotomy between design and code with a heavy layer of tooling.

    I suppose that a layout engine made sense in the context of Flash, and you saw the future of the web as a set of keyframe animations. But the notion that there's a lot of value in creating a very heavy, high-friction abstraction between the UI/UX and the platform it ultimately runs on was always going to be a loser.

    In the end, it turns out we're all just web developers, regardless of your weapon of choice.

  • mojuba 2 hours ago
    Excellent post. I share the author's sentiment which is essentially "to hell with Figma, at least fix Sketch". Been feeling very lonely in may hatred towards Figma, which is for a whole bunch of reasons (among others, it's an incredibly shitty, memory and CPU hungry Electron app that looks and feels worse than any more or less well designed web site), but now after reading this I realize the number of reasons has doubled.
    • dygd 1 hour ago
      It may look like a crappy Electron app, but Figma has a quite interesting architecture. The browser editor is developed in C++ and cross-compiled to JavaScript with emscripten. The rendering engine looks like its handling HTML, but it's actually rendering their own document format for cross-browser consistency. They have their own CRDT implementation to handle multi-user edits.

      [0] https://www.madebyevan.com/figma/building-a-professional-des...

      [1] https://www.madebyevan.com/figma/

      [2] https://www.madebyevan.com/figma/how-figmas-multiplayer-tech...

      • love2read 1 hour ago
        I think my biggest question is who cares? What does having an interesting internal architecture have to do with the “its electron though” ideological attack.
        • brulard 28 minutes ago
          It is made to perform much better than your typical electron app would. Saying electron-based == shitty is complete misunderstanding of the technology. Although i dislike Figma as much as the next guy, their app was in many ways very impressive. See Figma's cofounder old articles at https://madebyevan.com/figma/
    • ghoulishly 2 hours ago
      (author of the post here) I cut a paragraph how Figma costs cuckoo bananas money for your entire team for the privilege of enduring this byzantine nightmare. And they paywall certain features, which you likely can't get authorization for, so you have to do more hacks on top of hacks on top of the “gold standard” practices I shared in the blog post. The price ramp is not gradual.
      • democracy 4 minutes ago
        I think this is what kills them, not AI. I know 2 companies (enterprise level) who are migrating away from Atlassian atm just gets too costly.
      • cptcobalt 1 hour ago
        man, I dont even use Figma for personal & side projects because its so expensive. I still occasionally fire up sketch or freehand it.

        Figma is a work tool only and I'm disappointed by its MCP tooling which feels late and behind where it should be, I just feel forced to use Figma Make which stays in their walled garden without practical utility and connections to my actual codebases

  • i_love_retros 20 minutes ago
    If you get to the post script it sounds like they are just pissed they didn't get hired by figma.
  • mikert89 1 hour ago
    Basic web development is completely over, and will be automated end to end, product, ux, design, and the code.

    I have a complicated nextjs webapp, and I havent had to write front end code in six-nine months now.

    • only-one1701 1 hour ago
      If it’s used by < 1000 people, it’s not a complicated app
      • girvo 1 hour ago
        FedRAMP will be the death of me.
  • thomasfl 1 hour ago
    I hope the authors mom is not on the internet. Cursing in capslock. Good grief.
  • slopinthebag 52 minutes ago
    I feel like we're leaning way too much into the "vibe" aspect of using LLMs at the moment. There is definitely a good use case for LLM's here, but is just prompting your way into a design really the best method here? I feel like something in between Figma and Claude Design would give designers the control they want, but still removing the friction of going between design files and the code impl.
  • troupo 1 hour ago
    Oh no. Figma has variables and instances and it's hard to debug bad colors.

    And here I am with Claude Code... That so far generated a 2000-line CSS file for a 7000-line app consisting of literally three web pages [1]. Where almost every single color, component, class and style is duplicated at least two times. Where custom classes are fighting with Tailwind classes (yes, there's also Tailwind ON TOP of custom CSS) that are fighting with inline hardcoded style= declarations.

    Figma is definitely going to suffer the vibe-coded design slop-app from Anthropic.

    [1] 7k lines are almost justified for the functionality in them, and I tried to keep an eye on the code. It's harder to keep an eye on CSS

    • bombcar 1 hour ago
      We can blame AI for slopcoding but it's just what we've been doing for decades now - who cares if it takes 9000 lines to do what in theory Linus and Knuth and Carmack could do in 3000? Our CPUs eat a million lines of code for breakfast and demand more.
      • troupo 49 minutes ago
        Strange then that so many apps are barely usable on these powerful CPUs. Perhaps, CPUs can no longer demand more
  • johnwhitman 1 hour ago
    [dead]
  • jheriko 1 hour ago
    [dead]