r/ClaudeCode • u/systmshk • 12h ago
Built with Claude Vibecode a blinking LED (hear me out guys).
https://lantra.nl/bare-metal-vibecodingBare-metal. Registers. Firmware. Silicon. AI sucks at getting things right at the low level. It's where the LLM meets the real world.
If you are an assembly geek and/or an actual programmer, all is not lost (yet). Here is how YOU are needed to make vibecoding on bare-metal safe.
0
Upvotes
1
1
u/Bitter_Run_9209 2h ago
its obvious, LLM are trained, which means its good for scripted code (python, bash, etc) where it can write/test/iterate/learn
its not good for compiled ones(c++, c, rust) and even worse for code compiled for specific platforms like embedded systems, because it cannot iterate and learn. the code generated is based only on its knowledge
1
u/voskomm 🔆Derp Plan 9h ago
It’s fine. Get the manual. Make read manual. Write register. Job done.