High School AdvancedA17.1Security Automation Concepts

Lesson A17.1

Why Security Automation Exists

Defensive teams automate because analysts face repetitive work, high-volume queues, evidence gathering, routing, ticketing, duplicate handling, and operational handoffs. The goal is not to remove human judgment. The goal is to use automation where the task is repeatable, bounded, reviewable, and safe.

Every alert, workflow, asset, ticket, metric, and organization in this lesson is fictional or synthetic. No real systems, accounts, endpoints, credentials, or response actions are used.

Lesson Progress

Why Security Automation Exists

High School AdvancedA17: Security Automation Concepts • Lesson 1 of 10

10% complete

Readiness Check

A17.1 Entry Readiness

0/4 ready

Professional Hook

Analyst Time Is Too Valuable to Spend Copying the Same Context All Day

Imagine a fictional SOC analyst opening the fiftieth alert of the morning. Before they can interpret the alert, they must look up the asset owner, business service, criticality, maintenance window, related alert history, ticket queue, and current playbook. None of those lookups decide whether the alert is important. They simply prepare the evidence needed for a human decision.

That difference is the foundation of safe security automation. Repetitive evidence preparation is often a strong candidate. Ambiguous interpretation and consequential judgment usually are not.

Automation should remove repetitive work—not remove accountability.

Learning Objectives

Five Capabilities for This Lesson

1

Explain why defensive security teams automate repetitive, evidence-rich, time-sensitive, and high-volume work while preserving accountable human judgment for consequential decisions.

2

Distinguish strong automation candidates from weak candidates by examining task repeatability, input quality, decision ambiguity, permissions, failure impact, exception rate, and evidence requirements.

3

Evaluate how automation can improve consistency, queue health, evidence quality, routing, enrichment, analyst focus, and response support without treating speed or activity volume as the only measures of value.

4

Recognize when a task should remain human-controlled because it requires contextual judgment, authority, uncertainty handling, ethical responsibility, or a potentially high-impact environment-changing decision.

5

Build an Automation Opportunity Map that becomes the first artifact in the A17 Safe Automation Design and Governance Plan.

Why Automation Exists

Eight Operational Reasons Defensive Teams Automate

Repetitive workload

Analysts often repeat the same low-judgment steps across many alerts: collecting context, checking ownership, opening tickets, attaching evidence, updating status, and routing work.

Potential value: Automation can reduce repetitive effort so analysts spend more time interpreting evidence and making decisions.

Caution: A task being repetitive does not automatically make it safe to automate.

High alert volume

A defensive team may receive more records than people can manually enrich or route consistently.

Potential value: Automation can normalize, group, enrich, and queue records before analyst review.

Caution: High volume should not pressure teams into automating risky decisions they do not understand.

Consistency

Humans may format tickets differently, forget fields, or use inconsistent routing during busy periods.

Potential value: Automation can apply the same approved workflow logic and evidence structure every time.

Caution: Consistent execution of a bad rule is still bad execution.

Speed

Context gathering, ticket creation, and evidence attachment can delay review when done manually.

Potential value: Automation can prepare evidence quickly so humans receive a better starting point.

Caution: Faster is useful only when the automated output is accurate, safe, and reviewable.

Evidence quality

Manual processes can lose timestamps, source information, decision history, or ownership context.

Potential value: Automation can preserve structured metadata about what happened, when, why, and under which rule version.

Caution: Evidence should be content-minimized and should not duplicate sensitive data unnecessarily.

Queue health

Unassigned, duplicate, stale, or misrouted work can make an analyst queue harder to manage.

Potential value: Automation can help deduplicate, prioritize, assign, and surface aging work for review.

Caution: Analysts need override capability when grouping or routing logic does not fit the real context.

Operational handoffs

Defensive work often moves between detection, triage, incident response, identity, platform, and business teams.

Potential value: Automation can preserve the handoff package and make ownership transitions explicit.

Caution: Automation should not invent authority or decide who owns a business risk when governance is unclear.

Analyst focus

Human attention is limited and is most valuable when evidence is ambiguous, incomplete, conflicting, or consequential.

Potential value: Automation can handle repeatable support steps and preserve human attention for judgment.

Caution: The goal is not to remove analysts; it is to use their judgment where it matters most.

Candidate Quality

What Makes a Task a Strong Automation Candidate?

Good automation candidates are not simply tasks people dislike. They have stable inputs, bounded outputs, clear ownership, manageable exceptions, measurable value, and a safe degraded state.

Repeatable inputs

Strong signal: The workflow receives a stable set of fields such as alert ID, timestamp, synthetic asset ID, and detection category.

Weak signal: Every case begins with unstructured information that requires interpretation before the workflow can even start.

Deterministic support step

Strong signal: The output can be produced through an approved rule, such as attaching known asset ownership or creating a ticket.

Weak signal: The output requires deciding whether a person is malicious, responsible, or trustworthy.

Low-impact output

Strong signal: The workflow enriches, routes, groups, records, recommends, or requests approval.

Weak signal: The workflow would directly alter a real environment, disable controls, or take destructive action.

Good evidence

Strong signal: Inputs are attributable, current, versioned, and can be checked by an analyst.

Weak signal: Inputs come from stale or unknown sources and the workflow cannot explain why it reached its output.

Manageable exceptions

Strong signal: Unusual cases are uncommon and can move safely to a human review queue.

Weak signal: Most cases are exceptions and require manual interpretation anyway.

Clear ownership

Strong signal: A platform owner, control owner, evidence owner, and human review role are known.

Weak signal: No one owns the workflow, rule updates, failures, or approval decisions.

Safe fallback

Strong signal: When enrichment is missing or a dependency fails, the workflow pauses, marks the gap, and routes to review.

Weak signal: The workflow guesses, silently skips evidence, or continues as though missing data were trustworthy.

Measurable outcome

Strong signal: The team can measure time saved, routing quality, exception rate, evidence completeness, and analyst workload.

Weak signal: Success is measured only by the number of automated actions.

Poor Candidates

Eight Signals That Automation Needs More Human Control

1

High-impact environment change

Why it matters: A consequential action may require authority, context, proportionality, and confirmation that a machine rule cannot fully evaluate.

Safer design: Automate evidence packaging and approval requests, not the final action.

2

Ambiguous evidence

Why it matters: The same indicators can mean different things depending on business context, maintenance, user behavior, or system history.

Safer design: Automate enrichment and let a qualified analyst interpret the evidence.

3

Unclear ownership

Why it matters: Automation cannot fix a governance problem when no one knows who has decision authority.

Safer design: Resolve ownership before automating the handoff.

4

Frequent exceptions

Why it matters: A workflow with many edge cases may create more maintenance and false confidence than value.

Safer design: Keep human review central until the process becomes stable and well understood.

5

Unreliable source data

Why it matters: Stale, incomplete, contradictory, or unauthenticated inputs can make automated outputs misleading.

Safer design: Add source-quality checks and safe fallback states first.

6

No audit trail

Why it matters: A workflow that cannot explain its inputs, rule version, output, owner, and exceptions is difficult to trust or review.

Safer design: Design evidence and observability before expanding automation.

7

Unbounded permissions

Why it matters: Overly broad access increases the impact of mistakes and weakens least privilege.

Safer design: Limit the workflow to the smallest permissions needed for the support task.

8

No shutdown condition

Why it matters: Automation may continue operating after data, ownership, integrations, or business purpose change.

Safer design: Define health checks, change triggers, disable criteria, and an accountable owner.

Automation Value

Value Is More Than Speed

A workflow can be very fast and still be poor automation. It may misroute tickets, hide missing evidence, create duplicates, force analysts to undo work, or continue operating after an integration changes. Professional teams measure value from several angles.

Time to usable evidence

How quickly an analyst receives a complete, reviewable evidence package.

Healthy outcome: Context arrives faster without hiding missing or uncertain fields.

Analyst effort

How much repetitive work is removed from the human workflow.

Healthy outcome: Analysts spend less time copying data and more time interpreting evidence.

Consistency

Whether approved fields, routing, evidence structure, and status transitions are applied reliably.

Healthy outcome: The same input conditions produce the same documented support result.

Evidence completeness

Whether required sources, timestamps, ownership, rule versions, and exception states are visible.

Healthy outcome: Missing evidence is labeled instead of silently treated as present.

Exception rate

How often the workflow requires manual intervention because normal logic does not fit.

Healthy outcome: Exceptions remain manageable, visible, and useful for improving the design.

Routing quality

Whether work reaches the correct human owner without unnecessary reassignment.

Healthy outcome: Fewer tickets bounce between teams and ownership is easier to understand.

Queue health

Whether duplicates, stale items, unassigned work, and aging records are easier to manage.

Healthy outcome: Analysts can identify what needs attention instead of sorting the queue manually.

Safety outcome

Whether the workflow remains within approved boundaries and fails safely when conditions are uncertain.

Healthy outcome: No unsafe autonomous action, hidden failure, or unreviewed high-impact decision occurs.

Human Judgment

Where Automation Should Support Rather Than Decide

Conflicting evidence

Automation can

Collect both sources, show timestamps, identify disagreement, and package the case.

Human must

Decide which evidence is more credible in context and what additional information is needed.

High-impact decision

Automation can

Pause, summarize the case, identify the authorized reviewer, and request approval.

Human must

Approve, reject, or request more evidence within defined authority.

Unusual business activity

Automation can

Attach known maintenance windows, system ownership, and related synthetic history.

Human must

Decide whether the activity is expected for that service and business context.

Weak source confidence

Automation can

Mark enrichment as stale or missing and prevent the workflow from treating it as confirmed.

Human must

Determine whether the available evidence is sufficient to proceed.

Policy or ownership conflict

Automation can

Route the issue to the recorded owner and show the conflicting requirements.

Human must

Resolve the governance question or escalate to the right authority.

New workflow purpose

Automation can

Detect that the requested use differs from the registered purpose and open a change review.

Human must

Decide whether the new purpose should be approved and what controls must change.

Opportunity Map Anatomy

What a Reviewable Automation Opportunity Record Should Contain

OPP ID

Stable identifier for the automation opportunity.

Example: OPP-101

Current task

Describes the repetitive defensive work being performed today.

Example: Copy asset owner and criticality into each synthetic alert ticket

Business outcome

Explains what the team is trying to improve.

Example: Give analysts usable context earlier

Inputs

Lists the synthetic evidence the workflow depends on.

Example: Alert ID, asset ID, owner directory, criticality record

Automation support

Defines the bounded support action the workflow would perform.

Example: Attach owner and criticality to the alert record

Human judgment

Defines what remains with the analyst or authorized reviewer.

Example: Interpret the alert and decide disposition

Failure impact

Explains what happens if the workflow is wrong or unavailable.

Example: Analyst receives incomplete context; no environment change occurs

Fallback

Defines the safe state when data or dependencies are missing.

Example: Mark enrichment unavailable and send to analyst review

Evidence

Defines what proves the workflow behaved as intended.

Example: Source, timestamp, rule version, attached fields, missing-data state

Owner

Names the role responsible for workflow health and decisions.

Example: Security Platform Owner

Candidate rating

Summarizes whether the task is Strong, Conditional, Human-led, or Out of Bounds.

Example: Strong

Review trigger

Defines what should reopen the automation decision.

Example: New data source, routing change, exception spike, or permission change

Fictional Opportunity Map

Six Northbridge Automation Opportunities

OPP-101Strong candidate

Attach fictional asset owner, business service, and criticality to synthetic alerts.

Business outcome

Reduce analyst lookup time and improve initial context.

Repeatability

High

Input quality

High

Decision ambiguity

Low

Failure impact

Low

Automation support

Enrich alert metadata only.

Human judgment

Analyst interprets alert significance.

Safe fallback

Mark missing enrichment and continue to human review.

Evidence

Source, timestamp, enrichment version, attached values, missing fields

Owner

Security Platform Owner

OPP-102Strong candidate

Create and route a fictional ticket from a synthetic alert.

Business outcome

Improve queue consistency and assignment speed.

Repeatability

High

Input quality

High

Decision ambiguity

Low-Medium

Failure impact

Low

Automation support

Create ticket, attach summary, assign approved team.

Human judgment

Assigned analyst validates context and disposition.

Safe fallback

Send to general review queue if routing data is missing.

Evidence

Ticket ID, routing rule, reason, assignment time, exception state

Owner

SOC Workflow Owner

OPP-103Conditional candidate

Group synthetic alerts that match an approved duplicate fingerprint.

Business outcome

Reduce repetitive queue review while preserving evidence.

Repeatability

High

Input quality

Moderate-High

Decision ambiguity

Medium

Failure impact

Low-Medium

Automation support

Group records and preserve all source IDs.

Human judgment

Analyst can separate records when context differs.

Safe fallback

Do not group when fingerprint confidence is below threshold.

Evidence

Grouping rule, grouped IDs, confidence, analyst override

Owner

Detection Operations Owner

OPP-104Decision-support candidate

Recommend the appropriate defensive playbook based on alert category and evidence completeness.

Business outcome

Help analysts reach relevant guidance faster.

Repeatability

High

Input quality

High

Decision ambiguity

Medium

Failure impact

Low

Automation support

Recommend guidance only.

Human judgment

Analyst decides whether the playbook fits the case.

Safe fallback

Show general triage guidance when category is unclear.

Evidence

Recommendation reason, playbook version, analyst selection

Owner

Incident Response Process Owner

OPP-105Human-led

Automatically make a consequential response decision when evidence is conflicting.

Business outcome

Reduce analyst decision time.

Repeatability

Low

Input quality

Mixed

Decision ambiguity

High

Failure impact

High

Automation support

Not appropriate as an autonomous decision.

Human judgment

Authorized analyst or response lead evaluates and decides.

Safe fallback

Package evidence and pause for human approval.

Evidence

Evidence summary, disagreement state, approver, decision rationale

Owner

Incident Response Lead

OPP-106Strong candidate

Monitor fictional workflow health and create a maintenance ticket when error or exception thresholds are crossed.

Business outcome

Detect automation degradation before analysts lose trust.

Repeatability

High

Input quality

High

Decision ambiguity

Low

Failure impact

Low

Automation support

Update dashboard and open maintenance ticket.

Human judgment

Platform owner reviews root cause and decides changes.

Safe fallback

Display degraded status when the health source is unavailable.

Evidence

Metric history, threshold, ticket ID, owner decision

Owner

Security Platform Owner

Fake Dashboard

Northbridge Automation Opportunity Dashboard

Fictional candidate quality, human judgment, and workflow-value summary

Opportunities reviewed

6

Enrichment, ticketing, grouping, guidance, high-impact judgment, and health monitoring

Strong candidates

3

Enrichment, ticket creation/routing, and health monitoring

Conditional / support

2

Duplicate grouping and playbook recommendation retain analyst override

Human-led

1

Consequential decision with conflicting evidence remains human-controlled

Fake SOC Alert

High-Ambiguity Decision Was Proposed for Autonomous Automation

Source: Fictional Automation Design Review • Time: 09:40

High Severity
OPP-105 involves conflicting evidence and a consequential decision. The task has low repeatability, mixed input quality, high ambiguity, and high failure impact.
Defensive recommendation: Do not automate the final decision. Package the evidence, pause the workflow, and require an authorized human reviewer.

Fake Log Panel

Fictional Automation Opportunity Review Log

training-log-viewer.log
[08:12] OPP-101 task=ASSET_ENRICHMENT repeatability=HIGH ambiguity=LOW candidate=STRONG
[08:34] OPP-102 task=TICKET_ROUTING input_quality=HIGH failure_impact=LOW candidate=STRONG
[08:56] OPP-103 task=DUPLICATE_GROUPING ambiguity=MEDIUM analyst_override=YES candidate=CONDITIONAL
[09:18] OPP-104 task=PLAYBOOK_RECOMMENDATION execute_action=NO candidate=DECISION_SUPPORT
[09:40] OPP-105 task=CONSEQUENTIAL_DECISION ambiguity=HIGH failure_impact=HIGH candidate=HUMAN_LED
[10:02] OPP-106 task=AUTOMATION_HEALTH repeatability=HIGH candidate=STRONG

Training note: this is fake data for defensive analysis practice only.

Analyze the Evidence

Evidence Analysis: Asset Enrichment

Analysts currently look up the same asset owner and criticality fields for every alert.
The fictional asset directory has stable IDs and current ownership data.
The enrichment itself does not make a response decision.
Missing ownership can be labeled and routed to analyst review.
Analysts still interpret the alert after enrichment.

What is the strongest design for OPP-101?

Common Automation Mistakes

Eight Ways Teams Automate the Wrong Thing

1

Automate because volume is high

Why it fails: The team assumes that a large queue justifies automating decisions it does not understand.

Better approach: Automate bounded support work first and keep ambiguous judgment human-controlled.

2

Measure success by action count

Why it fails: The workflow looks impressive because it performs many automated steps, even if analysts still spend the same time fixing errors.

Better approach: Measure evidence quality, analyst effort, routing quality, exception rate, queue health, and safety outcomes.

3

Hide missing enrichment

Why it fails: The workflow continues as though absent context were confirmed.

Better approach: Label missing or stale evidence and route safely to human review.

4

Remove analyst override

Why it fails: Grouping or routing logic cannot be corrected when business context differs from the rule.

Better approach: Preserve override, exception evidence, and feedback for rule improvement.

5

Automate before ownership

Why it fails: The workflow has no clear platform owner, control owner, evidence owner, or approval authority.

Better approach: Resolve governance before expanding the workflow.

6

Broad permissions for convenience

Why it fails: The automation receives more access than its bounded support task requires.

Better approach: Design least-privilege permissions around the exact workflow function.

7

No failure state

Why it fails: Dependency outages or invalid inputs cause silent skips or unpredictable output.

Better approach: Define timeout, degraded, retry, manual-review, and disable states.

8

Automation replaces accountability

Why it fails: The team treats a workflow output as final even when a consequential decision requires judgment and authority.

Better approach: Use automation to support the decision and keep accountable human approval where required.

Scenario Decision Lab

Scenario Decision Lab 1 — Repetitive Asset Context

A fictional SOC analyst manually looks up the same asset owner and business criticality for hundreds of synthetic alerts. The directory is current, the fields are stable, and missing values can be detected.

Scenario Decision Lab

Scenario Decision Lab 2 — Conflicting Evidence at a Consequential Decision Point

A fictional workflow reaches a high-impact decision point. Two evidence sources disagree, business context is incomplete, and the next step requires authorized judgment.

Safe Fictional Lab

Build an Automation Opportunity Map

Review fictional defensive tasks and decide whether each should be a Strong Candidate, Conditional Candidate, Decision Support, Human-Led, or Out of Bounds.

1

Create at least thirty fictional automation opportunity records.

2

Give every record a stable OPP ID.

3

Name the current defensive task.

4

Write the legitimate business or security outcome.

5

Estimate current manual effort.

6

Identify the workflow inputs.

7

Record input source and freshness expectations.

8

Rate input quality.

9

Rate repeatability.

10

Rate decision ambiguity.

11

Rate failure impact.

12

Describe the bounded automation support step.

13

Describe what remains human-controlled.

14

Record any approval gate.

15

Record required permissions conceptually.

16

Record the safe fallback.

17

Record likely exceptions.

18

Record analyst override needs.

19

Define evidence fields.

20

Name the workflow owner.

21

Name the evidence owner where relevant.

22

Define value metrics.

23

Define change triggers.

24

Define disable or shutdown conditions.

25

Assign a candidate rating.

26

Explain the rating in one paragraph.

27

Include at least eight Strong Candidates.

28

Include at least five Conditional Candidates.

29

Include at least five Decision-Support candidates.

30

Include at least five Human-Led decisions.

31

Include at least three Out-of-Bounds actions.

32

Include at least five examples where missing data triggers safe fallback.

33

Include at least five examples with analyst override.

34

Include at least three examples where high volume does not justify autonomous decision-making.

35

Include at least three examples where a workflow-health issue should open maintenance work rather than continue silently.

Lab boundary

Use fictional alerts, tickets, assets, users, queues, metrics, owners, and workflow records only. Do not connect to real security tools, accounts, networks, endpoints, credentials, or production systems. Do not design or execute destructive, exploitative, credential-related, bypass, or unauthorized automation.

Analyze the Evidence

Evidence Analysis: Consequential Decision

The evidence sources disagree.
Business context is incomplete.
The proposed output could have a high operational impact.
The decision requires authorized judgment.
The workflow can package the evidence and identify the correct approver.

What is the strongest design for OPP-105?

Advanced Challenge

Design an Automation Candidate Review Standard

Create a fictional organization-wide standard that helps teams decide which defensive tasks are appropriate for automation and which should remain human-led.

1

Task purpose

2

Manual effort

3

Input stability

4

Input confidence

5

Repeatability

6

Decision ambiguity

7

Failure impact

8

Bounded output

9

Permission scope

10

Human judgment point

11

Approval authority

12

Safe fallback

13

Exception handling

14

Analyst override

15

Evidence requirements

16

Workflow ownership

17

Value metrics

18

Change triggers

19

Disable criteria

20

Candidate classification

The standard should support professional judgment rather than force every security task toward maximum automation.

Defender Habits

A17.1 Defender Checklist

Skill Check

Seven Questions

Check Your Understanding

A17.1 Mini Quiz: Why Security Automation Exists

Choose your answers first. Explanations appear only after submission.

1. Why do defensive security teams use automation?

2. Which task is the strongest automation candidate?

3. What should happen when required enrichment data is missing?

4. Why is action count a weak measure of automation value?

5. Which situation most strongly requires human judgment?

6. What is a safe fallback?

7. What is the strongest purpose of the Automation Opportunity Map?

Portfolio Prompt

Portfolio Build — Automation Opportunity Map

Create the first artifact for your A17 Safe Automation Design and Governance Plan: a fictional Automation Opportunity Map with at least thirty records. Include OPP ID, current task, defensive/business outcome, manual effort, inputs, source/freshness, input quality, repeatability, ambiguity, failure impact, bounded automation support, human judgment, approval gate, permission scope, safe fallback, exceptions, analyst override, evidence, owner, value metrics, change triggers, disable criteria, candidate rating, and rating rationale.

Start with the current manual task rather than the technology.
Separate evidence preparation from consequential judgment.
Treat missing data as uncertainty, not as permission to guess.
Use value measures beyond speed.
Define safe fallback and ownership before scale.
Use fictional or synthetic records only.

Confidence / Readiness Reflection

Are You Ready for A17.2?

A17.2 focuses on Automation vs Human Judgment. Before continuing, make sure you can explain why some work should be automated, some should be decision support, and some should remain under direct human control.

1

I can explain why security automation exists without describing it as a replacement for analysts.

2

I can identify strong and weak automation candidates.

3

I can explain why ambiguity and failure impact affect the automation boundary.

4

I can define safe fallback and analyst override.

5

I can measure automation value using quality, effort, evidence, routing, exceptions, and safety.

Portfolio Build Guide

How to Make the Automation Opportunity Map Look Professional

Start with work, not tools

Describe what analysts currently do before proposing automation.

Show the human boundary

Make clear which evidence preparation is automated and which decisions remain human-controlled.

Show failure impact

A low-impact enrichment failure is different from a consequential decision error.

Show fallback

Explain exactly what happens when inputs are missing, stale, invalid, or unavailable.

Show evidence

Record sources, timestamps, versions, exceptions, overrides, and workflow status.

Show value

Use analyst effort, evidence quality, routing, queue health, and safety—not just action count.

Show ownership

Every workflow needs an accountable operational owner and clear review responsibility.

Connect forward

A17.2 will turn these opportunities into a detailed Human-in-the-Loop Decision Matrix.

Key Takeaways

What You Should Remember

1.Security automation exists to reduce repetitive defensive work and improve consistency, evidence, routing, and analyst focus.
2.The strongest candidates are repeatable, low-impact, evidence-rich, bounded, observable, and supported by safe fallback.
3.High volume alone does not justify automating a consequential decision.
4.Automation can prepare evidence without making the final judgment.
5.Missing or stale data should lower confidence and remain visible.
6.Analyst override is important when grouping, routing, or recommendations may not fit the full context.
7.Value should be measured through outcomes such as analyst effort, evidence quality, queue health, exception rate, and safety.
8.Automation ownership and permissions should be designed before scale.
9.Human judgment is most valuable when evidence is ambiguous, authority matters, or the potential impact is high.
10.The Automation Opportunity Map prepares you for A17.2 Automation vs Human Judgment.

Lesson Safety Boundary

A17.1 automation remains fictional, inert, defensive, and human-governed

Do not connect automation to real endpoints, networks, cloud accounts, credentials, production security tools, private records, or live response systems. Do not automate destructive, environment-changing, exploitative, credential-related, bypass, or unauthorized activity. This lesson is about opportunity analysis, evidence support, routing, workflow quality, and human judgment.

Lesson Complete

A17.1 Why Security Automation Exists Complete

You now have a practical model for automation purpose, candidate quality, failure impact, evidence, value, fallback, ownership, and human judgment. Next, A17.2 focuses on Automation vs Human Judgment.