You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor JSX and inline style objects for readability across the docs app and demo components (docs/src/App.js, conversation/annotation demos, and live demos). Wrap long props/objects onto multiple lines, add minor punctuation/whitespace fixes, and stabilize some expressions (comma/parentheses placements). Also update blog metadata and copy: adjust subtitles and excerpts in blog entries and entries-meta to clarify wording for the intelligence posts. Changes are non-functional formatting and copy edits only.
title: "The arc, the annotation, and the variant",
48
48
subtitle:
49
-
"Three composable AI surfaces shipping together in 3.5.x: conversation-arc telemetry, annotation provenance + lifecycle, and a variant discovery plug point. Two are runnable inline.",
49
+
"Three composable AI surfaces: conversation-arc telemetry, annotation provenance + lifecycle, and a variant discovery plug point. Two are runnable inline.",
50
50
author: "Elijah Meeks",
51
51
date: "2026-05-27",
52
52
tags: ["case-study","ai","roadmap"],
53
53
excerpt:
54
-
"AI-assisted chart authoring is a session, not a single call. Semiotic 3.5.x lands the spine for treating that session as a first-class thing — an event vocabulary for the arc itself, provenance + lifecycle on every annotation, and an extension surface for variant proposers. Interactive demos for the first two.",
54
+
"AI-assisted chart authoring is a session, not a single call. The spine for treating that session as a first-class thing — an event vocabulary for the arc itself, provenance + lifecycle on every annotation, and an extension surface for variant proposers. Interactive demos for the first two.",
0 commit comments