logoalt Hacker News

bootwootyesterday at 10:54 PM4 repliesview on HN

True. But also -- how do humans do it? There are docs and there's other similar driver code. I wouldn't be surprised if Claude could build new driver code sight-unseen, given the appropriate resources


Replies

slopinthebagyesterday at 11:08 PM

> But also -- how do humans do it?

Probably a mix of critical thinking, thinking from first principles, etc. You know, all things that LLM's are not capable of.

show 1 reply
jwattetoday at 1:09 AM

Humans do it with access to the register-level data sheets, which are only available under NDA, and usually with access to a logic analyzer for debugging.

Usually, the problem with developing a driver isn't "writing the code," it's "finding documentation for what the code should do."

show 1 reply
chrisjjyesterday at 10:56 PM

> But also -- how do humans do it?

Intelligence.

deadbabetoday at 1:32 AM

Scientific method. There are many small discoveries humans make that involve forming a hypothesis, trying something out, observing the results, and coming to a conclusion that leads to more experimentation until you get to what you actually want. LLMs can’t really do that very well as the novel observations would not be in their training data.