AI Readiness Assessment 2026: A Practical Checklist for Australian Businesses
AI adoption is accelerating, but access to capable models does not make an organisation ready to use them at scale. This practical assessment helps Australian businesses evaluate whether they have the business case, data, architecture, security, governance and delivery capability required to turn AI into reliable business value.

Australian organisations have moved well beyond the stage of simply asking whether they should use artificial intelligence. Employees are already working with generative AI, software teams are incorporating AI into development, vendors are adding copilots to existing products, and business units are experimenting with automation and agents.
The harder problem in 2026 is deciding which of these opportunities deserve investment and whether the organisation is genuinely ready to move them into production.
This distinction matters because adoption and readiness are not the same thing. Stanford's 2026 AI Index reports that 88 per cent of organisations in the underlying survey data used AI in at least one business function during 2025, while agent deployment remained comparatively early across most functions. In Australia, Deloitte found that only 28 per cent of respondents had moved at least 40 per cent of their AI pilots into production, despite 61 per cent reporting improvements in efficiency or productivity.
Deloitte's survey focused on senior leaders in organisations at the leading edge of AI adoption, so those figures should not be treated as representative of every Australian business. They nevertheless illustrate an increasingly familiar problem. It is relatively easy to demonstrate that an AI model can perform a useful task. It is much harder to turn that capability into a secure, reliable and economically worthwhile part of normal business operations.
A useful AI readiness assessment should therefore look well beyond whether an organisation has access to ChatGPT, Claude, Gemini, Microsoft Copilot or another capable model. It should determine whether the business can identify valuable problems, give AI controlled access to the information and systems it needs, govern the associated risks, measure its performance and operate the resulting capability over time.
AI readiness is becoming less about the model
One of the most important changes in the AI market is the increasing competitiveness of frontier models.
Stanford's 2026 AI Index found that leading models from Anthropic, xAI, Google and OpenAI were clustered closely together on comparative human-preference rankings by March 2026. Performance still varies materially by task, and model selection remains an important engineering decision, but the market is increasingly giving organisations several credible options.
That changes the nature of AI readiness.
A business should certainly evaluate models against its own workloads, but spending months attempting to identify a permanent "winning" model is unlikely to be a durable strategy. Models will improve, pricing will change, vendors will introduce new capabilities, and specialised models may outperform general-purpose alternatives for particular workloads.
The more durable capability is the organisation's ability to identify a valuable workflow, connect AI to reliable information, integrate it with existing technology, constrain what it can do, evaluate its behaviour and replace components when there is a sound business reason to do so.
At VASSIL, we find it useful to think about AI readiness through four conditions:
Value: Is there a sufficiently important business problem to justify the investment?
Foundations: Are the necessary data, applications, integrations and technical capabilities available?
Control: Can the organisation manage access, security, privacy, governance and appropriate human oversight?
Execution: Can the organisation build, evaluate, deploy, operate and improve the solution successfully?
These four conditions provide a simple structure, but readiness still needs to be assessed against the specific use case. An organisation may be ready to deploy an internal knowledge assistant while being wholly unprepared to give an autonomous agent authority to approve financial transactions.
For that reason, the checklist below does not produce an artificial numerical score. Each area should instead be considered Green, Amber or Red.
Green means the capability appears sufficiently established for the proposed use.
Amber means material work is required before the use case should scale.
Red indicates a potential production blocker.
A critical Red should not be averaged away simply because other areas are strong.
1. Business value: is there a problem worth solving?
A sound AI initiative starts with an identifiable business problem.
"We should build an AI assistant" is an idea, not a business case. A stronger starting point is that a service team spends 1,500 hours each month searching internal information, an underwriting process takes three days because staff manually reconcile several systems, or a sales team loses significant time preparing repetitive responses to complex customer requests.
Once the existing cost, delay, error rate or lost opportunity is understood, leadership can evaluate whether AI is likely to improve the situation and whether the potential benefit justifies the effort and risk.
This also prevents organisations from applying AI where simpler approaches are more appropriate. A deterministic business rule, workflow change, API integration or existing software product may sometimes solve the problem more reliably and at lower cost.
For each proposed use case, leadership should be able to answer:
What business outcome are we trying to improve?
What does the current problem cost in time, money, risk or lost opportunity?
What measurable change would constitute success?
Who owns that outcome?
Why is AI preferable to process improvement, conventional automation or an existing product?
A Green rating means the use case has an accountable business owner, a measurable baseline and a credible path to value. Amber means the opportunity looks promising but its economics or success criteria remain uncertain. Red means the project is being driven primarily by the availability of the technology.
2. Workflow readiness: do you understand the work before automating it?
Many of the larger opportunities from AI become visible when an organisation examines an end-to-end workflow rather than an isolated task.
Consider an insurance claims process. AI might classify incoming documents, extract information, retrieve relevant policy material and prepare a recommendation. A claims specialist could then review exceptions or decisions with greater financial, regulatory or customer consequences.
The value in that example does not come from a single prompt. It comes from redesigning the workflow around what technology can perform efficiently and where human judgement should remain.
This matters even more with AI agents. Agents can use tools, maintain context across multiple steps and perform actions in other systems. The transition from generating information to taking action changes both the potential value and the risk.
AWS's 2026 Agentic AI Lens recommends bounded, specialised agents with explicit scope and authority rather than unnecessarily broad autonomous systems. Microsoft's current maturity guidance similarly recommends matching controls and support models to the criticality of the agent rather than treating every use case the same way.
Before introducing agentic automation, organisations should understand the process being automated, its decision points, exceptions, dependencies and escalation paths. Automation is a poor substitute for understanding a process that the organisation itself cannot explain consistently.
A Green rating means the workflow is understood and the boundary between human and machine responsibility is deliberate. Amber means the workflow is reasonably well understood but exception handling or accountability remains unclear. Red means AI is being inserted into a poorly understood process in the hope that automation will resolve its underlying problems.
3. Data readiness: can AI access the right information, with the right permissions?
Discussions about AI readiness often focus on data quality. Quality matters, but access and authorisation are frequently just as important.
Business information may be distributed across SharePoint, CRM platforms, databases, email, document repositories, SaaS products and legacy systems. The fact that an organisation possesses this information does not mean an AI application can access it safely or reliably.
An internal knowledge assistant, for example, may need to search policies, contracts and project material before generating an answer. A common implementation pattern is to retrieve relevant approved material and provide it to the model as context. This is generally known as retrieval-augmented generation, or RAG.
RAG does not itself provide access control. The retrieval layer must respect the permissions of the underlying systems or implement equivalent authorisation controls. Otherwise, an answer can be technically accurate while still constituting an information-security failure because the user was never entitled to see the source material.
Microsoft's 2026 guidance on enterprise agents highlights a related issue: AI can make existing oversharing more visible. If permissions on a file repository are already too broad, an AI assistant that can locate and summarise information instantly may expose that weakness far more effectively than the previous manual search process.
Data readiness therefore requires an organisation to know what information is required, where it resides, who owns it, whether it is sufficiently reliable, and who should be permitted to use it.
A Green rating means required information is accessible, trustworthy enough for the use case and protected by appropriate permissions. Amber means important sources exist but access, quality, ownership or integration needs improvement. Red means the organisation cannot reliably determine what information the AI is using or who is authorised to receive it.
4. Architecture and integration: can the proof of concept become a production system?
The engineering required for a convincing demonstration and the engineering required for an operational business system are very different.
A prototype might call a model API and return a useful answer. A production system also needs identity, permissions, application integration, error handling, deployment processes, observability, cost controls, resilience, version management and an operating model for failures.
Google's 2026 guidance on production AI agents makes this distinction explicitly. Agents reason, call tools and alter state across multi-step interactions, so the testing and operational patterns used for conventional applications do not translate completely.
The architecture around the model is particularly important for agentic systems. In September 2026, the Australian Signals Directorate published guidance describing the agentic AI harness, the software layer that connects a language model to organisational data, tools and systems. ASD highlights least-privilege access, monitoring, audit logging, human oversight for high-impact actions and accountable governance as important controls.
This is a useful way for executives to think about AI architecture. The model is only one component. The surrounding system determines what information the AI can retrieve, which tools it can invoke, which actions require approval and whether its behaviour can be reconstructed after an incident.
Portability should also be considered pragmatically. Moving from one model provider to another is not free. APIs, tool-calling behaviour, safety controls, embeddings, agent frameworks and supporting services differ. Architecture should avoid unnecessary coupling where portability has real business value, but not introduce abstraction simply for theoretical flexibility.
A Green rating means there is a credible production architecture covering identity, integration, deployment, monitoring and operational support. Amber means the core design is understood but significant production capabilities remain incomplete. Red means the proposed solution depends on uncontrolled access, manual intervention or a prototype architecture that cannot reasonably support its intended use.
5. Security: what authority are you giving the AI?
The security question changes significantly once AI can act.
A chatbot that answers questions from approved documents has a limited range of possible consequences. An agent that can send email, change customer records, execute code, access finance systems or initiate payments operates with delegated authority.
That authority should be explicit.
Microsoft recommends giving executing agents their own identity where appropriate, granting only the permissions required for their task and maintaining a clear inventory of what each agent owns and can access. AWS similarly recommends bounded authority, end-to-end traceability and human oversight proportionate to the consequence of an action.
Another important risk is prompt injection. An agent may encounter malicious instructions inside a web page, email, document or other external content that it has been asked to process. OpenAI describes this as a form of manipulation that increasingly resembles social engineering and warns that security cannot depend entirely on detecting every malicious instruction. Systems should also be designed so that the damage an attacker can cause remains constrained if manipulation succeeds.
OWASP's 2026 guidance for LLM and agentic applications reinforces the broader point. AI security is not confined to the model. Identity, tool access, memory, external content, orchestration and excessive agency all create potential attack surfaces.
For a production AI system, leadership should know:
What identity does the agent operate under?
Which information can it access?
Which systems and tools can it use?
Which actions can it perform without approval?
Which actions require human confirmation?
Can all significant actions be logged and attributed?
Can access be revoked immediately?
What happens if the agent encounters malicious or misleading content?
A Green rating means authority is explicitly bounded, least privilege is enforced and significant behaviour is observable. Amber means controls exist but access or oversight remains broader than necessary. Red means an AI system can perform consequential actions without adequate identity, permission, approval or audit controls.
6. Privacy and governance: are the rules clear enough to support adoption?
Australian organisations need to consider AI within the legal and regulatory obligations that already apply to them.
The National AI Centre's Guidance for AI Adoption sets out six practices for responsible use: decide who is accountable, understand impacts and plan accordingly, measure and manage risks, share essential information, test and monitor, and maintain human control.
The guidance is voluntary. It does not replace existing Australian law or create a general standalone AI compliance regime. Depending on the use case, privacy, consumer protection, employment, discrimination, intellectual property, financial-services and sector-specific obligations may still apply.
For organisations covered by the Privacy Act, the Office of the Australian Information Commissioner advises that privacy obligations can apply to personal information supplied to an AI system as well as personal information generated or inferred by it. The OAIC recommends appropriate due diligence when adopting commercial AI products, consideration of human oversight and a privacy-by-design approach.
There is also a specific change approaching. From 10 December 2026, relevant APP entities will have additional privacy-policy transparency obligations where they arrange for computer programs to use personal information to make, or substantially and directly support, decisions that could reasonably be expected to significantly affect an individual's rights or interests.
For more formal enterprise governance, organisations may also draw on international frameworks. NIST's AI Risk Management Framework provides a voluntary approach to governing, mapping, measuring and managing AI risk across the lifecycle. ISO/IEC 42001 provides requirements for organisations that want a formal AI management system.
The purpose is not to adopt every available framework. The appropriate governance model depends on the organisation, industry and consequence of the use case. What matters is that accountability and decision rights are clear enough for teams to know what can proceed, what needs additional review and who is responsible for the outcome.
A Green rating means each significant AI use has an accountable owner and proportionate risk, privacy and governance controls. Amber means policies exist but ownership or application is inconsistent. Red means consequential AI systems can be introduced without clear accountability or review.
7. Evaluation: can you demonstrate that the AI behaves well enough for the job?
Evaluation is becoming one of the most important differences between experimental AI and production AI.
Traditional business software can usually be tested against relatively well-defined expected behaviours. Generative AI introduces additional variability because results can change with the model, prompt, context, retrieved information, tools and surrounding environment.
The problem becomes harder with agents because they operate across multiple steps. Anthropic's guidance on agent evaluations notes that agents may call tools, alter state and adapt based on intermediate outcomes, so failures cannot always be understood by inspecting the final answer alone.
OpenAI makes a similar point in its 2026 work on trustworthy evaluations. As models use tools and operate within larger workflows, performance depends not only on the model but also on the environment and the software that enables its actions.
A production evaluation strategy should therefore be designed before launch. Depending on the application, it may include representative test cases, known failure scenarios, quality thresholds, regression tests, security testing, latency and cost targets, and checks for actions that should never occur.
Evaluation also needs to reflect the real task. A general benchmark showing that one model performs well on reasoning or coding does not establish that it will perform adequately on an organisation's contracts, customer enquiries, engineering workflows or internal procedures.
A Green rating means the organisation can define and test acceptable behaviour against realistic workloads. Amber means evaluation exists but remains largely manual or informal. Red means the main evidence of quality is that demonstrations look convincing.
8. Measurement: are you measuring business value rather than AI activity?
AI metrics and business metrics are not the same thing.
An agent may process 20,000 requests without creating meaningful value. A technically impressive system may have poor adoption. A widely used system may still be uneconomic once model usage, cloud infrastructure, licences, human review, support and failure handling are included.
Google's 2026 work on production agent KPIs provides a useful separation between three questions:
Reliability and operational efficiency: Does the system perform its workflow consistently and at an acceptable cost?
Adoption: Are people actually using it as part of the intended workflow?
Business value: Does it improve the outcome that justified the investment?
That distinction is useful well beyond agents.
For an internal support system, technical measures might include answer quality, latency, escalation and cost per interaction. Adoption measures might include active users and the proportion of relevant work handled through the system. Business measures might include reduced resolution time, lower support cost or improved employee productivity.
Economics should be monitored continuously rather than calculated only in the original business case. AI operating cost can vary with usage, model choice, context size, tool calls and the amount of human review required.
A Green rating means the organisation can connect technical performance and adoption to a measurable business outcome. Amber means usage is visible but ROI remains difficult to demonstrate. Red means success is being measured mainly through activity, enthusiasm or the number of AI features deployed.
9. People and operating model: will the organisation actually change how work is done?
AI implementation is often treated as a software project followed by staff training. That is frequently insufficient.
A team can receive a capable AI tool while continuing to work exactly as before. Managers may not redesign the process, staff may not trust the output, incentive structures may remain unchanged, and nobody may be accountable for whether the expected productivity improvement occurs.
This is why AI readiness includes organisational design.
The objective is not to automate the largest possible number of tasks. It is to determine how work should be allocated between people and technology. AI may be well suited to repeated research, classification, drafting, extraction or process coordination, while people remain responsible for judgement, relationships, exceptions and higher-consequence decisions.
Deloitte's Australian findings point to this wider issue. Although many surveyed organisations report productivity benefits, far fewer report deep changes to how work is structured.
The OECD's 2026 research on agentic AI similarly examines deployment as an organisational and governance issue, not simply a technical one. As agents become embedded in workflows, questions of responsibility, oversight and interaction with human workers become part of operating-model design.
A Green rating means processes, roles and accountability are evolving alongside the technology. Amber means training has begun but operating practices remain substantially unchanged. Red means AI has been introduced as another tool without ownership of the organisational change needed to capture its value.
Do not average away a critical weakness
A readiness assessment should not produce false confidence through an overall score.
A company could have excellent engineering capability and a compelling business case while still being unable to deploy a particular system safely because its access controls are inadequate. Another organisation might have mature governance but no reliable data or measurable reason to invest.
For higher-impact systems, some readiness dimensions should therefore operate as production gates.
If the system will make or materially support decisions affecting people, move money, modify important records, execute code, communicate externally on behalf of the organisation or access sensitive information, a Red finding in security, privacy, accountability or evaluation should normally be addressed before production deployment.
This reflects a broader principle that appears consistently across current Australian guidance, NIST, AWS, Microsoft, OpenAI, Anthropic and OWASP: greater autonomy and consequence require stronger controls.
That does not mean every AI use requires enterprise-level governance. A low-risk internal productivity tool should not be burdened with the same process as an agent authorised to take consequential actions. Proportionate governance is part of readiness too.
For many organisations, the first 90 days can remain practical
An AI readiness exercise should lead to decisions rather than produce a large strategy document that sits unused.
For many organisations, a useful first 90 days can be structured around three stages.
Days 1 to 30: establish the current state
Create an inventory of material AI tools, pilots and business-led experimentation already taking place. Identify the workflows associated with significant cost, delay, risk or customer friction.
Include informal adoption where possible. Shadow AI matters because leadership cannot govern, secure or rationalise what it cannot see.
The outcome of the first month should be a clear picture of current activity and a manageable opportunity portfolio rather than an exhaustive catalogue of every possible AI idea.
Days 31 to 60: prioritise and design
Evaluate the strongest opportunities against business value, workflow suitability, data access, integration requirements, privacy, security, delivery effort and likely operating cost.
This is also the point to make a deliberate build, buy or integrate decision. An existing enterprise product may already solve the problem. In other cases, extending an existing platform or integrating a model into a well-understood workflow may be more appropriate than purchasing another standalone AI product.
Select only the opportunities for which the business case and readiness justify further investment.
Days 61 to 90: prove selected opportunities properly
Take one or two well-defined use cases into controlled implementation.
Establish evaluation criteria before development is substantially complete. Involve the people who perform the work today. Build identity, access controls, monitoring and human intervention into the architecture rather than adding them after the demonstration succeeds.
Measure technical quality, adoption and business impact separately.
At the end of this period, leadership should have better evidence about what should scale, what assumptions proved wrong, what risks need further work and which capabilities the organisation needs to strengthen.
This 90-day sequence is illustrative, not universal. A regulated financial institution, defence environment or high-impact automated decision system may require substantially more assurance than a lower-risk internal productivity application.
The most durable AI capability is organisational
AI technology is changing too quickly for readiness to mean standardising permanently on today's models or products.
Stanford's 2026 research shows both how quickly capabilities are advancing and how closely leading providers are competing at the frontier. At the same time, the same report highlights substantial remaining weaknesses, including uneven capabilities and agents that still fail material portions of structured tasks.
This should encourage neither complacency nor paralysis.
The sensible response is to build organisational capabilities that remain useful as the technology changes: identify problems worth solving, design better workflows, provide controlled access to reliable information, constrain authority, evaluate real-world behaviour, measure economics and maintain accountable ownership.
Those capabilities allow an organisation to take advantage of better models without rebuilding its approach to AI every six months.
AI readiness in 2026 is therefore best understood as an investment and operating discipline.
It provides leadership with a way to decide where AI deserves capital, what foundations need strengthening and what conditions should be satisfied before a system becomes part of the business.
A practical next step
For organisations with several AI opportunities but no clear view of which should be funded first, VASSIL offers an AI Opportunity, Risk & ROI Sprint.
For a defined business area or prioritised set of opportunities, the engagement typically runs over 10 business days. It assesses business value, workflow suitability, technology and data readiness, security and governance considerations, implementation options and likely delivery effort, then produces a prioritised view of what is worth pursuing and a practical 90-day roadmap.
References
Deloitte Australia, The State of AI in the Enterprise: 2026.
Stanford Institute for Human-Centered Artificial Intelligence, The 2026 AI Index Report: Economy.
Stanford Institute for Human-Centered Artificial Intelligence, The 2026 AI Index Report: Technical Performance.
Australian Government National AI Centre, Guidance for AI Adoption: Implementation Guidance, 2025, updated 2026.
Australian Government Department of Industry, Science and Resources, update on proposed mandatory guardrails for AI in high-risk settings.
National Institute of Standards and Technology, Artificial Intelligence Risk Management Framework (AI RMF 1.0).
National Institute of Standards and Technology, Artificial Intelligence Risk Management Framework: Generative Artificial Intelligence Profile.
Australian Signals Directorate, Agentic AI Harnesses: The Layer Above the Model, September 2026.
Office of the Australian Information Commissioner, Guidance on Privacy and the Use of Commercially Available AI Products.
Office of the Australian Information Commissioner, APP 1: Open and Transparent Management of Personal Information, including automated decision-making obligations commencing December 2026.
OpenAI, Agent Security in the Enterprise.
OpenAI, Designing AI Agents to Resist Prompt Injection, March 2026.
OpenAI, A Shared Playbook for Trustworthy Third Party Evaluations, May 2026.
Anthropic, Demystifying Evals for AI Agents, January 2026.
Anthropic, Trustworthy Agents in Practice, April 2026.
Google Cloud, A Developer's Guide to Production-Ready AI Agents, February 2026.
Google Cloud, The KPIs That Actually Matter for Production AI Agents, February 2026.
Amazon Web Services, AWS Well-Architected Framework: Agentic AI Lens, 2026.
Microsoft, Agentic AI Maturity Model: AI Governance and Security, 2026.
Microsoft, Secure Agents: Identity, Access and Data Protection, 2026.
OWASP GenAI Security Project, OWASP Top 10 for LLM Applications 2026.
OWASP GenAI Security Project, OWASP Top 10 for Agentic Applications 2026.
ISO, ISO/IEC 42001:2023 Artificial Intelligence Management Systems.
OECD, Agentic AI in Organisations: Early Insights from Practitioner Interviews, 2026.



Comments