HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mrciffa

no profile record

投稿

Show HN: MCP Log Reader – Open-source server to analyze MCP logs faster

github.com
2 ポイント·投稿者 mrciffa·昨年·0 コメント

[untitled]

4 ポイント·投稿者 mrciffa·昨年·0 コメント

Show HN: Klarity – OS tool to debug LLM reasoning patterns with entropy analysis

github.com
3 ポイント·投稿者 mrciffa·昨年·4 コメント

Show HN: Klarity – Open-source tool to analyze uncertainty/entropy in LLM output

github.com
132 ポイント·投稿者 mrciffa·昨年·26 コメント

コメント

mrciffa
·昨年·議論
It should work with any type of model, obviously longer chain of thoughts will be more difficult to analyse by the evaluation model, because it will have way more reasoning steps to identify and separate. The quality of the outcome depends a lot on the chosen model to give you insights. We tested with Llama3-70B and worked smoothly most of the times.
mrciffa
·昨年·議論
We are currently giving broad suggestions with an insight model that can be chosen during the setup. We will try to update and improve the suggestion prompt/code to make them more granular with new releases
mrciffa
·昨年·議論
Yes, reasoning models can potentially be optimized with our uncertainty estimations. We are currently testing the library with DeepSeek R1
mrciffa
·昨年·議論
Unfortunately LLMs are a gigantic monster to understand, we were considering your same approach with sliding window and we will try to keep the library updated with better and more reliable approaches based on new research papers and our internal tests.
mrciffa
·昨年·議論
Apache-2.0 is correct one
mrciffa
·昨年·議論
Exactly! Uncertainty is critical to correctly evaluate LLM performance and we don't need reasoning models to spend thousands of tokens on simple questions
mrciffa
·昨年·議論
We want to integrate reasoning models as next steps because we see a lot of value in understanding better CoTs behaviour (DeepSeek R1 & Co)
mrciffa
·昨年·議論
Oh damn, you are right. It's my first opensource project and I didn't thought about it
mrciffa
·昨年·議論
In the example I'm using the instruction tuned version of Qwen2.5-7B to generate the insights