rellfy
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hi HN. til is a timeline file format and CLI with a web viewer and editor. A timeline stores 3 main things: events, ranged events, and tags. Events can point to external refs (URIs, UUIDs, etc; a ref is an arbitrary…
-
Asterbot is a modular AI agent where every capability, such as web search, memory, LLM provider, is a swappable WASM component, sandboxed via WASI. Components only have access to what you explicitly grant (e.g. a single…
-
For the past few months, I've been working on a WebAssembly (WASM) component model registry and runtime (built on wasmtime) called asterai. My goal is to help make the WASM component model mainstream, because I think…
- Your Own AI Developer on GitHub (rellfy.com)
- Control Flow in AI Agents (rellfy.com)
- Show HN: Yeet a cube, an example of AI-powered UX (yeet-the-cube.vercel.app)
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://github.com/rellfy/yeet-the-cube The AI part is done as a plugin that defines the…