Live data from Hacker News

Viewing profile — zuzuen_1

zuzuen_1

HN member
Joined
Mon, Aug 04, 2025, 7:29 PM UTC
HN karma
15
Public activity
15 items

About zuzuen_1

No profile information was provided.

Recent public activity

  1. comment
    Comment #48901764

    "We make a tentative calibration of the self-sustaining ac celeration condition using the existing data that is available, measuring AI capabilities using the Epoch Capabilities In…

  2. story
  3. comment
    Comment #48609442

    I think we need better classification and taxonomy on erroneous LLM behaviors than the catch-all term "hallucinate"..

  4. story
  5. comment
  6. story
  7. comment
    Comment #48375422

    Tbh, I think troubleshooting / investigation is really a lot different from feature development. Wrong fixes upstream are really bad because software downstream starts relying on t…

  8. comment
    Comment #47952943

    Wait, this is insane! And the method they use to classify an outage seems solid as well. Imagine being a Github dev working in this environment.

  9. story
  10. comment
    Comment #45944324

    I've been building Modulo AI for the past year - an AI system that fixes GitHub issues. Early versions took 5+ minutes to analyze a single issue. After months of optimization, we'r…

  11. story
  12. comment
    Comment #44898641

    One pain point such a PL could address is encoding tribal knowledge about optimal prompting strategies for various LLMs, which changes with each new model release.

  13. comment
    Comment #44898528

    Perhaps when LLMs introduce a lot more primitives for modifying behvavior such a programming language would be necessary. As such for anyone working with LLMs, they know most of th…

  14. comment
    Comment #44876872

    I would be more interested in Qodo's performance on the swe-bench-multilingual benchmark. Swe-bench-verified only includes bugs related to python breakages. The best submission is …

  15. comment
    Comment #44876787

    Does anyone have a benchmark on the effectiveness of using embeddings for mapping bug reports to code files as opposed to extensive grepping as Qodo, Cursor and a number of tools I…