The most honest thing you can say about violence is that nobody wants it, but the conditions that produce it are being engineered with extraordinary efficiency by people who have apparently never opened a history book.
The most honest thing you can say about violence is that nobody wants it, but the conditions that produce it are being engineered with extraordinary efficiency by people who have apparently never opened a history book.
Yeah this is the thing I keep saying and everyone on social media keeps saying “Boo, AI bad.”
The reality is that AI presents a very real, very useful thing. A combination of linear algebra, calculus, and probability. There’s lot of use cases for it. But putting it in all those use cases is not undoing the entire economy. We don’t need anywhere near the AI data centers that techbros keep saying we need.
Things like Bayes theorem have uses, I hate that it’s gotten lumped into AI. Optimization via loss function is incredibly useful in a lot of domains. But none of them can one-to-one replace human beings and it’s wild watching all these “captains of industry” lose their collective shit.
Yeah, it’s the techbros. They’re taking really useful mathematical operations and functions and doing neat albeit useless tricks with it. Anyone who understands the actual fundamental math behind these models and doesn’t get too carried away with it will tell you, the reason…
is because people are being handed something that they have no idea how to use and the way they’re being told to use it, is actually wrong.
Engineers who did the spec for 802.11be (wifi 7) understood the nature of a channel matrix operation in MU-MIMO. Singular value decomposition benefits from vector dot multiplication and gradient descent minimization. This is absolutely perfect for AI, it’s dang near what you’d want to use it for. And that’s why Wifi 7 routers come with an embedded model and NPU to run the model onboard. 4096-QAM benefits from linear transformations through a Euclidean space. Mass matrix operations to perform those transformations are ideal with AI.
Which is why I hate this notion that we’ve called these specific, highly useful operations, AI. Because they have way more application than neural networks, but since you have the hardware, Wifi 7 LDPC uses GAANs, because you’ve got the hardware. MLO and studying the interference in a particular space are also perfect for neural networks.
There are all these uses and honestly it’s crazy watching this insanity that is people like OpenAI, Claude, and so on. There’s no way they’re going to make good on their promises of being able to fire everyone. It just doesn’t make any logical sense when you look at the various domains of math that underpin AI.
And maybe that’s because, the people who fly off the handle with AI, are people who take this math and see the human brain in those formulas. I think that’s wild take, but my understanding of biology is limited. But I feel our brains are bit more complex than a two year study in College Calculus and Linear Algebra. But that’s just my, not very well studied in biology, opinion. But I think that’s where these people fly off the handle, they see activation equations, ANN layer transformation equations, and what not and think “human brain”. And it’s that thinking that’s drove them to this insanity.
There’s no way the AI industry as it is can keep up. It is bound for collapse. But in all of that, the underlying math is still very important and very useful, and maybe that will get relabeled to neural networking or linear optimization? But what we are seeing is a party trick that can be done with these equations and it’s apparently a trillion dollar party trick.
at a certain point all you can do is laugh. Like, there is so much being left on the table, so many legitimately useful applications, but they only seem to care about chat bots and robots, because their conception of useful and powerful isn’t a better product, but how they can substitute capital expenditure for labor.
Managing people is hard, developing new products is hard, implementing new technology is hard. Selling vapor wear to other business? Easy. Taking in a bunch of investment on outlandish promises and then selling the company before you have to deliver? Easy. Making usage numbers go up by forcing something infront of users? Easy.
You don’t need an llm to optimize wireless bandwidth allocation do you?
Modern dense networks face a ton of unpredictable interference and variable traffic patterns. Wifi is a victim of it’s own success. It’s literally everywhere and thus all of these sources clobber the airwaves around them. This makes the traditional methods for traffic management and resource allocation of the airwaves too complex to fully implement.
However, your usage of LLM isn’t correct here. Wifi 7 doesn’t use a large language model, it uses what is called a Deep Reinforcement Learning (DRL) model. Wifi 7 isn’t trying to be generative, it’s being administrative. It’s looking at the airwaves as they are, and attempting to find an optimization for the current situation it is in.
In most cases the wifi coverage is not such that the NPU needs to step in. Traditional methods for transmission can be used, but in cases where you’re walking in a mall or in an apartment complex. You have tons of APs vying for the same resource. AI is used here to listen to what’s going on out in the world and come up with a method to target the highest bandwidth that can be achieved.
That’s not AI, that’s an algorithm.
Technically, yes, it’s an algorithm but all AI software is built out of algorithms. The critical difference is that traditional algorithms are fixed, static instructions written step-by-step by human engineers. Deep Reinforcement Learning (DRL) is a self-learning algorithm. Instead of a developer programming exactly how to handle every single wireless interference scenario, the DRL model acts like an AI agent. It continuously learns, adapts, and teaches itself the absolute best optimization paths purely through real-world trial and error.
Is this statement true?
“The Wi-Fi allocation algorithm under discussion is a variation of stochastic gradient descent which in practice is typically executed on an npu. It does not make use of a language model or general purpose transformer.”
We are saying the same thing, just at different layers of the tech stack. Your description of an SGD-driven model running on an NPU is the precise low-level math and hardware that allows the Deep Reinforcement Learning (DRL) agent to function.
What’s happening here is that you’re falling into a trap many people now mistakenly believe that if software doesn’t generate text or use a Transformer, it isn’t “real AI.”
But that’s only because LLM have become the dominating conversation piece of AI.
Saying ‘that’s not AI, that’s an algorithm’ is a fundamental misunderstanding of computer science. All AI is built out of algorithms. Neural networks, stochastic gradient descent, and transformers are all algorithms.
The line between ‘traditional programming’ and ‘AI’ is machine learning the ability of an algorithm to optimize its own internal weights based on environmental feedback rather than relying on hard-coded rules written by a human.
Would you say when Google’s AlphaGo beat champions at Go that it wasn’t AI? Because it didn’t use language transformers either. By definition, a DRL agent that uses a Neural Processing Unit (NPU) to continuously calculate optimal radio frequencies via Stochastic Gradient Descent is text-book Machine Learning.
But the thing is I don’t blame you for the confusion. Marketing hype leads many to this same trap of prerequisites for particular transformation to qualify as quote/unquote AI. But technically that just isn’t true. I do enjoy this conversation we’re having as it does highlight common misconceptions.
I learned about simulated annealing, gradient descent, perceptron feedback methods in the 1990s, when those were still being called AI.
I was the pm for multiple teams that used ML classifiers at a major Internet company to get serious work done, for a decade. Nobody called it AI.
From where I’m sitting, the frenzied use of the term AI on a grand scale for fundraising coincided pretty much exactly with general purpose transformers applied to language models (and to a lesser extent diffusion models).
I feel like calling all machine learning AI is confusing, because it confuses actually well-designed systems that do real stuff with an emperor-has-no-clothes bullshit mania.
It feels like maybe you’re trying to extend the AI halo to non-llm, non-gpt algorithms because you think it will improve the esteem in which the latter type of system is held.
I think the AI branding is a stain, I think there is going to be justified and ferocious backlash, and I would want to keep a perceptual moat between “AI” and whatever I’m building, even if at some point I do want to write code for an npu.
Then we are completely on the same page! I actually mentioned earlier in our thread that I hate the notion of calling these specific, highly useful operations ‘AI’ for exactly the reasons you just laid out.
My previous replies were just looking at it through a strict, literal computer science taxonomy lens. But my original comment literally points out the very things you bring up.
We’re fighting an uphill battle with the vast marketing hype and it’s good that you can understand the nuanced difference between all the things that have gotten rebranded AI. My point isn’t to try and use past technology as a way to validate what the techbros are doing but to highlight how muddy the waters have become.
I closed out my original comment with a hope that perhaps the more utility based work that’s had solid proof of usefulness doesn’t get tossed out with the bathwater so to say.
Again, I’m not apologetic of what has come from that hard work, more lamenting that everything has become the fuzzy mess it is.
By all means, head back to my original comment and let me know if there’s any part where I’ve come off indicating embracing this thing that I would say you and I agree with.