Viewing profile — lopuhin
lopuhin
HN member- Joined
- Thu, Sep 10, 2015, 11:00 AM UTC
- HN karma
- 156
- Public activity
- 70 items
- HN profile
- View on Hacker News ↗
About lopuhin
Github: https://github.com/lopuhin/ Kaggle: https://www.kaggle.com/lopuhin/
Recent public activity
- story
-
comment
Comment #48029235
Qwen3.5 is able to output click coordinates and bounding boxes just fine, as values normalized to 0..1000, I’d hope Qwen3.6 didn’t loose this capability.
-
comment
Comment #47091532
For that you only need high throughput which is much easier to achieve compared to high latency, thanks to batching -- assuming the log lines or chunks can be processed independent…
- story
-
comment
Comment #46599230
On whether this accounts only the final output layer -- once the first token is generated (i.e. selected according to the modified sampling procedure), and assuming a different tok…
-
comment
Comment #46457276
That's impressive how you figured out the reason for the difference in list of floats vs list of ints container size, framed as an interview question that would have been quite dif…
-
comment
Comment #46238297
Context window size of 400k is not new, gpt-5, 5.1, 5-mini, etc. have the same. But they do claim they improved long context performance which if true would be great.
-
comment
Comment #44822311
you can rent them for less then $2/h in a lot of places (maybe not in the drawer)
-
comment
Comment #44530959
I find OpenAI's new flex processing more attractive, as it has the same 50% discount, but allows to use the same API as regular chat mode, so you can still do stuff where Batch API…
-
comment
Comment #43721856
it's pretty difficult to package native python dependencies for wasmtime or other wasi runtimes, e.g. lxml
- story
-
comment
Comment #43463610
Crazy amount of breakage... Here is a PR which reverts this: https://github.com/pypa/setuptools/pull/4911 Interesting that maintainers of setuptools still only postpone the depreci…
-
comment
Comment #43194303
Congrats on the launch! How much does it cost? And what is the sandboxing technology?
-
comment
Comment #42850731
I find it strange that the author is really happy with the quality of string comparison here https://pgaleone.eu/ai/coding/2025/01/26/using-ai-for-coding... and while it would kind…
-
comment
Comment #42805079
It's a 600B+ mixture of experts and yes it's described in the paper, GitHub, etc.
-
comment
Comment #42804031
Why is this doubtful, did you spot any suspicious things in their paper? They make the weights and a lot of training details open as well, which leaves much less room for making st…
-
comment
Comment #42768858
With distilled models being released, it's very likely they'd be soon served by other providers at a good price and perf, unlike the full R1 which is very big and much harder to se…
-
comment
Comment #41827367
I don't think so, what they show on CS video is exactly the Dust2 map, not just something similar/inspired by it.
-
comment
Comment #41571442
I think GraalPython does have a GIL, see https://github.com/oracle/graalpython/blob/master/docs/contr... - and if by "there is no such thing on those platforms" you mean JVM/CLR no…
-
comment
Comment #41028259
Curious which model was used? Sorry if I missed that. Looks like an important detail to mention when doing an evaluation.
-
comment
Comment #41007137
Also I don't think you can use NIM packages in production without a subscription, and I wasn't able to find the cost without signing up. Also NIM package for Mistral Nemo is not ye…
-
comment
Comment #40977818
The README says they plan to add llama.cpp support which should cover a lot of targets, also they have tinygrad already integrated I think.
-
comment
Comment #40730307
Not quite the same, OpenAI was initially quite open, while Ilia is currently very explicitly against opening or open-sourcing research, e.g. see https://www.theverge.com/2023/3/15/…
-
comment
Comment #40663249
yes looks like a bug in the example to me, feel free to report to https://github.com/fchollet/ARC-AGI/issues :)
-
comment
Comment #40553735
Really nice to see no-GIL Python become closer and closer to reality.