We have a massive, aging codebase and we want to start adding generative features without rewriting everything. Has anyone tried this? I am worried about the compatibility of modern AI frameworks with our older dependencies. What is the safest way to introduce these features? Should we build a separate microservice and just use an API bridge, or is there a way to integrate them more deeply? Looking for horror stories or success tips.
The question