Live data from Hacker News

Viewing profile — lsy

lsy

HN member
Joined
Tue, Apr 28, 2015, 1:34 PM UTC
HN karma
3,124
Public activity
270 items

About lsy

No profile information was provided.

Recent public activity

  1. comment
    Comment #48309685

    Yeah, claiming “product-market fit” on coding assistants for this multi-trillion dollar capital expenditure seems premature. Anthropic will post one and only one quarter of “operat…

  2. comment
    Comment #48098677

    There's a very real possibility that AI proponents completely lose the next generation of adults. The output is not enjoyable to consume, the people who rely on it are not cool, an…

  3. comment
    Comment #47914819

    AI coding isn’t an abstraction, though. You can’t treat a prompt like source code because it will give you a different output every time you use it. An abstraction lets you offload…

  4. comment
    Comment #47075930

    At what point do LLMs enable bad engineering practices, if instead of working to abstract or encapsulate toilsome programming tasks we point an expensive slot machine at them and g…

  5. comment
    Comment #47004722

    It's easy to get this way with enough scrolling, try to focus on the things around you in real life. If you aren't reading LinkedIn or HN, how much do you actually hear about AI in…

  6. comment
    Comment #46976309

    It’s notable that just the English “implementation” of FizzBuzz here is longer and more ambiguous than the naive Python implementation, never mind the boilerplate (which itself is …

  7. comment
    Comment #46962218

    LLM coding isn't a new level of abstraction. Abstractions are (semi-)reliable ways to manage complexity by creating building blocks that represent complex behavior, that are useful…

  8. comment
    Comment #46882969

    I think the analogy to high level programming languages misunderstands the value of abstraction and notation. You can’t reason about the behavior of an English prompt because Engli…

  9. comment
    Comment #45929899

    It's disheartening that a potentially worthwhile discussion — should we invest engineering resources in LLMs as a normal technology rather than as a millenarian fantasy? — has been…

  10. comment
    Comment #45736836

    Going to a popular restaurant that accepts app delivery orders (or a grocery store in a neighborhood where people prefer to pay for delivery) is an objectively bad experience. The …

  11. comment
    Comment #45702471

    I feel like this needs an editor to have a chance of reaching almost anyone… there are ~100 section/chapter headings that seem to have been generated through some kind of psychedel…

  12. comment
    Comment #45698721

    It's interesting to call this a pre-mortem as it seems mainly organized around thinking positively past the imperfections of the technology. It's like a pre-mortem for the housing …

  13. comment
    Comment #45674792

    I think this leaves out what is probably the most likely future for this technology, having a similar destiny to most technologies as a tool . Both of these visions assume (I think…

  14. comment
    Comment #45660668

    No doubt it's a profit margin game, but I wish the big e-reader companies (Kindle, Kobo) would take a foray into this form factor. The friction of navigating through an Android int…

  15. comment
    Comment #45512179

    I'm sure it's nearly an academic distinction, but: > Basically, for any given region, we find its highest point and assume that there is a perfectly placed sibling peak of the same…

  16. comment
    Comment #45421750

    Impressive that this was done in 3 days at all, but to anyone who is familiar at all with System 7's appearance, the screenshot is almost comically "off" and gives away that this i…

  17. comment
    Comment #45201848

    Fixing "theoretical" nondeterminism for a totally closed individual input-output pair doesn't solve the two "practical" nondeterminism problems, where the exact same input gives di…

  18. comment
    Comment #45110163

    A world model itself, in its particulars, isn't as important as the tacit understanding that the "world model" is necessarily incomplete and subordinate to the world itself, that t…

  19. comment
    Comment #44868578

    There are two additional aspects that are even more critical than the implementation details here: - Typical LLM usage involves the accretion of context tokens from previous conver…

  20. comment
    Comment #44852784

    I think the wide variance in responses here is explainable by tool preference and the circumstance of what you want to work on. You might also have felt "behind" not knowing or wan…

  21. comment
    Comment #44608975

    If you have a decent understanding of how LLMs work (you put in basically every piece of text you can find, get a statistical machine that models text really well, then use contrac…

  22. comment
    Comment #44599338

    The example given for inverting an embedding back to text doesn't help the idea that this effect is reflecting some "shared statistical model of reality": What would be the plausib…

  23. comment
    Comment #44568114

    I think two things can be true simultaneously: 1. LLMs are a new technology and it's hard to put the genie back in the bottle with that. It's difficult to imagine a future where th…

  24. comment
    Comment #44562497

    Typically debugging, e.g., a tricky race condition in an unfamiliar code base would require adding logging, refactoring library calls, inspecting existing logs, and even rewriting …

  25. comment