Well that website links to livestream.eff.org, and that page says the stream will be “simulcast”, i.e. mirrored, to Twitch and Youtube. So the main channel is indeed free.
- 0 Posts
- 11 Comments
Muehe@lemmy.mlto
Technology@lemmy.world•Linus Torvalds used AI to fix a Linux bug, and now LLM critics on Linux face an uncomfortable choiceEnglish
1·13 days agoYou might be a few years behind. We have robots outpacing human performance in specific tasks using neural networks.
Might well be behind here, but to my knowledge we don’t have a single robot outpacing a single human in most tasks. They don’t do one-shot learning from their mistakes, they don’t learn new movements randomly. Because most basically just use static weights when operating, because you don’t really want an industrial robot to get ideas. But even test systems that can learn usually just have an equivalent to the movement model of a brain, maybe a vision model, just like an LLM is just a language model. You would need a system that has all of those, plus the other brain areas, especially a prefrontal cortex like model for integration.
I’m sure people are working on it, but I haven’t heard of anything successful yet. I imagine there might be a being like that in secret which is currently tortured in some billionaires tech dungeon. Poor thing.
Also, LLMs can perform on tasks they weren’t explicitly trained for. This line is not as well defined as you make it sound.
Yeah but that’s coincidental. It’s the model weights, prompt, and the RNG aligning. They can mock reasoning, because they do it by what they always do, predict more text, but it’s not like this has any effect on themselves. They aren’t really understanding a mistake when you point it out and growing neurons and synapses, i.e. they won’t have different model weights the next time you ask the same question. They can only really change when the powers that be release an update, which includes new training data, and hence model weights.
Muehe@lemmy.mlto
Technology@lemmy.world•Linus Torvalds used AI to fix a Linux bug, and now LLM critics on Linux face an uncomfortable choiceEnglish
1·13 days agoNo they hallucinate because they lose context but are tasked to answer anyways.
Nothing to do with context. Context windows are an LLM specific thing, but all neural networks no matter the kind or size “hallucinate” because they are a piece of linear algebra where you put numbers in on one side and get numbers out the other.
Muehe@lemmy.mlto
Technology@lemmy.world•Linus Torvalds used AI to fix a Linux bug, and now LLM critics on Linux face an uncomfortable choiceEnglish
1·13 days agoIf you can’t see the difference between a compiler and a large language model
If you can’t see the difference between a given example and the underlying logic…
And if the entirety of your argument is a mystic “and all that stuff”
What, you want me to list the entirety of sciences downstream from physics that are involved in generating and predicting movement in mammals? Because that could, like, take a while…
Muehe@lemmy.mlto
Technology@lemmy.world•Linus Torvalds used AI to fix a Linux bug, and now LLM critics on Linux face an uncomfortable choiceEnglish
2·13 days agoThat’s… the joke. The original proposition was that AI code bans can’t be enforced, a thought which I was leading ad absurdum.
Muehe@lemmy.mlto
Technology@lemmy.world•Linus Torvalds used AI to fix a Linux bug, and now LLM critics on Linux face an uncomfortable choiceEnglish
33·14 days agoI hate this attitude that if a rule or standard can’t be enforced perfectly, we shouldn’t strive for it.
“Murder bans may be impossible to enforce in the first place”
Muehe@lemmy.mlto
Technology@lemmy.world•Linus Torvalds used AI to fix a Linux bug, and now LLM critics on Linux face an uncomfortable choiceEnglish
27·14 days agoWhat do you mean? That’s exactly how LLMs work. That’s why they “hallucinate”.
Muehe@lemmy.mlto
Technology@lemmy.world•Linus Torvalds used AI to fix a Linux bug, and now LLM critics on Linux face an uncomfortable choiceEnglish
16·14 days agoI’m just a movement generator.
Which is way more complex than just predicting text, because you have to predict physics and all that stuff. There is a reason most robots controlled by neural nets have failed hilariously so far.
then you’ll have to acknowledge that some form of reasoning is going on, no?
By that logic you could say a compiler is reasoning. But the reasoning displayed was happening when the compiler (or LLM training material respectively) was written.
Can a lemmy post be directly mastodon
Kind off no and yes. Server side there is no federation AFAIK, but some frontends/apps can show and post to both networks. Kbin and forks for example.
Muehe@lemmy.mlto
Fediverse@lemmy.world•Tesseract dev injects malicious code into browser to illegally DDOS the dbzer0 instanceEnglish
1·2 months agoWell the
scripttag has a deprecated attribute calledlanguage, so in older code and media you will see<script language="javascript">a bunch. The weird thing is they instead used thelangattribute which just doesn’t exist.

Oh damn. I meant their website, but I didn’t notice they just embed a Twitch stream on their website, thought it was a self-hosted stream. Never mind me.