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.

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

3 pointsby rellfy5 months ago
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.

no comments

no comments