Shouldn't this be in userspace?
Shouldn't this be in userspace?
Posted Feb 8, 2026 1:27 UTC (Sun) by quotemstr (subscriber, #45331)In reply to: Shouldn't this be in userspace? by ATLief
Parent article: An in-kernel machine-learning library
BUT --- can't almost all of this tuning happen via a combination of eBPF and userspace supervision? AI inference isn't exactly known to be a lightweight or low-latency operation. In every scenario I can imagine, punting a kernel tuning decision to userspace would not impose meaningful cost overhead relative to any ML stuff userspace might want to do.
So, while I'm generally pretty gung-ho about applying AI to systems engineering problems, this particular patch seems like the wrong way to go about it.
