- Embedded Dev What loop do I need to keep improving my software with LLMs?
Working hypothesis on whether I can wire my own project into an LLM-driven self-improvement loop.
- Embedded Dev AI-Written Firmware: How to Stop AI from Breaking Firmware
3-Tier Trust classifies PRs. Verification gates (spec, TDD, RAG, HIL, deterministic analyzer, more) take them to merge. Each catches a different defect class.
- Embedded Dev AI-Written Firmware: Where It Breaks
AI-generated firmware fails in predictable nonlocal patterns. 3 visible in diff, 3 that detonate after 49 days.
- Embedded Dev AI-Written Firmware: How Far Can You Trust It?
I asked an LLM to write a logging daemon. It compiled, ran fine, and was silently killing the eMMC. What you leave out of the prompt is where embedded AI code breaks.