Live data from Hacker News

Viewing profile — tifa2up

tifa2up

HN member
Joined
Wed, Jul 27, 2016, 12:59 AM UTC
HN karma
457
Public activity
90 items

About tifa2up

Building agentset.ai

Recent public activity

  1. comment
    Comment #47470766

    Interesting project. Curious why Electrobun over Tauri here? Tauri has a much larger ecosystem and rust based for improved performance.

  2. story
  3. story
  4. story
  5. comment
    Comment #46944390

    https://agentset.ai/ Open-source RAG infrastructure.Every team I talk to has the same experience: RAG works in the demo, breaks in production. We handle ingestion through retrieval…

  6. story
  7. story
  8. story
  9. comment
    Comment #46630311

    https://abdellatif.io

  10. story
  11. story
  12. story
  13. comment
    Comment #46086119

    https://agentset.ai/leaderboard/embeddings good rundown of other open-source embedding models

  14. comment
  15. story
  16. story
  17. story
  18. comment
    Comment #45875842

    Right now it's single shot, we're looking into building an "Agentic Retrieval" based on Claude ADK. tbd how it'll work

  19. comment
    Comment #45873248

    I'm building https://github.com/agentset-ai/agentset , RAG as a service that works quite well out of the box. We achieve this performance by baking in the best practices before any…

  20. story
  21. comment
    Comment #45822880

    Think it varies by use case. It didn't do well with long context

  22. comment
    Comment #45820980

    For large context (up to 100K tokens in some cases). We found that GPT-5: a) has worse instruction following; doesn't follow the system prompt b) produces very long answers which r…

  23. comment
    Comment #45820651

    We tried GPT-5 for a RAG use case, and found that it performs worse than 4.1. We reverted and didn't look back.

  24. story
  25. comment
    Comment #45713743

    Don't solve it on the STT level. Get the raw transcription from Gemini then pass the output to an LLM to fix company names and other modifications. Happy to share more details if h…