Viewing profile — nr378
nr378
HN member- Joined
- Wed, Feb 15, 2023, 12:46 PM UTC
- HN karma
- 397
- Public activity
- 94 items
- HN profile
- View on Hacker News ↗
About nr378
No profile information was provided.
Recent public activity
-
comment
Comment #49236320
> Uber losses were $12B over 5 years. Uber burned through roughly $32 billion in cumulative losses before reaching sustained profitability. The rough timeline: - Founded 2009, and …
-
comment
Comment #49233582
[dead]
-
comment
Comment #49233463
High growth companies often have significant negative cashflow during the early high growth era, followed by positive cashflow in the years later down the line. This phenomenon is …
-
comment
Comment #48815553
> The frontier LLM labs run on a huge fixed cost and very low marginal cost. > Imagine that you want to buy a few B300s to run GLM 5.2 and rent the service out to other people. How…
-
comment
Comment #48659972
Arguably Google is both (with GCP and Gemini).
-
comment
Comment #48298787
Claude Teams and Claude Enterprise are 2 distinct plans. Simon is right that Enterprise seats have no included usage (and so all usage is charged at API billing rates), whereas Tea…
- story
- story
- story
- story
- story
- story
-
comment
Comment #47412067
Yep I think you can reasonably argue that immutability + strong conventions are the most important dimensions (as opposed to FP vs. OOP, as much as I like FP and dislike OOP): Immu…
-
comment
Comment #47411319
The data doesn't well support the claim that FP is best. Elixir tops the table at 97.5%, but C# (88.4%) is OOP and scores almost identically to Racket (88.9%), and Ruby (81.0%) and…
- story
-
comment
Comment #47387972
> 3. Storing it the way this article presents makes it usable for agents, but not humans. Whereas the point of knowledge graph, ontology, etc is to create the same layer for both h…
- story
- story
-
comment
Comment #47325969
Dario has made a specific cohort argument here. His numbers (from various interviews) are: you train a model in 2023 for $100M, deploy it, and it earns $200M over its lifetime. Mea…
-
comment
Comment #47315094
Based on the docs and API surface, I think the filesystem abstraction is probably copy-on-mount backed by object storage. I suspect it works as follows: when a task starts, filesys…
- story
- story
-
comment
Comment #47198356
Oh that's quite a nice idea - agentic context management (riffing on agentic memory management). There's some challenges around the LLM having enough output tokens to easily specif…
-
comment
Comment #47195544
Nice work. It strikes me there's more low hanging fruit to pluck re. context window management. Backtracking strikes me as another promising direction to avoid context bloat and co…
- story