Paper deep dive
Artificial Intelligence and Modeling & Simulation: An Overview
Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 94%
Last extracted: 8/4/2026, 4:17:15 AM
Summary
This paper provides an overview of the intersection between Artificial Intelligence (AI) and Modeling & Simulation (M&S). It outlines how AI supports, augments, or replaces components of simulation studies, while simulations serve as data generators and evaluation platforms for AI. The authors categorize the landscape along M&S stages (model specification, input modeling, execution, experimentation, verification/validation, output analysis) and discuss various AI techniques including Large Language Models (LLMs), Generative Adversarial Networks (GANs), Diffusion Models, and Reinforcement Learning.
Entities (12)
Relation Signals (9)
Niclas Feldkamp → authored → Artificial Intelligence and Modeling & Simulation: An Overview
confidence 99% · Title and author list in the paper header
Istvan David → authored → Artificial Intelligence and Modeling & Simulation: An Overview
confidence 99% · Title and author list in the paper header
Philippe J. Giabbanelli → authored → Artificial Intelligence and Modeling & Simulation: An Overview
confidence 99% · Title and author list in the paper header
Artificial Intelligence → supports → Modeling & Simulation
confidence 95% · AI can support, augment, or even replace components of simulation studies
Modeling & Simulation → servesas → data generators
confidence 92% · simulations can serve as data generators, training environments, and evaluation platforms for AI
Large Language Models → reshapes → simulation practices
confidence 90% · techniques such as Large Language Models have reshaped simulation practices
Large Language Models → usedin → Model Specification
confidence 88% · LLMs are primarily about text processing... building a conceptual model from a text corpus
Reinforcement Learning → optimizes → actions
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Artificial intelligence (AI) and Modeling & Simulation (M&S) are increasingly intertwined, reflecting converging research needs across both communities, rapid technological advances such as the rise of generative AI, and the growing availability of data and computational resources. This report provides a structured overview of the intersections of AI and M&S. The relationship goes both ways: AI can support, augment, or even replace components of simulation studies, while simulations can serve as data generators, training environments, and evaluation platforms for AI. We organize this landscape along the stages of M&S from model specification and input modeling to execution, experimentation, verification and validation, and output analysis. Selected studies at each stage illustrates how techniques such as Large Language Models have reshaped simulation practices, while highlighting limitations and open challenges. This report also provides a conceptual roadmap that helps readers navigate a rapidly changing ecosystem.
Tags
Links
- Source: https://arxiv.org/abs/2608.00366v1
- Canonical: https://arxiv.org/abs/2608.00366v1
Trouble viewing inline? Open PDF directly →
Full Text
102,249 characters extracted from source content.
Expand or collapse full text
Artificial Intelligence and Modeling & Simulation: An Overview Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David Abstract Artificial intelligence (AI) and Modeling & Simulation (M&S) are in- creasingly intertwined, reflecting converging research needs across both communi- ties, rapid technological advances such as the rise of generative AI, and the growing availability of data and computational resources. This report provides a structured overview of the intersections of AI and M&S. The relationship goes both ways: AI can support, augment, or even replace components of simulation studies, while simu- lations can serve as data generators, training environments, and evaluation platforms for AI. We organize this landscape along the stages of M&S from model specifica- tion and input modeling to execution, experimentation, verification and validation, and output analysis. Selected studies at each stage illustrates how techniques such as Large Language Models have reshaped simulation practices, while highlighting limitations and open challenges. This report also provides a conceptual roadmap that helps readers navigate a rapidly changing ecosystem. 1 Primer: What is AI and why should we combine it with modeling & simulation? AI is undoubtedly impacting just about every facet of our society and this is poised to continue. While AI and the underlying algorithms have been around for a very Niclas Feldkamp Technische Universit ̈ at Ilmenau, Germany, e-mail: niclas.feldkamp@tu-ilmenau.de Philippe J. Giabbanelli VMASC, Old Dominion University, USA, e-mail: pgiabban@odu.edu Istvan David McSCert, McMaster University, Canada, e-mail: istvan.david@mcmaster.ca 1 arXiv:2608.00366v1 [cs.SE] 1 Aug 2026 2Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David long time, the immense computing power 1 and access to data 2 that are now available have enabled significant changes in scale and capabilities. From a purely definitional point of view, AI can be construed as an umbrella term for all artificial, computa- tional systems that are designed to perform tasks that require a form of human-like intelligence. Although this broad definition encompasses aspects such as knowledge representation and reasoning (e.g., formal logic), the recent interest has been on the subspace of AI concerned with machine learning. 3 Machine learning algorithms are usually divided into three basic categories: Supervised Learning, Unsupervised Learning, and Reinforcement Learning [12]. Supervised learning essentially involves prediction tasks that are mapped either as classification or regression. The learning process is based on sample data that contain a target variable to be predicted (i.e., labeled data). A prediction can then be made for new, unknown input data. In contrast, unsupervised learning does not have an explicit target variable. Instead, the algorithm attempts to independently identify structures and patterns in the underlying training data without specifying labels (e.g., to find clusters or associations). Supervised and unsupervised learning can also be combined very well. Unsupervised learning is first used to create structures or patterns in the input data, which can then be used as labels for the training of a supervised learning algorithm. The generic term for generating the training labels from the data itself is also referred to as self-supervised learning, which can therefore be seen as an intermediate form between unsupervised and supervised learning. Another approach within self-supervised-learning is to leave out parts of the original data, which then have to be predicted accordingly, for example by leaving out parts of a picture or a leaving out a word from a sentence. This is also the method by which Large Language Models (LLMs) are trained. Through training in completing sentences, they can then autoregressively create new texts by predicting the next word (or token), based on the input prompt and the previously generated text [15]. Self-supervised training methods are very powerful, as unlabeled data is usually available in very large quantities, while manually labeling lots of data is obviously time-consuming and costly. Reinforcement learning takes a different 1 There are increasing concerns about the resource consumption of AI (e.g., energy to power and cool AI centers, which in turn use clean water) and its impact (e.g., greenhouse gases, transformation of agricultural land into data centers) [66, 107]. Reducing the footprint through green computing has long been a concern of the modeling & simulation community. Despite a shared appreciation of the problem, there is a diversity of perspectives about potential solutions and the role that modeling can play [13]. One approach is to promote the reuse of simulation results (e.g., through clear provenance and metadata) instead of wastefully re-computing them [115]. Wilsdorf and colleagues have shown how to reuse or even adapt simulation experiments [116]. Another approach is to realize that we may have performed enough simulations and that, sometimes through the use of AI, we can answer the question of interest without consuming more resources [77]. 2 AI raises several concerns about the use of material without clear consent (e.g., copyrighted, personally identifiable) and the opacity about the data that was used for training [23, 94]. 3 Articles often use terms such as AI, machine learning, or deep learning interchangeably, without clear boundaries. Besides, which term is used as umbrella changes over time. Recent bibliographic analyses point to (generative) AI being used as the current umbrella term [90]. We consider Artificial Intelligence to be the overall field, of which machine learning is a subdomain, within which neural networks are found, and that can specifically be used through deep learning for Generative AI. AI and M&S: An Overview3 approach: here, a sequence of actions is optimized by an agent that learns through interaction with an environment. The learning process is based on feedback in the form of rewards or punishments that the agent receives depending on the actions it performs [111]. Another perspective for classifying machine learning methods is based on the type of problem to be solved: descriptive methods are used to describe and structure data, predictive methods are used to predict unknown values, be it numerical (regression) or categorical (classification), and prescriptive methods focus on decision-making by learning policies and predicting actions [117]. As stated before, machine learning can actually be seen as a subcategory of a broader AI-definition. 3 In contrast to other subfields of AI such as expert systems which are fundamentally rule-based, machine learning is data-driven: the goal is to extract patterns, correlations, and rules from the training data in order to apply them to new, unknown data. 4 This is particularly true with the advent of deep learning, or rather, the availability of computer infras- tructures that enable deep learning. Large, multi-layered neural networks with many hidden layers allow the processing of very large amounts of data. The resulting ML models are extremely powerful, but on the other hand also so complex that their internal relations and decision-making mechanisms are essentially complete black boxes and can no longer be comprehended by humans. As a result, a new scientific discipline has emerged: Explainable AI (XAI), which aims to develop methods and algorithms that make the decisions of black-box machine learning models transpar- ent and explainable again [6]. Forecasts and decisions made by ML models can have real and sometimes drastic consequences. This responsibility should always be kept in mind when developing such models, as well as possible regulatory requirements on the right to explanation [56]. As stated above, the hype surrounding AI is currently focusing on the topic of generative AI. However, generative algorithms are not an entirely new development. Assume that we have input data 푋 and want to predict the target 푌 . A traditional, non-generative prediction algorithm (known as a discriminative model) learns the decision boundary within the input data 푋 during training, i.e., the probability 푃(푌|푋) [88]. Let’s imagine a fictional neural network that can classify images of dogs and cats. For each animal image 푥 ∈ 푋 , it gives us probabilities for the cat class and the dog class, which add up to 100%. The more confident the network is in its decision, the more the probability tilts toward one class. The network has thus learned to draw a line between dogs and cats within the input data 푋 , i.e., to discriminate between them. However, this does not necessarily mean that the network has learned 4 A frequent confusion and recurring debate is on whether machine learning extrapolates. This term may be used intuitively to say that the algorithms can go ‘beyond’ the data by handling cases that were not seen previously. However, from a mathematical viewpoint, that does not necessarily mean an extrapolation. Many learning models provide estimate within the support of the training distribution [122] (i.e., interpolation). In the context of Generative AI, the debate on extrapolation vs. interpolation is similar to the challenge of generalization vs. memorization, as researchers observed that outputs seem to reflect interpolation of training samples rather than a generalization beyond that set [16]. Fundamentally, extrapolation is a harder task than interpolation, and results can quickly worsen when going too far from the training data and in the absence of additional guidance such as causal frameworks. 4Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David the specific characteristics of dogs and cats, let alone that it could independently draw a new dog or cat. This is where we find the crucial difference to generative models. During training, generative models learn the underlying probability distribution of the training data 푋 . In other words, they learn 푃(푋|푌). This can be rearranged for inference to derive 푃(푌|푋), but a particularly powerful application is that generative models can also generate new samples from this context [88]. Such generative models have been around for a very long time: classic Bayesian networks, for example, also count as generative models because they model the joint probability distribution 푃(푋,푌) and can therefore, in principle, both predict and generate new samples. The current attention devoted to generative AI relates to the breakthrough of extremely powerful algorithms, all of which are based on deep learning. In addition, these are usually very large-scale models that not only require enormous amounts of data for training, but also very powerful chips and corresponding computer infrastructures 1 . In the public perception, it seems that more or less everything in the context of generative AI revolves around LLMs. However, generative AI actually includes much more than that, and the current state-of-the-art algorithms are quite diverse: the generation of text, audio, images, and even three-dimensional scenes can be handled by a wide variety of algorithms, each with specific characteristics, but all based on deep learning in principle. For example, Generative adversarial networks (GANs) and variational autoencoders (VAEs) have long achieved very good results in image generation, while diffusion models have gained popularity. 5 Diffusion models are neural networks that are trained on the approach that noise is gradually added to an image, and the model must then remove this noise to restore the previous state (de- noising). In this way, it learns the probability distribution of this denoising process and can thus generate plausible new images from complete noise [108]. Diffusion models and VAEs have been used in modeling and simulation research to generate illustrations of a modeling report on-the-fly [48] or to create photorealistic avatars for simulated agents [55]. Neural radiance fields (NeRFs) go even further in that they are trained to generate three-dimensional objects or scenes from two-dimensional images [80]. Besides generative AI, discriminative methods certainly continue to play a central role and are widely used in practice. Interestingly, these methods do not necessarily have to be based on neural networks or deep learning approaches. Methods such as random forests or support vector machines continue to demonstrate very high performance and efficiency in certain applications for regression and classification tasks and are sometimes equal or superior to modern deep learning methods. Quick and transparent methods such as decision trees can also offer good results in problems that are linearly separable, while making it easy for users to interpret the results (i.e., white box). In the area of unsupervised learning, classic clustering algorithms such as k-means are still very effective, although deep learning-based methods such as 5 Although newer studies may mention diffusion models more often than GANs or VAEs, it does not mean that GANs and VAEs have been replaced. GANs and VAEs are still actively researched, widely used, and in some cases preferable depending on the task. They also remain components in many modern pipelines: for example, VAE encoders/decoders are common in diffusion-based generators. AI and M&S: An Overview5 autoencoders (for example for anomaly detection) are also used for more complex data [3]. Neural network architectures remain valuable to process sequential data such as time series, text, or audio. While recurrent neural networks and long short- term memory networks were previously mainly used for this purpose, these have now largely been replaced by transformer architectures. Those are very well suited for long sequences and large amounts of data and are the enabling technology for large language models [113]. Table 1 shows a selection of common methods with a variety of learning paradigms and application possibilities. Table 1: Overview of different AI and machine learning methods divided into differ- ent learning paradigms and other features. ∗ Training for LLMs usually includes multiple steps, including self-supervised, supervised, and reinforcement learning. AlgorithmLearning paradigm Problem-solving capability Model typeDeep learning Typical tasks Decision Trees Supervised Descriptive / Pre- dictive Discriminative No (White-box) classification Random Forests Predictive Robustregres- sion MultilayerPer- ceptron(MLP) /Feedforward Neural Network YesPredictionfor complexdata (e.g.image classification) k-Means Unsupervised DescriptiveNo Clustering Gaussian Mixture Models (GMM) GenerativeProbabilistic clustering VariationalAu- toencoder Descriptive / Pre- dictive Generative Yes Anomaly detec- tion / General purposedata generation Diffusion ModelsUnsupervised Predictive GenerativeImagegenera- tion Longshort-term memory nets SupervisedDiscriminativeTime series Pro- cessing NeRFSelf-SupervisedDescriptiveGenerative3D generation Q-Learning ReinforcementPrescriptive DiscriminativeNoDecision- making Deep Q-Networks (DQN) DiscriminativeYes(Complex) decision-making PolicyGradient Optimization GenerativeNoStochastic poli- cies Transformer (Encoder-Only) Supervised Predictive Discriminative Yes Text classifica- tion Transformer (Encoder- Decoder) GenerativeTranslation LargeLanguage Models (LLMs) All ∗ GenerativeText and code generation 6Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David In summary, data-driven algorithms (i.e., algorithms that can learn patterns, cor- relations, and rules from data) are continuously being improved (mainly under the label AI) and continue to maintain widespread popularity. Current and future de- velopments such as generative AI are also fueling this trend. Simply said, these algorithms need to consume data in order to function properly. Since models gen- erate data through simulations as part of answering a question, this generated data can be an asset for AI training. Both worlds – AI on the one hand, and modeling and simulation (M&S) on the other – thus have natural fit [39]. The possible ap- plications resulting from the combination of both disciplines are extremely diverse. The following sections provide examples of how AI and M&S can be combined in a useful manner, both within simulation studies in the traditional sense and outside of simulation studies. The latter means that not only M&S can benefit from the combination with AI, but also vice versa. For this purpose, we show examples in which AI is dependent on simulation models or at least benefits greatly from the combination with simulation. 2 AI to support modeling and simulation studies The ways in which AI supports M&S can be organized based on two orthogonal dimensions. First, AI can be used at different stages of the M&S process (Figure 1), as discussed previously by Tolk [112]. AI techniques are not used uniformly across stages of the modeling and simulation process, since specific tasks have different requirements such as data needs. For example, LLMs are primarily about text pro- cessing, so it is logical that they are used most at stages that are text heavy: building a conceptual model from a text corpus, or transforming data (e.g., model structure, simulation outputs) into text (e.g., executive reports). Conversely, multi-modal LLMs can operate over both text and images, but not every M&S stage is rich in images so this use has so far been limited to generating images in a report to supplement text [48] or teaching LLMs about simulation via text and images to support reason- ing tasks [46]. Second, AI can play various roles within each of the M&S stages (Figure 2): as an assistant to the modeler, as a necessary piece of the simulation model, or by replacing the simulation model (or the modeler) almost completely. We view these roles as a continuum based on the extent to which controls shifts from modelers to AI. 2.1 Model specification Abstracting a system consists of creating a simplified representation that sets clear expectations on objectives, inputs, and outputs, while conveying core assumptions. Deciding what to include (and thus what to leave out) and specifying it through a structure that sets the foundations for a study is a difficult task [97]. This abstraction AI and M&S: An Overview7 Problem formulation Requirements engineering Conceptual modeling Design & parameterization Implementation Experimentation / Use Verification & validation Presentation Define the problem boundary, stakeholders, objectives, constraints, assumptions, and intended use; formulate the problem to a level suitable for systematic analysis. Elicit, analyze, and document functional and non- functional requirements, including intended uses, in an authoritative requirements specification. Develop a high-level, technology-independent system representation capturing structure, behavior, abstrac- tions, and assumptions (e.g., causal loop diagram). Translate the conceptual model into a formal design: model structure and logic, data requirements, input models, and parameter values; specify scenarios and controllable factors. Realize the design in executable form using a simu- lation environment (e.g., AnyLogic, Netlogo, Stella, Vensim) or general-purpose programming language. Execute the implemented simulation to generate out- put data for evaluation, comparison, prediction, sen- sitivity analysis, optimization, or ranking/selection under defined experimental conditions. Assess whether the model is built correctly (verifi- cation) and adequately represents the intended real- world behavior for its intended uses (validation). Interpret simulation results, document assumptions and findings, communicate conclusions and recom- mendations to decision makers and other stakeholders. Formulated problem Requirements specification Conceptual model Design specification Executable submodels Simulation results Quality assurance Fig. 1: Pipeline of a modeling and simulation study. We omit transitions that go back in the system, e.g. verification and validation issues lead to changes in prior stages. Similar perspectives on the M&S pipeline have been exposed on many occasions. Related views such as Sargent’s also include system theories (which are modeled into a conceptual model and hypothesized when analyzing simulations) [102], while Balci points out that verification and validation is an activity across all stages rather than its own stage (e.g., a conceptual model can also be verified and validated) [4]. process is very knowledge-intensive and can involve interdisciplinary teams where subject matter experts discuss key mechanisms and assumptions, which modelers can help to transform into a structured specification. Alternatively, modelers may be exploring the literature to learn about these mechanisms. 6 AI can provide valuable 6 We focus on the most common situation in which a vast amount of data (e.g., interview transcripts or workshop notes when directly accessing experts, articles when using their expertise indirectly) 8Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David User retains full control Fully delegate control to AI Human User AI Shift of control Model specification Input modeling Implemen- tation Simulation execution Conducting experiments Verification & validation Result analysis Support for problem conceptualization (interactively) Translating descriptions into formal models (fully automatic) Support for distribution fitting (interactively) AI integrated in the simulation model for direct sampling Support for code generation (interactive) Fully automatic model generation 3D-Scene and asset generation AI integrated in the simulation to control model behavior Generation of experiment plans Automatic selection and execution of suitable experiments (interactively) AI approximates simulation model entirely Support for code debugging and troubleshooting Automated analysis of result data for inconsistent behavior for validation Extending the users toolbox of analysis methods Fully automatic analysis and report generation Fig. 2: Roles that AI can play across the M&S stages (defined in figure 1, arranged along a continuum from user-controlled assistance to full AI delegation. support for this time-consuming task. Research has demonstrated the feasibility of using AI (specifically LLMs) to translate a textual description into a variety of models. This use of LLMs as translators can democratize model development by is transformed into a specification by modelers. But that is not the only situation that leads to a conceptual model. For example, a conceptual model can be (re)created from the code using AI to verify the implementation, in a form of reverse engineering [87]. AI and M&S: An Overview9 making it accessible to individuals with less modeling expertise [109]. In the case of Agent-Based Models, Onggo et al. point out that LLMs make it significantly easier and more intuitive for domain experts to translate complex behavior described in natural language into implementable rules. In this respect, the LLM can perform the transformation work from high-level concept to low-level implementation, which increases the accessibility of ABM to a broader audience [91]. For System Dynamics (SD) and Causal Loop Diagram (CLD), Botello et al. indi- cate that LLMs are fundamentally capable of identifying feedback loops and model- ing archetypes from natural language descriptions, but improving performances may call for fine-tuning LLMs for this specific application and investigating the speci- fication of input prompts [14]. The comprehensive assessment by Schoenberg and colleagues further demonstrates this potential through several benchmarks [104]. As the ability to derive models from text becomes more mainstream (e.g., through well-known tools such as Stella [103]), they are starting to be used for pedagogical purpose [45] and gradually move from an AI assistant to a tutor or co-designer. For example, Stella allows users to ‘talk’ about the model (using Seldon), which indi- rectly prompts LLMs to explain why a model behaves the way it does. The validation and integration of AI for model specification onto later stages of the modeling and simulation process tend to be fragmented across studies [85], which is expected from early works prior to a standardization of practices. The translation process from text to model does not only reflect the structure of the model but also its expected use. For instance, an individual-level model like agent-based modeling needs to know about individuals’ attributes, their interac- tions with each other and their environment; in contrast, an aggregate-level model like system dynamics is concerned about the relations between factors. Yet, two aggregate-level modeling paradigms such as system dynamics and BPMN (Busi- ness Process Model and Notation) result in strikingly different AI approaches to translation. Text-to-BPMN approaches prioritize syntactic correctness, unambigu- ous control flow, and executability, relying on formal intermediate representations such as ASTs or constrained JSON schemas to eliminate ambiguity and ensure standard compliance [72, 89]. While BPMN prescribes how processes must exe- cute (e.g., administratively compliant models from legal texts [78]), CLDs and SD models explain how systems might behave. Thus, text-to-CLD and system dynamics approaches emphasize semantic extraction and conceptual understanding, without necessarily resolving uncertainty in interpretation. This difference also affects the choice of metrics used during evaluation, as a strict adherence to structure and word choices allows for text and graph similarity metrics (e.g., BLEU and ROUGE, Graph Edit Distance [17]) whereas CLD/SD admits a multiplicity of valid models and involves benchmarks that consider coverage of key variables and feedback loops, plausibility of causal mechanisms, or qualitative comparisons with reference models. When employing AI as translators, we leverage their ability to process text and deal with semantic variability, but we do not use their knowledge. The mechanisms and assumptions specified in the conceptual model can be traced back to the knowledge provided as input, such as a corpus of articles. There are also emerging applications in which AI (particularly LLMs) is used as the knowledge source, for instance by 10Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David acting as experts [5]. When a conceptual model is learned from data, using LLMs as experts steers the conceptual model towards more selective mechanisms instead of only relying on statistical analyses [105]. 2.2 Input modeling After creating specifications, conceptual models, and the like, a simulation study becomes concerned with capturing the input data. This step can be very challenging, especially for stochastic models with complex distribution functions. For example, complex, possibly even irrational behavior of humans or animals can be very difficult to specify (e.g., Resnicow and Vaughn viewed changes in behavior through the lens of chaos theory [96]). Data-driven AI algorithms are ideal here, as they can approximate these complex distribution functions, provided that sufficient real-world data is available. In principle, there are two paths that can be pursued here: either AI supports the process of input modelling, or it directly replaces a traditional fitted distribution function such that the simulation can sample from the AI. 7 First, AI can support the identification and tuning of suitable distribution func- tions. This begins with the provision and preparation of the data. Today, large amounts of potentially relevant data for modeling simulation input data are generated from external systems, such as sensors or log files. This data must first undergo appro- priate data cleaning processes. LLMs have been used to clean data, detect outliers, identify missing values, and even apply and visualize descriptive statistics and met- rics [60, 125]. Another approach by Li and Ji shows how deep learning can be used to directly predict the parameters for a distribution function, which can then be used for input modeling. Specifically, in the context of modeling and simulating construction processes, they trained a neural network to predict the mean and variance of data sets that are merged from heterogeneous sources, such as weather data, machine data, and other construction site conditions [71]. The second option for using AI to model input data generates the input data directly, whether for individual samples or even entire time sequences or scenarios. Obviously, generative models are particularly suitable for this purpose. Cen et al. for 7 In classical stochastic simulation, random inputs such as arrival times, service durations, or routing decisions must be represented by statistical distributions in order to generate new sample paths during simulation runs. These statistical distributions are typically obtained by fitting parametric or empirical models (e.g., Poisson or exponential processes for arrivals) to observed data [98][p.127– 133]. Using such models serves both the task of generating values and provides a lever for what-if analyses in varying parameters, for example to explore how a simulation would react if patients in a hospital arrived at more diverse times or the average treatment duration was higher. However, if the primary objective is to accurately reproduce an empirical input rather than support interpretability or hypothesis testing via parameter manipulation, then fitting statistical distributions can be traded for an empirical approach [98][p.134–136]. In such cases, data-driven AI models can be used as input models that learn the underlying distribution directly from data and serve as sampling mechanisms, while acknowledging that this is a trade-off for lower transparency and control in exchange of higher accuracy [76]. AI and M&S: An Overview11 example, present the concept of NIM (Neural Input Modeling), in which variational autoencoders are used in combination with recurrent networks or LSTMs to generate stochastic input data directly. Stochastic processes can be learned directly from his- torical data. This is particularly advantageous in the case of very complex stochastic relationships that are difficult to map using traditional distribution functions, such as autocorrelations or non-stationary distributions. 8 In addition, a positive side effect is that the usual requirement for expert knowledge and manual modeling of stochastic distributions in input modeling is reduced 7 [19, 20]. Roy et al. use GANs to gener- ate trajectories for animal movements during foraging, which can then be used for simulation modeling. The authors report that the GAN was able to reproduce the specific characteristics of seabird foraging trajectories on medium to large spatial scales very well. The quality of the generated trajectories exceeded that of traditional modeling approaches, in particular hidden Markov models. They also point out that, since the GAN training process does not require an explicit probability density of the data, GANs offer a likelihood-free alternative form of modeling for simulation input data and therefore offer new research and application possibilities for modeling those complex input distributions such as animal movements [99]. Montevechi et al. also use of GANs to generate samples for simulation input data. They confirmed the assumption that GANs work very well for this purpose, especially for approximat- ing complex distributions that are difficult or impossible to model with traditional distribution functions, like highly correlated or multivariate data [83]. These are just a few examples that show how AI and machine learning can help in modeling input data. Since both the process of input modeling and the training of AI methods are highly data-driven, the two worlds naturally fit together very well here. 2.3 Implementation of the simulation model There is also great potential for support in the implementation phase of simulation models. Like in the input modeling, AI methods can be used in several ways: to support the model implementation, as an integrated component during simulation 8 It is relatively rare for a simulation to have an input consisting of either a single value, or a set of fully independent values. Rather, a common situation is to have several values, some of which are related. For example, an agent in an obesity model may have an age, sex, height and weight. There is a general correlation between height and weight, while age and sex are significant predictors of height. Ignoring these relationships would generate agents whose features may be plausible one at a time, but whose joint feature values would be unlikely. Manually accounting for all dependencies can be difficult (c.f. Figure 1 in [8] as an example from COVID) and fitting a multivariate statistical distribution can be very complex. For instance, we may be fortunate if the correlated attributes all come from a normal distribution and just have different means and/or standard deviations: a multivariate normal distribution can then be used. But if each value comes from a different distribution, then finding and fitting a multivariate distribution that captures each aspect becomes its own challenge. For instance, the Johnson distribution is versatile enough to cover normal or lognormal distributions [34], but fitting it needs dedicated methods [84]. 12Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David (i.e., AI becomes part of the simulation model and partly controls its output at runtime), or to fully automate the modeling process. In the first variant, we are mainly talking about support for coding or automatic code generation. Many authors point out that code generation for simulation models using LLMs is fundamentally possible and offers great potential for the future [37, 47, 59]. This use is not limited to supporting modelers in implementing their own model. As pointed out by Monks and colleagues, many models are developed but the code is not always available, so LLMs are a gateway to model reuse by re-creating an implementation based on the specifications that another team provided in their article [82]. There are also some interesting approaches and examples for the direct imple- mentation of AI in the simulation model. For example, Woerrlein and Strassburger show an approach in which they train recurrent networks to translate the code for jobs executed by computer numerical control (CNC) machines into power consumption curves. This prediction model can then be integrated into the simulation model of a production line to predict sequences for the power consumption of a production line at runtime in addition to the usual simulation output [118]. This is advantageous for a discrete event simulation: power consumption curves are not discrete and they need to be captured precisely to optimize energy consumption, but coupling a discrete event simulation and continuous simulation can be challenging. Training a neural network to translate CNC jobs into power consumption curves provides the required precision while keeping the integration straightforward, as the neural network only has to take the jobs that are running within the simulation and forecast their power consumption curves. Various papers discuss the idea of using Neural Radiance Fields (NeRFs) to gen- erate three-dimensional animations or scenes in addition to the existing visualization of the simulator. 9 This is used intensively in the field of traffic simulation. NeRFs can be used to create 3D assets, including fully-fledged driving environments with high visual quality [22]. 2.4 Simulation execution AI and machine learning algorithms can be integrated even more deeply into the model, in such a way that they become an integral part of the model’s process logic and, accordingly, the model would no longer be executable without access to the AI. An illustration is provided by Bergmann et al. in the context of automatic model generation for approximating dispatching and control rules in manufacturing systems. In order to generate a simulation model automatically, knowledge about the model behavior for priority rules on a sorting buffer does not have to be explicitly 9 Generating assets that would be used during a simulation (e.g., 3D elements) would pertain to input modeling as it provides content that goes into a simulation. But generating the visualization is a different matter as it pertains to the execution of a simulation process, thus we categorized it under implementation. AI and M&S: An Overview13 modeled, but can be approximated from existing real world log-data using machine learning. To do this, the trained algorithm must be integrated directly into the flow of the simulation model in order to be able to predict appropriate priority decisions at runtime [10]. Agent-based modeling and simulation is another field in which it makes sense to implant AI directly into the logic of the model, or more precisely, directly into the agents. This allows complex, more human-like behaviors to be implemented in the agents without having to explicitly codify the process logic and internal rules. Instead, agent behavior is trained and approximated using AI based on real, available data [35, 86, 95]. Generative AI is also predestined for this type of application and is gradually finding its way into agent-based modeling. The term ‘generative agents’ has even been coined for this purpose [50, 92]. LLMs are particularly helpful here. For example, Ferraro et al. show that the integration of LLMs directly into the agent- based model allows for the implementation of realistic social media simulations. In this case, the LLM not only controls agent behavior, but can even retrieve context- dependent external information through retrieval-augmented design [44]. Park et al. also use an LLM-based architecture so that the AI can control the social behavior of agents. Furthermore, a memory mechanism allows for coherent behavior over a longer period of time, enabling realistic human behavior patterns to emerge, such as conversations, relationships, and group behavior [92]. Vezhnevets et al. pursue a similar goal and even present a corresponding software library for constructing such agent-based systems [114]. Recent results suggest that the choice of LLMs and the prompt are very important, as they can generate agents that no longer resemble their human counterparts, or who express a plausible behavior at the aggregate level (e.g., the average simulated response to a scenario is valid) while being incorrect at the individual level (e.g., agents flip between opposite decisions every other day in order for the population average to be maintained) [127]. There are already initial approaches to the fully automated generation of simula- tion models using AI and machine learning, albeit so far prototypical or for specific use cases [9, 68]. However, these approaches undoubtedly have a great deal of po- tential and pave the way towards a user-friendly, automated end-to-end framework for carrying out simulation studies, as proposed by Giabbanelli and colleagues [54]. Finally, the AI model can also completely replace the simulation model. This is usually the case in metamodeling [7]: here, an approximation of the simulation model is trained by a surrogate model using a few (as few as possible) input and output data from the simulation model. This surrogate model can then directly predict the results of further experiments without needing to run the simulation model. This is always useful when the original simulation model is very computationally intensive or has very long runtimes. Executing a metamodel instead of the simulation model can save time and computing resources, as long as it outweighs the efforts required to train the surrogate model. There are numerous examples of using AI for metamodeling. Many modern regression-based machine learning algorithms, including artificial neural networks, have proven effective for this use case [33]. Modern generative AI methods can also be used. For example, Cen and Haas use a combination of variational autoencoders and LSTM to generate even complete sequence data as 14Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David simulation output [18]. Transformer models have been used effectively as surrogates for physical simulations, for example fluid mechanics simulations [49]. 2.5 Conducting simulation experiments A simulation model has a set of parameters. A what-if scenario provides a combina- tion of values for all parameters. For example, a simulation model for the expected benefits from selling a textbook may take as input parameters the expected number of initial buyers (‘early adopters’), the adoption rate over time among the broader audience, the unit sale price, production and marketing costs, and the amount of time during which the book may remain relevant. A what-if scenario provides a specific value to each of these parameters, thus defining a concrete market situation to simu- late expected revenues. Since the future is uncertain, studies tend to consider several what-if scenarios to account for different plausible futures. These scenarios are typi- cally constructed manually, based on domain expertise, stakeholder expectations, or narratives about how key drivers of the system may evolve. As such, what-if analysis is well suited for exploring a small number of meaningful, interpretable futures, but it does not aim to systematically explore the full space of possible parameter combinations. In contrast, experimental design approaches treat the parameters as variables spanning a multidimensional search space and generate sets of parameter combinations according to a prescribed design strategy). Rather than representing plausible futures, these combinations are chosen to efficiently probe the model’s behavior, quantify sensitivities, identify interactions among parameters, and support tasks such as optimization, robustness analysis, or model understanding. The field of simulation experiments covers both the creation of a few hand-crafted what-if scenarios and the design of many experiments. Constructing what-if scenarios is labor-intensive, requires sustained involvement of subject-matter experts, and does not scale well to large or rapidly evolving evidence bases. Text corpora (e.g., academic articles, reports, news) already contain rich, implicit knowledge about drivers, trends, and causal relationships. In the same way as AI uses such sources to create conceptual model, AI can also process text to generate scenarios. 10 Such text processing abilities became available much before public-facing LLMs such as GPT [32]. Historically, the use of AI to automate the design of scenarios heavily relied on web scraping and topic modeling [62, 63, 69, 93] then it transitioned to artificial neural networks such as BERT [32, 64]. Such models can be used through question and answering systems to ‘interrogate’ a text corpus 10 The design of scenarios is not a single step that can entirely be replaced by AI. There are several phases, and the potential involvement of AI vs. modelers or subject-domain experts varies across phases [11]. For example, someone may have to point the AI towards sources that are considered authoritative in an application field, such that it can crawl and build a corpus. Using AI to generate candidate scenarios can be very time-saving, but the proposed scenarios should still be checked by subject-matter experts. AI and M&S: An Overview15 as a means to gradually extract and structure information, thus supporting a scalable and evidence-grounded generation of what-if scenarios [31, 38]. Naturally, LLMs are starting to emerge in the space of generating scenarios [128]. In the context of traffic simulation, Ding et al. present a system for generating traffic scenarios that can be used for simulators to train autonomous vehicles. This system is a combination of several algorithms that are used to create an AI-based framework for generating traffic scenarios. These generated scenarios include traffic situations, trajectories of agents in the traffic network as well as interaction patterns, such as overtaking maneuvers, turning maneuvers or crash or collision situations [36]. This work takes a different approach to scenario generation: instead of extracting scenarios from text, Ding and colleagues explored how AI can compose, edit, and control simulation scenarios directly using retrieval-augmented generation in LLMs. In other words, they do not translate scenarios: rather, they synthesize scenarios from multiple examples. Noting that scenario generation is just one piece of the puzzle, Sadrnezhaad and colleagues discuss the use of generative AI in the context of evaluating, selecting, and integrative scenarios for testing and performing quality assurance of large-scale cyber-physical systems (CPS). 11 An important point is that even if AI finds many plausible scenarios, we may not be able to simulate all of them so scenario generation should also be combined with automated means to assess novelty, realism, or relevance (or mechanisms for prioritization and validation) [100]. Typically, modelers (during development) then decision-makers (during deploy- ment) would be interacting with a simulation model by providing what-if scenarios. They would know what are the parameters and which values can be entered ei- ther because they created the model or through their domain expertise. However, other individuals could be affected by decisions derived from a model, so they may want to know what simulations say about their jobs or communities while lacking the technical or domain expertise to directly enter what-if scenarios and run sim- ulations. A broader set of stakeholders 12 could interact with simulations by using LLMs as translators. Users could formulate their requests in plain language (e.g., “would faculty write more textbooks if people read them?”) and the LLM is tasked with identifying parameter values as well as changes, so that it can instantiate a simulation accordingly [54]. While what-if scenarios focus on evaluating a small number of plausible futures, the use of AI for experimental deigns aims to explore large sets of parameter com- binations. In this setting, the interaction between AI and the simulation model can be structured as a closed loop, where the output of one becomes the input of the other. For example, Feldkamp et al. proposed a robustness optimization approach in which GANs are used to automatically generate experimental designs. Robustness optimization attempts to find the best possible settings for control factors so that a 11 These are networks of connected systems with close interaction between hardware and software, such as modern vehicles and airplanes. These systems require intensive quality assurance, including testing with simulation [100]. 12 Stakeholders consist of people who are responsible for, or affected by, the decisions made based on evidence from sources including simulation outputs. There are many other terms such as knowledge users, interested parties, or interest-holders [2]. 16Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David target output fluctuates as little as possible and exhibits little variance in response to influences from (in the real world) uncontrollable noise factors. In this concept, two independent GANs are used, which have been trained to generate experimen- tal designs with specific properties. One GAN generates experimental designs for control factors with the aim of increasing the robustness of the system as much as possible, while the other generates experimental designs for the noise factors in order to specifically reduce robustness. The GANs generate experiment plans alternately, and in between, these are executed by the simulation model and the robustness is calculated. After several rounds, an optimal or at least very good, robust solution can be found [42]. A ‘surrogate’ in the context of a simulation study (see Section 2.4) usually means a computationally cheaper AI proxy to an expensive simulation. However, in the context of conducting experiments, the simulation models may be the surrogates because they are cheaper than performing some real-world experiments, particularly in physics. For example, Xu et al. [123] explicitly frame simulation as a low-cost experimental surrogate that serves to evaluate and refine experimental designs before applying them to real-world systems. In their work, simulation models are repeat- edly executed to generate data under different AI-driven design strategies, allowing robustness, uncertainty, and learning efficiency to be assessed in a controlled set- ting. So a simulation is not only an object of experimentation, but also at times the enabling platform to design and test AI-driven experimental workflows. Digital twins provide strong examples of advanced simulators. Digital twins are real-time computational reflections of real, physical systems that (i) continuously col- lect data from the physical system and (i) are able to control the physical system [65]. This bi-directional coupling allows for advanced operational intelligence, e.g., us- ing real-time data streams for online analytics and faster-than real-time simulations. Executing simulation experiments with hard real-time constraints is a challenge that requires drawing on AI techniques. 2.6 Verification and Validation Echoing the previous section, AI can again be used in a supporting role or directly integrated into the V&V process. When it comes to supporting the user, LLMs in particular can once again play to their strengths by lowering entry barriers, as in almost all technical disciplines, by providing expert knowledge quickly and easily. This is particularly useful in verifying implementations, that is, ensuring that the code is correct with respect to specifications. LLMs can be used here, for example, through code generation (see Section 2.3), code debugging, and support for system- atic troubleshooting [1, 37]. In the same manner as AI companions (e.g., Microsoft Copilot) can provide assistance in general programming environment, LLMs can be adapted to simulation environments as illustrated by NetLogo Chat [21]. 13 13 Whether the general use of AI companions helps to break barriers or creates dependency is a broad debate, much beyond the scope of modeling and simulation [126]. On the one hand, we can argue that AI and M&S: An Overview17 In the validation phase, we check the correctness of the data generated by the simulation model, for example by comparing it with any real data that may be avail- able. AI can also help here, for example, by using algorithms to detect anomalies and outliers. In a sufficiently large amount of simulation data, unexpected or inconsistent model behavior can be found relatively quickly [41]. He et al. show that LLMs can help extract the right latent variables from real-world data in order to better and more validly map the behavior of agents in agent-based modeling, strengthening the validity of the model [57]. AI can also help sift through patterns that provide a more fine-grained evaluation but would otherwise be ignored by typical analyses. For example, we commonly evaluate simulation outputs at the aggregate level: in a forest fire simulation, did the expected number of trees burn (either over time or when the fire was controlled)? While it is important to ensure that aggregate numbers are aligned with expectations, it is not sufficient to conclude that a simulation is valid, because incorrect implemen- tations can still produce aggregate outputs that fall within expected distributions. Detailed patterns matter: a forest fire simulation may be correct as an aggregate but have an incorrect understanding of the effect of wind on embers, such that it simulates the fire going in the wrong direction. This matters for decision-making, since the point of a fire simulation is not usually to watch trees as they burn, but to intervene in specific places to protect lives and resources. When using simulation techniques such as cellular automata, individual cells are updated over time so the simulation produces spatio-temporal data that tracks how the fire spreads at a fine-grained level. While that data is usually aggregated for analyses, AI provides opportunities to use it fully. These opportunities require transforming simulation outputs into formats aligned with AI algorithms. In particular, commonly used cellular automata (con- sisting of a 2D grid of square cells) can be transformed into images by mapping the state of each cell to a color. This unlocks access to a wide array of image processing algorithms [119], and even AI analyses to track patterns in a simulation run as if it was a video. 14 Using AI to inspect simulation outputs as images is not limited to physical phenomena such as forest fires, flooding, or landslides. Even phenomena novice modelers can now more easily create models and learn from simulation experiments, which benefits them because early engagement with runnable models and data-driven experimentation can strengthen conceptual understanding and motivation. On the other hand, there is an erosion of expertise as hands-on experiences are replaced by a reliance on AI companions to write simulation code [109]. This may also affect quality, as novices may not learn and ensure whether the code is effective (does the right things) or efficient (uses minimal resources). The comparison of novices and experts using the AI companion NetLogo Chat exemplifies these concerns: experts selectively copy code produced by the LLM and debug it at least partly themselves, while novices tend to copy the whole code and debug it with the help of AI [21]. Eventually, these concerns call for changes in how we teach modeling and simulation with AI. As with the earlier integration of big data into M&S education, the key challenge is not whether AI should be used, but how responsibilities are distributed between the learner and the tool: AI can handle syntactic complexity, while curricula must still explicitly train students to reason about model structure, assumptions, validity, and computational trade-offs [53]. 14 The goal is not the visualization, but its ability to support downstream tasks such as finding implementation errors that would be invisible at the aggregate level. By transforming simulation traces into images and applying AI techniques such as machine learning classifiers, subtle spatial 18Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David that do not have a physical embodiment, such as network-based social simulations, can be transformed into image-like representations that preserve the structure of local interactions for AI-based analysis [120]. 15 2.7 Result Analysis During the analysis phase of simulation results, the two levels at which AI can be used become apparent once again, i.e., to support the user in the analysis of the result data or directly integrate AI into the process of output data analysis. In the first case, LLMs are once again a good choice. There is currently still a lot of research potential here. For example, LLMs could automatically summarize results, write reports, or prepare project documentation [1, 52]. It is also conceivable that LLMs could advise and support users in statistical analyses and evaluations, similar to the support process for input modeling. As already mentioned, AI and machine learning methods can also be used as analysis tools and become an integral part of the analysis. For example, Curran et al. use machine learning to automatically classify the output of system dynamics models into pre-defined classes of behavioral patterns. This means that even large simulation experiment data can be analyzed efficiently and automatically. Since their approach used a decision tree, a secondary benefit is that the reasons for the classification results are transparent, 16 enabling the generation of additional insights into the behavior of the underlying simulation model [24]. Generating knowledge about the system can therefore be the main reason for applying such algorithms to simulation data, so that the actual prediction function then no longer plays such an important role. This approach requires conducting a sufficient number of simulation experiments and training the prediction algorithm accordingly with simulation input data and associated result data [41]. Classification and regression trees are predestined for this purpose [51]. However, white-box models such as decision trees have limited expressive power and may fail to capture complex, nonlinear relationships that or topological inconsistencies (e.g., missing interactions, incorrect update orders) can be identified even when summary statistics appear correct. 15 Again, the objective is not to ‘produce an image’, but to render simulation outputs in a way that aligns with the input needs for AI algorithms. Visualizing a large-scale network simulation as a node-and-link diagram would miss the point because this would not support algorithms in clearly finding patterns. In the same manner as a cellular automaton maps to an image (cells become pixels), a network can be viewed as a matrix and that becomes an image. However, the same network can be represented through multiple matrices (e.g., rows and columns can be swapped while encoding the same object) so a sub-problem for AI is to determine the right representation of simulation data. 16 Decision trees are a classic example of a white-box prediction algorithm, because their internal decision logic is explicitly represented as a sequence of hierarchical tests on input variables. Each path from the root of the tree to a leaf corresponds to a concrete decision process that can be followed visually as a diagram or equivalently expressed as a set of human-readable if–then rules. This makes it straightforward for analysts to trace how specific input conditions lead to a particular classification outcome, inspect which variables and thresholds are decisive, and assess whether these decision rules are plausible given domain knowledge. AI and M&S: An Overview19 arise in simulation data. Decision trees rely on piecewise linear partitions of the input space, which can obscure interactions or curved decision boundaries. More expressive models, such as support vector machines or neural networks, can better approximate such relationships, but that comes at the cost of interpretability. As a result, analysts must balance the goal of understanding simulation behavior against the goal of accurately modeling it, often resorting to black-box models augmented with explainable AI (XAI) techniques [43, 106]. 3 Modeling & Simulation for AI After we discussed the utility of AI for M&S, we focus on the other direction: how M&S benefits AI. Combining M&S with AI has numerous advantages, typically related to the training, validation, and evaluation of AI models. 3.1 Training AI models on simulated data The success of modern, subsymbolic AI hinges on the volume and quality of available data used for training and validation. However, data is often too costly to acquire, which limits the potential of the developed AI system. Training AI models on simulated data offers a cost-efficient and safe alternative to manually collecting data from operational environments. In such a setup, the simulator is used for generating data in an off-line fashion, i.e., decoupled from AI agent under training. AI models can be trained directly on simulators, too, i.e., in an on-line fashion. In such a setup, the simulator provides an environment or exercisable interface through which AI agents can be trained, tested, and validated before being deployed into a production environment. The utility of off-line and on-line training depends on the specific machine learning approach. Conventional deep learning, for example, requires large volumes of data to be available; such needs are easily served by off-line training. Reinforcement learning, in contrast, requires interactions with the simulator and is better served by on-line training. 3.2 Training AI models in Digital Twins The proliferation of digital twins [27, 65] opened new perspectives in using simula- tions for AI training [74]. In addition to providing operational intelligence services, digital twins may offer services for training AI models on their simulators. The conceptual and architectural organization of digital twins allow for such scenarios naturally. In addition, digital twins are able to control the physical system they are coupled with. This control is traditionally used for the real-time optimization of the 20Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David system (e.g., for energy-efficiency), but can be also used for bringing the physical system into states that provide new insights into the system’s behavior. This allows for gathering data outside the validity domain of the digital twin’s simulator. Such a purposeful experimentation is not new in modeling&simulation: the concept first appeared in Zeigler’s seminal work on simulation [124], and a new wave of research has been investigating its theoretical foundations recently [81]. Digital twins gave a renewed momentum to the field by aiding the operationalization of purposeful experimentation and by that, paving the foundations for cyber-physical AI training environments. Reinforcement learning is an apt example of AI training techniques that require more than mere generation of data. In reinforcement learning [111], an AI agent learns optimal control of an environment by taking sequential actions to explore the environment and update its strategy based on feedback in the form of rewards. Such a trial-and-error approach is costly and hazardous when executed in a real-world setup, e.g., when an autonomous vehicle learns to drive [58] or a cyber-biophysical system is being actuated [30]. Situating this learning process in a digital twin has clear benefits, as explained above. In addition, digital twins themselves can be equipped with learning capabilities that allow for the gradual improvement of their simulators [28, 29], borrowing them useful evolutionary capabilities [26], which is particularly useful in smart ecosystems, such energy communities [79] and the smart grid [75]. Model predictive control (MPC) takes a similar approach [121]: in systems and processes with constraints (usually industrial processes), predictions are used to re- peatedly find and execute optimal control rules within a timely prediction horizon. A simulation model is essential for calculating these predictions. In order to be able to implement even complex controls live and online, AI and machine learning al- gorithms are increasingly being used here as well, but these in turn rely on training data from the simulation model. The AI does not necessarily have to replace the sim- ulation model, but can also complement it [67, 70]. An AI/simulation combination approach can also be used for AI-driven design processes (e.g., in materials science or photonics). In so-called inverse design, an AI algorithm suggests appropriate designs, which are then evaluated and validated by simulation, allowing the AI to iterate again in a data-driven manner [61]. Finally, simulation can also be a necessary safety requirement for AI systems that are integrated into technical or mechatronic systems, for example. Since AI systems are often considered black boxes due to their lack of transparency, they can therefore only be evaluated analytically to a limited extent. For this purpose, Dahmen et al. propose simulation-based test beds that can provide extensive virtual scenarios and data sets to improve the quality assurance of those systems [25]. AI and M&S: An Overview21 3.3 Evaluating AI by Modeling & Simulation Finally, M&S can be of high utility in the evaluation and quantified assessment of AI. This lifecycle phase of AI systems remains a significant challenge due to the stochastic behavior, data dependence, and limited transparency of AI models. M&S can play a critical role in tackling these challenges by providing a controlled, repeatable, and scalable way for driving the behavior of AI models for observation and measurement. Through simulation, researchers can expose AI systems to a wide range of scenarios, including rare, extreme, or safety-critical conditions that are difficult or costly to reproduce in the real world. Beyond the simulation models themselves and their integration with AI, additional aspects of M&S offer valuable opportunities for machine learning and AI, which can be leveraged in the development of such algorithms. For example, M&S offers decades of experience in efficient experiment design. Sanchez therefore proposes to make use of this knowledge and to employ sophisticated data farming experiment designs to make the hyperparameter tuning of machine learning algorithms such as neural networks more efficient. With a NOLH (Nearly Orthogonal Latin Hy- percube) design, the space of possible hyperparameters can be searched extremely efficiently and with a fraction of the effort compared to a complete iteration of all hyperparameter combinations [101]. 4 Perspectives: Evolution of the field The preceding sections surveyed how AI has already been used to support, augment, or integrate M&S across the stages of a simulation study. This overview was not intended to be exhaustive, nor to suggest that these approaches are uniformly mature or widely adopted. Rather, its purpose was to establish a conceptual structure for thinking about the many roles AI can play in M&S. In this final section, we shift from retrospect to perspective. Instead of asking what has already been achieved, we consider where the field is heading and which AI-enabled approaches appear most promising in terms of practical impact, accessibility, and research potential. Figure 3 provides a high-level positioning of these approaches, contrasting their current maturity with their potential value for simulation studies. While some uses of AI are already well established and readily accessible, others remain exploratory, requiring substantial effort and further research before they can be reliably integrated into everyday modeling and simulation workflows. Although the previous sections already showed that LLMs are increasingly used, we believe that there is more room for LLMs to help modelers. For instance, consider result documentation and report generation (from existing results). Access to pow- erful LLMs to handle such tasks is easy, their integration can be done with careful engineering, and the benefits in terms of time savings are obvious. The same applies to LLM-supported code generation in the implementation phase and LLM-supported code debugging in the model verification phase. LLM-supported coding is already 22Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David Fig. 3: Landscape of artificial intelligence applications in modeling and simulation, organized by maturity of the approach (from exploratory to well-established) and potential value in simulation studies (from niche to broadly beneficial). widely established and its performance has been confirmed by benchmarks. However, performance here also depends on the programming language or simulation software used. The extent and quality of data and examples available on the internet that could serve as the basis for the language model’s training data is obviously relevant for its performance. For widely used programming languages such as Python or Java, good availability can generally be assumed. For less common programming languages, specific simulation packages, or specialized simulators, however, the data available is likely to be limited, thereby reducing the quality of the LLM responses or even leading to hallucinations. The situation is similar with LLM-based support for data AI and M&S: An Overview23 cleaning and general support for mathematical or statistical questions. LLMs have already proven helpful for assisting the user in standardized data cleaning tasks [110]. Since data cleaning is the start of every data science projects, there is likely a good coverage of use cases in the training data for common LLMs, which would explain their performances. These approaches are thus applicable across simulation studies. Of course, it is essential that users critically examine outputs produced by LLMs. For this reason, caution is needed when aiming for a fully automatic result analysis using LLMs. Although this approach promises the most future potential according to a recent literature study, it also still requires significantly more research and fur- ther development at this stage [40]. This is because LLMs are currently very well suited for processing and generating language (and code), but tend to struggle when it comes to more complex mathematical tasks and advanced statistical reasoning as current studies and benchmarks show [73]. In this respect, LLMs can provide very good conceptual advice and explanations, but they are not yet suitable for fully automated analysis of simulation results. In contrast, metamodeling is a mature and well-established approach, and using AI in this context has been extensively studied. However, its applicability in a given simulation project should be evaluated primarily through a cost–benefit lens: the additional effort required for model development, training, hyperparameter tuning, and quality assurance must be justified by a corresponding reduction in simulation effort. For complex AI-based metamodels, this overhead may offset or even exceed the savings in simulation run time. Similar considerations apply to approaches that directly approximate input distributions for sample generation. Their usefulness depends on factors such as data availability, the complexity of the target distribution, and the expected gain in accuracy. While AI-based methods can be advantageous for complex, multimodal, or high-dimensional distributions, traditional statistical techniques often remain the more efficient choice in simpler settings. A similar assessment applies to integrating AI directly into simulation models at runtime. Such integrations are not new and have long been used in specific contexts, but their usefulness remains highly application-dependent. Because design choices and computational demands vary widely, the effort–benefit trade-off must be evaluated for each use case. At the same time, recent advances in generative AI are driving renewed interest in this paradigm, particularly in agent-based modeling. Approaches such as generative agents suggest new ways of equipping simulated entities with adaptive, data-driven behavior, making this an area with significant potential for future research [40]. Fully automatic model generation continues to be a challenging topic, especially when using component-based simulation frameworks and not just pure programming language. Nevertheless, there is a growing trend toward integrating such functions into commercial off-the-shelf (COTS) software, which indicates a growing relevance in both research and practice. Dynamic developments are expected in the near future. In contrast, AI approaches for the validation of simulation models are still relatively rare. In addition, the idea of using AI in simulation models raises additional questions about the validity of the resulting simulation results, for which further research is needed. Finaly, the generation of 3D scenes and assets using NeRFs is an 24Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David exciting approach, but ultimately it should be considered more of a niche topic. In particular, the resulting benefits must be weighed against the very high development and computing costs that typically accompany such algorithms. Our observations suggest that the influence of AI on modeling and simulation is not merely incremental, but potentially transformative. Over time, the field has repeatedly evolved in response to new methodological foundations, from early con- cerns with queuing theory and random number generation, to data-driven modeling and machine learning, and now to the rapid emergence of large language models. These shifts challenge established practices and, at times, the very identity of mod- eling and simulation as a discipline. Rather than signaling a loss of rigor or purpose, however, they reflect an expanding methodological toolkit and an opportunity to reconsider what it means to be a simulation scientist in a data- and AI-rich world. References [1] Ali Akhavan and Mohammad S Jalali. Generative ai and simulation modeling: how should you (not) use large language models like chatgpt. System Dynamics Review, 40(3):e1773, 2024. [2] Elie A Akl, Joanne Khabsa, Jennifer Petkovic, Olivia Magwood, Lyubov Lytvyn, Ashley Motilall, Pauline Campbell, Alex Todhunter-Brown, Holger J Sch ̈unemann, Vivian Welch, et al. “interest-holders”: A new term to replace “stakeholders” in the context of health research and policy. Cochrane Evidence Synthesis and Methods, 2(11):e70007, 2024. [3] Jinwon An and Sungzoon Cho. Variational autoencoder based anomaly de- tection using reconstruction probability. Special lecture on IE, 2(1):1–18, 2015. [4] Osman Balci. A life cycle for modeling and simulation. Simulation, 88(7): 870–883, 2012. [5] Souvik Barat, Dushyanthi Mulpuru, Abhishek Yadav, Reshma Korabu, Himabindu Thogaru, and Vinay Kulkarni. Constructing enterprise digital twins by augmenting llms with mde. In Proceedings of the 18th Innovations in Software Engineering Conference, pages 1–11, 2025. [6] Alejandro Barredo Arrieta, Natalia D ́ ıaz-Rodr ́ ıguez, Javier Del Ser, Adrien Bennetot, Siham Tabik, Alberto Barbado, Salvador Garc ́ ıa, Sergio Gil-L ́ opez, Daniel Molina, Richard Benjamins, et al. Explainable artificial intelligence (xai): Concepts, taxonomies, opportunities and challenges toward responsible ai. Information fusion, 58:82–115, 2020. [7] Russell R Barton. Simulation optimization using metamodels. In Proceedings of the 2009 winter simulation conference (WSC), pages 230–238. IEEE, 2009. [8] Jack T Beerman, Gwendal G Beaumont, and Philippe J Giabbanelli. A scoping review of three dimensions for long-term covid-19 vaccination models: hybrid immunity, individual drivers of vaccinal choice, and human errors. Vaccines, 10(10):1716, 2022. AI and M&S: An Overview25 [9] Sebastian Behrendt, Thomas Altenm ̈uller, Marvin Carl May, Andreas Kuhnle, and Gisela Lanza. Real-to-sim: automatic simulation model generation for a digital twin in semiconductor manufacturing. Journal of Intelligent Manu- facturing, pages 1–20, 2025. [10] Soeren Bergmann, Niclas Feldkamp, and Steffen Strassburger. Approximation of dispatching rules for manufacturing simulation using data mining methods. In 2015 Winter Simulation Conference (WSC), pages 2329–2340. IEEE, 2015. [11] Gabriela Bessa and Belem Barbosa. Integrating artificial intelligence into sce- nario analysis: A validated framework for strategic planning under economic uncertainty. Global Economics Research, page 100007, 2025. [12] Christopher M Bishop. Pattern recognition and machine learning, volume 4. Springer, 2006. [13] Dominik Bork, Istvan David, Sergio Espa ̃ na, Giancarlo Guizzardi, Henderik A Proper, and Iris Reinhartz-Berger. The role of modeling in the analysis and design of sustainable systems: a panel report. Communications of the Associ- ation for Information Systems, 54:911–936, 2024. [14] J. G. Botello, B. Illinas, J. J. Padilla, and E. Frydenlund. Toward automating system dynamics modeling: Evaluating llms in the transition from narratives to formal structures. In Proceedings of the 2025 Winter Simulation Conference, pages 2380–2391, Seattle, WA, USA, December 2025. [15] Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Ka- plan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. Advances in neural information processing systems, 33:1877–1901, 2020. [16] Nicholas Carlini, Florian Tramer, Eric Wallace, Matthew Jagielski, Ariel Herbert-Voss, Katherine Lee, Adam Roberts, Tom Brown, Dawn Song, Ulfar Erlingsson, et al. Extracting training data from large language models. In 30th USENIX security symposium (USENIX Security 21), pages 2633–2650, 2021. [17] G ̈ okberk C ̧ elikmasat, Atay ̈ Ozg ̈ ovde, and Fatma Bas ̧ak Aydemir. Generating business process models with open source large language models using in- struction tuning. In International Conference on Product-Focused Software Process Improvement, pages 269–284. Springer, 2025. [18] Wang Cen and Peter J Haas. Enhanced simulation metamodeling via graph and generative neural networks. In 2022 Winter Simulation Conference (WSC), pages 2748–2759. IEEE, 2022. [19] Wang Cen and Peter J Haas. Nim: generative neural networks for automated modeling and generation of simulation inputs. ACM Transactions on Modeling and Computer Simulation, 33(3):1–26, 2023. [20] Wang Cen, Emily A Herbert, and Peter J Haas. Nim: modeling and generation of simulation inputs via generative neural networks. In 2020 Winter Simulation Conference (WSC), pages 584–595. IEEE, 2020. [21] John Chen, Xi Lu, Yuzhou Du, Michael Rejtig, Ruth Bagley, Mike Horn, and Uri Wilensky. Learning agent-based modeling with llm companions: Expe- riences of novices and experts using chatgpt & netlogo chat. In Proceedings 26Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David of the 2024 CHI Conference on Human Factors in Computing Systems, pages 1–18, 2024. [22] Yurui Chen, Junge Zhang, Ziyang Xie, Wenye Li, Feihu Zhang, Jiachen Lu, and Li Zhang. S-nerf++: Autonomous driving simulation via neural reconstruction and generation. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2025. [23] Simon Chesterman. Good models borrow, great models steal: intellectual property rights and generative ai. Policy and Society, 44(1):23–37, 2025. [24] Martina Curran, Enda Howley, and Jim Duggan. Classification of system dynamics model outputs using decision trees. Machine Learning with Appli- cations, page 100713, 2025. [25] Ulrich Dahmen, Tobias Osterloh, and J ̈urgen Roßmann. Structured validation of ai-based systems by virtual testing in simulated test scenarios. Applied Intelligence, 53(15):18910–18924, 2023. [26] Istvan David and Dominik Bork. Towards a taxonomy of digital twin evolution for technical sustainability. In ACM/IEEE International Conference on Model Driven Engineering Languages and Systems Companion, MODELS-C, pages 934–938. IEEE, 2023. doi: 10.1109/MODELS-C59198.2023.00147. [27] Istvan David and Dominik Bork. Infonomics of autonomous digital twins. In Advanced Information Systems Engineering, volume 14663 of Lecture Notes in Computer Science, pages 563–578. Springer, 2024. ISBN 978-3-031- 61057-8. doi: 10.1007/978-3-031-61057-8 33. [28] Istvan David and Eugene Syriani.DEVS Model Construction as a Reinforcement Learning Problem.In 2022 Annual Modeling and Simulation Conference (ANNSIM), pages 30–41. IEEE, 2022.doi: 10.23919/ANNSIM55834.2022.9859369. [29] Istvan David and Eugene Syriani. Automated Inference of Simulators in Digi- tal Twins, chapter 8, pages 122–148. CRC Press, 2024. ISBN 9781032546070. doi: 10.1201/9781003425724-11. [30] Istvan David, Pascal Archambault, Quentin Wolak, Cong Vinh Vu, Tim- oth ́ e Lalonde, Kashif Riaz, Eugene Syriani, and Houari Sahraoui. Digi- tal twins for cyber-biophysical systems: Challenges and lessons learned. In 2023 ACM/IEEE 26th International Conference on Model Driven Engineering Languages and Systems (MODELS), pages 1–12, 2023. doi: 10.1109/MOD- ELS58315.2023.00014. [31] Christopher WH Davis, Antonie J Jetter, and Philippe J Giabbanelli. Auto- matically generating scenarios from a text corpus: A case study on electric vehicles. Sustainability, 14(13):7938, 2022. [32] Christopher WH Davis, Antonie J Jetter, and Philippe J Giabbanelli. Towards an automatic construction of simulation scenarios: A systematic review. In 2023 Winter Simulation Conference (WSC), pages 2494–2505. IEEE, 2023. [33] Rodrigo De la Fuente and Raymond Smith. Metamodeling a system dynamics model: a contemporary comparison of methods. In 2017 Winter Simulation Conference (WSC), pages 1926–1937. IEEE, 2017. AI and M&S: An Overview27 [34] David J DeBrota, Robert S Dittus, James J Swain, Stephen D Roberts, and James R Wilson. Modeling input processes with johnson distributions. In Proceedings of the 21st conference on winter simulation, pages 308–318, 1989. [35] Kaveh Dehghanpour, M Hashem Nehrir, John W Sheppard, and Nathan C Kelly. Agent-based modeling in electrical energy markets using dynamic bayesian networks. IEEE Transactions on Power Systems, 31(6):4744–4754, 2016. [36] Wenhao Ding, Yulong Cao, Ding Zhao, Chaowei Xiao, and Marco Pavone. Realgen: Retrieval augmented generation for controllable traffic scenarios. In European Conference on Computer Vision, pages 93–110. Springer, 2024. [37] Corne du Plooy and Rudolph Oosthuizen. Ai usefulness in systems mod- elling and simulation: Gpt-4 application. South African Journal of Industrial Engineering, 34(3):286–303, 2023. [38] Mark Feblowitz, Oktie Hassanzadeh, Michael Katz, Shirin Sohrabi, Kavitha Srinivas, and Octavian Udrea. Ibm scenario planning advisor: a neuro- symbolic erm solution. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 35, pages 16032–16034, 2021. [39] Niclas Feldkamp. Application of machine learning within hybrid systems modelling. In Hybrid modeling and simulation: conceptualizations, methods and applications, pages 159–183. Springer, 2024. [40] Niclas Feldkamp. On the use of generative ai in simulation studies: A review of techniques, applications and opportunities. In Proceedings of the 2025 Winter Simulation Conference, 2025. [41] Niclas Feldkamp, Soeren Bergmann, and Steffen Strassburger. Knowledge discovery in simulation data. ACM Transactions on Modeling and Computer Simulation (TOMACS), 30(4):1–25, 2020. [42] Niclas Feldkamp, Soeren Bergmann, Florian Conrad, and Steffen Strass- burger.A method using generative adversarial networks for robustness optimization. ACM Transactions on Modeling and Computer Simulation (TOMACS), 32(2):1–22, 2022. [43] Niclas Feldkamp, Jonas Genath, and Steffen Strassburger. Explainable ai for data farming output analysis: a use case for knowledge generation through black-box classifiers. In 2022 Winter Simulation Conference (WSC), pages 1152–1163. IEEE, 2022. [44] Antonino Ferraro, Antonio Galli, Valerio La Gatta, Marco Postiglione, Gian Marco Orlando, Diego Russo, Giuseppe Riccio, Antonio Romano, and Vincenzo Moscato. Agent-based modelling meets generative ai in social network simulations. In International Conference on Advances in Social Networks Analysis and Mining, pages 155–170. Springer, 2024. [45] Diana Fisher. Using llms to support teachers infusing system dynamics con- cepts in high school curricula. In Proceedings of the International System Dynamics Conference, Boston, MA, USA, August 2025. ISBN 978-1-935056- 33-1. 28Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David [46] No ́ e Y Flandre and Philippe J Giabbanelli. Can large language models learn conceptual modeling by looking at slide decks and pass graduate exami- nations? an empirical study. In International Conference on Conceptual Modeling, pages 198–208. Springer, 2024. [47] Erika Frydenlund, Joseph Mart ́ ınez, Jose J Padilla, Katherine Palacio, and David Shuttleworth. Modeler in a box: how can large language models aid in the simulation modeling process? Simulation, 100(7):727–749, 2024. [48] Tyler J Gandee, Sean C Glaze, and Philippe J Giabbanelli. A visual analytics environment for navigating large conceptual models by leveraging generative artificial intelligence. Mathematics, 12(13):1946, 2024. [49] Nicholas Geneva and Nicholas Zabaras. Transformers for modeling physical systems. Neural Networks, 146:272–289, 2022. [50] Navid Ghaffarzadegan, Aritra Majumdar, Ross Williams, and Niyousha Hos- seinichimeh. Generative agent-based modeling: an introduction and tutorial. System Dynamics Review, 40(1):e1761, 2024. [51] Philippe J. Giabbanelli. Impact of complex network properties on routing in backbone networks. In 2010 IEEE Globecom workshops, pages 389–393. IEEE, 2010. [52] Philippe J Giabbanelli. Gpt-based models meet simulation: How to efficiently use large-scale pre-trained language models across simulation tasks. In 2023 Winter simulation conference (WSC), pages 2920–2931. IEEE, 2023. [53] Philippe J Giabbanelli and Vijay K Mago. Teaching computational modeling in the data science era. Procedia Computer Science, 80:1968–1977, 2016. [54] Philippe J Giabbanelli, Jose J Padilla, and Ameeta Agrawal. Broadening access to simulations for end-users via large language models: Challenges and opportunities. In 2024 winter simulation conference (wsc), pages 2535– 2546. IEEE, 2024. [55] Philippe J Giabbanelli, Kourosh Shoele, and Megan A Witherow. Emerging uses of ai-generated images for equitable and transparent simulations. In Proceedings of the AAAI Symposium Series, volume 7, pages 20–25, 2025. [56] Bryce Goodman and Seth Flaxman. European union regulations on algorith- mic decision-making and a “right to explanation”. AI magazine, 38(3):50–57, 2017. [57] H. He, X. Liu, and X. Deng. Model validation and llm-based model enhance- ment for analyzing networked anagram experiments. In Proceedings of the 2025 Winter Simulation Conference, pages 2003–2014, Seattle, WA, USA, December 2025. [58] David Isele, Alireza Nakhaei, and Kikuo Fujimura. Safe reinforcement learning on autonomous vehicles. In 2018 IEEE/RSJ International Con- ference on Intelligent Robots and Systems (IROS), pages 1–6, 2018. doi: 10.1109/IROS.2018.8593420. [59] Ilya Jackson, Maria Jesus Saenz, and Dmitry Ivanov. From natural language to simulations: applying ai to automate simulation modelling of logistics systems. International Journal of Production Research, 62(4):1434–1457, 2024. AI and M&S: An Overview29 [60] Jacqueline A Jansen, Art ̈ur Manukyan, Nour Al Khoury, and Altuna Akalin. Leveraging large language models for data analysis automation. PloS one, 20 (2):e0317084, 2025. [61] Liuchao Jin, Shouyi Yu, Jianxiang Cheng, Zhigang Liu, Kang Zhang, Sicong Zhou, Xiangnan He, Guoquan Xie, Mahdi Bodaghi, Qi Ge, et al. Machine learning powered inverse design for strain fields of hierarchical architectures. Composites Part B: Engineering, 299:112372, 2025. [62] Victoria Kayser and Erduana Shala. Scenario development using web mining for outlining technology futures. Technological forecasting and social change, 156:120086, 2020. [63] Jieun Kim, Mintak Han, Youngjo Lee, and Yongtae Park. Futuristic data- driven scenario building: Incorporating text mining and fuzzy association rule mining into fuzzy cognitive map. Expert Systems with Applications, 57: 311–323, 2016. [64] Patrick K ̈ odding, Christian Koldewey, and Roman Dumitrescu. Scenario- based foresight in the age of digital technologies and ai. In New digital work: Digital sovereignty at the workplace, pages 51–67. Springer, 2023. [65] Werner Kritzinger, Matthias Karner, Georg Traar, Jan Henjes, and Wilfried Sihn. Digital twin in manufacturing: A categorical literature review and classification. IFAC-PapersOnLine, 51(11):1016–1022, 2018. [66] Reem Kseibati. Cooling Innovation and Circularity: Addressing Water Stress in the Age of AI-Driven Data Centers. PhD thesis, Massachusetts Institute of Technology, 2025. [67] Steven Spielberg Pon Kumar, Aditya Tulsyan, Bhushan Gopaluni, and Philip Loewen.A deep learning architecture for predictive control.IFAC- PapersOnLine, 51(18):512–517, 2018. [68] Sanket Kute, Da Ma, Richard Reider, Marcel M ̈uller, and Sebastian Lang. Generative ai for automatic simulation model generation in factory planning: A framework and prototype. Procedia Computer Science, 274:1024–1033, 2025. [69] Heeyeul Kwon, Jieun Kim, and Yongtae Park. Applying lsa text mining technique in envisioning social impacts of emerging technologies: The case of drone technology. Technovation, 60:15–28, 2017. [70] Maciej Lawry ́ nczuk and Krzysztof Zarzycki. Lstm and gru type recurrent neural networks in model predictive control: A review. Neurocomputing, page 129712, 2025. [71] Yitong Li and Wenying Ji. Enhanced input modeling for construction sim- ulation using bayesian deep neural networks. In 2019 Winter Simulation Conference (WSC), pages 2978–2985. IEEE, 2019. [72] Josip Tomo Licardo, Nikola Tankovic, and Darko Etinger. Bpmn assis- tant: An llm-based approach to business process modeling. arXiv preprint arXiv:2509.24592, 2025. [73] Xiao Liu, Zirui Wu, Xueqing Wu, Pan Lu, Kai-Wei Chang, and Yansong Feng. Are LLMs capable of data-based statistical and causal reasoning? benchmark- ing advanced quantitative reasoning with data. In Lun-Wei Ku, Andre Martins, 30Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David and Vivek Srikumar, editors, Findings of the Association for Computational Linguistics: ACL 2024, pages 9215–9235, Bangkok, Thailand, August 2024. Association for Computational Linguistics. doi: 10.18653/v1/2024.findings- acl.548. URL https://aclanthology.org/2024.findings-acl.548/. [74] Xiaoran Liu and Istvan David. AI simulation by digital twins: Systematic survey, reference framework, and mapping to a standardized architecture. Softw Syst Model, 2025. doi: 10.1007/s10270-025-01306-0. [75] Xiaoran Liu and Istvan David. Introduction to digital twins for the smart grid, 2026. URL https://arxiv.org/abs/2602.14256. [76] Yang Liu, Liang Yan, Sheng Liu, Ting Jiang, Feng Zhang, Yu Wang, and Shengnan Wu. Enhancing input parameter estimation by machine learning for the simulation of large-scale logistics networks. In 2020 Winter Simulation Conference (WSC), pages 608–619. IEEE, 2020. [77] Christopher B Lutz and Philippe J Giabbanelli. When do we need massive computations to perform detailed covid-19 simulations? Advanced Theory and Simulations, 5(2):2100343, 2022. [78] Mattia Macr ` ı, Francesca De Luzi, and Massimo Mecella. Admpmodeler: Modeling administrative processes using large language models. a case study. In International Conference on Electronic Government, pages 303– 319. Springer, 2025. [79] Judith Michael, Istvan David, and Dominik Bork. Digital Twin Evolution for Sustainable Smart Ecosystems. In ACM/IEEE International Conference on Model Driven Engineering Languages and Systems Companion, MODELS-C, page 1061–1065. ACM, 2024. doi: 10.1145/3652620.3688343. [80] Ben Mildenhall, Pratul P Srinivasan, Matthew Tancik, Jonathan T Barron, Ravi Ramamoorthi, and Ren Ng. Nerf: Representing scenes as neural radiance fields for view synthesis. Communications of the ACM, 65(1):99–106, 2021. [81] Rakshit Mittal, Raheleh Eslampanah, Lucas Lima, Hans Vangheluwe, and Dominique Blouin. Towards an ontological framework for validity frames. In 2023 ACM/IEEE International Conference on Model Driven Engineering Languages and Systems Companion (MODELS-C), pages 801–805, 2023. doi: 10.1109/MODELS-C59198.2023.00128. [82] Thomas Monks, Alison Harper, and Amy Heather. Unlocking the potential of past research: using generative ai to reconstruct healthcare simulation models. Journal of the Operational Research Society, pages 1–24, 2025. [83] Jos ́ e Arnaldo Barra Montevechi, Afonso Teberga Campos, Gustavo Teodoro Gabriel, and Carlos Henrique dos Santos. Input data modeling: an approach using generative adversarial networks. In 2021 Winter Simulation Conference (WSC), pages 1–12. IEEE, 2021. [84] David F Mu ̃ noz. Comparison of five estimation methods for the parameters of the johnson unbounded distribution using simulated and real-data samples. Computational Statistics, pages 1–32, 2025. [85] Aisyah Muthiah, Hasan Turan, and Sondoss Elsawah. Ai for system dy- namics: Mapping progress across six modelling stages. In Proceedings of the International System Dynamics Conference, Boston, MA, USA, August 2025. AI and M&S: An Overview31 [86] Ashkan Negahban and Philippe J Giabbanelli. Hybrid agent-based simulation of adoption behavior and social interactions: Alternatives, opportunities, and pitfalls. IEEE Transactions on Computational Social Systems, 9(3):770–780, 2021. [87] Rumyana Neykova and Derek Groen. Reversed model verification by inferring conceptual models from simulation code. In International Conference on Computational Science, pages 361–368. Springer, 2025. [88] Andrew Ng and Michael Jordan. On discriminative vs. generative classifiers: A comparison of logistic regression and naive bayes. Advances in neural information processing systems, 14, 2001. [89] Quentin Nivon and Gwen Sala ̈un. Automated generation of bpmn processes from textual requirements. In International Conference on Service-Oriented Computing, pages 185–201. Springer, 2024. [90] Dragos , M Obreja, R ̆ azvan Rughinis , , and Daniel Rosner. Mapping the mul- tidimensional trend of generative ai: A bibliometric analysis and qualitative thematic review. Computers in Human Behavior Reports, 17:100576, 2025. [91] Bhakti Stephan Onggo, Zhe He, Pengfei Lu, Qiang Bai, and Yilin Hu. Ai- empowered data-driven agent-based modeling and simulation: Challenges, methodologies, and future perspectives. In Proceedings of the 2025 Winter Simulation Conference, pages 13–27, Seattle, WA, USA, December 2025. [92] Joon Sung Park, Joseph O’Brien, Carrie Jun Cai, Meredith Ringel Morris, Percy Liang, and Michael S Bernstein. Generative agents: Interactive simu- lacra of human behavior. In Proceedings of the 36th annual acm symposium on user interface software and technology, pages 1–22, 2023. [93] SJ Park, DW Kim, JH Kim, JH Chung, and JS Lee. Future disaster scenario using big data: a case study of extreme cold wave. International Journal of Design & Nature and Ecodynamics, 11(3):362–369, 2016. [94] Marcelo Pasetti, James William Santos, Nicholas Kluge Corr ˆ ea, Nythamar de Oliveira, and Camila Palhares Barbosa. Technical, legal, and ethical chal- lenges of generative artificial intelligence: an analysis of the governance of training data and copyrights. Discover Artificial Intelligence, 5(1):193, 2025. [95] Alejandro Platas-Lopez, Alejandro Guerra-Hernandez, Marcela Quiroz- Castellanos, and Nicandro Cruz-Ramirez. Agent-based models assisted by supervised learning: A proposal for model specification. Electronics, 12(3): 495, 2023. [96] Ken Resnicow and Roger Vaughan. A chaotic view of behavior change: a quantum leap for health promotion. International Journal of Behavioral Nutrition and Physical Activity, 3(1):25, 2006. [97] Stewart Robinson. Conceptual modeling for simulation. In 2013 Winter Simulations Conference (WSC), pages 377–388. IEEE, 2013. [98] Stewart Robinson. Simulation: the practice of model development and use (2nd ed.). Palgrave Macmillan, 2014. [99] Am ́ ed ́ e Roy, Ronan Fablet, and Sophie Lanco Bertrand. Using genera- tive adversarial networks (gan) to simulate central-place foraging trajectories. Methods in Ecology and Evolution, 13(6):1275–1287, 2022. 32Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David [100] Masoud Sadrnezhaad, Jos ́ e Antonio Hern ́ andez L ́ opez, Torvald M ̊ artensson, and D ́ aniel Varr ́ o. Generative ai in simulation-based test environments for large-scale cyber-physical systems: An industrial study. In International Con- ference on Product-Focused Software Process Improvement, pages 203–219. Springer, 2025. [101] Susan M Sanchez. Data farming: Methods for the present, opportunities for the future. ACM Transactions on Modeling and Computer Simulation (TOMACS), 30(4):1–30, 2020. [102] R G Sargent. Verification and validation of simulation models. Journal of Simulation, 7(1):12–24, 2013. doi: 10.1057/jos.2012.20. [103] William Schoenberg. Building and learning with models using ai. Available at SSRN 5341966, 2025. [104] William Schoenberg, Davidson Girard, Saras Chung, Ellen O’Neill, Janet Velasquez, and Sara Metcalf. How well can ai build sd models? arXiv preprint arXiv:2503.15580, 2025. [105] Ryan Schuerkamp and Philippe J Giabbanelli. Guiding evolutionary algo- rithms with large language models to learn fuzzy cognitive maps. Neural Computing and Applications, 37(18):11891–11908, 2025. [106] Lynne Serre, Maude Amyot-Bourgeois, and Brittany Astles. Use of shap- ley additive explanations in interpreting agent-based simulations of military operational scenarios. In 2021 annual modeling and simulation conference (ANNSIM), pages 1–12. IEEE, 2021. [107] Julie Sinistore, Joshua Skov, Derek Fehrer, Jonathan Balsvik, Jon Dickinson, and Richard Reitz. Sustainable ai: An environmental sustainability perspec- tive. In Handbook of Human-Centered Artificial Intelligence, pages 1–38. Springer, 2025. [108] Yang Song, Jascha Sohl-Dickstein, Diederik P. Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole. Score-based generative modeling through stochastic differential equations. In Proceedings of the International Confer- ence on Learning Representations (ICLR), 2021. [109] Scott Spillias, Rowan Trebilco, Matthew P Adams, Fabio Boschetti, Andrew Constable, Piers Dunstan, Simon Ferrier, Javier Porobic, Einat Grimberg, Nicola Grigg, et al. The future of artificial intelligence in ecosystem modeling. BioScience, page biaf169, 2025. [110] Matteo Spreafico, Ludovica Tassini, Camilla Sancricca, and Cinzia Cappiello. Lost in the pipeline: How well do large language models handle data prepa- ration? arXiv preprint arXiv:2511.21708, 2025. [111] Richard S. Sutton and Andrew G. Barto. Reinforcement Learning: An Intro- duction. The MIT Press, Cambridge, MA, 2 edition, 2018. ISBN 978-0-262- 03924-6. [112] Andreas Tolk. Hybrid modeling integrating artificial intelligence and mod- eling & simulation paradigms. In 2024 winter simulation conference (wsc), pages 1271–1280. IEEE, 2024. AI and M&S: An Overview33 [113] Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Lukasz Kaiser, and Illia Polosukhin. Attention is all you need. Advances in neural information processing systems, 30, 2017. [114] Alexander Sasha Vezhnevets, John P Agapiou, Avia Aharon, Ron Ziv, Jayd Matyas, Edgar A Du ́ e ̃ nez-Guzm ́ an, William A Cunningham, Simon Osindero, Danny Karmon, and Joel Z Leibo. Generative agent-based modeling with actions grounded in physical, social, or digital space using concordia. arXiv preprint arXiv:2312.03664, 2023. [115] Jos ́ e Villamar, Matthias Kelbling, Heather L More, Michael Denker, Tom Tetzlaff, Johanna Senk, and Stephan Thober. Metadata practices for simulation workflows. Scientific Data, 12(1):942, 2025. [116] Pia Wilsdorf, Anja Wolpers, Jason Hilton, Fiete Haack, and Adelinde Uhrma- cher. Automatic reuse, adaption, and execution of simulation experiments via provenance patterns. ACM Transactions on Modeling and Computer Simula- tion, 33(1-2):1–27, 2023. [117] Christopher Wissuchek and Patrick Zschech. Prescriptive analytics systems revised: a systematic literature review from an information systems perspec- tive. Information systems and e-business management, 23(2):279–353, 2025. [118] Benjamin Woerrlein and Steffen Strassburger. A method for predicting high- resolution time series using sequence-to-sequence models. In 2020 Winter Simulation Conference (WSC), pages 1075–1086. IEEE, 2020. [119] Maciej K Wozniak and Philippe J Giabbanelli. Comparing implementations of cellular automata as images: A novel approach to verification by combining image processing and machine learning. In Proceedings of the 2021 ACM SIGSIM conference on principles of advanced discrete simulation, pages 13– 25, 2021. [120] Maciej K Wozniak, Luke Liang, Hieu Phan, and Philippe J Giabbanelli. A new application of machine learning: detecting errors in network simulations. In 2022 Winter Simulation Conference (WSC), pages 653–664. IEEE, 2022. [121] Zhe Wu, Panagiotis D Christofides, Wanlu Wu, Yujia Wang, Fahim Abdullah, Aisha Alnajdi, and Yash Kadakia. A tutorial review of machine learning- based model predictive control methods. Reviews in Chemical Engineering, 41(4):359–400, 2025. [122] Huan Xu and Shie Mannor. Robustness and generalization. Machine learning, 86(3):391–423, 2012. [123] Xukuan Xu, Donghui Li, Jinghou Bi, and Michael Moeckel. Automl based workflow for design of experiments (doe) selection and benchmarking data acquisition strategies with simulation models. Scientific Reports, 14(1):32170, 2024. [124] Bernard P Zeigler, Herbert Praehofer, and Tag Gon Kim. Theory of modeling and simulation. Academic press, 2000. [125] Shuo Zhang, Zezhou Huang, and Eugene Wu. Data cleaning using large language models. In 2025 IEEE 41st International Conference on Data Engineering Workshops (ICDEW), pages 28–32. IEEE, 2025. 34Niclas Feldkamp, Philippe J. Giabbanelli, Istvan David [126] Zihan Zhang, Black Sun, and Pengcheng An. Breaking barriers or build- ing dependency? exploring team-llm collaboration in ai-infused classroom debate. In Proceedings of the 2025 CHI Conference on Human Factors in Computing Systems, pages 1–19, 2025. [127] Stephen Zhong, Nathalie Japkowicz, and Philippe Giabbanelli. Do we Still Need People? Comparing Human and LLM Personas in Political Modeling and Simulation . In 2025 ACM/IEEE 28th International Conference on Model Driven Engineering Languages and Systems Companion (MODELS-C), pages 512–521, Los Alamitos, CA, USA, October 2025. IEEE Computer Society. [128] Deyu Zhou, Yugi Hou, Xiao Xue, Xudong Lu, Qingzhong Li, and Lizhen Cui. Scenario generator design method for service ecosystem governance driven by llm-empowered agents simulation. In 2025 IEEE International Conference on Web Services (ICWS), pages 552–562, 2025.