Tenzan Logic
← Back to home

Product

What Is a Reasoning Log in Solar Inspection?

Published April 8, 2026 · 5 min read

When an AI system inspects a thermal image of a solar panel and classifies a defect as “critical hot spot,” the natural question is: why? What did it see? How confident is it? What should the operator do next? A reasoning log answers all of these questions for every single finding.

The black box problem

Most solar inspection software works like a black box: image in, label out. The AI assigns a defect type and severity — but never explains its reasoning. This creates problems at every step of the workflow:

  • Operators cannot verify whether the AI made the right call.
  • End clients receiving reports have no evidence trail to audit.
  • Disputes about findings have no resolution mechanism beyond “the AI said so.”
  • Insurers and asset managers require traceable evidence for warranty claims.

How Helio's reasoning log works

Every panel finding in Helio includes a timestamped reasoning trace that documents:

  1. What was detected: The specific defect type (hot spot, cracked cell, bypass diode failure, PID, soiling, delamination).
  2. Where it was found: Bounding box coordinates on the original thermal image.
  3. How severe it is: A three-tier severity score (OK, WARN, CRIT) based on temperature differentials and defect characteristics.
  4. Why it was classified that way: A natural language explanation referencing the thermal signature, delta-T measurement, and likely root cause.
  5. How confident the model is: A 0-100% confidence score indicating detection certainty.
  6. What level of assurance applies: A Certificate of Authenticity (CoA) level (1, 2, or 3) mapping to the severity.

Example reasoning entry

{panel_index: 3, defect_type: "single_cell_hotspot", severity: "crit"}

"Single-cell hot spot detected. ΔT 22.1K above reference. Likely cause: cell mismatch or poor soldering. Immediate action required — potential safety risk."

Why this matters for your business

For drone service providers, reasoning logs transform inspection reports from simple defect lists into auditable technical documents. Your end clients — asset managers, insurers, EPC contractors — receive not just findings but evidence-backed explanations they can verify, challenge, or act on.

This is particularly valuable for warranty disputes, insurance claims, and regulatory compliance where the question is not just “what was found” but “on what basis was this conclusion reached.” With the EU AI Act driving interest in explainable AI for industrial applications, reasoning transparency is becoming a competitive advantage, not just a nice-to-have.

Corrections and rules

Reasoning logs are not just read-only. Operators can review findings, correct classifications if needed, and add operational rules — like “ignore birds on frames” or “flag vegetation within 30 cm.” These rules persist and apply to every future inspection automatically, improving accuracy over time.