← All projects

AutoEmbed

In progress

EMBEDDED × AGENTIC AI · AUTOSAR / ARXML

An AI agent that understands AUTOSAR configuration by meaning — merging ARXML in ways line-based git and SVN can't.

What it is

AutoEmbed is where my embedded background meets agentic AI. AUTOSAR projects are configured through large XML files (ARXML), and merging them with ordinary version control is painful — git and SVN compare text lines, not structure, so they raise false conflicts and miss real ones. AutoEmbed parses ARXML structurally and resolves conflicts by meaning: it classifies each change, validates it, and reports what actually happened.

What it does

Why it matters

It's a real problem I lived on Tier-1 automotive programs — resolving configuration and data-flow conflicts across component boundaries. AutoEmbed turns that experience into tooling, and it's proof that my embedded domain knowledge is exactly what makes an AI agent here useful: the value isn't the LLM, it's knowing what a correct merge means in AUTOSAR.