Domain I · Competency I.A

Understand what AI is and why it needs governance

Generally accepted definitions and types of AI, the risks and harms it can cause, the characteristics that make it hard to govern, and the common principles of responsible AI.

Exam weight: 4–6 questions

Quick check not attempted yet — take it below to track your score.

Performance indicators

Key terms

AI system
A machine-based system that, for explicit or implicit objectives, infers from the input it receives how to generate outputs such as predictions, content, recommendations or decisions that can influence physical or virtual environments. (OECD 2024 / EU AI Act Art. 3(1))
Machine learning (ML)
An approach in which a system learns patterns from data rather than being explicitly programmed with rules. The dominant technique behind modern AI.
Narrow AI (ANI)
AI designed for a specific task or narrow set of tasks. All AI in production today is narrow AI.
Generative AI
AI that creates new content (text, images, audio, code) by modelling the distribution of its training data; typically built on foundation models.
Foundation model
A large model trained on broad data at scale that can be adapted (e.g., fine-tuned, prompted) to many downstream tasks. Large language models (LLMs) are a subset.
Agentic AI
AI systems that plan and take sequences of actions toward a goal with limited human intervention, often invoking tools or other systems.
Opacity / black box
The difficulty of understanding how an AI system reached a particular output, especially with deep neural networks.
Probabilistic output
AI outputs are statistical likelihoods, not fixed rule-based results — the same input can yield different outputs, unlike deterministic software.
Bias (harmful)
Systematic error that produces unfair outcomes. NIST groups it into systemic, statistical/computational and human-cognitive bias.
Responsible AI
The practice of designing, building and using AI in line with shared principles — fairness, safety, privacy/security, transparency/explainability, accountability and human-centricity.
Explainability
The ability to describe, in human terms, the mechanism by which an AI system produced an output (how it works). Distinct from interpretability and transparency.
Transparency
Disclosing meaningful information about an AI system — that it exists, how it is used, its data and its limitations — to relevant stakeholders.

At a glance

This competency is the conceptual foundation for everything else on the exam. You need to (1) state the accepted definition and types of AI, (2) identify the risks and harms AI can cause, (3) explain the characteristics of AI that make governance necessary, and (4) recognise and apply the principles of responsible AI. These ideas recur throughout Domains II–IV, so anchoring them now pays off everywhere.

A useful framing: AI needs its own governance because it is not ordinary software. It is data-dependent, probabilistic, opaque, autonomous and operates at scale — so traditional, deterministic controls are not enough.

I.A.1 — Definitions and types of AI

The accepted definition. The exam follows the OECD (2024) definition, which the EU AI Act (Art. 3(1)) adopted almost word-for-word:

An AI system is a machine-based system that, for explicit or implicit objectives, infers, from the input it receives, how to generate outputs such as predictions, content, recommendations or decisions that can influence physical or virtual environments. Different AI systems vary in their levels of autonomy and adaptiveness after deployment.

The load-bearing words are infers, autonomy and adaptiveness — they are what distinguish AI from deterministic, hand-coded software.

Ways AI is categorised:

The AI tech stack — governance questions attach to every layer, so know the rough anatomy: compute (specialised chips/GPUs, usually cloud — concentration and cost live here), data (storage, pipelines, labeling), models/frameworks (the ML libraries and the trained models themselves), and applications (the products users touch). A supply-chain question (“where does third-party risk enter?”) can point at any layer.

AI use-case types — the standard vocabulary for what an AI system does, which scenario questions expect you to label precisely:

Adjacent term to keep separate: robotic process automation (RPA) — software “robots” that automate rule-based digital tasks by mimicking human actions. Classic RPA is deterministic automation, not learning AI — though it is increasingly augmented with AI components.

I.A.2 — Risks and harms posed by AI

Harms can land on individuals, groups, organizations and society — the BOK lists all four levels, and the exam often asks you to match a harm to the right level.

LevelExample harms
IndividualsPrivacy intrusion, discrimination, physical safety, economic loss, manipulation/loss of autonomy
GroupsSystematic bias against protected classes; representational harm; group surveillance
OrganizationsLegal liability, regulatory penalties, reputational damage, financial loss, security compromise, IP exposure
SocietyDisinformation at scale, erosion of public trust, labour displacement, environmental cost, concentration of power

The BOK calls out three risk types explicitly:

Other commonly tested AI-specific risks: hallucination (confident but false generative output), lack of robustness/brittleness, and security threats unique to ML — data poisoning, adversarial examples, model inversion/extraction, and prompt injection.

I.A.3 — Characteristics of AI that require governance

These are the properties that make AI different from ordinary software and therefore demand a dedicated governance approach. The BOK enumerates them — learn the list:

I.A.4 — Principles of responsible AI

Across OECD, NIST, the EU and others the same cluster of principles recurs. The BOK’s canonical list:

These map onto NIST’s characteristics of trustworthy AI: valid & reliable (the base), safe, secure & resilient, accountable & transparent, explainable & interpretable, privacy-enhanced, and fair – with harmful bias managed.

How this shows up later

Sources

Flashcards

1 / 14

Quick check

Quick check1 / 14 · score 0

Under the OECD/EU AI Act definition, which capability most fundamentally distinguishes an "AI system" from conventional, hand-coded software?

  • AIt runs on cloud infrastructure rather than on-premise hardware.
  • BIt infers from input how to generate outputs, with varying autonomy and adaptiveness.
  • CIt is always written in a high-level programming language.
  • DIt guarantees the same output for the same input every time.