AI for Systems Engineering: Benefits, Risks, and How to Start

Chapters

Chapter 15: AI for Systems Engineering: Benefits, Risks, and How to Start

Chapters

AI for Systems Engineering: Benefits, Risks, and How to Start

Programs that rely on manual requirements reviews and static traceability matrices face a compounding problem. The later teams discover ambiguity or coverage gaps, the more expensive and disruptive the fix becomes. Defects found late in the lifecycle cost more to resolve than defects caught during authoring.

Artificial intelligence (AI) applied to systems engineering workflows changes when and how teams catch these problems. Instead of waiting for a design review or an auditor to surface a vague requirement, AI-powered tools flag ambiguity at the point of authoring, generate test cases from structured requirements, and traverse traceability graphs to identify downstream impact in seconds.

The sections that follow cover where AI fits across the systems engineering lifecycle, what the measurable benefits and risks look like, and how to adopt it responsibly.

What Is AI for Systems Engineering?

AI for systems engineering applies machine learning and natural language processing (NLP) to requirements authoring, architectural design, verification and validation (V&V), and end-to-end requirements traceability across complex, multidisciplinary systems. Unlike general-purpose AI or code-generation assistants built for single-discipline software development, AI for systems engineering operates across hardware, software, human factors, and system-of-systems interactions within the full V-model lifecycle.

Regulated product development demands auditability, and that requirement shapes how AI must operate in systems engineering workflows. Every AI-generated artifact must align with configuration baselines, review gates, and compliance standards such as DO-178C for airborne software, ISO 26262 for automotive functional safety, or IEC 62304 for medical device software.

Where AI Is Reshaping the Systems Engineering Lifecycle

AI capabilities are moving beyond prototypes and into production use at specific stages of the V-model. The following areas show the most documented progress.

Requirements Authoring and Quality Scoring

The International Council on Systems Engineering (INCOSE) publishes guidance with roughly 41 to 42 rules for writing high-quality requirements, and manually checking each requirement against those rules is time-consuming and error-prone. AI-powered requirements quality scoring automates that check. NLP engines evaluate requirement text against INCOSE rules and Easy Approach to Requirements Syntax (EARS) patterns, flagging vague terms, passive voice, missing conditions, and compound statements.

Automotive feature requirements in one Ford Motor Company study presented at INCOSE IS2024 often did not satisfy EARS templates before AI intervention. After AI correction, the algorithm resolved issues in a subset of requirements while largely preserving original intent, and newly generated requirements achieved full EARS and INCOSE compliance in that evaluation.

Automated Test Case Generation

AI test case generation parses requirements to identify conditions, actions, and expected system responses, then produces structured test cases with detailed steps. In automotive software verification contexts, researchers have explored deriving test cases from safety requirements using large language models (LLMs). Results have been promising but uneven, with simpler requirement documents generally producing stronger outputs than more complex ones.

High-performing cases correlated with simpler requirement documents. Complex requirement profiles typical of high-integrity safety functions remain harder for AI to cover completely, and validation of generated test cases remains a human function across all documented pipelines.

Change Impact Analysis Across Live Traceability

When a requirement changes in a connected traceability graph, the system traverses the graph to identify every linked artifact upstream and downstream. This is the basis of effective change impact analysis, which is time-consuming and often inconsistent across engineers when handled manually.

The suspect link mechanism notifies teams in this architecture. When an upstream artifact changes, every downstream item (test cases, design elements, risk controls) receives an automatic flag. 

Engineers assess whether the change affects their work, update or clear the flag, and create an auditable decision trail. This approach replaces traceability reconstructed at review time with live traceability that stays current as work progresses.

AI-Augmented Model-Based Systems Engineering

Model-Based Systems Engineering (MBSE) remains in an early stage of maturity, with the Systems Modeling Language (SysML) carrying a steep learning curve that limits who can create and interpret models. AI is addressing that barrier directly. 

Researchers have evaluated LLMs for generating SysML v2 code from natural language descriptions, with promising early results. More recent multi-agent architectures use SysML v2-specific parsers to translate specifications into structured model templates.

Benefits of Applying AI to Systems Engineering Work

The return from AI for systems engineering appears in three areas where manual effort is highest and errors propagate fastest.

Catching Ambiguity Before It Becomes Rework

A systems engineer writes “the system shall process data quickly” and moves on. Three months later, a test engineer cannot define a pass/fail threshold because “quickly” has no measurable value. AI quality scoring catches these problems at the point of authoring, before they cascade into downstream defects that account for a large share of rework in product development.

Compressing Manual Effort Across Verification

Manually writing ten test cases with detailed steps for a single requirement can take half a day. Across hundreds of requirements before a milestone, that manual effort becomes a verification bottleneck. AI test case generation compresses that work to hours of review, with each generated test case automatically linked to its source requirement.

Producing Audit-Ready Evidence at Scale

Compliance audits require teams to show that every requirement connects to evidence of its fulfillment. When traceability lives in spreadsheets and manual trace reports, assembling that evidence takes weeks and introduces reconstruction errors. Graph-based traceability produces audit-ready documentation from actual lifecycle records.

Risks and Limits of AI in Systems Engineering

AI applied to regulated systems engineering carries specific risks that teams need to manage with the same rigor they apply to any safety-critical process.

Hallucination Without Structured Context

LLMs operating on unstructured text can fabricate references and produce unreliable mappings in documented studies. Refined prompts and structured workflows substantially reduced hallucination rates in research published in npj Digital Medicine. The structured data graphs that requirements management systems maintain provide the retrieval context that keeps LLM outputs grounded in verified engineering data.

Regulatory Acceptance and Audit Defensibility

No current version of DO-178C, ISO 26262, or IEC 62304 contains a finalized acceptance pathway for AI-generated artifacts as standalone certification evidence. EASA’s NPA 2025-07, the first aviation AI trustworthiness regulatory proposal, is currently in consultation through Q4 2027. Teams adopting AI now are operating ahead of definitive regulatory guidance, which makes human-in-the-loop review and documentation of AI artifact provenance mandatory.

Data Quality as the Performance Ceiling

Three failure modes directly affect AI reliability in safety-critical contexts.

  1. Underrepresentation: Certain operating environments are absent from training data. The model remains blind to conditions it will encounter in deployment.
  2. Class imbalance: Normal operation data dominates over fault states. The model struggles with safety-critical situations where accuracy matters most.
  3. External variables: Real-world contextual factors affect both input features and model performance in ways that training data does not capture.

The conditions most important to analyze (fault states, edge cases, failure modes) are the conditions least represented in operational data.

How to Adopt AI for Systems Engineering Responsibly

Responsible adoption follows a maturity progression from minimal AI adoption through full workflow integration, with governance required at every level.

Start With a Structured Data Foundation

Requirements locked in documents can be harder for AI tools to query effectively, so an important first step is migrating requirements artifacts into a structured, machine-readable format. Traceability links between requirements, design elements, and verification and validation activities need to be machine-readable as well. Historical requirements and regulatory documents should feed a curated knowledge base that provides retrieval context for AI tools.

Pilot Inside Existing Authoring Workflows

The most effective pilots target a bounded workflow within the existing authoring environment. Requirements quality scoring for a single subsystem or test case generation for a well-defined requirement set are common starting points. Mandatory human review of all AI-generated outputs should be built into the pilot from day one.

Measure Quality, Coverage, and Cycle Time

Without pre-AI baselines, there is no way to quantify whether AI is delivering measurable improvement or introducing new failure modes. The most relevant metrics for systems engineering teams include the following.

  • Requirements defect rate: Track the number of ambiguity and incompleteness flags per requirement set, measured before and after AI quality scoring.
  • Traceability coverage: Measure the percentage of requirements with verified downstream links to design elements and test cases.
  • Cycle time per requirement: Capture the elapsed time from initial elicitation to the baselined requirement.
  • AI acceptance rate: Monitor what percentage of AI-generated suggestions engineers accept without modification to calibrate model quality and practitioner trust.

Tracking these metrics from the pilot forward creates the evidence base that supports expanding AI to additional subsystems and lifecycle stages.

How Jama Connect® Supports AI for Systems Engineering

Jama Connect® is a cloud-based requirements management and traceability system built for complex, regulated product development. Its Traceability Information Models (TIMs) define the expected relationships between requirements, design elements, and test cases so that missing links surface during development rather than during an audit. That live link structure is what makes AI outputs reliable in regulated work, because any AI-generated suggestion can be traced back to the requirement that produced it. When a requirement changes, Live Traceability™ automatically identifies each linked design element, test case, and risk control.

Jama Connect Advisor™, an AI-powered add-on, scores requirements against INCOSE rules and EARS patterns, flags requirements and provides recommendations to resolve quality issues, and generates test cases with detailed steps from individual requirements. 

Each AI-generated test case is automatically linked to its source requirement with full traceability. The TIM provides the structured context that keeps these AI inferences consistent and auditable. Every output stays grounded in the live information model rather than in disconnected text.

AI helps teams make better decisions earlier, when requirements are still taking shape and corrections cost less. Teams that succeed with AI treat it as a governed engineering capability, measure its impact on quality and coverage, and expand its use only where results are defensible. You can start a free 30-day trial of Jama Connect today.

Frequently Asked Questions About AI for Systems Engineering

How is AI for systems engineering different from general-purpose AI?

AI for systems engineering is constrained by the V-model lifecycle, configuration baselines, and regulatory standards that govern complex product development. General-purpose AI produces outputs without regard for traceability or compliance evidence. 

In systems engineering, every AI-generated artifact must trace back to a verified source and survive an auditor’s scrutiny. That requirement for audit defensibility governs how AI models are trained and how their outputs get reviewed. Jama Connect Advisor embeds this audit-aware AI directly in the requirements authoring workflow.

Can AI replace systems engineers?

No. AI is more likely to augment systems engineers than replace them. AI handles labor-intensive analysis such as requirements scoring, test case drafting, and traceability link discovery, while systems engineers provide domain expertise and negotiate between systems engineers and the teams that set requirements at the program level.

How does AI handle traceability in regulated industries?

AI traverses live traceability graphs to detect when an upstream change creates a gap or a suspect link downstream. If a requirement changes, the graph helps identify impacted downstream items such as linked test cases, design elements, and risk-related controls through traceability and suspect linking. That speed replaces manual cross-referencing and other traceability work that previously required significant engineering effort. Traceability is mandated across safety-related processes and their derivatives.

What role does MBSE play in AI for systems engineering?

MBSE provides the formal, typed relationships and explicit semantics that AI needs to produce accurate outputs. When requirements and design elements exist as structured model elements rather than unstructured document text, AI tools can suggest traceability links between artifacts and query models through natural language interfaces. SysML v2’s textual syntax was built specifically to support automation and AI integration.

This article was authored by Mario Maldari and published on May 29, 2026.

Book a Demo

See Jama Connect in Action!

Our Jama Connect experts are ready to guide you through a personalized demo, answer your questions, and show you how Jama Connect can help you identify risks, improve cross-team collaboration, and drive faster time to market.