Sorry by designers I mean UI assets. Art and iconography.
I recently needed a transpiler for a mini-DSL to Lua. Google Gemini did a pretty good job of it, hallucinated a bunch of non existent helper functions but they were easy enough to add. It knew the target language Lua better than I did so it has some good ideas for simple generation of code. I naively would have generated more natural looking code at the cost of more effort. Once I fixed the bugs it worked fine. I estimate it would have taken me 4x as long without it.
I recently needed a transpiler for a mini-DSL to Lua. Google Gemini did a pretty good job of it, hallucinated a bunch of non existent helper functions but they were easy enough to add. It knew the target language Lua better than I did so it has some good ideas for simple generation of code. I naively would have generated more natural looking code at the cost of more effort. Once I fixed the bugs it worked fine. I estimate it would have taken me 4x as long without it.