logoalt Hacker News

ndiddyyesterday at 9:35 PM4 repliesview on HN

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.


Replies

ivanjermakovyesterday at 9:49 PM

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".

show 1 reply
y1n0yesterday at 9:51 PM

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.

show 1 reply
MBCookyesterday at 11:08 PM

I’m sure it’s really easy when you can get help from the people who made the chip or write the Apple drivers.

show 1 reply