> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hiveinspect.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What's New in Hive Inspect: Aug 16, 2026 — Hive Context Layer

> Hive Context Layer launches: every defect gets AI-powered context on how common it is nationally and in your state, plus how easy it is to repair.

export const VideoEmbed = ({id, title}) => {
  const [playing, setPlaying] = useState(false);
  const [thumb, setThumb] = useState(`https://i.ytimg.com/vi/${id}/maxresdefault.jpg`);
  const label = `${title} - Hive Inspect`;
  return <figure className="my-6 not-prose">
      <div className="relative w-full overflow-hidden rounded-xl bg-zinc-950 shadow-sm ring-1 ring-zinc-950/10 dark:ring-white/10" style={{
    aspectRatio: "16 / 9"
  }}>
        {playing ? <iframe src={`https://www.youtube-nocookie.com/embed/${id}?autoplay=1&rel=0&playsinline=1`} title={label} loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen className="absolute inset-0 h-full w-full" style={{
    border: 0
  }} /> : <button type="button" onClick={() => setPlaying(true)} aria-label={`Play video: ${title}`} className="group absolute inset-0 h-full w-full cursor-pointer">
            <img src={thumb} alt="" loading="lazy" onError={() => {
    if (!thumb.includes("hqdefault")) setThumb(`https://i.ytimg.com/vi/${id}/hqdefault.jpg`);
  }} className="absolute inset-0 h-full w-full object-cover transition-transform duration-300 group-hover:scale-[1.02]" />
            <span className="absolute inset-0 bg-black/10 transition-colors group-hover:bg-black/20" />
            <span className="absolute left-1/2 top-1/2 flex -translate-x-1/2 -translate-y-1/2 items-center justify-center shadow-lg transition-all group-hover:scale-105" style={{
    width: 96,
    height: 68,
    borderRadius: 20,
    backgroundColor: "#ff0000"
  }}>
              <svg viewBox="0 0 24 24" className="ml-1 h-10 w-10 fill-white" aria-hidden="true">
                <path d="M8 5.5v13l11-6.5z" />
              </svg>
            </span>
          </button>}
      </div>
    </figure>;
};

## New this week

### Hive Context Layer

Every defect in your report gets a small AI insight box showing three things:

* **How common it is nationally** — how often the defect shows up across the US or Canada
* **How common it is in your state** — local grounding for the finding
* **Ease of repair** — a quick note on how straightforward the fix usually is

It appears in a clearly separated box labeled **Hive Context — AI Market Insight**, so it's always distinct from your own findings.

**Why it matters:** a red defect like a missing smoke detector is a routine fix, but to a first-time buyer it can look like a deal-killer. With context on how common each issue really is, your reports read informative instead of alarmist, and you get fewer panicked follow-up calls after you release a report.

<p className="hive-videocaption">Context Layer in a Real Report</p>

<VideoEmbed id="1wzFV02Z3ko" title="Context Layer in a Real Report" />

<Card title="Open a live sample report" icon="file-text" href="https://reports.hiveinspect.com/dashboard/sample-report?id=d12a9013-9eb7-478f-9ef2-d6f4f2661e08">
  Browse a published report with Context Layer enabled.
</Card>

**How to get it:** Context Layer is rolling out in stages to all subscribers. Open **Business Tools → Hive AI** in the dashboard to read the in-app Context Layer guide and request access, or ask support through the chat bubble, and we'll enable it on your templates. See the [Context Layer feature page](https://www.hiveinspect.com/features/context-layer) for details and FAQs.

### Context Layer website banners

Ready-made Context Layer banners (light and dark) are now in your **Marketing Kit** so you can show clients your reports come with AI-powered context. Find them under **Business Tools → Marketing Kit**.
