Comment on The Dead Economy Theory
IHeartBadCode@fedia.io 4 hours agoTechnically, 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.
eestileib@lemmy.blahaj.zone 2 hours ago
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.”
IHeartBadCode@fedia.io 28 minutes ago
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.