Is QLC really that low? Thats nuts! (Never bought one, but that’s systems robbery if really that low!)
I have seen the worst of the worst memory being used for USB drive because study has shown people only write the whole drive's capacity 10 times in its lifetime, so they design it to last 50 total drive writes. The way it works inside the memory cell is a voltage stored inside that can be read between multiple voltages, let's say between 0V to 20V.
If you have a SLC that means anything between 0-10 is a 0 and 10-20 is a 1.
If you have a MLC that means anything between 0-5 is a 00, 5-10 is a 01, 10-15 is 10, 15-20 is 11, etc.
If you have a TLC that means 0-2.5 is 000, 2.5-5 is 001, ........ , 17.5-20 is 111, etc.
If you have a QLC that means 0-1.25 is 0000, 1.25-2.5 is 0001, ......, 18.75-20 is 1111, etc.
Simple enough, so now let's add some random noise to it.
Let's add a +/- 0.2V to all the number above, and see how many of those numbers would once in a while become "wrong" when new. Let's add another +/- 0.2V to all the number above every 500 cycles, then another +/- 0.2V again after another 500 cycles.
Yes you can keep doing that if you keep improving your error correction engine on your controller. As a matter of fact the biggest part of your flash controller today is the ECC engine, and they have gone from deterministic one to statistical one like LDPC, and rely on raid to correct those odd ball worst case scenario out there that can take maybe 500ms to fix. You will not lose data but your drive would likely be so slow it is unbearable.
Every time you add 1 bit you make it half as good and worse, and then your improvement in data density just get slightly better. Half the cost from SLC to MLC, 50% cheaper from MLC to TLC, 33% cheap from TLC to QLC....
I'm sure someday people will invent better error correction that uses physical world's behavior like how each key on your keyboard has only limited keys next to it, or a photo can only have certain color next to each other, to create specific drives for specific data (photo only ssd, or audio only ssd, etc), and keep going in that direction.