Viewing profile — Zondartul
Zondartul
HN member- Joined
- Fri, May 13, 2022, 10:29 AM UTC
- HN karma
- 142
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About Zondartul
Recent public activity
-
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…
-
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 …
-
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…
-
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…
-
comment
Comment #42451439
Ask stupid questions, receive stupid answers.
-
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 …
-
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…
-
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…
-
comment
Comment #42118650
ARC problems are too hard for me. I'm no longer sure I'm generally intelligent.
-
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?
-
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-…
-
comment
Comment #41752126
Future NeuroLink collab? Grab the experience of qualia right from the brains of those who do the experiencing.
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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.
-
comment
Comment #40956199
With how big and aggressive Disney is I'd expect it to be under ongoing litigation 24/7/365.
-
comment
Comment #40839322
It's convienient because any random collection letters is a "valid" brainfuck program.
-
comment
Comment #40370982
I'm now convinced Disney has better engineers than Tesla and SpaceX. Maybe even on par with Boston Dynamics.
-
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.
-
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…
-
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…