Viewing profile — coder68
coder68
HN member- Joined
- Wed, Aug 27, 2025, 1:39 AM UTC
- HN karma
- 44
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About coder68
No profile information was provided.
Recent public activity
-
comment
Comment #48137689
This seems pretty useful for AI inference if it can pass Apple approval. I've wanted to use my Nvidia GPUs with a Mac Mini, this would enable it to run CUDA directly. Very cool!
-
comment
Comment #47988610
What would be an example of a positive signal?
-
comment
Comment #47835575
In fact it is appreciated that Qwen is comparing to a peer. I myself and several eng I know are trying GLM. It's legit. Definitely not the same as Codex or Opus, but cheaper and "g…
-
comment
Comment #47740097
AI is much better at front-end than me, it has really enabled me to build visual apps as a normally backend/ML guy.
-
comment
Comment #47704664
A bit more context would be helpful, as someone happy to donate -- what is the current situation, why the urgency? Just some more info would be good.
-
comment
Comment #47698299
Hmm you might be able to tweak the settings further. Under llama.cpp on one RTX 6000 Pro I get ~215 tok/s generation speed. The key for me was setting min_p greater than 0. My sett…
-
comment
Comment #47693018
I have not delved into the theory yet but it seems that the smaller open-source models do this already to an extent. They have less parameters, but spend much more time/tokens reas…
-
comment
Comment #47656978
20 years is quite an optimistic timeline. Of course, we will use agents to solve the problems of agents!
-
comment
Comment #47619156
I gave it a whirl but was unenthused. I'll try it again, but so far have not really enjoyed any of the nvidia models, though they are best in class for execution speed.
-
comment
Comment #47618496
Are there plans to release a QAT model? Similar to what was done for Gemma 3. That would be nice to see!
-
comment
Comment #47618458
120B would be great to have if you have it stashed away somewhere. GPT-OSS-120B still stands as one of the best (and fastest) open-weights models out there. A direct competitor in …
-
comment
Comment #47575601
The good news is local models have significantly improved. If it all goes down today, you can still run e.g. Qwen 3.5 at home, and it's "good enough" for most workloads. With a gam…
-
comment
Comment #47520025
We all probably need to touch grass a bit. Our industry is really out of touch with reality right now, although the looming impact of AI is probably quite real.
-
comment
Comment #47508929
Thanks! Super interested in LLMs for translation :D glad to see you folks doing this work.
-
comment
Comment #47482814
It does? There is a fast drop followed by a long decay, exponential in fact. The cooling rate is proportional to the temperature difference, so the drop is sharpest at the very beg…
-
comment
Comment #47481857
Is there interest in benchmarking the proprietary LLMs for translation? Curious as I often use Gemini 3 Flash, but I have no idea how good it is for my language family. I prefer op…
-
comment
Comment #47280914
Even working in "tech" but not FAANG this is so true, 10 days is still the norm at many white collar businesses for your first year of employment, sometimes 15 days if they're gene…
-
comment
Comment #47280903
The tradeoff with many EU countries would be that they enjoy their leisure time a lot more and sooner than Americans. Americans make more and save more statistically, but they spen…
- comment
-
comment
Comment #46383788
As someone studying Polish, and making excellent progress, I mostly agree with your take. If you want to explore other languages, something like Spanish will get you much more mile…
-
comment
Comment #45059753
To chime in about where I'm at -- one problem was solved with a statistical classifier, but to bootstrap another, I ended up using keywords. It took a few hours to get a reasonable…
-
comment
Comment #45059739
To some degree manual labeling has to be done anyway, just to validate that any approach works at all, you'll always need ground truth from somewhere. What I suggested is that zero…
-
comment
Comment #45054322
oh this seems like an interesting idea, what tactics do you use for augmentation? For my own use-case, I think I could reorder semantic chunks, or maybe randomly delete pieces, but…
-
comment
Comment #45039574
The outputs are working correctly in terms of formatting, but the answers themselves may be inconsistent. I have experimented with varying the prompt and the answers can change dra…
-
comment
Comment #45039549
I can confirm that Distillbert has worked well when I have used it for classification, especially on shortish sequences. I'm really interested in trying out ModernBert, or a smalle…