DGTLENG 101: What Is Digital Engineering?
DGTLENG 101 · Lesson 2 of 5

The Four Pillars: Science, Computation, Data, AI

The Foundation

Our definition of digital engineering rests on four pillars. None is new on its own — engineers have used science, computation, data, and even early forms of AI for decades. What's new is making all four native to engineering practice and connecting them so they reinforce each other.

The Four Pillars of Digital Engineering

Click a pillar to explore what it contributes.

Digital Engineering

The intersection of all four pillars — where traditional engineering meets modern computation, data, and AI.

Pillar 1: Science and Engineering

This is where engineering has always lived. The physical sciences — mechanics, thermodynamics, electromagnetics, chemistry, biology — provide the laws that govern how systems behave. Engineering disciplines — mechanical, electrical, civil, aerospace, chemical, software — apply those laws to design and build solutions.

Digital engineering doesn't replace this. It amplifies it. The domain knowledge of a structural engineer, a control systems designer, or a chemical process engineer remains essential. What changes is how that knowledge is applied.

What changes in practice:

  • Scientific knowledge is encoded in computational models, not just held in engineers' heads
  • Physical laws become executable constraints that computers can check automatically
  • Cross-discipline integration becomes possible because knowledge is in a form machines can process

Pillar 2: Computation

Computation is the ability to encode knowledge as executable logic. In engineering, this means:

  • Simulation: Solving equations that describe physical behavior — stress analysis, fluid dynamics, thermal transfer, electromagnetic fields
  • Parametric models: Relationships between design variables that update automatically when inputs change
  • Algorithms: Optimization routines, search algorithms, solvers that explore solution spaces
  • Automation: Scripts, pipelines, and workflows that execute engineering tasks without manual intervention

The key shift:

Traditional engineering uses computation as a service — you finish the design, then "send it to analysis." In digital engineering, computation is embedded in the design process itself. The model is always computable. The analysis runs continuously. The optimization is part of the workflow, not an afterthought.

Computation: Service vs. Native

WorkflowDesign → hand off → analysis → wait → results → redesign
FrequencyA few analysis runs per design cycle
FeedbackDays to weeks
Who runs itSpecialist analysts

Pillar 3: Data

Data in engineering isn't new — engineers have always produced requirements, specifications, test results, and operational logs. What's new is treating engineering data as a first-class asset: structured, traceable, queryable, and machine-readable.

The data streams:

  • Requirements data: What the system must do, with typed attributes and traceability
  • Design data: Geometry, materials, configurations, interfaces, parameters
  • Simulation data: Predictions of how the system will behave under various conditions
  • Test data: Measured performance, pass/fail verdicts, failure modes
  • Operational data: Sensor telemetry, usage patterns, maintenance records, field performance
  • Supply chain data: Vendor capabilities, lead times, costs, compliance

Why "associations across information streams" matters:

Each data stream is valuable alone. The real power is in the associations between them:

  • Which requirements are at risk? → Associate requirements with simulation results and margin data
  • Why did this component fail? → Associate operational data with design parameters and test history
  • What's the cheapest design that meets all requirements? → Associate cost data with performance data and constraints

These associations are what digital engineering forms — computationally, not manually.

Pillar 4: Artificial Intelligence

AI is the newest pillar and the reason we need a new definition. Engineering AI isn't general-purpose chatbot AI — it's specific, applied intelligence focused on engineering problems:

Pattern recognition

  • Detecting anomalies in test data or operational telemetry
  • Identifying correlations between design parameters and performance outcomes
  • Clustering similar designs or failure modes

Prediction

  • Forecasting component degradation from sensor data
  • Predicting manufacturing defect rates from process parameters
  • Estimating project cost and schedule from historical data

Generation

  • Producing design alternatives that satisfy constraints (generative design)
  • Creating test scenarios from requirements
  • Drafting technical documentation from model data

Optimization

  • Searching design spaces orders of magnitude larger than humans can explore
  • Balancing multiple competing objectives (weight vs. cost vs. performance)
  • Tuning control parameters for optimal system behavior

The critical distinction:

AI in digital engineering is not about replacing engineers. It's about enabling engineers to work at a scale and speed that manual methods cannot match. The engineer provides judgment, context, and accountability. The AI provides throughput, pattern recognition, and tireless exploration.

How the Pillars Connect

No pillar works in isolation:

  • Science + Computation = simulation (encoding physical laws as executable models)
  • Computation + Data = automation (processing engineering data at scale)
  • Data + AI = intelligence (finding patterns and predictions in engineering data)
  • AI + Science = discovery (AI-assisted hypothesis generation and validation)
  • All four together = digital engineering

The 100 series explores each pillar and their intersections. The 200 and 300 series go deeper into specific methods and applications.

Assessment

Question 1 of 3Score: 0

A company adopts cloud-based CAD and runs FEA simulations weekly. Their requirements are in JIRA, test data is in spreadsheets, and simulation results are shared via email. Which pillars of digital engineering are they leveraging effectively? (Select all that apply)

Select all that apply

Consider an engineering discipline you know well. Describe concretely how each of the four pillars currently manifests in that discipline — and where the biggest gap is between how it's practiced today and how it could be practiced with all four pillars natively integrated.