HackerTrans
TopNewTrendsCommentsPastAskShowJobs

44za12

no profile record

Submissions

Stop generating what you already have

aazar.me
2 points·by 44za12·قبل 16 يومًا·0 comments

Horcrux – Distributed, Zero-Trust Secret Manager

github.com
3 points·by 44za12·قبل 21 يومًا·2 comments

Lattice Deduction Transformers

arxiv.org
4 points·by 44za12·الشهر الماضي·0 comments

MiniMax M3

xcancel.com
5 points·by 44za12·الشهر الماضي·0 comments

δ-mem: Efficient Online Memory for Large Language Models

arxiv.org
240 points·by 44za12·قبل شهرين·60 comments

Beyond Semantic Similarity

arxiv.org
68 points·by 44za12·قبل شهرين·15 comments

In Defense of Boring Technology

aazar.me
1 points·by 44za12·قبل 5 أشهر·0 comments

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

github.com
3 points·by 44za12·قبل 6 أشهر·0 comments

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

github.com
1 points·by 44za12·قبل 6 أشهر·0 comments

Stop using JSON for LLM structured output

nehmeailabs.com
2 points·by 44za12·قبل 6 أشهر·1 comments

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

huggingface.co
2 points·by 44za12·قبل 7 أشهر·0 comments

comments

44za12
·قبل 11 يومًا·discuss
Location: UAE Remote: Preferred Want to relocate: No

Philosophy: Brutally Efficient

More: https://aazar.me
44za12
·قبل 3 أشهر·discuss
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 أشهر·discuss
Specialised models easily beat SOTA, case in point: https://nehmeailabs.com/flashcheck
44za12
·قبل 4 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
For simple extraction tasks, a delimiter-separated string uses 11 tokens vs 35 for JSON. Output tokens are the latency bottleneck.