Readers don’t always want the whole story. They often want the gist, then decide.
Placement
The summary works best after the hero image and before the article body.
Implementation idea
summaryAI: "One paragraph that makes the post skimmable." Then in the post page:
{#if post.summaryAI}
<SummaryCard summary={post.summaryAI} />
{/if}