Considering this company was founded as a remote work company from the beginning, you’re absolutely right.
Comment on Nothing is requiring employees to be in the office five days a week
eee@lemm.ee 4 months ago
This just means they’re a struggling company who needs to cut headcount and want to do it without paying severance
roguetrick@lemmy.world 4 months ago
CancerMancer@sh.itjust.works 4 months ago
It’s such bullshit too because drastically changing someone’s working conditions is clearly a constructive dismissal and should lead to severance payments.
Saledovil@sh.itjust.works 4 months ago
In addition, this tactic will result in the best employees leaving first, because they’ll get employed somewhere else.
HK65@sopuli.xyz 4 months ago
Cue the pivot to some ridiculous buzz tech like AI in the near future, then being acquired and promptly abandoned by some big corp.
Saledovil@sh.itjust.works 4 months ago
The thing with AI is, what the term today refers to most often is neural networks, which are really advanced statistics. And the thing is, to get more precise statistics, you need exponentially more data. And of course the marginal utility decays exponentially. So exponentially increasing marginal expenses meet exponentially decaying marginal utility.
HK65@sopuli.xyz 4 months ago
Just to be clear, I am in love with statistics and especially generative algos, and have written papers on it before ChatGPT was a thing.
I just hate that one company made a chatbot with it and now the whole world is cargo culting around it.
model_tar_gz@lemmy.world 4 months ago
AI is a very broad term that also includes expert systems (such as Computational Fluid Dynamics, Finite Element Analysis, etc approaches.). Traditional machine learning approaches (like support vector machines, etc.) too. But yes, I agree—most commonly associated with deep learning/neural network approaches.
That said, it’s misleading and inaccurate to state that neural networks are just statistics. In fact they are substantially more than _just advanced statistics. Certainly statistics is a component—but so too is probability, calculus, network/graph theory, linear algebra, not to mention computer science to program, tune, and train and infer them. Information theory (hello, entropy) plays a part sometimes.
The amount of mathematical background it takes to really understand and practice the theory of both a forward pass and backpropagation is an entire undergraduate STEM curriculum’s worth. I usually advocate for new engineers in my org to learn it top down (by doing) and pull the theory as needed, but that’s not how I did it and I regularly see gaps in their decisions because of it.
And to get actually good at it? One does not simply become a AI systems engineer/technologist. It’s years of tinkering with computers and operating systems, sourcing/scraping/querying/curating data, building data pipelines, cleaning data, engineering types of modeling approaches for various data types and desired outcomes against constraints (data, compute, economic, social/political), implementing POCs, finetuning models, mastering accelerated computing (aka GPUs, TPUs), distributed computation—and many others I’m sure I’m forgetting some here. The number of adjacent fields I’ve had to deeply scratch on to make any of this happen is stressful just thinking about it.
They’re fascinating machines, and they’ve been democratized/abstracted to an extent where it’s now as simple as import torch, torch.fit, model.predict. But to be dismissive of the amazing mathematics and engineering under the hood to make them actually usable is disingenuous.
I admit I have a bias here—I’ve spent the majority of my career building and deploying NN models.
ricdeh@lemmy.world 4 months ago
Friend, your brain is also just a neural network. “Advanced statistics” are happening in your head every second. There is nothing exceptional about humans, save for the immense complexity of our neural network.