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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Yeet a cube, an example of AI-powered UX

3 点作者 rellfy6 个月前
A web app that lets you yeet a cube with a natural language request rather than by pressing a button.<p>The code is available at <a href="https:&#x2F;&#x2F;github.com&#x2F;rellfy&#x2F;yeet-the-cube">https:&#x2F;&#x2F;github.com&#x2F;rellfy&#x2F;yeet-the-cube</a><p>The AI part is done as a plugin that defines the yeet function and is uploaded to asterai.io which hosts the AI agent. Messages are received in the front-end and decoded with protobuf. Once the yeet request is identified a function is called to yeet the cube with three.js.<p>So this example is serverless (hosted on vercel and asterai for the AI agent), meaning there&#x27;s no need to manage any server code to implement AI-powered UX use cases such as this (very important) one.

暂无评论

暂无评论