Live data from Hacker News

Viewing profile — rockinghigh

rockinghigh

HN member
Joined
Mon, Jun 15, 2015, 3:49 PM UTC
HN karma
1,143
Public activity
401 items

About rockinghigh

No profile information was provided.

Recent public activity

  1. comment
    Comment #49072319

    For small models, tokenization can reach 1-10% of total inference time.

  2. 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…

  3. 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.

  4. comment
    Comment #48708420

    The US is also falling behind Chinese manufacturing. They had to ban Chinese cars because legacy American automakers couldn't compete.

  5. 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?

  6. comment
    Comment #48499060

    Imagine if your IDE started injecting bugs into your project just because your code looked like it implemented a competing IDE.

  7. comment
    Comment #48286784

    Consumers don't control zoning laws or risk mitigation details.

  8. comment
    Comment #48231687

    Gemini tends to be faster and the Flash and Flash Lite models outperform ChatGPT's equivalent models.

  9. 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.

  10. comment
    Comment #48229641

    They own tons of engagement data associated with that index from being the default search engine on most devices.

  11. 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…

  12. 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.

  13. comment
    Comment #47839204

    They could release data to back up that claim.

  14. comment
    Comment #47839180

    Are there any protections from industrial espionage when using Anthropic, Cursor, Gemini, or OpenAI?

  15. 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,…

  16. comment
    Comment #47405760

    It's the number of attempts at answering the question.

  17. comment
    Comment #47330466

    He founded the team that worked on fasttext, llama and other similarly impactful projects.

  18. comment
    Comment #47330457

    He founded FAIR and the team in Paris that ultimately worked on the early Llama versions.

  19. comment
    Comment #47328826

    It can also be used to simplify existing code bases.

  20. comment
    Comment #47057907

    It's a lot simpler. These models are not optimized for ambiguous riddles.

  21. comment
    Comment #46978611

    How is this riddle relevant to a coding model?

  22. comment
    Comment #46978579

    They do. Pretty much all agentic models call linting, compiling and testing tools as part of their flow.

  23. 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 …

  24. 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.

  25. 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…