← Systems Engineering
Systems Engineering Primer, Part 2

MBSE

Model-based systems engineering: what it means to make a connected model, not a stack of documents, the primary engineering artifact, and how much of the hype around it actually holds up.

Document-centric: four separate artifacts, reconciled by hand, drifting apart over time.
Document-centric versus model-centric systems engineering Four engineering artifacts, requirements, design, interfaces, and test, are shown connected either by scattered direct links between each other, or by a single central model that generates each one as a view. REQUIREMENTS INTERFACES DESIGN TEST ⚠ OUT OF SYNC SYSTEM MODEL SINGLE SOURCE OF TRUTH
FIG. 1. The same four artifacts, reconciled by hand versus generated from one model. Toggle REV B to switch views.
TITLEMODEL-BASED SYSTEMS ENGINEERING DWG NOSE‑MBSE‑02 SCALEN.T.S. REVA SHEET1 OF 7
Objectives
SHEET 1 OF 7

Foundations: a model instead of a document stack

Model-based systems engineering is systems engineering where a connected model, not a set of documents, is the primary way engineering information gets captured, shared, and kept consistent. INCOSE's original working definition, published in its 2007 Systems Engineering Vision 2020, describes MBSE as the formalized application of modeling to support requirements, design, analysis, and verification and validation activities, beginning in the conceptual design phase and continuing through the rest of the system's life cycle (International Council on Systems Engineering, 2007).

The term predates the tooling. Wayne Wymore laid out a mathematical foundation for treating systems engineering as a modeling discipline in his 1993 book, plainly titled Model-Based Systems Engineering (Wymore, 1993). What changed day-to-day practice, rather than just the vocabulary, was the arrival of a standard modeling language everyone could use: the Systems Modeling Language, SysML, adopted by the Object Management Group in 2006 after a joint proposal from INCOSE, the OMG, and industry partners (Friedenthal et al., 2007).

The practical difference shows up the moment something changes. In a document-based program, one requirements change can mean manually updating a requirements spec, a design document, an interface control document, and a test plan, and hoping nobody misses one. In a model-based program, the requirement is an element with explicit relationships to the design elements, interfaces, and test cases that depend on it. Change the requirement, and the model can show you everything connected to it. The documents people actually read get generated from the model rather than maintained by hand.

Schedule: two ways to run the same program
Primary artifactDocument-based: Word, Excel, and slide files, each maintained separately. Model-based: one connected system model.
ConsistencyDocument-based: manual reconciliation between files. Model-based: one authoritative source, with documents generated as views.
TraceabilityDocument-based: manual cross-referencing, easy to let go stale. Model-based: built into the model's own relationships.
Change impactDocument-based: search-and-hope across files. Model-based: query the model for what's actually affected (International Organization for Standardization et al., 2023).
SHEET 2 OF 7

The model itself

MBSE is a practice, not a single tool. SysML is the most widely used modeling language for it, but Capella, built around the Arcadia method, and several other languages fill the same role in different organizations. What they share is a way of organizing a system's information into a small number of consistent categories rather than an open-ended pile of documents.

SysML's four modeling categories A root SysML node branches into four categories: structure, behavior, requirements, and parametric, each listing its diagram types. SYSML STRUCTURE Block definition, internal block, package diagrams BEHAVIOR Activity, sequence, state machine, use case diagrams REQUIREMENTS Requirement diagrams, linked directly to structure and behavior PARAMETRIC Parametric diagrams, constraints tying the model to engineering math
FIG. 2. SysML organizes a system into four categories instead of an open-ended set of documents. The requirements category is what ties the other three back to "why does this exist."

This is also where MBSE connects to the rest of this lesson series. A digital twin's design-stage model and a program's digital thread both assume there's a structured, machine-readable model underneath them in the first place, MBSE is what actually produces that model, not just a name for having one.

SHEET 3 OF 7

A short history

MBSE took over three decades to go from a mathematical proposal to a fielded standard, and it's still not finished changing. Wymore's 1993 book supplied the theory. The Object Management Group issued a request for proposals for a systems modeling language in 2003, and adopted SysML version 1.0 in 2006 (Friedenthal et al., 2007). INCOSE formalized MBSE as a named discipline the following year, in its Systems Engineering Vision 2020 (International Council on Systems Engineering, 2007). SysML then went through more than a decade of incremental releases while the OMG, starting in 2017, developed an entirely new foundation for it, which reached final adoption in July 2025 (Object Management Group, 2025).

Timeline of MBSE and SysML, 1993 to 2026 A horizontal timeline from 1993 to 2026 marking Wymore's book, the SysML v1 proposal and adoption, INCOSE's formal MBSE definition, the start of SysML v2 development, its beta and final adoption, and 2026 defense transition guidance, with a marker traveling continuously along the line. 1993 Wymore's book 2003 to '06 OMG RFP, SysML v1.0 2007 INCOSE names MBSE 2017 SysML v2 work begins 2023 v2 beta adopted 2025 v2 final adoption 2026 DoD transition guidance
FIG. 3. Three decades from theory to standard, and the standard is still mid-transition.
SHEET 4 OF 7

SysML v2: the standards shift

On July 21, 2025, the OMG approved final adoption of SysML v2 alongside two supporting specifications: the Kernel Modeling Language, KerML, which provides its semantic foundation, and a Systems Modeling API and Services specification that lets SysML v2 models interoperate with other tools (Object Management Group, 2025). That last part matters more than a version bump usually would. SysML v1 was built on top of UML, a modeling language designed for software, adapted for systems work. SysML v2 replaces that borrowed foundation with KerML, a kernel built specifically for systems engineering semantics from the start, aimed at more precise, machine-interpretable models and better interoperability between tools instead of vendor-specific export formats.

Multiple tool vendors, including PTC, committed to SysML v2 support at launch, and the OMG's own reference implementation is open source (Object Management Group, 2025). On the defense side, transition guidance published in February 2026 lays out a notional path for acquisition programs to move from v1 to v2, while expecting v1 to stay in active use for years alongside it (Office of the Under Secretary of War for Research and Engineering, 2026).

SysML v1 compared to SysML v2 Two columns comparing SysML v1, built on the UML metamodel and adopted in 2006, against SysML v2, built on the new KerML foundation and adopted in 2025. SYSML V1 Foundation: UML metamodel (borrowed from software) Adopted: 2006 Status: mature, widely deployed, tool-fragmented SYSML V2 Foundation: KerML kernel (purpose-built for SE) Adopted: 2025 Status: early, tool support and adoption still forming TRANSITION expected to take years
FIG. 4. The v1-to-v2 shift changes SysML's foundation, not just its diagrams, which is why the transition is measured in years, not a tool upgrade cycle.
SHEET 5 OF 7

Does it actually work?

Most MBSE literature is written by people who already believe in it, which makes the honest evidence checks worth taking seriously. Henderson and Salado (2021) systematically reviewed research and practice papers across major systems engineering journals and conferences, sorting every claimed MBSE benefit into how it was actually supported: measured, observed without a formal measurement process, perceived with no evidence at all, or simply backed by citing another paper. Two thirds of the claimed benefits they found fell into the weakest category, perceived, and only two papers in the entire review reported measured evidence. Their conclusion was blunt: the evidence for MBSE's value remains inconclusive, even though adoption keeps growing.

0%of claimed MBSE benefits in the reviewed literature were "perceived," meaning asserted with no supporting evidenceHenderson & Salado, 2021
0papers, out of the entire body of literature reviewed, reported actually measured evidence for an MBSE benefitHenderson & Salado, 2021
FIG. 5. This is not a claim that MBSE fails. It's a claim that most of what gets cited in its favor hasn't been measured.

That doesn't mean there's no evidence at all. A Sandia National Laboratories review of the literature found real, quantified cases, including a complex submarine program that measurably cut the cost of fixing defects after adopting MBSE, and repeatedly encountered the much older finding that a defect caught late in a program's life cycle can cost on the order of 100 times more to fix than one caught early, which is a large part of MBSE's actual argument for existing (Carroll & Malins, 2016). A follow-up study of organizations that adopted MBSE found an unexpected pattern in who values it: the practitioners who have to build and maintain the models are often less convinced of the payoff than the managers and other disciplines who just consume the resulting views, which suggests some of MBSE's value is organizational and communicative rather than purely technical (Henderson et al., 2024). And a 2025 bibliometric review comparing the last two decades of MBSE research against INCOSE's own roadmap concluded plainly that the field's envisioned future, standardized methodologies, agreed metrics, real tool interoperability, has not yet been achieved (Velthuizen et al., 2025).

SHEET 6 OF 7

Where this goes next

Two things are converging on MBSE at once. The standards themselves are being rebuilt, SysML v2's shift to a systems-native kernel and open API is specifically meant to make models easier for other software, not just other engineers, to read and write directly (Object Management Group, 2025). And that same machine-readability is exactly what large language model agents need to interact with a system model at all, INCOSE's own community is already running sessions on enhancing MBSE with large language models, years after treating AI as out of scope for the discipline.

Neither of those threads is finished, and neither gets the full treatment here. Whether an AI agent reading and writing directly to a SysML v2 model actually works in practice, and what happens to engineering judgment when it does, are exactly what the next two lessons in this series cover.

SHEET 7 OF 7

References (APA 7th edition)

  • Carroll, E. R., & Malins, R. J. (2016). Systematic literature review: How is model-based systems engineering justified? (SAND2016-2607). Sandia National Laboratories. doi.org/10.2172/1561164
  • Estefan, J. A. (2008). Survey of model-based systems engineering (MBSE) methodologies (Rev. B) (INCOSE-TD-2007-003-02). International Council on Systems Engineering.
  • Friedenthal, S., Griego, R., & Sampson, M. (2007). INCOSE model based systems engineering (MBSE) initiative. Proceedings of the 17th Annual International Symposium of INCOSE, 17(1), 2080. doi.org/10.1002/j.2334-5837.2007.tb02999.x
  • Henderson, K., McDermott, T., & Salado, A. (2024). MBSE adoption experiences in organizations: Lessons learned. Systems Engineering, 27(1), 214 to 239. doi.org/10.1002/sys.21717
  • Henderson, K., & Salado, A. (2021). Value and benefits of model-based systems engineering (MBSE): Evidence from the literature. Systems Engineering, 24(1), 51 to 66. doi.org/10.1002/sys.21566
  • International Council on Systems Engineering. (2007). Systems engineering vision 2020 (INCOSE-TP-2004-004-02). INCOSE.
  • International Council on Systems Engineering. (2021). Systems engineering vision 2035. INCOSE.
  • International Organization for Standardization, International Electrotechnical Commission, & Institute of Electrical and Electronics Engineers. (2023). Systems and software engineering: Methods and tools for model-based systems and software engineering (ISO/IEC/IEEE 24641:2023).
  • Object Management Group. (2025, July 21). Object Management Group approves final adoption of the SysML V2 specification [Press release]. omg.org/news/releases/pr2025/07-21-25.htm
  • Office of the Under Secretary of War for Research and Engineering. (2026, February). Systems Modeling Language version 2 transition guidance.
  • Velthuizen, M. A. J., Hofman, E., & Pessôa, M. V. P. (2025). A bibliometric review of the INCOSE's model-based systems engineering roadmap. Systems Engineering. Advance online publication. doi.org/10.1002/sys.70030
  • Wymore, A. W. (1993). Model-based systems engineering. CRC Press.