It’s a different approach to adding M4 support.
Asahi’s approach avoids any use of AI coding agents, etc at all (even for debugging, testing, and so forth). The amount of work/effort the Asahi team did for M1/M2/M3 is near superhuman, and M4 is gonna take all that effort again, since Apple likes to change things, a lot, and doesn’t really document their hardware device interfaces in detail.
Gravity approaches this with an attitude that using an LLM is indeed allowed (per upstream Linux contribute requirements), particularly for analysis, debugging and testing. The goal is to get M4 support contributed back to to the upstream kernel. (And eventually M5, M6, A18…)
Ideally, the documentation about hardware interfaces from this project could be used for other people who want to write kernel drivers for Linux or even for other operating systems. It’s mostly a matter of documenting what the device interface actually is.
None of this would be possible without Asahi’s foundational work and techniques to make clean room reverse engineering possible. Despite differences on opinions about AI, I can’t stress the quality of their work or the effort they’ve put in enough.