Writing  /  Safety
Safety/Mar 3, 2026

Why LLMs Are Fundamentally Problematic in Safety-Critical Systems

Large Language Models are powerful tools for text generation, but they introduce structural risks when used in safety-critical or regulated environments.

Large Language Models are powerful tools for text generation, but they introduce structural risks when used in safety-critical or regulated environments under ISO 26262 and SOTIF.

Key issues

  • Non-deterministic behavior
  • Lack of formal guarantees
  • Hallucinations without verifiable causal chains
  • No direct path to certification under ISO 26262 or ISO 21448

What regulated domains require

In domains such as automotive, aerospace, and defense, systems must be deterministic, verifiable, traceable, and certifiable. This is why purely statistical AI approaches struggle in these contexts.

Alternatives exist

Model-based, symbolic, and declarative AI approaches can transform natural language into formal representations that allow reasoning, verification, and compliance with safety standards.

The future of AI in regulated industries is not about replacing engineering rigor. It is about restoring it.

Schedule an intro call All writing
Related

More in writing

Computer Vision/Jul 10, 2026

Your Perception Stack Is a Snapshot Machine

Most perception stacks reason one frame at a time. The network detects, tracking is bolted on afterwards, and the system never really carries the world forward. A snapshot machine cannot validate cleanly, because the thing that would make its output trustworthy is the thing it discards between frames: continuity.

Cognitive Science/Jun 28, 2026

Gödel Is Not a Death Sentence for Reason

Gödel's incompleteness theorem, Hume's induction problem, the halting problem, and AI hallucination are not isolated failures of reason. They point to the same missing term: context.

Autonomy/Jun 25, 2026

Why Autonomous Perception Needs More Than Flat Object Lists

Most ADAS perception stacks classify what they already know. The real world is combinatorial, contextual, and full of unknowns. Semantic fallback systems are needed when flat object lists fail.