Readit News logoReadit News
nialse commented on Kioxia's 5TB, 64 GB/s flash module puts NAND toward the memory bus for AI GPU   tomshardware.com/pc-compo... · Posted by u/ksec
ksec · 16 hours ago
I am thinking not only in terms of GPU, but Database usage as well.

And 80TB with 1TB/s? Thanks to AI hardware is getting interesting again.

nialse · 14 hours ago
Agreed. Looking forward to having this kind of performance at hand for next to no money in 10 years. (Not sarcasm.)

Consolidation has gone from having a data center with separate servers for all functions, to consolidating in a couple of racks, and will go on to being single server plus redundancy for most workloads you can imagine at some point in the future. Unless AI manages to convince us that we need the performance and cooling of 10:s of kWs per rack.

Some times I imagine that the IT of most companies, the part that is not ”in the cloud” that is, could run on a single server already. And maybe could even host the cloud functions if the admin know how hadn’t been lost to time.

nialse commented on Linux Primed for Significant Performance Gains with Kernel Swap Code Overhaul   phoronix.com/news/Linux-S... · Posted by u/rjzzleep
nialse · a day ago
Interesting. The more frequent comment in the comments of the article is “if you use swap, you’re doing it wrong”. What is the current status on performance engineering? Is swap commonly disabled? It does help failing faster, may lower latency, but is it actually disabled in production systems?
nialse commented on In a first, Google has released data on how much energy an AI prompt uses   technologyreview.com/2025... · Posted by u/jeffbee
gpm · 3 days ago
14 years of progress on energy efficiency might also have an impact here...
nialse · 3 days ago
10-ish 18 month doublings would be around 1000x so it explains a lot.
nialse commented on Vibe Coding Is the Worst Idea of 2025 [video]   youtube.com/watch?v=1A6uP... · Posted by u/tomwphillips
Ekaros · 5 days ago
And then it will crash and burn because things like security was forgotten. Or something like multi-tenancy was not designed in from ground...
nialse · 4 days ago
That is what I’m alluding to. But also, I work in a security aware industry, so those things will be vetted. And my own experience make me address some of the potential concerns already in the POC.

The real divide going forward will be between vibe coding with experience across domains vs vibe coding without IMHO.

nialse commented on Vibe Coding Is the Worst Idea of 2025 [video]   youtube.com/watch?v=1A6uP... · Posted by u/tomwphillips
nialse · 5 days ago
4 days into vibe coding a POC in a framework and language I don’t know, but with 40 years of coding experience: It’s amazing!

The scenario is perfect, a use case that is not currently supported but may well make sense. It’s basically sketching out an idea to let business evaluate its market viability, and to gather further end-user input.

Will the code reach production? It just might, but it at least needs review and refactoring by a developer seasoned in the framework. They might even want to rebuild it, and then they have the yard stick which to measure their output. And if they need a specification, it can be generated from the code in which ever specification format required by their processes.

The key here is that I’ve been able to iterate on the POC many times in a short time. The idea sketch has been refined, necessary details added, while others removed. Functionality swapped in and out while testing different approaches.

Right now vibe coding in this way requires substantial experience in software development to frame the problems and solutions to the AI. Without my understanding of the domain (both the software domain and the actual domain) vibe coding the POC would not have succeed.

My greatest concern is that it looks and works too good and thus will be kept as is even in production. As the old adage says: There are no temporary solutions, just more or less permanent solutions. A temporary solution that works is a permanent solution.

nialse commented on IQ tests results for AI   trackingai.org/home... · Posted by u/stared
breakyerself · 7 days ago
It doesn't rely on work by Eugenicists?
nialse · 6 days ago
Fortunately, science does not rely on the character of its purveyors but on the quality of the evidence.
nialse commented on IQ tests results for AI   trackingai.org/home... · Posted by u/stared
breakyerself · 7 days ago
No the whole book is controversial. It's a political argument for dismantling the welfare state disguised as a review of science. They laundered a bunch of work by racial eugenicists along with a bunch of other junk science methodology.

https://youtu.be/UBc7qBS1Ujo?si=bzVMwGU4XjPrk4sr

nialse · 7 days ago
I hear you are invested in this line of thought, and that is okay. I just don’t agree with the analysis, and not with the labeling.
nialse commented on IQ tests results for AI   trackingai.org/home... · Posted by u/stared
bearl · 7 days ago
But we are not limited by our biology. With tools and technology we can change our limits. From pharmaceutical tools like adderal to neurolink style brain implants to ai assistants to genetic engineering, the limitations in our cognitive capacity are becoming less salient every day. The importance of g in the future asymptotically approaches 0 the farther out you go, at least in terms of economic outcomes. It will always be important for moral reasoning as I’m frequently reminded. But I would guess that openness to experience and/or conscientiousness will eventually displace g as predictors of economic success, if they haven’t already. G is useful when everyone does paperwork in offices, but when everyone is on UBI and/or living in government camps g won’t matter as much, again aside from the capacity for moral reasoning but that can be offset with a stricter and more draconian legal system.
nialse · 7 days ago
“It [g] will always be important for moral reasoning as I’m frequently reminded.”

Excellent quote! Unfortunately not all high g people engage in moral reasoning, and I fear that they will tend to exploit lower g people, rather than to help them utilize AI to compensate. There is a real opportunity to help individuals with cognitive impairments enhance their abilities with AI. The question is how, and how they collectively feel about it.

nialse commented on IQ tests results for AI   trackingai.org/home... · Posted by u/stared
mieubrisse · 7 days ago
A similar thing happened to me.

I once took a timed test with a section that had me translating a string of symbols to letters using a cipher, response being multiple choice. If you read the string left to right, there were multiple answer options that started with the same sequence of letters (so ostensibly you had to translate the entire string).

But if you read the string right to left, there was often only one answer option that matched (the right one). So I got away with translating only the last ~4 symbols, regardless of how long the string was. I blew through the section, and surely scored high.

I always wondered: did they realize this? Or did it artificially inflate my results?

And looking at the highest-entropy section felt natural to me, but only because of countless hours as a software engineer where the highest-entropy bit is at the end (filepaths, certain IDs, etc).

Is it really accurate to say I'm "more intelligent" because I've seen that pattern a ton before, whereas someone who hasn't isn't? I suspect not.

nialse · 7 days ago
If the pattern generalizes to other tasks, maybe the test was right? ;)

Appreciate your post and the post you commented on. Taking shortcuts in test development often ends up being detrimental. There is also an inherent challenge in developing test for people who may well be smarter than you are. It’s like that programmer thing: “If you write the smartest program you can, and debugging is harder than writing code. Who’s gonna debug the code?” Many people have tried developing “smart” tests for cognitive abilities, some realize when they fail, some unfortunately don’t.

u/nialse

KarmaCake day251June 1, 2021View Original