Monday, 2 December 2024

Show HN: Yeet a cube, an example of AI-powered UX https://bit.ly/4fUye2O

Show HN: Yeet a cube, an example of AI-powered UX A web app that lets you yeet a cube with a natural language request rather than by pressing a button. The code is available at https://bit.ly/3D7xVD1 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. So this example is serverless (hosted on vercel and asterai for the AI agent), meaning there's no need to manage any server code to implement AI-powered UX use cases such as this (very important) one. https://bit.ly/4gc4xtE December 3, 2024 at 04:18AM

No comments:

Post a Comment