English

When the Code Autopilot Breaks: Why LLMs Falter in Embedded Machine Learning

Software Engineering 2025-09-16 v1 Artificial Intelligence

Abstract

Large Language Models (LLMs) are increasingly used to automate software generation in embedded machine learning workflows, yet their outputs often fail silently or behave unpredictably. This article presents an empirical investigation of failure modes in LLM-powered ML pipelines, based on an autopilot framework that orchestrates data preprocessing, model conversion, and on-device inference code generation. We show how prompt format, model behavior, and structural assumptions influence both success rates and failure characteristics, often in ways that standard validation pipelines fail to detect. Our analysis reveals a diverse set of error-prone behaviors, including format-induced misinterpretations and runtime-disruptive code that compiles but breaks downstream. We derive a taxonomy of failure categories and analyze errors across multiple LLMs, highlighting common root causes and systemic fragilities. Though grounded in specific devices, our study reveals broader challenges in LLM-based code generation. We conclude by discussing directions for improving reliability and traceability in LLM-powered embedded ML systems.

Keywords

Cite

@article{arxiv.2509.10946,
  title  = {When the Code Autopilot Breaks: Why LLMs Falter in Embedded Machine Learning},
  author = {Roberto Morabito and Guanghan Wu},
  journal= {arXiv preprint arXiv:2509.10946},
  year   = {2025}
}

Comments

This paper has been accepted for publication in Computer (IEEE). Upon publication, the copyright will be transferred to IEEE

R2 v1 2026-07-01T05:34:52.949Z