---
title: 'AI system'
description: 'The operational arrangement that uses one or more AI models with data, software, infrastructure, interfaces, controls, and people to produce and act on outputs.'
canonical_url: 'https://darkfactory.dev/glossary/ai-system'
markdown_url: 'https://darkfactory.dev/glossary/ai-system.md'
collection: glossary
date_published: '2026-08-03T00:00:00-04:00'
date_modified: '2026-08-26T00:00:00-04:00'
---

# AI system


## Definition

An AI system is the operational arrangement that uses one or more AI models with data, software, infrastructure, interfaces, controls, and people to produce and act on outputs. The boundary should include every component that can materially change what the model receives, what happens to its output, or who bears the consequence.

The OECD's policy definition focuses on a machine-based system that infers from inputs how to produce predictions, content, recommendations, or decisions for explicit or implicit objectives. Dark Factory Dev uses a wider engineering boundary because production behavior also depends on the harness around that machine-based core. Retrieval, prompts, tools, permissions, fallbacks, queues, approval gates, and operators can all change the observed result.

## Set the boundary before making a claim

"The AI is accurate" is incomplete until the subject is named. A model may score well on a static benchmark while the deployed system retrieves stale data, applies the wrong threshold, grants an agent excessive permissions, or routes an exception to nobody. A system claim must cover the path from input through action and monitoring.

The boundary also determines ownership. If a team inventories only model providers, it can miss the application code, data dependencies, human decisions, and infrastructure that need controls or incident evidence.

## Distinguish it from nearby terms

- A **model** performs the core inference. The system determines how inputs are assembled and how outputs are interpreted, constrained, and used.
- A **workflow** is an ordered process. It may contain an AI system, or the workflow itself may define the system boundary when models and controls are distributed across steps.
- An **agent** is a system organized to choose actions toward a goal. Not every AI system is agentic.

## Check your understanding

For a customer-support assistant, name the knowledge source, prompt and retrieval layer, model version, tool permissions, escalation rule, logging path, and responsible operator. If any of those can change the customer outcome, it belongs in the system-level assessment.

## Also called

artificial intelligence system

## Related factory areas

- [Architecture & technical strategy](https://darkfactory.dev/factory/architecture-strategy)

## Evidence and further reading

- [Same Signal, Different Semantics](https://arxiv.org/abs/2605.18332)
- [Explanatory Memorandum on the Updated OECD Definition of an AI System](https://oecd.ai/en/ai-publications/explanatory-memorandum-on-the-updated-oecd-definition-of-an-ai-system)
