© Mapbox, © OpenStreetMap

Speaker

Raahul Singh

Raahul Singh

Staff AI Research Engineer

London, United Kingdom

Actions

Raahul Singh has spent nearly six years at Phaidra as a Staff AI Research Engineer focused on one problem: making AI systems reason reliably about complex physical infrastructure. He is a co-inventor on US patent US20250021061A1, granted in January 2025, covering deterministic thermal constraint control systems directly related to the architectural concepts discussed in this session. Prior to Phaidra, he contributed to Google Summer of Code through SunPy/OpenAstronomy, developing forecasting systems for high-dimensional solar physics time-series data.

Area of Expertise

  • Information & Communications Technology
  • Physical & Life Sciences

Topics

  • Artificial intellince
  • Machine Leaning
  • Astronomy
  • Agents

Semantic Blindness: We Gave an LLM 500,000 Sensors and It Got Confused

You cannot solve a combinatorial engineering problem with a next token prediction engine. We learned this the hard way.

Modern LLMs can write code, summarize research papers, and reason across massive datasets. But what happens when you connect them to mission-critical physical infrastructure with 50,000 live sensors, deterministic dependencies, and real-world thermodynamic constraints?

We deployed state-of-the-art LLMs to manage real time operations within industrial and AI factory environments to tackle root cause analysis, alarm triage, and operational decision support. What we discovered was a fundamental architectural mismatch between probabilistic language models and deterministic engineering systems.

In this talk, we introduce a failure mode we call Semantic Blindness: the inability of general-purpose LLMs to maintain structural awareness of physical systems, even when provided enormous amounts of context.

This talk dissects three specific failure modes we encountered — and why each one exposes a gap in how the industry thinks about scaling LLMs to complex systems:

1) The Topology Trap. Vector embeddings don't understand pipes, wires, or physical causality. Sensor_445_Temp is just a string. But in reality, it's attached to Valve B, which controls coolant to Generator 3.
2) The Illusion of Scale. At a small scale, dumping 100 sensors into the context window works surprisingly well. It’s a reasonable solution and it holds up. At 500,000 sensors, the same approach collapses. It creates new problems: attention degrades, critical anomalies get buried in the middle, and latency spikes to unusable levels for real-time response.

3) The Repetition Kill Switch. Industrial tag naming conventions are nearly identical at scale. Feeding the same naming conventions across hundreds of variants, you’ll trip the model’s repetition penalty. It thinks it’s stuck in a degenerate loop and it will literally stop. The data is correct. The model just can’t handle it.
Rather than focusing on prompt engineering tricks, this session explores the architectural patterns required to make AI reliable in real-world engineering environments.

We’ll present a practical hybrid design approach that combines:

- semantic ontologies,
- deterministic query systems,
- structured synthesis layers,
- and LLM orchestration architectures purpose-built for operational infrastructure.

Attendees will leave with a clear understanding of:

- why naive RAG architectures fail in industrial environments,
- how to design AI systems that respect physical reality,
- how to make LLMs work reliably against massive scale of data
- and what the next generation of “AI-enabled intent resolution” actually looks like beyond semantic search.

This session is designed for senior AI engineers, infrastructure architects, CTOs, and technical leaders building AI systems that must operate reliably under real-world constraints — not just benchmark well in demos.

Raahul Singh

Staff AI Research Engineer

London, United Kingdom

Actions

Please note that Sessionize is not responsible for the accuracy or validity of the data provided by speakers. If you suspect this profile to be fake or spam, please let us know.

Jump to top