HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kaushik92

no profile record

Submissions

Botnets account for 25% of all Internet traffic

substack.com
6 points·by kaushik92·anno scorso·0 comments

Show HN: Compliant LLM toolkit for ensuring compliance & security of AI systems

github.com
7 points·by kaushik92·anno scorso·0 comments

Show HN: Compliant-LLM: Audit AI Agents for Compliance with NIST AI RMF

github.com
11 points·by kaushik92·anno scorso·4 comments

Show HN: FiddleCube – Generate Q&A to test your LLM

github.com
78 points·by kaushik92·2 anni fa·18 comments

comments

kaushik92
·2 anni fa·discuss
I have seen this, but I find it fairly hard to use.

Our goal is to focus on datasets and make it very easy to create and manage data.

In our next release, we will be launching a way to do this using a UI.
kaushik92
·2 anni fa·discuss
We identified and solved for 2 key problems with generating data using GPT: 1. Duplicate/similar data points - we solve this by adding deduplication to our pipeline. 2. Incorrect question-answers - we check for correctness and context relevance. Filter out incorrect rows of data.

Apart from this, we generate a diverse set of questions including complex reasoning and chain of thought.

We also generate domain specific unsafe questions - questions that violate TnC of the particular LLM to test the model guardrails.
kaushik92
·2 anni fa·discuss
This is great feedback! Will work on adding this soon.
kaushik92
·2 anni fa·discuss
We do care a lot about data privacy. While the data is sent to an API, we do not store anything on our servers or use our user's data in any way.

We are working on getting SOC2 certified. In the meantime, we sign a legally binding agreement with our users who have data privacy needs/concerns.
kaushik92
·2 anni fa·discuss
Ragas is an eval tool which needs ground truths and queries for evaluation. FiddleCube generates the queries and the ground truth needed for eval in Ragas, LangSmith or an eval tool of choice.

We incorporate user prompts to generate the outputs and provide diagnostics and feedback for improvement, rather than eval metrics. So you can plug your low scored queries provided by Ragas, your prompt and context. FiddleCube can provide the root cause and the ideal response.

This is an alternative to manual auditing and testing, where an auditor works on curating the ideal dataset.
kaushik92
·3 anni fa·discuss
Congrats on the launch! Looks amazing
kaushik92
·3 anni fa·discuss
Migration projects are painful and no developer enjoys them. Good to see a great solution to automate this!
kaushik92
·3 anni fa·discuss
This is amazing. Really needed something like this to standardize all my different AI APIs!

On a side note - I love how quickly your team is shipping! Do keep it going!
kaushik92
·3 anni fa·discuss
Moving data in and out of Postgres in a fast and reliable way is exactly what my startup needs. I am looking forward to trying PeerDB!