Viewing profile — rockinghigh
rockinghigh
HN member- Joined
- Mon, Jun 15, 2015, 3:49 PM UTC
- HN karma
- 1,143
- Public activity
- 401 items
- HN profile
- View on Hacker News ↗
About rockinghigh
No profile information was provided.
Recent public activity
-
comment
Comment #49072319
For small models, tokenization can reach 1-10% of total inference time.
-
comment
Comment #48999466
A coding agent driven by a large LLM can delegate smaller tasks to a faster model. For example searching through the codebase for references, examples, or established patterns. The…
-
comment
Comment #48981189
Open-weight models were lagging 4 months behind OpenAI/Anthropic at the beginning of the year. They are now just 4-6 weeks behind.
-
comment
Comment #48708420
The US is also falling behind Chinese manufacturing. They had to ban Chinese cars because legacy American automakers couldn't compete.
-
comment
Comment #48499081
Same here, I fine tune LLMs for specific use cases. How can I trust Anthropic models not to introduce bugs to preserve their moat?
-
comment
Comment #48499060
Imagine if your IDE started injecting bugs into your project just because your code looked like it implemented a competing IDE.
-
comment
Comment #48286784
Consumers don't control zoning laws or risk mitigation details.
-
comment
Comment #48231687
Gemini tends to be faster and the Flash and Flash Lite models outperform ChatGPT's equivalent models.
-
comment
Comment #48229667
It may be a push from advertisers who want access to this format. Google Search competes for their money against the competition.
-
comment
Comment #48229641
They own tons of engagement data associated with that index from being the default search engine on most devices.
-
comment
Comment #48183904
Why wouldn't getting more customers the plan? Anthropic doesn't acquire companies to have a lower market share. There is clearly a consolidation and a rush to get as much of the de…
-
comment
Comment #47839279
The MoE experts are quantized to int4, all other weights like the shared expert weights are excluded from quantization and use bf16.
-
comment
Comment #47839204
They could release data to back up that claim.
-
comment
Comment #47839180
Are there any protections from industrial espionage when using Anthropic, Cursor, Gemini, or OpenAI?
-
comment
Comment #47589465
Their revenue was $57.4 billion last year. Just in Q4; cloud revenue $6.7 billion, cloud infrastructure $3.0 billion, cloud application $3.7 billion, Fusion Cloud ERP $1.0 billion,…
-
comment
Comment #47405760
It's the number of attempts at answering the question.
-
comment
Comment #47330466
He founded the team that worked on fasttext, llama and other similarly impactful projects.
-
comment
Comment #47330457
He founded FAIR and the team in Paris that ultimately worked on the early Llama versions.
-
comment
Comment #47328826
It can also be used to simplify existing code bases.
-
comment
Comment #47057907
It's a lot simpler. These models are not optimized for ambiguous riddles.
-
comment
Comment #46978611
How is this riddle relevant to a coding model?
-
comment
Comment #46978579
They do. Pretty much all agentic models call linting, compiling and testing tools as part of their flow.
-
comment
Comment #46940303
It's called problem decomposition and agentic coding systems do some of this by themselves now: generate a plan, break the tasks into subgoals, implement first subgoal, test if it …
-
comment
Comment #46938562
A language model in computer science is a model that predicts the probability of a sentence or a word given a sentence. This definition predates LLMs.
-
comment
Comment #46927764
How do you join two datasets using r-trees? In a business setting, having a static and constant projection is critical. As long as you agree on zoom level, joining two datasets wit…