<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>System Engineering, for a Cognitive Sciences Approach</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Thomas Peugeot</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Airbus Defence &amp; Space Metapole</institution>
          ,
          <addr-line>1, Boulevard Jean Moulin, 78990 Elancourt Cedex</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Unified Theories of Cognition</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>This article proposes to throw some light on the strong relationship between Cognitive Science and System Engineering. In the same manner that Herbert Simon justified hierarchical organizations with the argument that individuals had “bounded rationality”, this article tries to show that most of our System Engineering processes are techniques to compensate for our cognitive boundaries. Practical implications for SE justification and SE education are discussed.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <sec id="sec-1-1">
        <title>Max processing</title>
      </sec>
      <sec id="sec-1-2">
        <title>7 concepts</title>
        <p>Rule 1: “7 +/- 2”. This rule is the most well known. 7 +/- 2 is the amount of concepts
that can be manipulated simultaneously by an individual. For instance, it is known
that a map should not have more than 7 different colors.</p>
        <p>Max storage
50 000 concepts
Rule 2: 50 000 concepts per individuals is the amount of concepts an individual has in
his brain store. For instance, when you ask a software engineer a question about his
program, it is a rule of thumb that he can answer immediately if his program is less
than 50 kSLOC (thousands lines of source codes). Above this threshold, he might
have to go back to his design documentation or dive back into the code.</p>
        <p>Max intake
15 concepts / day
Rule 3: 15 concepts can be ingested per day. Newell derives this quantity by
measuring the learning process of a chess player. On average, a chess player can learn 15
“positions” per day. This is somehow related to the 50 000 limits because it takes on
average 10 years of training to become a chess master (15 concepts * 360 days * 10
years is 54 000 concepts).</p>
        <p>Rule 4: Individuals search “depth first”. This is explained later.
3</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>System Engineering process revisited</title>
      <p>This section revisits some process of the INCOSE handbook (ref 5). For each process,
one or more Newell’s rules are suggested.
3.1</p>
      <sec id="sec-2-1">
        <title>CONOPS and FBS</title>
        <p>When System Engineers draft CONOPS, it is, through stories, to describe the system
bit by bit. A rule of thumb is that a good CONOPS should be as interesting to read as
a novel. With cognitive sciences words, a CONOPS should be an ergonomic device
for pouring concepts into the mind of the reader.</p>
        <p>From a completed CONOPS, System Engineers inventory all the functions elicited
in the CONOPS and assemble them in an abstract hierarchical tree named the
functional breakdown structure (FBS). In order to do that, System Engineers create
abstract nodes that assemble functions and abstract nodes that assemble other abstract
nodes. The top abstract nodes are the main functions of the system.</p>
        <p>This abstract hierarchy makes it easier to understand the system in a top down
view. The cognitive science justification is that our brain cannot manipulate more
than 7 ideas simultaneously. Vertical hierarchies are fit for our limited intellectual
span.
3.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Requirement elicitation</title>
        <p>When eliciting requirements for a system, two individuals coming from different
disciplines try to contract on shared abstractions. One individual is the stakeholders
agent. He represents the discipline that operates the system. The other individual is
the designer. He represents the discipline that develops the system.</p>
        <p>Concepts overlap
From 0 to 50 000</p>
        <p>What effort shall we expect? Let us say we open the brain of both individuals, map
both sets of 50 000 concepts and measure the overlap between both maps. This
overlap may be large or thin. If it is large, a small effort is needed by the two individuals
to elicit requirements (a lot will be implicit). If it is thin, misunderstanding might
happen. The thinner, the harder both individuals have to explicit common concepts to
create requirements.
3.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Architecture process</title>
        <p>In some cases, finding the best architecture is done with the help of mathematical
tools such as operational research. Here, we are interested in cases when the
architecture decision is driven by human cognition alone.</p>
        <p>Since architecture is the most creative and diverse part of the System Engineering
processes, it is preposterous to propose generalities. Yet, the article tries to relate one
rule of thumb for system architects (the “no fly to solution” rule) to one rule elicited
by Newell (the “depth first” rule).</p>
        <p>According to Newell, when a brain is looking for a solution, it balances between
two perpendicular directions, the vertical “depth first” direction and the lateral
direction.</p>
        <p>Problem solving approach</p>
        <p>Depth first
“Depth first”, which is the most natural tendency, derives of Newell’s observation
of chess players. For every move, a chess player anticipates was will be the opponent
response. From this hypothetical answer, he devises his own answering move. This
problem is usually formalized as a tree exploration. Some chess master can explore up
to 10 moves down the tree.</p>
        <p>Newell notices that good players tend to explore the tree in “depth first” rather than
by layers. A chess master explores many branches of the tree in sequence. He then
creates a global view of the tree to choose the branch of the tree with the most
interesting outcome. In other words, he explores tactically before elaborating a strategic
picture.</p>
        <p>In System Engineering, selecting the first available architecture is not
recommended (the “no fly to solution” rule). INCOSE commends choosing choice criteria, then
construe alternatives and then evaluate all alternatives against all criteria.</p>
        <p>Cognitive sciences might suggest a different perspective. It is necessary to go deep
to have insights into the architecture strategy. In other words, some selection criteria
will not be present at the start, they will surface along the design exploration (we see
later how recent trends in technical management are more aware of this fact).
3.4</p>
      </sec>
      <sec id="sec-2-4">
        <title>Interface design</title>
        <p>Architecture design decomposes a system into sub-systems with interfaces. When
engineers design interfaces, they mitigate the integration risk.</p>
        <p>Let us take two different specialty engineers who have to design an interface. Both
need to share some of their 50 000 concepts. With requirement elicitation, we have
already seen this situation where individuals need to share concepts. Instead of
requirement elicitation, interface design is not an exercise in abstraction. Indeed, an
interface has to be as detailed as possible to mitigate the integration risk between
components.</p>
        <p>However, in software engineering, a “good” interface design is an interface that
aims at making the system across the interface the most abstract possible. A good
interface limits the complexity for the interface users (there brain have to consume
less concepts). For instance, the High Level Architecture (HLA) standard used in
distributed simulation exhibits a “double abstraction barrier” to forbid participants to
known too much about the other participants (ref 2).
3.5</p>
      </sec>
      <sec id="sec-2-5">
        <title>Weaving abstract hierarchies together</title>
        <p>Thanks to requirement elicitation, architecture and interface design, System Engineers
can create Product Breakdown Structures (PBS). A PBS enables different teams to
work in parallel on different part of the system. A PBS scales the engineering power
with the number and diversity of contributing talents.</p>
        <p>Scaling solving power</p>
        <p>When System Engineers create PBS, it is to reflect the integration strategy. A PBS
is one amongst many ways of putting system elements into abstract hierarchies, for
instances:
• An operational expert categorizes people. He ends up describing an organizational
breakdown structure (OBS).
• A roll-out/ILS team is interested in how to deploy and maintain the system. It
devises a logistical breakdown structure (LBS).
• A Manager is interested in how the work will be done. He formalizes work
breakdown structures (WBS).
• A security expert devises red area, black area, DMZ, trusted areas. He construes
security breakdown structures (SBS).
• A financier relates work and procurement expenditures to his cost breakdown
structure (CBS).</p>
        <p>System Engineers trade is to weave those abstract representations of the system. A
System Engineering Management Plan (SEMP) shall describe ways for teams to reach
consistent breakdown structures with fluidity. For instance, at Airbus Defense &amp;
Space, our Model Based System Engineering (MBSE) tools are tailored to deal with
overlapping hierarchies of data, including scheduling data.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Alternative approaches to technical management</title>
      <p>In architecture &amp; decision processes, INCOSE states that you should first gather all
necessary information and then make the design/decision (see above).</p>
      <p>Some other architecture/decision processes that have received attentions in recent
years are a bit different, and perhaps more aware of our cognitive constraints.
Toyota’s Set Based Concurrent Engineering (SBCE, ref 3) and Lean Startup (ref 6, 7) are
such exercises in architecture/decision process. Both surmise that some pieces of
information necessary for decision are not present upfront, they come along the
development process.
4.1</p>
      <sec id="sec-3-1">
        <title>Set Based Concurrent Engineering</title>
        <p>Toyota’s SBCE decision process entertains more than one engineering solution
down the development cycle. As stated by Sobek:</p>
        <p>In developing a vehicle’s styling, Toyota makes more […] models than
most competitors do. […] Simultaneous with the development of the two to
three full-scale models, Toyota engineers develop structural plans for
multiple styling design ideas and analyze them for manufacturability.</p>
        <p>Sure, SBCE is more work upfront but less rework is to be expected downward.
Indeed, SBCE is more robust to late problems discovery because more solutions are
kept alive. Sobek contrasts SBCE with point based concurrent engineering where one
solution is selected early and finding problems late leads to rework up the value chain.
For instance at Airbus, at Preliminary Design Review (PDR), the usage is to have
only one solution to be reviewed.
4.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Lean startup</title>
        <p>Another example is the “lean startup” agile approach. In SE classical view, people
either plan or execute the plan. If something goes wrong, it is either the plan or the
execution that was wrong. Lean startup suggests that when a system interacts with an
environment that is complex and not controlled, the plan/execute model maybe not
optimal.</p>
        <p>When designing social web applications (the focus of Ries’s work), the system
interacts with thousands of individuals/clients. Then a simple configuration
management issue kicks in. It is impossible to inventory and control the 50 000 concepts of
the thousands of individuals that will use the system.</p>
        <p>To fix the “brain configuration control” issue, Ries proposes to perform more but
shorter “plan/execute” cycles. In a “lean startup”, the business concept under study is
declined in assumptions (let us say 20 assumptions for a typical concept). At the
beginning of each cycle, a set of those assumptions is selected (let us say 5
assumptions). The objective of the cycle is to develop parts of the concept that enable the
team to measure if those assumptions are true. If, at the end of the cycle, some
assumptions are wrong, the lean startup must be prepared to “pivot” and elicit a
modified concept with new assumptions (that again need to be rigorously tested).</p>
        <p>According to Ries, a Lean Startup measures progress not in units of work achieved
but in units of verified learning.
5
5.1</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Practical conclusions</title>
      <sec id="sec-4-1">
        <title>Design of requirement documents</title>
        <p>As System Engineers, we are interested in SMART requirements.</p>
        <p>However, cognitive science hints that there is also a challenge elsewhere, the
design of requirement documents in complex systems.</p>
        <p>First, a requirement is a shared concept between two brains. A requirement is like a
prosthesis between the brain of the stakeholder agent and the brain of the designer.
Like any prosthesis, a requirement needs to be “adapted” to its users.</p>
        <p>Second, a requirement is not alone. It is formalized in a document containing a set
of requirements. Ideally, this document shall be approved by two persons only: the
stakeholder agent and the designer. Therefore, a requirement document shall fit both
the brain of the stakeholder agent and the brain of the designer.</p>
        <p>In some System of Systems design, such as Air Traffic Management, stakeholders
(operational experts) and designers (system architects “at system level”) can share
some requirements but it is difficult to group requirements into documents that span
more than one system. Indeed, if a system is complex, a system designer can only
elicit requirements with a span of one or two systems at best (cf. the “50 000
concepts” rule).</p>
        <p>How to elicit requirements that have a span across all the systems into a single
document ?</p>
        <p>The solution to this cognitive constraint is to design requirements in two layers: a
“system of systems” top layer and a “system” layer. The “system of systems”
requirements are more abstract than “system” requirements. The “system of systems”
requirements cannot be used directly for the design of system but they can fit into one
document.</p>
        <p>The design challenge is to find system engineers that can work sandwiched
between both layers. Seen from operational experts, they are designers who can elicit
requirements in a document with a span of all systems. Seen from the system
architects “at system level”, they are stakeholders who can elicit requirements, in the
“system” layer, for each systems. The design challenge is a logistic challenge: to find
people with a brain that have a good balance of 50 000 concepts, for instance 25 000
concepts shared with operational experts and 25 000 concepts shared with system
designer.</p>
        <p>Another problem is to assess the need for System Engineering artifacts. Do we
need to formalize an interface? Is a simulation needed to demonstrate the functional
behavior of the system?</p>
        <p>Let us take simulations. They can be expensive but they provide visual cues, the
path with the highest throughput to the concept store in our brain. The case for
simulation shall sometimes be a cognitive case. Are the stakeholder already experts in the
operational view (weak case) or are they novice (strong case).
To pass an INCOSE certification, one rote learns 25 different processes. The global
coherence is difficult to grasp. Clearly, outputs of some process are inputs to other
process. Yet, it can be rather difficult to derive a general underlying argument to
justify all processes.</p>
        <p>The INCOSE backdrop philosophy is that it is good to put 10 to 15 % SE overhead
to have a complex project succeed. This philosophy is pragmatic, it is based on
regular observation of patterns in past complex projects but it is not a generative
argument. This article suggests that Cognitive Science could be mentioned in SE
handbooks introduction. It could answers “why do we need SE?” before going to the “what
is SE?”.</p>
        <p>An interdisciplinary point of view toward system engineering can be insightful. In
1984, Perrow, a sociologist, published his “normal accident theory” (ref 10) that
challenges the traditional risk approach to complex system engineering. The book second
chapter is titled: “Nuclear Power as a High-Risk system: Why we have not had more
Three Miles Islands – but will soon”. It is, in retrospect, an insightful point of view.
6</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>If cognition is the mother of all constraints in System Engineering, it is time to
measure cognition constraints consistently. In many occurrences, System Engineers rely on
their experience and their “soft skills” to assess people constraints.</p>
      <p>Between cognitive science and system engineering, an interdisciplinary academic
effort could provide us with bespoke tools to assist system engineers in their daily
work. For instance, we could evaluate more consistently the cognitive overlap
between two individuals.</p>
      <p>Academics sometimes testify that teaching SE to students can be challenging. As
stated by Simon himself, the subject is abstract and a bit confusing (“cooky booky”).
Simon compares here SE to other engineering discipline based on hard sciences (ref
8). If cognitive scientists could provide system engineers with quantitative tools, SE
could become a more “normal” discipline.</p>
    </sec>
    <sec id="sec-6">
      <title>Aknowledgment</title>
      <p>The author acknowledges helpful and good humored discussions with Dominique
Ernadote, Jean-Victor Noël-Betemps, Bruno Carron and Jean-Luc Wippler.
8</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Newell</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>1994</year>
          ).
          <article-title>Unified theories of cognition</article-title>
          . Harvard University Press.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Dahman</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ponikvar</surname>
            ,
            <given-names>D. R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Lutz</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>1996</year>
          ,
          <article-title>March)</article-title>
          .
          <article-title>HLA federation development and execution process</article-title>
          .
          <source>In 15th Workshop on Standards for the Interoperability of Distributed Simulations</source>
          (pp.
          <fpage>327</fpage>
          -
          <lpage>335</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Sobek</surname>
            ,
            <given-names>D. K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ward</surname>
            ,
            <given-names>A. C.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Liker</surname>
            ,
            <given-names>J. K.</given-names>
          </string-name>
          (
          <year>1999</year>
          ).
          <article-title>Toyota's principles of set-based concurrent engineering</article-title>
          .
          <source>Sloan management review</source>
          ,
          <volume>40</volume>
          (
          <issue>2</issue>
          ),
          <fpage>67</fpage>
          -
          <lpage>84</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4. Gautreau &amp; al. (
          <year>2013</year>
          ).
          <article-title>Lessons learned from NMSG-085 CIG Land Operation demonstration</article-title>
          .
          <source>Spring Simulation Interoperability Workshop, paper 13S-SIW-031.</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>INCOSE</given-names>
            <surname>System</surname>
          </string-name>
          <article-title>Engineering Handbook V3.2: A Guide for System Life Cycle Processes and Activities</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Ries</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>The lean startup: How today's entrepreneurs use continuous innovation to create radically successful businesses</article-title>
          .
          <source>Random House LLC.</source>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Blank</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Why the lean start-up changes everything</article-title>
          .
          <source>Harvard Business Review</source>
          ,
          <volume>91</volume>
          (
          <issue>5</issue>
          ),
          <fpage>63</fpage>
          -
          <lpage>72</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Simon</surname>
            ,
            <given-names>H. A.</given-names>
          </string-name>
          (
          <year>1996</year>
          ).
          <article-title>The sciences of the artificial</article-title>
          . MIT press.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Newell</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Simon</surname>
            ,
            <given-names>H. A.</given-names>
          </string-name>
          (
          <year>1972</year>
          ).
          <article-title>Human problem solving</article-title>
          (Vol.
          <volume>104</volume>
          , No. 9). Englewood Cliffs, NJ: Prentice-Hall.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Perrow</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>Normal Accidents: Living with High Risk Technologies (Updated)</article-title>
          . Princeton University Press.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>