Hacker News new | ask | show | jobs
by skid_dancer 1070 days ago
Looks good. Quite similar to Flowise.ai in terms of functionality from what I can tell, and they were just backed by YC. I'm not just sure why these tools want to limit themselves to LLMs. There's so much more beyond that. My dream tool would allow me to input any media (audio, speech, image, text, and) would output any of these based on the setup in this no-code tool.

Ex: input speech, convert to text (with any s2t), analyze the text and write an answer(with any LLM), text2speech(with any t2s), all this from a no-code UI. And generate an API where I can just send an audio file, and retrieve the audio answer.

2 comments

Absolutely, I would love to integrate other types of models (mentioned at the end of the anointment post)! Stable diffusion and whisper.cpp could be a good place to start

It is a bit different from Flowise because it is focused on end users building workflows instead of companies building on top of Flowise. Because Floneum is focused on non-technical end users, we also have a fully sandboxed plugin system and require no external dependencies like python/npm to get started

>> input any media (audio, speech, image, text, and) would output any of these

This is exactly what we are trying to achieve with Ultraforge: https://www.filterforge.com/ultraforge/

It will be focused on images at first, but if it takes of, nothing prevents us from adding other types of nodes (audio, etc.)