Viewing profile — Ephil012
Ephil012
HN member- Joined
- Mon, Jan 30, 2017, 8:22 PM UTC
- HN karma
- 381
- Public activity
- 105 items
- HN profile
- View on Hacker News ↗
About Ephil012
Recent public activity
- story
-
comment
Comment #40384706
To add on to this: I think it should be mentioned that Slack says they'll prevent data leakage across workspaces in their model, but don't explain how they do this. They don't seem…
-
comment
Comment #39206770
I recently attended a talk by someone at Balsa Research last week about the Jones Act. Balsa Research is trying to get it repealed. Highly recommend checking them out. https://www.…
-
story
Show HN: I Built a GitHub Action to Monitor LlamaIndex Performance
Hi all, I had been working with tools like LlamaIndex at work and realized that there were not many good options for monitoring RAG systems for performance. So I built a pretty sim…
-
comment
Comment #38553441
Your best bet is probably to go through a doctor and get testing from a medical genome sequencing service that is covered under HIPAA. I am not 100% sure if this is bulletproof, bu…
- story
- story
-
comment
Comment #38417311
Dbrand Sues Casetify
- story
- story
-
comment
Comment #38411113
AP didn’t provide a link to the official campaign page I think. Here’s the link https://www.restauracionecologica.org/adopciones
-
comment
Comment #38326537
Out of curiosity, why do you say the bit about not using CloudFlare's DNS? Is using it incompatible with archive.is?
-
comment
Comment #38323807
At my company, we developed an open source library to measure if the context the model received is accurate or not. While not exactly the same as what you're asking, you could in t…
- story
-
comment
Comment #38281110
I tried out the Assistants API and noticed that similarly bad performance, but with a catch. Apparently if you combine all the files into one single text file, then the performance…
-
comment
Comment #38281042
Here's the catch. I did an analysis earlier myself of the assistants API and discovered this good performance is ONLY for if you combine into a single text file. If you try multipl…
- story
- story
-
comment
Comment #38083983
Unfortunately, right now the LLM cost is just a fundamental issue. I think it is hard to get around because comparing answer quality usually involves understanding the question and…
-
story
Show HN: Tonic Validate Logging – an open-sourced SDK and convenient UI
Hey HN, Joe and Ethan from Tonic.ai here again. Alongside last week’s announcement of Tonic Validate Metrics ( https://news.ycombinator.com/item?id=38012126 ), we’ve also released …
-
comment
Comment #38053008
Pretty cool tutorial. As a side note, it is pretty hard to evaluate these pipelines for quality once you build them since there's not many standard practices yet given how new this…
-
comment
Comment #38015884
Right now, we are planning on adding more metrics in the future. We also have considered adding the ability of using vector embeddings instead of LLMs for analyzing the responses (…
-
comment
Comment #38015092
No problem! If you have any questions in the future, feel free to open a issue on Github. Also, we got a free UI for visualizing the metric logs (no paid tier or anything like that…
-
comment
Comment #38012187
Hi all, if anyone has any questions about the open source library, Joe and I will be around today to answer them.
-
story
Show HN: Tonic Validate Metrics – an open-source RAG evaluation metrics package
Hey HN, Joe and Ethan from Tonic.ai here. We just released a new open-source python package for evaluating the performance of Retrieval Augmented Generation (RAG) systems. Earlier …