TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Rethinking Design Tools in the Age of Machine Learning

79 pointsby mayavaabout 8 years ago

4 comments

pavlovabout 8 years ago
This is an area where the vision is very desirable, but user expectations also run sky-high.<p>A company called The Grid collected about $5 million from users (and another sum in the same ballpark from VCs) with the promise of an AI that designs websites for you. Years later, they still have very little to show.<p>It seems like most of those tens of thousands of aspiring web creators who paid $96 to be &quot;founding members&quot; of this AI revolution have quietly licked their wounds and given up, because there doesn&#x27;t even seem to be too much active discussion about the product anymore. (The Reddit forum is dead, with a few messages of the &quot;Can we sue?&quot; kind.)
评论 #14225517 未加载
评论 #14223958 未加载
huulaabout 8 years ago
Great article. Covers a lot of aspects on how ML can help designers be more creative and productive!<p>At Huula, I&#x27;m a firm believer that ML can automate various parts of web designs. We just released a new experiment CSSToucan[1] to auto color texts on web pages with Recurrrent Neural Networks. It learns to color texts on web pages without a single line of color theories in the code. All learned from the data. Hope to see more and more ML powered design tools emerging!<p>[1]: <a href="https:&#x2F;&#x2F;huu.la&#x2F;ai&#x2F;csstoucan" rel="nofollow">https:&#x2F;&#x2F;huu.la&#x2F;ai&#x2F;csstoucan</a>
mtdewcmuabout 8 years ago
It sounds like one of the core issues is dimensionality reduction. I would suggest reducing everything to text. Text is one-dimensional.<p>In this case:<p>&gt;&gt; Like any other map, we can add textual labels — street signs if you will. This allows us to navigate the design space verbally with commands like: “take me to a maple leaf.” Once there, we could say something like: “take me a bit closer to an oak leaf.”<p>The change here would be subtle. Rather than a two-way conversation between tool and user, instead it&#x27;s more like the user is telling a story and the tool is making suggestions along the way:<p>start:<p>&quot;Create a leaf&quot;<p>tool inserts a suggestion:<p>&quot;Create a [maple,oak,cherry,...] leaf&quot;<p>user updates the story with the clarification:<p>&quot;Create a maple leaf&quot;<p>tool suggests:<p>&quot;Create a [red,green,...] maple leaf&quot;<p>user:<p>&quot;Create a green maple leaf&quot;<p>user starts typing more:<p>&quot;Create a green maple leaf on a&quot;<p>tool inserts suggestions:<p>&quot;Create a maple leaf on a [branch,wreath,...]&quot;<p>Hope this is helpful.
oronabout 8 years ago
Great well written article