Disclaimer: This article provides general information and is not legal or technical advice. For official guidelines on the safe and responsible use of AI, please refer to the Australian Government’s Guidance for AI Adoption →
AI is not one product or a human mind inside a computer. It is a group of methods and systems that infer outputs from inputs for a particular objective.
Input
Text, images, audio, measurements, records or other signals enter a system.
Inference
A model works out how to produce a prediction, recommendation, decision or new content.
Human responsibility
People still choose the purpose, data, checks, permissions and action taken from the output.
Plain-English answer
AI uses input to infer an output.
A useful system has a purpose: flag a suspicious payment, recommend a song, recognise speech or draft text. It receives input, uses a model to infer an output, and passes that output to a person or another piece of software. That does not make the system conscious, correct or suitable for every use.
What actually counts as AI?
The OECD definition focuses on a machine-based system that infers, from its input, how to generate outputs such as predictions, content, recommendations or decisions. “Infers” is the important word: the answer is not always a single result typed into the program in advance.
This definition is broader than machine learning. An AI system may use learned models, human-created knowledge and logic, or a combination. It may also contain ordinary software around the model: forms, databases, fixed safety rules, notifications and human approval steps.
Fixed instruction
Humans specify the condition
IF invoice_total > $5,000 THEN ask a manager
The same input produces the result dictated by the rule. This is conventional automation.
Model inference
A model estimates a pattern
INPUT invoice + history OUTPUT anomaly score
The output is inferred from the model and input. A fixed rule can still require a manager to review a high score.
The boundary is not always visible from the screen. Two products can look identical while one uses a fixed lookup and another uses a model. Ask what the system is doing, what data it uses and how its output is checked—not whether the interface feels “smart”.
How AI works: one transparent example
Imagine a small organisation wants help sorting messages sent to a shared support inbox. A responsible workflow could look like this:
1
Input
A message arrives. Before a pilot, use synthetic examples rather than copying real customer information into a public tool.
2
Model
A classifier infers a topic and urgency label. A generative model may draft a summary, but it does not decide the policy.
3
Output
The system proposes a queue, label and draft. The output is a recommendation—not a verified fact or completed action.
4
Human check and action
A person verifies sensitive or uncertain messages before replying. The system logs corrections so performance can be reviewed.
This example deliberately separates the model from the whole system. The model produces an estimate or draft. The surrounding workflow controls permissions, escalation, evaluation and who is accountable for the final action.
AI, machine learning and generative AI are not synonyms
Term
Plain meaning
Example output
Common mistake
AI
The broad family of systems that infer outputs for explicit or implicit objectives.
A prediction, recommendation, decision or content.
Assuming AI always means a chatbot or human-like intelligence.
Machine learning
Methods that develop models from data and examples.
A spam score or demand forecast.
Assuming a learned pattern is automatically fair or causal.
Generative AI
Models designed to generate new text, images, audio, video or code.
A draft, image or software change.
Treating confident or fluent output as verified.
MLAI learning exercise
AI or ordinary software?
Choose an answer, then read why. These examples use the OECD’s “infers from input” test; real products can combine AI, fixed rules and human decisions.
0/8 answered
Method note: MLAI constructed these scenarios for explanation. This is not a validated assessment and it does not inspect the implementation of any named product.
What AI is good at—and why context still matters
AI can be useful when a task contains repeatable patterns and the output can be evaluated: sorting a large queue, transcribing speech, finding candidates for review, forecasting within known conditions or drafting a first version. Performance on one task does not prove competence on another.
Risk also depends on use. A poor movie recommendation is annoying. A wrong output about someone’s health, employment, credit or identity can cause serious harm. The Australian Government’s responsible-AI guidance therefore treats testing, risk management, transparency and human oversight as system practices, not decorative statements added after launch.
Four checks before you use an AI output
1. Check the input
Do you have permission to use the data? Remove information the task does not need. For public generative tools, follow OAIC privacy guidance.
2. Check the claim
Verify names, numbers, dates, quotations and links against the original source. A generated citation may not exist.
3. Check the consequence
The greater the impact on a person, the stronger the evaluation, explanation, appeal and human control should be.
4. Check the workflow
Decide who reviews exceptions, how corrections are recorded and when the system should stop rather than guess.
Where to go next
To understand systems that can choose and perform steps, read what an AI agent is. To separate current tools from claims about broad human-level capability, read MLAI’s guide to artificial general intelligence. If you have a real workflow in mind, write down its input, desired output, human decision and success measure before choosing a model.
Primary sources and further reading
Definitions and guidance used for this 28 July 2026 revision.
Australian Government National AI Centre • Six responsible-AI practices for organisations developing or deploying AI.
Government
Beginner questions about AI
What is artificial intelligence in one sentence?
AI is software that infers how to produce an output—such as a prediction, recommendation, decision or piece of content—from the input it receives.
Is all automation AI?
No. A fixed timer or an if-this-then-that workflow is automation without AI. A real system can combine fixed automation with an AI model.
Are AI and machine learning the same thing?
No. AI is the wider field. Machine learning is one family of methods that builds models from data rather than specifying every relationship by hand.
What makes generative AI different?
Generative AI produces new text, images, audio, video or code. Its output can sound convincing while still being wrong, so important claims need independent checks.
Does AI understand or think like a person?
Human-like wording is not evidence of human understanding, intention or consciousness. Current systems perform particular kinds of inference within limits set by their design, data and use.
What should I avoid putting into a public AI chatbot?
The OAIC recommends that organisations do not put personal information, especially sensitive information, into publicly available generative AI tools. Check the tool, account settings and your obligations before using real data.