huh, i kinda assumed it was a term made up/taken by journalists mostly, are there actual research papers on this using that term?
yukijoou
because it's a text generation machine..? i mean, i wouldn't say i can prove it, but i don't think anyone can prove it's capable of thinking, much less of reasoning
like, it can string together a coherent sentence thanks to well crafted equations, sure, but i wouldn't qualify that as "thinking", though i guess the definition of "thinking" is debatable
New response just dropped
A/B testing moment
je propose qu'on postule au ministère de la propagande, on a les qualités pour
on va avoir des pressions de l'éducation nationale pour trouver un stage pour ceux qui en ont pas, suivi d'un reportage france 3 qui va nous montrer comme c'était simple pour 3 familles de trouver un stage, avec un petit segment au milieu d'un enseignant qui dit que "si quand même c'est compliqué pour beaucoup d'élèves", pour finir sur un plan d'élèves en stage et des stats +/- bidons et pas représentatives sur le système
you probably got a kernel panic, which froze the system. it's like a BSOD on windows, except on linux, there isn't a proper stack to handle them when they happen while you have a graphicam session running, so it kinda just freezes
i don't think reisub would do anything, because the kernel was probably already dead
you don't risk corrupting much data by hard-reseting your pc on linux -- journaling filesystems, like ext4 or btrfs, are built to be resilient to sudden power loss (or kernel crashing). if a program was writing a file at thz time the kernel crashed, this one file may be corrupted, because the program would get killed before it finished writing the file, but all in all, it's pretty unlikely. outside of fs bugs, which are thankfully few and far between on time-tested filesytems like ext4, you shouldn't have to worry much about sudden power loss!
unfortunately, figuring out the cause of these issues can be challenging -- i've had many such occurences, and you have no logs to go off of (because the system doesn't have time to save them), so you'd most likely need to figure out a way to send your kernel logs onto another system to record them
as general mitigation steps, you should try monitoring your cpu temperature a bit closer - it could be high temperature tripping the safeties of your motherboard/cpu to avoid physical damage to them - in which case, try installing a daemon to control your cpu frequency, like auto-cpufreq, or something like thermald specifically made to throttle your cpu if it gets too hot (though i think that one is intel specific)
my main question is: how much csam was fed into the model for training so that it could recreate more
i think it'd be worth investigating the training data usued for the model
there seems to be qt qml bindings for Zig
qml is a language made to build UIs, and is very easy to use in my experience - you can build your logic that needs to be high-performance (file loading, audio effects, etc.) in zig, and expose it to qml so it's available in the UI.
i've never used zig, but i did do a similar thing using c++ & qml, and it was great to work with, so i think you should be fine going that route
lmao. as if the ai was gonna have a better carbon footprint than the small plastic thing you replace every 5-10 years
interesting, in my experience, it's only been good at repeating things, and failing on unexpected inputs - it's able to answer pretty accurately if a small number is even or odd, but not if it's a large number, which indicates it's not reasoning but parroting answers to me
do you have example prompts where it showed clear logical reasoning?