7 comments

  • ndiddy 28 minutes ago
    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. You don't need someone to spend years reverse engineering undocumented hardware anymore. It will interesting to see how good the driver the LLMs came up with is, and whether it can be upstreamed into the Linux kernel.
    • ivanjermakov 14 minutes ago
      Might be one of the only use cases where LLMs are necessary to succeed. Can't imagine the pain of reverse engineering a technology of this scale and "secrecy".
      • ADevWithAnIdea 8 minutes ago
        Traditional hardware RE centers around heroics by a small number of very smart people, see: marcan, Alyssa Rosenzweig, Asahi Lina, etc. What they did is insanely impressive, and given how hard it was with LLMs I'm sure I would not personally be able to do this work without LLMs. That said, I'm looking forward to a world where the staring at hexdumps and traces can be delegated to LLMs and talented humans can spend their time building as opposed to head banging.
    • y1n0 13 minutes ago
      The problem I’m finding, at least with today’s models, is that it produces disposable software. It’s not good at making well-architected, durable software. Stuff that could be maintained and bug-fixed.

      I mean you can get good stuff out of it if you know what you are doing and guide it, but if you just say “here’s a regression suite. Write an implementation that passes” you will get something that works for a while but ages quickly and will need to be thrown away.

  • sscarduzio 1 minute ago
    /goal have all this upstreamed to Linux
  • porphyra 29 minutes ago
    This is super great. The biggest pain point of Asahi Linux is how it doesn't have GPU acceleration on M3 and newer, especially now that M6 is out!

    However, Asahi Linux has a strictly no-AI policy [1]. So this great work can't be upstreamed. I expect to see a bunch of AI-assisted forks that get things working smoothly on newer hardware to dominate as most people just care about getting stuff working, while only a handful of purists stick to the non-AI version running on ancient hardware.

    [1] https://asahilinux.org/llm-policy/

    • ADevWithAnIdea 17 minutes ago
      :) I think we have a surprise in store here. Asahi don't have a monopoly over Linux for Apple Silicon, and upstream Linux absolutely does *NOT* ban LLMs.
    • zamadatix 16 minutes ago
      Asahi's long term goal is to get everything possible merged into the (actually) upstream projects anyways so any distro can just work. It'd be nice to see that continue rather than have forks on forks for the sake of singular differences (and it looks like proper upstreaming is what they are going after per the Remaining Work section).
    • smith7018 25 minutes ago
      I imagine either they or others can take their discoveries and write a real driver now, though. The hard part was always the reversing the black box system.
  • Agingcoder 29 minutes ago
    Maybe I’m getting really old, and I know we live in changing times but the fact this works at all is insane, as in black magic insane.

    I assume I’ll get used to it, but my mental model of what’s possible hasn’t been fully rewired yet.

  • AKSF_Ackermann 6 minutes ago
    I am not by any means a copyright lawyer, so can anyone enlighten me on if it is a good idea for upstream projects to accept such kind of code from an ex-Apple employee, especially since Apple is currently suing OpenAI.
    • ADevWithAnIdea 1 minute ago
      Great observation, two things:

      - During my time at Apple I never saw any of the macOS source code, at all, even for userspace components. I had not even heard of things like SPTM.

      - I have not worked there since June 2025

      I don't believe that there's any risk due to my former Apple employment. As another example, WINE does not ban all former Microsoft employees, they just ban anyone who has ever looked at the Windows source code. If I felt there was even a chance that my employment at Apple may have exposed me to relevant internal secrets, I would refrain from contributing to community projects.

  • GeekyBear 25 minutes ago
    Figuring out how the hardware works and how to interface with it to submit work is a significant step all by itself.
  • varispeed 45 minutes ago
    > GPT-6 Astra and GPT-5.6 Sol are absolutely insane

    Perhaps before Astra was nerfed. It is now the dumbest model right after Gemini. Sol still holds up.