yoeven

↗ HN profile [ 84.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN, I'm one of the people behind OpenWebSearch (https://openwebsearch.ai). It's a router for web search indexes. You POST to one endpoint with a `provider` field, and it normalizes both the request and the response…

  2. More often than not we pre-process data using an LLM before inserting them into a column/row on the database, for example translating text and storing the different languages or running OCR on a document and storing the…

  3. LLMs have changed the way we code, build, and launch a product. Many of these cases are human-in-the-loop tasks like vibe coding or workflows that have a larger margin of error that is acceptable. However, LLMs aren't…

  4. Would devs want a single API that automatically routes to the best LLM for their goal while having basic tools built in like web scraping, web search, etc? Or would devs want way more control like a Lang chain/AI SDK,…

  5. I love using markdown for basically anything static, from blogs to static pages on my site, to some docs and even email templates. I tried using notion as a CMS of sorts for my blogs but it tends to cause more problems…

  6. The HN altenrative I like (dailypings.com)
  7. I missed the good old days when gpt-3.5 was the best model in the market. You had one library, one "framework" and one standard. Now we have awesome models like R1 that rival o1 being 100x cheaper, gemini flash 8b with…

  8. Most TTS models today have a fixed set of voices that are tied to a fixed set of languages. We built a trained TTS model with the concept of accents like we have in real life. You can have a Chinese person speaking…