Past performance is a terrible predictor of future performance. Ssd prices dropped a lot since the pandemic since demand dropped and the factories are still there. As usual this normally means that new factories will be delayed and prices will be relatively higher going forward for a while. Now the longterm trend still favors ssd but 2022 Is a shitty year to base your price projections on
Gpus may be Turing complete ( yes I just repeated that to annoy the correcting dude 😂). But the majority of normal workloads that do not require an insane amount of relatively simple parallel work would be excruciatingly slow on a gpu. The processing cores are small and slow ( but there are thousands of those).
Basically anything that is single threaded and moderately heavy in logic ( most OS core functionality and most application code) would be absolutely atrocious on a Cuda core. Also splitting out all parts that can be done on the Cuda cores would be a huge amount of work if your code is interspersed with the heavy stuff. That’s why most computation are on cpus they are just much better at pretty much anything without much tuning unless you have a huge number crunching for example matrix computation. But if you have a couple million data points and you want to do some simple mathematics on them oooh the Cuda cores murder any cpu.