How would OpenCore be helpful in this? Your efforts sound more like virtualization or emulation than a bare metal set up. Assuming the emulation layer works, you'd probably be able to boot into Proxmox or ESXi and be able to do it. I also think you'd need some serious hardware to get the JIT translation working at reasonable speeds and it would still never achieve what dedicated co-processors would do.
I don't doubt the competition has people trying to figure out how Apple Silicon works so well. Cristiano Amon even went out of his way to hire away former Apple engineers. The fact that everyone wants to mimic what Apple has done is just a testament to how good Apple Silicon is. Intel has their own problems. Even after conceding that their own foundries are too far behind and deciding to outsource to TSMC, they still can't get 7nm and 5nm out the door.
Intel was complacent. Holy crap they thought they were king of the hill. And apple crapped all over their superiority.
And yes, a lot of it right now lays heavily on emulation. At this point it’s more of a proof of concept. Learning in in and out of apples new silicon hasn’t been easy. Almost everything has changed as far as protocols and direction of processes and the implementation of how these new chips speak to each other. It’s like trying to learn c++ and Java while learning how to play the piano. I feel like a kid again learning about everything. I’m surprised the hodge podge of code I’ve written even works.
Proxmox, well it works. The virtualization works. So far it’s all down to spoofing IDs. I’ve been able to stably create VMs of older max or on top of the macOS it’s currently running. I’ve played around with doing Time Machine backups with older version of osx within Ventura.
A friend has a server set up to run Ventura with esxi. He’s figuring out how to force the one board components to do all of the processing in house while hosting the OS on a server. Basically using the Mac to push all process functionality towards the processor receiving the virtual OS. Instead of the server doing the chugging. Sounds impossible.