How do you integrate AI into an ERP that already exists?
From the outside, almost always. The ERP already exposes an API or a database: we build a layer on top that the model can call, without touching the core. If the API is missing we add one; if the ERP is closed, we work on what it exports.