In early 2024, a landmark legal decision by a Canadian tribunal fundamentally altered the landscape of corporate accountability regarding artificial intelligence. The case involved an Air Canada passenger, Jake Moffatt, who sought a bereavement fare after the death of a family member. When Moffatt consulted the airline’s website chatbot, the automated system confidently provided a refund policy that did not actually exist. When Air Canada refused to honor the chatbot’s promise, citing its official policy, the Civil Resolution Tribunal ruled in the passenger’s favor. The adjudicator noted that the airline was responsible for all information on its website, whether it came from a static page or a predictive algorithm. This case serves as a stark warning of a growing systemic risk in modern technology: the deployment of probabilistic systems wrapped in deterministic interfaces.
The Air Canada incident highlights a critical friction point between human psychology and machine learning. Humans are biologically wired for deterministic thinking—the belief that specific actions lead to guaranteed, predictable outcomes. However, generative AI and large language models (LLMs) do not "know" facts; they predict the most likely sequence of tokens based on patterns within their training data. When designers present these statistical guesses as absolute truths without nuance or fallback options, they create "fragile" user experiences that can lead to financial loss, legal liability, and, in sectors like healthcare or finance, physical or systemic danger.
The Evolution from Deterministic to Probabilistic Systems
For decades, software design was governed by deterministic logic: if a user clicks button A, then action B occurs. This predictability allowed for the creation of rigid, reliable interfaces. However, as AI becomes the primary engine behind design choices, the industry is shifting toward a probabilistic model. In this new paradigm, the software provides a "best guess" rather than a hardcoded response.
The shift is most visible in recommendation engines. Netflix, for instance, does not claim to know with absolute certainty that a viewer will enjoy a specific title. Instead, its algorithms estimate a probability of enjoyment based on historical viewing data. The interface then surfaces these titles as recommendations. The danger arises when this same predictive logic is applied to high-stakes information—such as legal advice, medical diagnostics, or corporate policy—without the same level of transparency regarding the "confidence score" of the output.

Industry analysts suggest that the "black box" nature of AI—where the reasoning behind an output is hidden from the user—is the primary driver of distrust. To combat this, a movement known as "Probabilistic Design" is gaining traction among UX (User Experience) and product teams. This mindset encourages designers to accept uncertainty, decipher AI outputs with nuance, and build adaptive interfaces that reflect the likelihood of an outcome rather than a false certainty.
Historical Precedents and the Data of Bias
The move toward probabilistic design is informed by a history of AI failures rooted in skewed data. In 2018, it was revealed that Amazon.com Inc.’s experimental AI recruitment tool was biased against women. The system had been trained on resumes submitted to the company over a 10-year period, most of which came from men, reflecting the male dominance of the tech industry at the time.
The AI learned to penalize resumes that included the word "women’s," such as "women’s chess club captain," and favored language more common in male-authored resumes. This was not a conscious choice by the machine but a statistical reflection of the training data. Amazon eventually scrapped the project. This case illustrates a fundamental tenet of probabilistic design: AI outputs are signals, not conclusions. They are reflections of past data that may or may not be relevant to future outcomes.
More recently, at the AI Summit in France, global leaders including India’s Prime Minister Narendra Modi have pointed to the "statistical likelihood" problem. For example, when prompted to generate an image of a person writing with their left hand, many AI models still produce an image of a right-handed writer. Because 90% of the population is right-handed, the training data is overwhelmingly skewed. Without human intervention or "contextual prompting," the AI defaults to the most probable outcome, regardless of the user’s specific request.
Strategies for Implementing Probabilistic Design
To manage the risks associated with AI-driven products, design teams are adopting several practical frameworks aimed at communicating uncertainty to the end-user.

1. Designing for Likelihood, Not Certainty
Every design decision in an AI-powered product should be viewed as a "bet" rather than a guarantee. Designers are encouraged to avoid binary interfaces. For example, instead of a chatbot stating, "The policy is X," a probabilistic interface might say, "Based on our current documentation, the policy appears to be X, but please verify with a representative here." This approach maintains the efficiency of AI while providing the "escape hatch" necessary for accuracy.
2. Utilizing Confidence Scores as Design Yardsticks
AI models often generate a confidence score for their outputs. In probabilistic design, these scores dictate the interface’s behavior. If an AI has a 90% confidence score that a user is ready to complete a purchase, the interface should remove friction and streamline the checkout. If the confidence score is only 60%, the interface should instead provide more persuasive elements, such as testimonials, comparisons, and reassurance signals, to help the user navigate their uncertainty.
3. Structured Simulations and SWOT Analysis
Before committing to a design, teams are now using AI to simulate outcomes. By using structured prompts, designers can evaluate how a product might be received by specific demographics, such as neurodivergent users. A typical probabilistic design workflow might include an AI-generated SWOT (Strengths, Weaknesses, Opportunities, Threats) analysis of a prototype, providing a probability score for successful use before a single line of code is written for production.
Human-in-the-Loop: The Refinement Engine
A cornerstone of resilient AI design is the "Human-in-the-Loop" (HITL) model. This framework ensures that AI augments human judgment rather than replacing it. In high-stakes environments, such as fraud detection or medical imaging, AI serves as a first-pass filter, flagging anomalies for a human expert to review.
GitHub Copilot, an AI tool for developers, serves as a prime example of successful HITL implementation. The system offers inline code suggestions, but the developer must actively "tab" to accept them. The human remains the author and the final arbiter of the code’s quality. This interaction also provides a feedback loop: every time a developer rejects a suggestion, the system receives a data point that helps refine future predictions.

Legal experts argue that HITL is not just a design preference but a necessity for liability management. By ensuring that a human provides the final sign-off, companies can maintain a chain of accountability that is often lost in fully automated systems.
The Broader Impact on Business and Ethics
The shift to probabilistic design represents a move away from short-term conversion metrics toward long-term resilience. Traditional product design often optimizes for immediate engagement—clicks, views, and time spent on page. However, in an AI-driven world, these metrics can be misleading.
For instance, social media platforms that optimized purely for "time spent" found that their algorithms often promoted polarizing or harmful content because it generated high engagement. This led to a "fragile" system that eroded user trust and invited regulatory scrutiny. A resilient, probabilistic approach would instead weigh engagement against "meaningful interaction" or "user satisfaction," acknowledging that a short-term dip in clicks might lead to a more sustainable, loyal user base.
Furthermore, the ethical implications of AI transparency are becoming a focal point for regulators. The European Union’s AI Act, for example, emphasizes the need for transparency in AI systems, particularly those classified as "high-risk." Designers who proactively adopt probabilistic principles—clearly labeling AI-generated content and providing visibility into how recommendations are made—will likely find themselves ahead of the regulatory curve.
Conclusion: A New Posture for the Digital Age
The transition from deterministic to probabilistic design is ultimately a shift in posture. It requires designers, developers, and corporate leaders to move away from the illusion of control and toward a sophisticated management of uncertainty. As AI continues to inform more aspects of the human experience, the ability to distinguish between a prediction and a certainty will become a defining skill for the next generation of product creators.

By treating AI outputs as signals rather than conclusions, and by building interfaces that respect the user’s intelligence through transparency and human oversight, organizations can avoid the "Air Canada trap." The goal is no longer to build a perfect system, but to build a resilient one—one that can adapt when the data shifts, learn when it is wrong, and always keep the human element at the center of the experience. In a world where prediction is becoming a commodity, human judgment remains the most valuable asset.
