←back to thread

208 points yuntian | 1 comments | | HN request time: 0.213s | source
Show context
yuntian ◴[] No.44565750[source]
Thanks everyone for trying out NeuralOS, and apologies for the frustrating user experience!

I coded up the demo myself and didn't anticipate how disruptive the intermittent warning messages about waiting users would become. The demo is quite resource-intensive: each session currently requires its own H100 GPU, and I'm already using a dispatcher-worker setup with 8 parallel workers. Unfortunately, demand exceeded my setup, causing significant lag and I had to limit sessions to 60 more seconds when others are waiting. Additionally, the underlying diffusion model itself is slow to run, resulting in a frame rate typically below 2 fps, further compounded by network bottlenecks.

As for model capabilities, NeuralOS is indeed quite limited at this point (as acknowledged in my paper abstract). That's why the demo interactions shown in my tweet were minimal (opening Firefox, typing a URL).

Overall, this is meant as a proof-of-concept demonstrating the potential of generative, neural-network-powered GUIs. It's fully open-source, and I hope others can help improve it going forward!

Thanks again for the honest feedback.

replies(5): >>44565771 #>>44566320 #>>44566525 #>>44567688 #>>44569273 #
1. yalogin ◴[] No.44567688[source]
Hey OP, I understand the load you are seeing on the servers. Given that, can you describe the functionality and how the interface is supposed to work? Specifically how NNs and LLMs provide this functionality?