I built a quantum OS as a student with no quantum experience — here's what happened

Summarize this article with:
So I basically had zero quantum computing knowledge two days ago. Like I knew qubits existed but that was about it. I wanted to build something in the quantum space so I just started. And Claude told me, the biggest problem isn't the quantum physics, it's that every hardware provider speaks completely different language. IBM uses Qiskit, Google uses Cirq, they're totally incompatible. You have to rewrite everything from scratch for each one. So I built QAOS (with Claude), basically a layer that sits in between and handles all of that automatically. You write your circuit once and it runs on IBM, Google, or a local simulator without changing anything. It also does automatic error correction which I didn't even plan, I just noticed real hardware was giving 8-17% error rates and built something to fix it. Got IBM down to 4.4% which felt pretty good. github.com/Sashmar/QAOS Genuinely want to know what I'm getting wrong here because I'm sure people who actually work in quantum will spot problems immediately. What would make something like this actually useful to you? Is there a future actually with this thing? submitted by /u/CommitteePristine234 [link] [comments]
