Live data from Hacker News

Viewing profile — Zondartul

Zondartul

HN member
Joined
Fri, May 13, 2022, 10:29 AM UTC
HN karma
142
Public activity
61 items

About Zondartul

Freelance C++ dev and EE enthusiast

Recent public activity

  1. comment
    Comment #47355235

    It is easier to trust in the correctness and reliability of an LLM when you treat it as a glorified NLP function with a very narrow scope and limited responsibilities. That is to s…

  2. comment
    Comment #43487029

    In my unqualified opinion, LLMs would do better at niche languages or even specific versions of mainstream languages, as well as niche frameworks, if they were better at consultig …

  3. comment
    Comment #42714262

    At some point our understanding of fundamental reality will be limited not by how much the physicists have uncovered but by how many years of university it would take to explain it…

  4. comment
    Comment #42515465

    Comments that explain the intent, rather than implementation, are the more useful kind. And when intent doesn't match the actual code, that's a good hint - it might be why the code…

  5. comment
    Comment #42451439

    Ask stupid questions, receive stupid answers.

  6. comment
    Comment #42390578

    What does "speculative" mean in this case? I understand it as CPU-level speculative execution a.k.a. branch mis-prediction, but that shouldn't have any real-world effects (or else …

  7. comment
    Comment #42135074

    Normal welding needs heat to melt the metals. Cold welding happens without heat. Two metal parts will cold-weld on any smooth, touching faces if the air molecules that keep the two…

  8. comment
    Comment #42133434

    Cold welding is unintentional, spontaneous joining of two metal parts in vacuum. You don't want that to happen, especially if the parts are meant to move. Normal welding is intenti…

  9. comment
    Comment #42118650

    ARC problems are too hard for me. I'm no longer sure I'm generally intelligent.

  10. comment
    Comment #41999040

    By "learns" do you mean "just shove the entire codebase into the context window", or does actual training-on-my-data take place?

  11. comment
    Comment #41806271

    To be fair, once someone has physical access to the machine, them having full access is just a matter of time and effort. So at that point it's security-through-too-much-effort-to-…

  12. comment
    Comment #41752126

    Future NeuroLink collab? Grab the experience of qualia right from the brains of those who do the experiencing.

  13. comment
    Comment #41752084

    If we figure out AGI, that still doesn't mean a singularity. I'm going to speak as though we're on the brink of AI outthinking every human on earth (we are not) but bear with me, I…

  14. comment
    Comment #41504062

    You can say "Bullshit". LLMs bullshit all the time. Talk without regard to the truth or falsity of statements. It also doesn't pressupose that the trueness is known, nir deny it, s…

  15. comment
    Comment #41482245

    My hunch is that since LLMs are trained on a per word basis (okay, per-token), vacuus verbosity is overrepresented. If you have one normal sentence and one overly verbose, the latt…

  16. comment
    Comment #41437597

    Rule #1 of talking about the aether is "don't call it aether". Nowadays it's "spacetime this" and "mass-energy tensor that" and "properties of vacuum something else".... and we sti…

  17. comment
    Comment #41382973

    I applaud the effort, but, these templated skill trees are just not very good imo. I have only one issue but it's a big one: It's missing a tree structure, so there is no ordering …

  18. comment
    Comment #41076106

    As far as I understand, and I may be wrong here, the system is composed of two networks: Gemini and AlphaZero. Gemini, being an ordinary LLM with some fine-tunes, only does transla…

  19. comment
    Comment #41007131

    It's cool how some minerals are just lying out in the open on Mars. On Earth this would have been washed away or buried under the soil.

  20. comment
    Comment #40956199

    With how big and aggressive Disney is I'd expect it to be under ongoing litigation 24/7/365.

  21. comment
    Comment #40839322

    It's convienient because any random collection letters is a "valid" brainfuck program.

  22. comment
    Comment #40370982

    I'm now convinced Disney has better engineers than Tesla and SpaceX. Maybe even on par with Boston Dynamics.

  23. comment
    Comment #39999879

    There is no benefit to ultra-processed fast food, but a lot of people eat it anyway. Social media is just fast food for the brain.

  24. comment
    Comment #39792281

    Sorry, I meant the information that is inferred (from scratch on every token) from the entire context, and is then reduced to that single token. Every time a token is generated, th…

  25. comment
    Comment #39787592

    The tokens are also necessary to store information, or at least off-load it from neuron activations. E.g. if you asked an LLM "think about X and then do Y", if the "think X" part i…