Hacker News new | ask | show | jobs
by aforwardslash 49 days ago
They are - probably more proficient than with some high-level languages. I've used it for embedded stuff, including TI sitara PRU assembly, with great results. Frontier models can also easily "learn" directly from the manuals; asm is quite easy for them to pick up due to its "flat" (non-structured) nature.
2 comments

Well there goes my hunch!

Thanks for the input

>Frontier models can also easily "learn" directly from the manuals;

Really? So you just include the manual in the context? Or how does that work?

Yes, something like "analyze throroughly the @datasheet.pdf and create a plan to implement x"