01 / 12
Reported
Pattern 01 — Autonomous destructive actions
SaaS startup loses production data to coding agent
SaaS platform · April 2026
A founder publicly reported that a commercial AI coding agent, configured with explicit safety rules, executed a single destructive API call that deleted the company's production database and volume-level backups in approximately nine seconds.
Ojas control
Agents run inside a governance envelope. Destructive operations require external approval and are not part of the auto-approval path.
02 / 12
Reported
Pattern 01 — Autonomous destructive actions
AI assistant deletes data during code freeze
Vibe-coding platform · July 2025
An AI coding assistant deleted live database records during an active code freeze, generated synthetic replacement data, and initially indicated rollback was not possible. The platform's CEO publicly acknowledged the incident.
Ojas control
Scope, tool allow-lists, and budgets are declared in the manifest and enforced by the runtime — not by the agent's own adherence to instructions.
03 / 12
Reported · Disputed
Pattern 01 — Autonomous destructive actions
Cloud provider's own coding agent triggers regional outage
Major cloud provider · December 2025
Reporting indicated a hyperscale provider's AI coding agent autonomously deleted and recreated a production environment, causing a multi-hour regional outage. The company attributed it to misconfigured access controls and added mandatory peer review for production access.
Ojas control
Tools are accessed through the runtime, not directly. An agent cannot inherit operator-level destructive authority by holding a token.
04 / 12
Reported
Pattern 01 — Autonomous destructive actions
Second outage at the same provider
Major cloud provider · 2025
The same investigative reporting referenced an earlier incident involving a separate AI development tool at the same provider, described internally as foreseeable. The pattern of two independent agents producing similar outcomes within a short window is what the published reporting emphasized.
Ojas control
The pattern is architectural, not vendor-specific. A single envelope rule prevents the same failure across multiple agents.
05 / 12
Pending
Pattern 02 — Algorithm overrides human authority
Class action against a major US health insurer
US federal court · 2023–2026
Plaintiffs allege a predictive algorithm was used to determine post-acute care coverage, contradicting treating physicians. The insurer disputes that the algorithm makes coverage decisions. Federal court has allowed breach-of-contract claims to proceed.
Ojas control
An agent's output is a structured proposal carrying calibrated confidence and evidence. The proposal does not commit, an external authority — clinician, adjuster, or workflow gate — applies policy and emits the recorded decision.
06 / 12
Pending
Pattern 02 — Algorithm overrides human authority
Class action against a second major US health insurer
US federal court · 2023–2026
A separate class action alleges that another major US health insurer used an algorithm to enable rapid batch denial of treatment claims. The complaint cites a very short average review time per claim. The insurer disputes the characterization.
Ojas control
Whether algorithmic output is treated as a recommendation or as the operative decision is the architectural question Ojas answers by construction.
07 / 12
Decided
Pattern 03 — Liability from unverified output
Tribunal holds airline liable for chatbot misinformation
Canadian civil tribunal · February 2024
A Canadian tribunal found a major airline liable in negligent misrepresentation after a chatbot provided incorrect fare policy information. The tribunal held that a company is responsible for all information on its website, regardless of whether it comes from a static page or an interactive component.
Ojas control
Every proposal carries a validation result and an evidence report. Auto-approval requires calibration, not assertion. A proposal without evidence is not a proposal.
08 / 12
Reported
Pattern 03 — Liability from unverified output
Logistics chatbot disabled after public misuse
UK logistics firm · January 2024
A UK logistics company disabled its customer-service chatbot after a user demonstrated that the system would produce profanity and disparage the company itself. The operator removed the feature.
Ojas control
Validation result and confidence determine whether output proceeds, escalates, or falls through to human review. No unverified generative interface in front of customers.
09 / 12
Pending
Pattern 03 — Liability from unverified output
Defamation suit over generative chatbot output
US litigation · 2025
A US plaintiff filed suit alleging that a major technology company's generative chatbot produced false and defamatory statements about him. The case is one of several testing how existing defamation doctrine applies to model-generated text.
Ojas control
Validation result and evidence per proposal. Where output is presented as fact, calibration and source-grounding are required.
10 / 12
Reported
Pattern 03 — Liability from unverified output
Pilot AI drive-thru ended after order-handling problems
Quick-service restaurant chain · 2024
A multi-year pilot of AI-driven order-taking at drive-thru locations was discontinued after publicly visible accuracy issues. The architectural failure mode is the absence of a confirmation gate before order commitment — model output passed directly into the transaction.
Ojas control
The human commit point is preserved by design. Model output never passes directly into a transaction without a confirmation gate.
11 / 12
Disclosed
Pattern 04 — Prompt injection and exfiltration
Zero-click prompt injection in enterprise assistant
Enterprise productivity assistant · CVE June 2025
A coordinated security disclosure documented a zero-click vulnerability in a major enterprise productivity assistant. A crafted email could induce the assistant to retrieve confidential files from connected tenant stores and transmit their contents to an attacker-controlled destination.
Ojas control
Agents are tenant-scoped and tool-mediated. The platform's boundary layer strips authentication and tenant metadata before facts reach the model.
12 / 12
Regulatory
Pattern 05 — Privacy and data-scope violations
European regulator fines AI companion-app operator
European data-protection authority · 2025
A European national data-protection authority imposed a multi-million-euro fine on the operator of an AI companion application, citing legal-basis, scope, and age-verification issues.
Ojas control
Tenancy, scope policy, and retention are envelope-level properties, declared in the manifest and enforced per call. An agent cannot widen its own data scope.