Skip to content

Enum: AISystemType

High-level capability classification of an AI system, from narrow (single-task) through general (broad cross-domain) systems and the historical strong/weak AI distinction in Clause 5.2.

URI: iso22989:AISystemType

Permissible Values

Value Meaning Description
narrow_ai None AI system designed and deployed for a single, well-bounded task
general_ai None Hypothetical AI system able to perform any cognitive task a human can perform
weak_ai None Historical term largely overlapping with narrow AI; emphasises tool-like beha...
strong_ai None Historical term largely overlapping with general AI; emphasises human-equival...

Slots

Name Description
ai_system_type Capability classification of the AI system

In Subsets

Identifier and Mapping Information

Schema Source

LinkML Source

name: AISystemType
description: High-level capability classification of an AI system, from narrow (single-task)
  through general (broad cross-domain) systems and the historical strong/weak AI distinction
  in Clause 5.2.
in_subset:
- ai_concepts
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
permissible_values:
  narrow_ai:
    text: narrow_ai
    description: AI system designed and deployed for a single, well-bounded task.
  general_ai:
    text: general_ai
    description: Hypothetical AI system able to perform any cognitive task a human
      can perform.
  weak_ai:
    text: weak_ai
    description: Historical term largely overlapping with narrow AI; emphasises tool-like
      behaviour.
  strong_ai:
    text: strong_ai
    description: Historical term largely overlapping with general AI; emphasises human-equivalent
      cognition.