Theme 1 – LLMs dramatically accelerate hardware reverse‑engineering and driver development
Many commenters marvel at how quickly a working GPU driver was produced with LLM assistance, calling it a breakthrough use‑case for the technology.
“It’s extremely impressive that they were able to make a working driver so quickly. I think this is one of the best use cases for LLMs.” – ndiddy
“This is super great. The biggest pain point of Asahi Linux is how it doesn't have GPU acceleration on M3 and newer…” – porphyra
Theme 2 – Legal and policy worries about contamination, derivative works, and anti‑LLM stances
A recurring concern is that the former Apple engineer’s involvement (and possible LLM training on proprietary code) taints the work, making it risky for upstream inclusion and conflicting with projects like Asahi Linux that ban AI‑generated code.
“Asahi Linux has a strictly no‑AI policy … This great work can't be upstreamed.” – porphyra
“All this work is tainted since the poster is ex‑Apple … There's also ongoing issues around Codex for this sort of thing.” – thrwy19940314
“If Apple actually wanted to prevent any of this from happening they can just lock bootloader. They not just gonna do it now because someone used fancy text generator to make working GPU driver.” – SXX
Theme 3 – Debate over clean‑room reverse engineering and whether LLM‑assisted work can be considered clean
Commenters discuss whether using an LLM (or an ex‑Apple employee) violates clean‑room principles, and what legal safeguards (documentation, independent re‑implementation) might make the work permissible.
“If we look at any Apple binaries, there's no way prove that our code didn't borrow from Apple.” – ADevWithAnIdea
“It may also be legal to … Have an llm read all the code these people have written and produce extensive documentation. Have another llm consume that documentation and write another working driver.” – josephg
“The only way to clarity will be legislation or court cases, because it really could go either way.” – compiler‑guy