A hardware modder successfully used Claude AI to rewrite motherboard BIOS code, enabling an unsupported 12-core Bartlett Lake CPU to boot on a Z790 motherboard. AI just broke into the BIOS. This isn't about writing websites anymore—it's about AI understanding and modifying the fundamental code that makes computers boot.
The achievement is technically impressive. BIOS code operates at the lowest level of system software, running before the operating system loads. It's written in assembly and low-level C, with minimal documentation and zero margin for error. A single wrong instruction can brick a $300 motherboard.
The modder—posting under the username @momomo_us on Twitter/X—used Claude to analyze existing BIOS firmware, identify CPU detection routines, and rewrite the microcode table to accept the Bartlett Lake chip. The CPU isn't officially supported on Z790 platforms; Intel locked compatibility to force users onto newer motherboards.
Claude successfully parsed the assembly code, understood the initialization sequence, and suggested modifications that allowed the unsupported CPU to POST (Power-On Self-Test) and boot Windows. The system is reportedly stable, though missing some features that require chipset-level support.
The implications for hardware hacking are wild. Traditionally, BIOS modding required deep expertise in x86 architecture and manufacturer-specific quirks. Modders spent years learning the craft through trial and error—emphasis on error, measured in dead motherboards.
Now, anyone with Claude access can potentially:
• Enable disabled features in locked BIOSes • Remove artificial compatibility restrictions • Overclock beyond manufacturer limits • Port firmware between similar boards
Before you celebrate unlocked hardware freedom, consider the security implications. If AI can modify BIOS code to enable features, it can also insert malicious payloads at the deepest system level. BIOS-level malware persists through OS reinstalls and even storage replacements. It's the holy grail of persistent infection.
Intel, AMD, and motherboard manufacturers use cryptographic signing to prevent unauthorized BIOS modifications. But older boards and certain manufacturers have weaker protections. Those systems just became significantly more vulnerable.
The modder's accomplishment is impressive technical work. It also demonstrates that AI is moving from high-level application development into low-level systems programming. The barrier to entry for modifying fundamental computer behavior just dropped dramatically.
Expect manufacturers to respond with stronger signing requirements and anti-tampering measures. Expect modders to use AI to bypass those measures. The cat-and-mouse game of hardware hacking just got a new, very sophisticated mouse.
