Plain English reference
AI & vibe coding glossary
Definitions across AI, software, security and Australian compliance, written for the person making the decision rather than the person selling the acronym. Every term includes why it matters here.
Short definition · detailed explanation · Australian business context
Find a subject
Start with the language around the decision
Glossary category
AI & Development
Agentic AI
AI systems that take actions in the world over multiple steps, not just produce a single response.
Read definition ↗︎Agentic Coding
Software development where an AI agent autonomously plans, writes, tests and ships code with minimal human keystrokes.
Read definition ↗︎AI Agent
A software system that uses an AI model to perceive its environment, make decisions and take actions to achieve a goal over multiple steps.
Read definition ↗︎AI Literacy
The practical knowledge and judgement needed to use AI tools effectively and safely in a workplace context.
Read definition ↗︎AI Readiness
A structured assessment of how prepared an organisation is to adopt, govern and get value from AI tools and systems.
Read definition ↗︎Answer Engine Optimisation
The practice of structuring content so that AI answer engines (ChatGPT, Perplexity, Claude, Gemini) cite and surface your business in AI generated responses.
Read definition ↗︎Context Window
The maximum amount of text (measured in tokens) a language model can process in a single request, covering both input and output.
Read definition ↗︎Embeddings
Numerical vector representations of text (or other content) that capture semantic meaning, enabling similarity search and retrieval.
Read definition ↗︎Fine-tuning
Adjusting a pre-trained AI model's weights on a smaller, specialised dataset so it performs better on a specific task.
Read definition ↗︎Foundation Model
A large AI model pre-trained on broad data that developers can adapt to many downstream tasks.
Read definition ↗︎Fractional Chief AI Officer
A part time or contract executive who provides AI strategy, governance and implementation leadership without the cost of a full time hire.
Read definition ↗︎Generative Engine Optimisation
The discipline of optimising content and brand signals so generative AI models include and positively represent your business in their outputs.
Read definition ↗︎Guardrails
Controls applied around or inside an AI system to constrain its outputs and prevent harmful, incorrect or out of scope responses.
Read definition ↗︎Hallucination
When an AI model generates output that is plausible but factually incorrect or fabricated.
Read definition ↗︎Jailbreak
An adversarial prompt that bypasses an AI model's built in safety rules to make it produce content it normally would not.
Read definition ↗︎Large Language Model
A neural network trained on large volumes of text that can generate, summarise, translate and reason about language.
Read definition ↗︎Model Context Protocol
MCPAn open standard from Anthropic that lets AI assistants connect to external tools and data sources securely.
Read definition ↗︎Prompt Engineering
The practice of writing inputs to AI models in ways that produce reliable, well structured outputs.
Read definition ↗︎Retrieval-Augmented Generation
RAGAn AI architecture that retrieves relevant documents from a knowledge base and feeds them to a model so the model answers from your data.
Read definition ↗︎System Prompt
The hidden instructions sent to a language model before any user input, defining its role, rules and behaviour.
Read definition ↗︎Token
The unit of text that language models process, roughly corresponding to a word or a few characters.
Read definition ↗︎Vector Database
A specialised database that stores text or other content as numeric embeddings and supports similarity search.
Read definition ↗︎Vibe Coding
Building software primarily by prompting an AI in plain English rather than writing the code yourself.
Read definition ↗︎Glossary category
Tools & Platforms
Bolt.new
A browser based full stack AI app builder by StackBlitz that ships working apps from natural language prompts.
Read definition ↗︎Claude Code
Anthropic's command line agentic coding tool that reads, writes and edits code across an entire repository.
Read definition ↗︎Cursor
An AI first code editor that combines autocomplete, chat and multi-file refactoring with several foundation models.
Read definition ↗︎Lovable
A web based AI app builder that generates React + Supabase applications from natural language prompts.
Read definition ↗︎n8n
An open source, fair code automation platform that you can self host or run as a managed cloud service.
Read definition ↗︎Replit
A browser based development environment with built in hosting and an AI agent that writes and deploys code.
Read definition ↗︎Supabase
An open source backend as a service that provides a Postgres database, auth, storage and edge functions.
Read definition ↗︎Glossary category
Security
API Key
A secret credential string used to authenticate a calling application to an API, granting it access to that service's resources.
Read definition ↗︎Cross-Origin Resource Sharing
A browser security mechanism that controls which origins may make requests to an API or resource from client side JavaScript.
Read definition ↗︎Cross-Site Request Forgery
CSRFAn attack that abuses a user's authenticated session to perform actions they did not intend, by tricking their browser into making a request.
Read definition ↗︎Cross-Site Scripting
XSSAn attack that injects malicious script into a trusted website so it runs in other users' browsers.
Read definition ↗︎Data Loss Prevention
Technology and policy controls that detect and prevent sensitive data from being sent to unauthorised destinations, including AI tools.
Read definition ↗︎Firebase Security Rules
Declarative access control rules for Firebase Firestore, Realtime Database and Cloud Storage that the server evaluates for every read or write.
Read definition ↗︎Multi-Factor Authentication
A login security control requiring two or more verification factors so a stolen password alone is not sufficient to compromise an account.
Read definition ↗︎OWASP Top 10
A list of the most critical web application security risks, maintained by the Open Web Application Security Project.
Read definition ↗︎OWASP Top 10 for LLM Applications
OWASP's parallel security list specifically for applications built on large language models.
Read definition ↗︎Penetration Testing
An authorised simulated attack on a system to find vulnerabilities before a real attacker does.
Read definition ↗︎Prompt Injection
An attack where untrusted input contains instructions that the AI model follows, overriding the developer's intent.
Read definition ↗︎Rate Limiting
Controls on how many requests a client can make to an API or endpoint within a time window, preventing abuse and denial of service.
Read definition ↗︎Role-Based Access Control
RBACA model that grants permissions to roles, then assigns users to those roles, rather than assigning permissions to each user individually.
Read definition ↗︎Secret Leak
The accidental exposure of a credential, API key, private key or password in source code, a git repository or a public facing file.
Read definition ↗︎Server-Side Request Forgery
SSRFAn attack where a server is tricked into making an HTTP request to an internal or unexpected destination on behalf of an attacker.
Read definition ↗︎Shadow AI
The use of AI tools by staff without IT or management knowledge or approval, often involving personal data sent to consumer AI products.
Read definition ↗︎Supabase Row Level Security
Postgres feature, exposed in Supabase, that enforces per row access rules so the database itself decides who can see or modify each row.
Read definition ↗︎Supply Chain Attack
A security attack that targets a dependency, vendor or component in the software supply chain rather than the target application directly.
Read definition ↗︎Zero-Trust Security
A security model that trusts no user, device or service by default, including those inside the network perimeter.
Read definition ↗︎Glossary category
Australian Compliance
ACNC
The national regulator of charities in Australia, responsible for registration, transparency and governance.
Read definition ↗︎ACSC
The Australian government's lead agency for cyber security, part of the Australian Signals Directorate.
Read definition ↗︎AHPRA
The national agency that regulates registered health practitioners in Australia, including their use of technology with patient information.
Read definition ↗︎AI Governance
The policies, accountability structures and controls that guide how an organisation develops, deploys and monitors AI systems responsibly.
Read definition ↗︎Australian Privacy Principles
The 13 legally binding principles under the Privacy Act 1988 that govern how organisations collect, use, disclose and protect personal information.
Read definition ↗︎Automated Decision-Making
The use of algorithms or AI systems to make or substantially inform decisions about individuals without meaningful human review.
Read definition ↗︎Consumer Data Right
The Australian legal framework that gives consumers the right to share their data held by large businesses with accredited third parties.
Read definition ↗︎Data Residency
The requirement or choice to store and process data within a specific geographic jurisdiction, such as Australia.
Read definition ↗︎Essential Eight
The Australian Cyber Security Centre's recommended baseline of eight mitigation strategies for protecting business systems against cyber threats.
Read definition ↗︎IRAP
An ASD program of independent assessors who evaluate ICT systems against Australian government security requirements.
Read definition ↗︎ISO 27001
The international standard for information security management systems, widely required in enterprise procurement and government supply chains.
Read definition ↗︎NDIS
Australia's national scheme funding support for people with permanent and significant disability, under mandatory standards for registered providers.
Read definition ↗︎NOPSEMA
The independent regulator for safety, well integrity and environmental management of Australian offshore oil and gas operations.
Read definition ↗︎Notifiable Data Breaches Scheme
Australian law requiring organisations covered by the Privacy Act to notify affected individuals and the OAIC about eligible data breaches.
Read definition ↗︎OAIC
Australia's national regulator for privacy, freedom of information and government information policy.
Read definition ↗︎PRIS Act
The Western Australian Privacy and Responsible Information Sharing Act 2024, which establishes a WA privacy framework for State public sector agencies.
Read definition ↗︎Privacy Act 1988
The Australian federal law that governs how organisations collect, use, disclose and protect personal information.
Read definition ↗︎SMB1001
The Cyber Wardens cyber security standard for Australian small businesses, providing a tiered certification path aligned to business size and risk.
Read definition ↗︎SOC 2
A US auditing standard for service organisations that documents how they protect customer data across five Trust Service Criteria.
Read definition ↗︎Glossary category
Developer Concepts
Content Security Policy
CSPAn HTTP response header that tells browsers which sources of script, style, image and other content the page may load.
Read definition ↗︎Environment Variable
A named value injected into an application at runtime, used to configure behaviour and inject secrets without committing them to code.
Read definition ↗︎Source Map
A file that maps minified production JavaScript back to the original source code, useful for debugging but a leak risk if shipped to production.
Read definition ↗︎Apply the definition
Need help working out what any of this means for your business?
Bring us the decision, not a polished brief. We will help map the fit.