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

44za12

no profile record

投稿

Stop generating what you already have

aazar.me
2 ポイント·投稿者 44za12·16 日前·0 コメント

Horcrux – Distributed, Zero-Trust Secret Manager

github.com
3 ポイント·投稿者 44za12·21 日前·2 コメント

Lattice Deduction Transformers

arxiv.org
4 ポイント·投稿者 44za12·先月·0 コメント

MiniMax M3

xcancel.com
5 ポイント·投稿者 44za12·先月·0 コメント

δ-mem: Efficient Online Memory for Large Language Models

arxiv.org
240 ポイント·投稿者 44za12·2 か月前·60 コメント

Beyond Semantic Similarity

arxiv.org
68 ポイント·投稿者 44za12·2 か月前·15 コメント

In Defense of Boring Technology

aazar.me
1 ポイント·投稿者 44za12·5 か月前·0 コメント

Show HN: RightSize CLI, Find the cheapest LLM that works for your prompt

github.com
3 ポイント·投稿者 44za12·6 か月前·0 コメント

Show HN: LLM Sanity Checks – A practical guide to not over-engineering AI

github.com
1 ポイント·投稿者 44za12·6 か月前·0 コメント

Stop using JSON for LLM structured output

nehmeailabs.com
2 ポイント·投稿者 44za12·6 か月前·1 コメント

FlashCheck-270M: Open weights for fact verification (Apache 2.0, WASM Demo)

huggingface.co
2 ポイント·投稿者 44za12·7 か月前·0 コメント

コメント

44za12
·11 日前·議論
Location: UAE Remote: Preferred Want to relocate: No

Philosophy: Brutally Efficient

More: https://aazar.me
44za12
·3 か月前·議論
I read it as an article in defence of boring tech with a fancier/clickbaity title.

Here’s the more honest one i wrote a while back:

https://aazar.me/posts/in-defense-of-boring-technology
44za12
·4 か月前·議論
Specialised models easily beat SOTA, case in point: https://nehmeailabs.com/flashcheck
44za12
·4 か月前·議論
All of us use the same keyboards more or less, maybe us randomly typing a large number is not as random as we would like to think. Just like how “asdf”, “xcyb” are common strings because these keys are together, there has to be some pattern here as well.
44za12
·6 か月前·議論
Yes, I included a 'Model Selection Cheat Sheet' in the README (scroll down a bit).

I map them by task type:

Tiny (<3B): Gemma 3 1B (could try 4B as well), Phi-4-mini (Good for classification). Small (8B-17B): Qwen 3 8B, Llama 4 Scout (Good for RAG/Extraction). Frontier: GPT-5, Llama 4 Maverick, GLM, Kimi

Is that what you meant?
44za12
·6 か月前·議論
This is the way. I actually mapped out the decision tree for this exact process and more here:

https://github.com/NehmeAILabs/llm-sanity-checks
44za12
·6 か月前·議論
For simple extraction tasks, a delimiter-separated string uses 11 tokens vs 35 for JSON. Output tokens are the latency bottleneck.