Back to Help Guides
Content Template

Market Sentiment

Pulse-style sentiment indicator with label, value, caption, and a pull quote.

Overview

Used to summarize directional moves in funding, hiring, or model adoption.

Fields

Label, Value, Caption, Quote, Quote Attribution.

Best Practices

Value should be quantitative when possible ('+42% QoQ'). Attribute quotes to a named human, not 'a source'.

JSON Structure

Every entry of this template serializes to the shape below. The structured fields live under data.

{
  "type": "market_sentiment",
  "title": "AI infra spend",
  "summary": "Q2 2026 sentiment snapshot from operator survey.",
  "data": {
    "label": "AI infra spend",
    "value": "+42% QoQ",
    "caption": "Hyperscaler capex re-accelerated after a soft Q1.",
    "quote": "We're back to allocating for inference capacity, not training.",
    "quote_attribution": "CFO, Top-5 cloud provider"
  }
}

Preview

How a published entry of this template renders on the site.

AI INFRA SPEND
+42% QoQ

Hyperscaler capex re-accelerated after a soft Q1.

"We're back to allocating for inference capacity, not training."
— CFO, Top-5 cloud provider

How it's used on the site

  1. 1.Use Market Sentiment to summarize directional moves (funding, hiring, adoption).
  2. 2.Pair a quantitative Value with a named human Quote — avoid 'a source'.
  3. 3.On publish, the indicator appears in The Pulse on the homepage and in section-specific sentiment rails.