TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Rethinking Design Tools in the Age of Machine Learning

79 点作者 mayava大约 8 年前

4 条评论

pavlov大约 8 年前
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 未加载
huula大约 8 年前
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>
mtdewcmu大约 8 年前
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.
oron大约 8 年前
Great well written article