| ▲ | foldr 4 days ago | |||||||||||||||||||||||||||||||
Indeed. GPT 5.4 was perfectly happy to help me write some 8051 assembly and integrate it into a weird vendor-specific Eclipse/Keil C51 build system. I would never have had the time or patience to figure it out. Embedded isn’t ready for full vibe coding to the extent that web development is, but it’s certainly not going to be an escape from AI. | ||||||||||||||||||||||||||||||||
| ▲ | VorpalWay 4 days ago | parent [-] | |||||||||||||||||||||||||||||||
The issue with AI isn't that it can't write embedded code (though it is noticeably worse at it), the issue is specifically with the safety certification of code the AI produced. There is a lot of paper trail to show that you followed all relevant standards, a lot of which pertains to your development process. It is not just what you do or don't do in the code (e.g. MISRA or CERT C) but there is also a lot about how you test, review, show that your tests cover everything relevant (not just code coverage, but also specification coverage), show how you check that everyone involved followed the process, etc. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||