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

grohan

no profile record

投稿

Ctoc: Cloc, but for Claude Token Counts

grohan.co
1 ポイント·投稿者 grohan·5 か月前·1 コメント

Compressed filesystems à la language models

grohan.co
67 ポイント·投稿者 grohan·8 か月前·14 コメント

Technical Debt Is Entropy in Software

grohan.co
2 ポイント·投稿者 grohan·2 年前·0 コメント

Factorials and Fun with Vim

grohan.co
2 ポイント·投稿者 grohan·3 年前·0 コメント

コメント

grohan
·5 か月前·議論
Here's a reverse engineer of the Claude token counter API as well as the model's vocabulary. Fast, offline, 96% accurate.
grohan
·8 か月前·議論
Bellard has trained various models, so it may not be the specific 169M parameter LLM, but his Transformer-based `nncp` is indeed #1 on the "Large Text Compression Benchmark" [1], which correctly accounts for both the total size of compressed enwik9 + decompresser size (zipped).

There is no unfair advantage here. This was also achieved in the 2019-2021 period; it feels safe to say that Bellard could have likely pushed the frontier far further with modern compute/techniques.

[1] https://www.mattmahoney.net/dc/text.html
grohan
·昨年·議論
They appear to have Python bindings which seems reasonable from an API / usability perspective? https://github.com/deepseek-ai/smallpond

In terms of fast FUSE - also my first question, appears to be`io_uring` + FUSE :)

https://github.com/deepseek-ai/3FS/blob/main/src/lib/api/Usr...
grohan
·2 年前·議論
Impressive numbers. Does anyone have any read or anecdotes on how much a small/mid/large company loses from low quality of software/bad practices (or conversely profits from the opposite)?

Seems like a challenging metric to measure, but always been curious on what the numbers look like.