Viewing profile — halflings
halflings
HN member- Joined
- Wed, Sep 04, 2013, 3:14 PM UTC
- HN karma
- 2,566
- Public activity
- 633 items
- HN profile
- View on Hacker News ↗
About halflings
Get in touch: https://kachkach.com/ ahmed@kachkach.com
Recent public activity
- story
-
comment
Comment #47612871
> Youtube charges $10 per month and doesn't produce a single video It is different from Netflix (that pays upfront for production costs), but there's of course a revenue share + th…
-
comment
Comment #47567161
LLMs generate their output one token at a time. The first thought when you learn this is that this is a huge performance bottleneck, as we are used to highly parallelized systems. …
- story
-
comment
Comment #46861333
The main thing I noticed in the video is that they have heavily sped up all the code generation sections... seems to be on 5x speed or more. (because people got used to how fast an…
-
comment
Comment #46861303
Deploying from Antigravity is as easy as say connecting the Firebase MCP [1] and asking it "deploy my app to firebase". [1] https://firebase.google.com/docs/ai-assistance/mcp-serve…
-
comment
Comment #46386205
+1, reading through the post, the PR updating the documentation... thanks for being transparent, but also don't be so hard on yourself! That was a very niche error, that you prompt…
-
comment
Comment #46229595
"The models perform differently when called via the API vs in the Gemini UI." This shouldn't be surprised, e.g. the model != the product. The same way GPT4o behaves differently tha…
-
comment
Comment #43953204
I would also add that search has already moved elsewhere. Less and less people are using search engines to shop, ex:Amazon makes >$57B a year from search ads, but also look at Temu…
-
comment
Comment #43743634
That's what the chart says yes. 14.1GB VRAM usage for the 27B model.
-
comment
Comment #42326746
> I cannot be the first person to think about such possibilities Differentiable Rendering [1] is the closest thing to what you are describing. And yes, people have been working on …
-
comment
Comment #41050673
Training code is only useful to people in academia, and the closest thing to "code you can modify" are open weights. People are framing this as if it was an open-source hierarchy, …
-
comment
Comment #40012483
> The world is teetering on the edge of world war The world probably has never been as peaceful as in the last 50 years or so. Same goes for access to drinkable water, food, decent…
-
comment
Comment #39984313
Thanks for putting this together! Will give it a watch now
-
comment
Comment #39984278
The # of chips is not the most important metric. Most important, even ignoring latency, is throughput (tokens) per $$$. And according to their own benchmark [1] (famous last words …
-
comment
Comment #39964961
No HBM because they use tons of fast SRAM instead. Isn't that the main driver for performance here? (the way I understood it => it's still cost effective at scale due to throughput…
-
comment
Comment #39824113
Agree re:hallucinations/safety issues, that was likely one of the main blockers. And here's the sad part: they had this back in 2019... see this paper released in Jan 2020: https:/…
-
comment
Comment #39824102
This (innovator's dilemma / too afraid of disrupting your own ads business model) is the most common explanation folks are giving for this, but seems to be some sort of post-ration…
-
comment
Comment #39814287
uv has been really awesome as a replacement for pip: https://github.com/astral-sh/uv So fast it finally made virtual environments usable for me. But it's not (yet) a full replaceme…
-
comment
Comment #39714396
This looks pretty cool! What's the catch? e.g. why isn't this already implemented in accelerators, is it really just a forgotten algorithm, or this has some implications on the cos…
-
comment
Comment #39677616
> Your analogy is the same as early Intel engineers completely unaware that those chips would bring on the ramifications of social media Exactly! As they should be. (for both Intel…
-
comment
Comment #39676665
This is the definition of strawman. "Advocate for killing all humans" sounds like someone advocating for a genocide, but instead it's just the same transhumanist thinking (which Yu…
-
comment
Comment #39676650
Your comment (+ username) reads like what I would have written once upon a time when I was fully in the EA bubble. Truly no offense meant, as I was deeply into the EA movement myse…
-
comment
Comment #39504840
The importance (e.g. attention) needs to be dynamic, e.g. one token will be important to some other tokens but not others. tf-idf and similar heuristics are what we were using befo…
-
comment
Comment #39384422
Yep that's pretty much it! That's what they call needle in a haystack. See: https://github.com/gkamradt/LLMTest_NeedleInAHaystack