Skip to content

Commit c896fd8

Browse files
committed
Add Glossary to navigation and update content files
1 parent 209293f commit c896fd8

11 files changed

Lines changed: 382 additions & 2 deletions

docs/business-resources/ai-grants-funding-australia.md

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,57 @@ AI is reshaping industries across Australia. To support businesses in responsibl
143143
| ICC (Adelaide) | Incubator | Varies | Startup incubation | Active |
144144
| Aus3C (Adelaide) | Cyber Hub | Varies | Cybersecurity & AI | Active |
145145

146+
147+
148+
<script type="application/ld+json">
149+
{
150+
"@context": "https://schema.org",
151+
"@type": "FAQPage",
152+
"mainEntity": [
153+
{
154+
"@type": "Question",
155+
"name": "Which AI grants are currently available to Australian SMEs?",
156+
"acceptedAnswer": {
157+
"@type": "Answer",
158+
"text": "Availability changes through the year. We maintain a curated list of federal, state and industry grants relevant to AI adoption and R&D. Check the live directory for open rounds, deadlines, and eligibility notes specific to Australian businesses."
159+
}
160+
},
161+
{
162+
"@type": "Question",
163+
"name": "What eligibility criteria do AI grants typically require?",
164+
"acceptedAnswer": {
165+
"@type": "Answer",
166+
"text": "Common requirements include being an Australian-registered business (ABN), meeting SME size thresholds, having an eligible project scope (e.g., adoption, pilots, R&D), matched funding, and basic governance such as risk management and privacy safeguards."
167+
}
168+
},
169+
{
170+
"@type": "Question",
171+
"name": "Do I need AI risk and governance policies to apply for funding?",
172+
"acceptedAnswer": {
173+
"@type": "Answer",
174+
"text": "Many programs ask how you will manage AI risk and data privacy. Using an AI Use Policy, Risk Assessment, and Vendor Due Diligence checklist strengthens your application and reduces compliance risk."
175+
}
176+
},
177+
{
178+
"@type": "Question",
179+
"name": "What costs are usually eligible under AI grants?",
180+
"acceptedAnswer": {
181+
"@type": "Answer",
182+
"text": "Typically: software licences, vendor services, implementation and integration, staff training, and sometimes hardware or data work. Ineligible costs often include ongoing BAU expenses and retrospective spending. Always confirm with the specific grant guidelines."
183+
}
184+
},
185+
{
186+
"@type": "Question",
187+
"name": "How can I make a competitive AI grant application?",
188+
"acceptedAnswer": {
189+
"@type": "Answer",
190+
"text": "Define a clear problem and outcomes, provide a realistic plan and budget, show organisational readiness (governance, skills, partners), include measures of impact, and reference relevant Australian standards or guardrails for responsible AI."
191+
}
192+
}
193+
]
194+
}
195+
</script>
196+
146197
---
147198

148199
## Final Thoughts for Businesses
@@ -152,5 +203,3 @@ For Australian businesses, the AI funding landscape is broad and diverse. SMEs c
152203
Larger ventures and scale‑ups may find opportunities in NRFC co‑investment or ARC research partnerships. Niche initiatives, such as the Fearless Innovator Grant, highlight inclusivity and grassroots innovation.
153204

154205
With both government and industry partners investing in AI capability, now is the time for Australian businesses to explore these programs, align with responsible AI practices, and position themselves for future growth.
155-
156-

docs/glossary.md

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
---
2+
layout: page
3+
title: "AI Glossary (Australia)"
4+
description: "A practical glossary of key AI terms in the Australian context. Comprehensive definitions for AI safety, governance, and compliance in Australia."
5+
keywords: "AI glossary Australia, AI terms, AI definitions, AI safety glossary, AI governance terms, Australian AI terminology, AI compliance glossary"
6+
author: "SafeAI-Aus"
7+
robots: "index, follow"
8+
og_title: "AI Glossary (Australia)"
9+
og_description: "A practical glossary of key AI terms in the Australian context"
10+
og_type: "article"
11+
og_url: "https://safeaiaus.org/glossary/"
12+
og_image: "assets/safeaiaus-logo-600px.png"
13+
twitter_card: "summary_large_image"
14+
twitter_title: "AI Glossary (Australia)"
15+
twitter_description: "A practical glossary of key AI terms in the Australian context"
16+
canonical_url: "https://safeaiaus.org/glossary/"
17+
---
18+
19+
# AI Glossary (Australia)
20+
21+
*A practical glossary of key AI terms in the Australian context. Provided by SafeAI Aus (safeaiaus.org) under CC BY 4.0 licence.*
22+
23+
---
24+
25+
## Artificial Intelligence (AI)
26+
The simulation of human intelligence by machines, especially computer systems. In Australia, AI use is guided by government guardrails, privacy law and international standards such as ISO/IEC 42001.
27+
28+
## AI Guardrails (Australia)
29+
Voluntary principles from the Australian Government that set practical expectations for safe and responsible AI. They help organisations align practice with community standards and emerging regulation.
30+
31+
## AI Incident
32+
Any harmful, biased, unsafe or unexpected behaviour from an AI system (e.g., discriminatory outputs, privacy breaches, safety risks). Log and review with an [AI Incident Report](ai-incident-report-form.md).
33+
34+
## AI Inventory (System Register)
35+
A catalogue of AI systems and use cases across the organisation, including owners, purpose, data sources, risks and status. Supports accountability and audits.
36+
37+
## AI Risk Assessment
38+
A structured process to identify, analyse and mitigate risks for AI systems and use cases. Often mapped to ISO/IEC 42001 (management systems) or ISO/IEC 23894 (risk management). Start with the [AI Risk Assessment Template](ai-risk-assessment-checklist.md).
39+
40+
## AI Use Policy
41+
An internal policy that sets boundaries, roles and responsibilities for AI tools. Defines acceptable use, prohibited use, data handling and incident escalation. See the [AI Use Policy Template](ai-use-policy.md).
42+
43+
## Algorithmic Impact Assessment (AIA)
44+
An assessment of potential impacts (e.g., fairness, safety, human rights). In Australia this is often paired with a Privacy Impact Assessment (PIA) where personal information is processed.
45+
46+
## Anonymisation / De-identification
47+
Techniques to reduce the risk of re-identification in datasets. Australia commonly uses “de-identification” under the Privacy Act; truly irreversible anonymisation is difficult in practice.
48+
49+
## APPs (Australian Privacy Principles)
50+
The 13 principles under the **Privacy Act 1988 (Cth)** that govern handling of personal information by APP entities (most Australian Government agencies and many businesses).
51+
52+
## ASD Essential Eight
53+
Australian Signals Directorate’s baseline mitigation strategies for cyber security (e.g., patching, MFA). Not AI-specific but essential for AI system hardening and data protection.
54+
55+
## Bias (Algorithmic Bias)
56+
Systematic errors that favour or disadvantage groups (e.g., by gender, ethnicity, age). Manage via representative data, fairness testing, documentation and human oversight.
57+
58+
## C2PA (Content Authenticity)
59+
An open standard for attaching provenance metadata to content. Useful for signalling AI-generated or edited media and supporting authenticity claims.
60+
61+
## Consumer Data Right (CDR)
62+
Australian framework enabling data portability in designated sectors. Relevant when AI uses consumer data that may be shared or accessed under CDR rules.
63+
64+
## Content Moderation / Safety Filters
65+
Controls that reduce harmful or disallowed outputs (e.g., hate speech, self-harm). Often combined with human review for higher-risk contexts.
66+
67+
## Continuous Improvement (AI)
68+
Ongoing monitoring, feedback and updates to models, prompts and controls. A core requirement in management-system approaches such as ISO/IEC 42001.
69+
70+
## Data Residency & Sovereignty
71+
Where data is stored and which laws apply. Australian organisations often prefer Australian regions for regulated datasets and clarity on cross-border transfers.
72+
73+
## Data Source Register
74+
A record of datasets used for training, fine-tuning or RAG. Includes lineage, licences, sensitivity and quality notes.
75+
76+
## Drift (Data/Model Drift)
77+
Performance degradation when real-world data changes away from training assumptions. Detect via monitoring, evals and periodic re-training.
78+
79+
## Evals (Evaluation)
80+
Systematic tests for quality, safety and robustness (e.g., accuracy, bias, jailbreak resistance). Should be repeatable and linked to risk level.
81+
82+
## Explainability (XAI)
83+
The ability to understand or describe how an AI system produced an output. Methods range from interpretable models to post-hoc explanations and model cards.
84+
85+
## Fine-Tuning
86+
Adapting a model on domain-specific data to improve performance. Requires careful governance of data rights, privacy and overfitting risks.
87+
88+
## Foundation Model
89+
A large pre-trained model (text, image, multimodal) adaptable to many tasks (e.g., via prompting, fine-tuning or RAG).
90+
91+
## Hallucination
92+
A confident but incorrect output from a generative model. Mitigate with retrieval augmentation, constraints, verification and human review.
93+
94+
## Human-in-the-Loop (HITL)
95+
Design pattern where humans review or approve AI outputs for higher-risk tasks, or provide feedback to improve models.
96+
97+
## ISO/IEC 23894 (AI Risk Management)
98+
International guidance for managing AI risks across the lifecycle. Complements management-system standards and local guardrails.
99+
100+
## ISO/IEC 42001 (AI Management System)
101+
International standard for governing AI (policy, risk, controls, monitoring and continual improvement). Useful for phased adoption by SMEs.
102+
103+
## Large Language Model (LLM)
104+
A model trained on very large text corpora to generate and understand language. Examples include ChatGPT, Claude and Gemini.
105+
106+
## Logging & Auditability
107+
Recording inputs, outputs, decisions and system changes so incidents can be investigated and controls verified.
108+
109+
## Model Card / Data Card
110+
Documentation describing a model or dataset: purpose, training data, limitations, risks, metrics and intended use.
111+
112+
## Model Monitoring
113+
Operational tracking of model quality, drift, latency, cost and safety incidents in production.
114+
115+
## NDB Scheme (Notifiable Data Breaches)
116+
Australian scheme requiring notification to the OAIC and affected individuals when an eligible data breach is likely to cause serious harm.
117+
118+
## NLP (Natural Language Processing)
119+
AI methods that process and generate human language. Powers chatbots, search, summarisation and translation.
120+
121+
## OAIC (Office of the Australian Information Commissioner)
122+
Australia’s independent regulator for privacy and information access. Oversees the Privacy Act and NDB scheme.
123+
124+
## Open-Weight vs Closed-Weight Models
125+
Open-weight models allow running the model locally or in private environments; closed-weight models are accessed via APIs. Each has different governance and risk profiles.
126+
127+
## Personal Information (Australia)
128+
Information or an opinion about an identifiable individual, as defined in the **Privacy Act 1988 (Cth)**. Includes obvious identifiers and information that could reasonably identify someone.
129+
130+
## PIA (Privacy Impact Assessment)
131+
Analyses privacy impacts and mitigations for projects that handle personal information. Often required or strongly recommended for AI implementations in Australia.
132+
133+
## Prompt / Prompt Engineering
134+
The inputs, instructions and context provided to a generative model. Good prompt design improves reliability, safety and usefulness.
135+
136+
## Prompt Injection / Jailbreak
137+
Adversarial inputs that subvert a model’s instructions or controls. Mitigate with input filtering, retrieval isolation, guardrails and least-privilege design.
138+
139+
## Provenance / Watermarking
140+
Signals that indicate how content was created (e.g., AI-generated) or where it came from. Supports trust, authenticity and moderation workflows.
141+
142+
## RAG (Retrieval-Augmented Generation)
143+
Architecture where the model retrieves trusted, up-to-date documents and uses them as context before generating an answer. Reduces hallucinations and improves domain accuracy.
144+
145+
## RBAC (Role-Based Access Control)
146+
Security control restricting who can run models, access prompts, view logs or export data.
147+
148+
## Responsible AI
149+
Practices ensuring AI systems are safe, ethical, transparent and aligned to human values. In Australia, anchored by government guardrails, privacy law and recognised standards.
150+
151+
## Risk Appetite / Tolerance
152+
The level and types of risk an organisation is willing to accept in AI adoption. Guides control strength, oversight and rollout pace.
153+
154+
## Safety Case (AI)
155+
Documented argument and evidence that an AI system is acceptably safe for its intended use. More common for higher-risk sectors.
156+
157+
## Sensitive Information (Australia)
158+
A subset of personal information (e.g., health, biometrics, racial or ethnic origin, religious beliefs, sexual orientation) that attracts higher protections under the Privacy Act.
159+
160+
## Shadow AI
161+
Use of unapproved AI tools by staff. Mitigate through clear policy, training, approved toolkits and monitoring.
162+
163+
## Template Library
164+
A collection of standardised documents (policy, risk, incident, vendor, register) to support safe AI adoption. See the [Template Library](policy-template-library.md).
165+
166+
## Transparency
167+
Clarity about how an AI system works, what data it uses and how decisions are made. Supports accountability, trust and compliance.
168+
169+
## Vendor Due Diligence (AI)
170+
Assessing third-party AI tools for security, privacy, reliability and compliance. Use the [AI Vendor Evaluation Checklist](ai-vendor-evaluation-checklist.md).
171+
172+
---
173+
174+
# 🔗 Related Resources
175+
- [Template Library](policy-template-library.md)
176+
- [AI Safety Standards (Australia & International)](voluntary-ai-safety-standard-10-guardrails.md)
177+
- [AI Project Register](ai-project-register.md)
178+
- [AI Use Policy Template](ai-use-policy.md)
179+
- [AI Risk Assessment Template](ai-risk-assessment-checklist.md)
180+
- [AI Incident Report Form](ai-incident-report-form.md)
181+
182+
---
183+
184+
## Attribution
185+
This glossary is published by **SafeAI Aus** under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). You may copy, adapt and reuse with attribution: *“Source: SafeAI Aus (safeaiaus.org)”*.
186+
187+
---
188+
189+
<!-- JSON-LD: Glossary schema for crawlers and LLMs -->
190+
<script type="application/ld+json">
191+
{
192+
"@context": "https://schema.org",
193+
"@type": "DefinedTermSet",
194+
"name": "AI Glossary (Australia)",
195+
"inLanguage": "en-AU",
196+
"url": "https://safeaiaus.org/glossary",
197+
"creator": { "@type": "Organization", "name": "SafeAI Aus", "url": "https://safeaiaus.org" },
198+
"license": "https://creativecommons.org/licenses/by/4.0/"
199+
}
200+
</script>

docs/governance-templates/ai-incident-report-form.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ This form aligns with:
125125

126126
---
127127

128+
## Next Steps
129+
**Ready to evaluate AI vendors?**[AI Vendor Evaluation Checklist](ai-vendor-evaluation-checklist.md)
130+
131+
---
132+
128133
# Template Disclaimer & Licence
129134

130135
## Disclaimer

docs/governance-templates/ai-project-register.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ Health Indicators:
103103

104104
---
105105

106+
## Next Steps
107+
**Need to establish AI governance policies?**[AI Use Policy](ai-use-policy.md)
108+
109+
---
110+
106111
# Template Disclaimer & Licence
107112

108113
## Disclaimer

docs/governance-templates/ai-readiness-checklist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ Tick the boxes that apply to your organisation. A higher score means greater rea
8080
8181
---
8282

83+
## Next Steps
84+
**Ready to establish AI governance policies?**[AI Use Policy](ai-use-policy.md)
85+
86+
---
87+
8388
# Template Disclaimer & Licence
8489

8590
## Disclaimer

docs/governance-templates/ai-risk-assessment-checklist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ Risk Scores: 1–5 (Low) | 6–10 (Medium) | 11–15 (High) | 16–25 (Critical)
161161
- **NIST AI Risk Management Framework**
162162

163163
---
164+
## Next Steps
165+
**Need to prepare for AI incidents?**[AI Incident Report Form](ai-incident-report-form.md)
166+
167+
---
168+
164169
# Template Disclaimer & Licence
165170

166171
## Disclaimer

docs/governance-templates/ai-use-policy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@ Common Scenarios:
195195

196196
---
197197

198+
## Next Steps
199+
**Ready to assess your AI risks?**[AI Risk Assessment Checklist](ai-risk-assessment-checklist.md)
200+
201+
---
202+
198203
# Template Disclaimer & Licence
199204

200205
## Disclaimer

docs/governance-templates/ai-vendor-evaluation-checklist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ To ensure accountability and provide an audit trail:
154154
[ ] Rollback plan documented
155155
[ ] Cost of pilot agreed (if applicable)
156156

157+
## Next Steps
158+
**Ready to track your AI projects?**[AI Project Register](ai-project-register.md)
159+
160+
---
161+
157162
# Template Disclaimer & Licence
158163

159164
## Disclaimer

docs/governance-templates/policy-template-library.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,51 @@ Together, they support compliance with the **Voluntary AI Safety Standard (10 Gu
100100
All templates are published under a **[Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/)** licence. You are free to use, adapt, and share them, with attribution.
101101

102102

103+
<script type="application/ld+json">
104+
{
105+
"@context": "https://schema.org",
106+
"@type": "FAQPage",
107+
"mainEntity": [
108+
{
109+
"@type": "Question",
110+
"name": "What AI governance templates are available from SafeAI Aus?",
111+
"acceptedAnswer": {
112+
"@type": "Answer",
113+
"text": "We provide practical, Australia-focused templates including an AI Use Policy, AI Risk Assessment, AI Incident Report, AI Vendor Evaluation, AI Project Register, and related checklists to help Australian businesses start safely and quickly."
114+
}
115+
},
116+
{
117+
"@type": "Question",
118+
"name": "Are the templates free to use and adapt?",
119+
"acceptedAnswer": {
120+
"@type": "Answer",
121+
"text": "Yes. Templates are licensed under Creative Commons CC BY 4.0. You may copy, adapt, and use them commercially with attribution to SafeAI Aus (safeaiaus.org)."
122+
}
123+
},
124+
{
125+
"@type": "Question",
126+
"name": "How should I attribute SafeAI Aus when I reuse a template?",
127+
"acceptedAnswer": {
128+
"@type": "Answer",
129+
"text": "Include a short notice such as: “Source: SafeAI Aus (safeaiaus.org), licensed CC BY 4.0.” For PDFs or docs, place it in the header or footer; for web pages, add it near the template text."
130+
}
131+
},
132+
{
133+
"@type": "Question",
134+
"name": "Do these templates meet Australian regulatory expectations?",
135+
"acceptedAnswer": {
136+
"@type": "Answer",
137+
"text": "They are designed to align with widely used frameworks and Australian context. Organisations should tailor them to their size, sector, and risk profile, and confirm legal obligations for privacy, safety, and industry rules."
138+
}
139+
},
140+
{
141+
"@type": "Question",
142+
"name": "How do I get started with the templates?",
143+
"acceptedAnswer": {
144+
"@type": "Answer",
145+
"text": "Start with the AI Use Policy and AI Risk Assessment. Then implement the Vendor Evaluation checklist before procuring tools, and add the Incident Report and Project Register for ongoing governance and learning."
146+
}
147+
}
148+
]
149+
}
150+
</script>

0 commit comments

Comments
 (0)