Viewing profile — tifa2up
tifa2up
HN member- Joined
- Wed, Jul 27, 2016, 12:59 AM UTC
- HN karma
- 457
- Public activity
- 90 items
- HN profile
- View on Hacker News ↗
About tifa2up
Recent public activity
-
comment
Comment #47470766
Interesting project. Curious why Electrobun over Tauri here? Tauri has a much larger ecosystem and rust based for improved performance.
- story
- story
- story
-
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…
- story
- story
- story
-
comment
Comment #46630311
https://abdellatif.io
- story
- story
- story
-
comment
Comment #46086119
https://agentset.ai/leaderboard/embeddings good rundown of other open-source embedding models
- comment
- story
- story
- story
-
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
-
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…
- story
-
comment
Comment #45822880
Think it varies by use case. It didn't do well with long context
-
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…
-
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.
- story
-
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…