"After 2.5 years of insane hype, there’s no evidence that current AI is making the design process faster" This is antidotally untrue. I work for a small startup. We don't have the money / aren't willing to pay for a full-time designer. So, let's just say, our UI design has always been pretty terrible. With AI, using claude, to generate design and HTML / CSS based on requirements, the design that has been generated ha…
Where's the AI design Renaissance?
51–60 of 90 posts
Re: Where's the AI design Renaissance?
#52LLMs are architected to aim toward the center of the bell curve of their training data. You shouldn't expect them to produce innovative ideas, but the upside is they also won't produce terrible ones. The same applies to design. Most of the time, you get something that "doesn't suck", which is perfectly fine for projects where using a designer isn't worth it, like internal corporate pages. But consumer-facing pages re…
Tangent: Google keeps doing the same with GCP/Firebase/etc. Every year they launch a bunch of really well-crafted services that make it easy to build the most average kind of product in whatever area is trendy that year. Every year I am left intrigued but needing more to actually make use of them. The next year it's something else. I guess this is primarily a business pattern. Or anti-pattern?
But as it's played out, there are a ton of use cases that don't fit neatly into that model, and each year the cloud platforms offer new tools that fit some of those use cases. AI will probably be able to string together existing tools as IaaS providers offer them, perhaps without even involving an engineer, but for use cases that are still outside cloud platform offerings, seem like things that require some ingenuity and creativity that AI wouldn't be able to grok.
Re: Where's the AI design Renaissance?
#53"After 2.5 years of insane hype, there’s no evidence that current AI is making the design process faster" This is antidotally untrue. I work for a small startup. We don't have the money / aren't willing to pay for a full-time designer. So, let's just say, our UI design has always been pretty terrible. With AI, using claude, to generate design and HTML / CSS based on requirements, the design that has been generated ha…
Re: Where's the AI design Renaissance?
#54Earlier quoted context omitted.
I think this is missing an important point: the developers in question thought they were being faster, when they were in fact the opposite. I'd love to see a larger study on more experienced users. The mismatch between their perception and reality is really curious.
Just a guess, but maybe they were really estimating how much effort they made. It's quite possible that it took less overall mental effort from the developers using AI, but it took more elapsed time.
The mistakes were subtle but critical. Like copying a mutex by value. Now, if I would be writing the code, I would not make the mistake. But when reviewing, it almost slipped by.
And that's where the issue is: you have to review the code as if it's written by a clueless junior dev. So, building up the mental model when reviewing, going through all the cases and thinking of the mistakes that could possibly have happened... sorry, no help.
Maybe 10% of typing it out but when I think about it, it's taking more time because I have to create the mental model in my mind then create the mental model out of the thing that AI typed out and then have to compare the two. This latter is much more time consuming than creating the model in my mind and typing it out.
Re: Where's the AI design Renaissance?
#55Suno and image generators are totally different and riding the AI wave at the moment. YouTube turned into crap, and Instagram content as well. AI fatigue is here.
Re: Where's the AI design Renaissance?
#56LLMs are architected to aim toward the center of the bell curve of their training data. You shouldn't expect them to produce innovative ideas, but the upside is they also won't produce terrible ones. The same applies to design. Most of the time, you get something that "doesn't suck", which is perfectly fine for projects where using a designer isn't worth it, like internal corporate pages. But consumer-facing pages re…
Re: Where's the AI design Renaissance?
#57Earlier quoted context omitted.
Could you expand on your criticism? OP stated that: > Developers who use AI think they're quicker and better, but they're actually slower and worse. You responded that this is a "gross overgeneralization of the content of the actual study", but the study appears to back up the original statement. To quote the summary: > When developers are allowed to use AI tools, they take 19% longer to complete issues—a significant…
> Could you expand on your criticism? Sure! The study focused on experienced devs working in complex codebases they already knew thoroughly. This was and is the worst case for using AI tooling from a cold start, _particularly_ AI tooling as it existed at the time. There were also only 16 developers involved in the study. Time has passed since the study and we've had an entirely new class of tool introduced (the agent…
Re: Where's the AI design Renaissance?
#58I do think you have to be pretty targeted with your predictions, though. Consumer product design seems to be evolving differently from B2B and at a different pace. Growth curves are different for each.
Re: Where's the AI design Renaissance?
#59Earlier quoted context omitted.
Tangent: Google keeps doing the same with GCP/Firebase/etc. Every year they launch a bunch of really well-crafted services that make it easy to build the most average kind of product in whatever area is trendy that year. Every year I am left intrigued but needing more to actually make use of them. The next year it's something else. I guess this is primarily a business pattern. Or anti-pattern?
Assuming you mean cloud platforms in general, I don't even think it's that tangential. In fact it may cut to the heart of the matter: if React-over-REST-over-SQL-plus-some-background-jobs was all we needed, cloud platform innovation would've stopped at Heroku and Rails 20 years ago, and AI could probably make a run on replacing SWE jobs entirely. But as it's played out, there are a ton of use cases that don't fit nea…