When AI Models Become Dependencies: Studying the Evolution of Pre-Trained Model Reuse in Downstream Software Systems

📅 2026-04-20
📈 Citations: 0
Influential: 0
📄 PDF

career value

184K/year
🤖 AI Summary
This study addresses the limited understanding of how pretrained models (PTMs) evolve as software dependencies in downstream systems compared to traditional software libraries. Through an empirical analysis of 4,988 releases across 323 open-source projects—combining large-scale repository mining, version log parsing, and a mixed qualitative-quantitative methodology—the work reveals that PTM updates occur at only one-third the frequency of conventional library updates, are typically introduced late in a project’s lifecycle, and accumulate rather than replace prior versions. The research identifies capability expansion as the primary driver of PTM evolution and introduces “PTM testing uncertainty” as a novel change motivator, offering fresh insights for dependency management in AI software engineering.

Technology Category

Application Category

📝 Abstract
Modern software systems have transitioned from purely code-based architectures to AI-integrated systems where pre-trained models (PTMs) serve as permanent dependencies. However, while the evolution of traditional software libraries is well-documented, we lack a clear understanding of how these "PTM dependencies" change over time. Unlike libraries, PTMs are characterized by opaque internals and less standardized, rapidly evolving release cycles. Furthermore, their multi-role nature enables developers to treat individual instances of a single PTM as separate functional dependencies based on their specific downstream tasks. This raises a critical question for software maintenance: do PTMs change like standard software libraries or do they follow a divergent pattern? To answer this, we present the first empirical study of downstream PTM changes, analyzing a comprehensive dataset of 4,988 releases across 323 GitHub OSS repositories that reuse open-source PTMs. Using traditional software libraries as a baseline, we find that PTMs follow a qualitatively distinct pattern. PTMs are typically added late in the project life-cycle and tend to accumulate rather than be replaced as a project matures. Our findings show that PTM changes are three times less frequent (406 of 2,814 release transitions) than library changes. PTM changes are also less routinely documented, but more likely to carry explicit rationale. Unlike libraries, which evolve reactively, PTM evolution is proactively driven by capability expansion, with a unique documented rationale of PTM testing uncertainty. Our work calls for a rethinking of how PTMs are tracked and managed as dependencies in modern software engineering.
Problem

Research questions and friction points this paper is trying to address.

pre-trained models
software dependencies
model reuse
software evolution
AI-integrated systems
Innovation

Methods, ideas, or system contributions that make the work stand out.

pre-trained models
software dependencies
empirical study
model reuse
software evolution
🔎 Similar Papers