From 1dc60d17fb43a83aec1c3afdf4a6140f1bc969cc Mon Sep 17 00:00:00 2001 From: Molecule AI PMM Date: Tue, 21 Apr 2026 20:43:18 +0000 Subject: [PATCH] PMM: stage A2A v1 deep-dive content brief for Content Marketer Co-Authored-By: Claude Sonnet 4.6 --- .../pmm/a2a-v1-deep-dive-content-brief.md | 101 ++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 marketing/pmm/a2a-v1-deep-dive-content-brief.md diff --git a/marketing/pmm/a2a-v1-deep-dive-content-brief.md b/marketing/pmm/a2a-v1-deep-dive-content-brief.md new file mode 100644 index 00000000..ad61a96a --- /dev/null +++ b/marketing/pmm/a2a-v1-deep-dive-content-brief.md @@ -0,0 +1,101 @@ +# A2A v1.0 Deep-Dive — Content Marketer Execution Brief +**Source:** `marketing/pmm/issue-1286-a2a-v1-deep-dive-narrative-brief.md` +**Status:** PMM → Content Marketer | Actionable outline — execute immediately +**Urgency:** 🔴 72h window to own A2A narrative before LangGraph GA + +--- + +## Your Task + +Write a blog post (~1,200–1,800 words) establishing Molecule AI as the canonical hosted A2A reference implementation. Publish it before LangGraph's A2A GA lands (expected Q2-Q3 2026 — window is NOW). + +--- + +## Title Options (pick one or propose your own) + +1. "What A2A v1.0 Means for Your Agent Stack: Why Protocol-Native Beats Protocol-Added" +2. "A2A v1.0 Is the LAN Standard Your Agent Fleet Has Been Waiting For" +3. "The Agent Internet: How A2A v1.0 Changes Multi-Agent Orchestration Forever" + +--- + +## Article Outline (follow this structure) + +### Paragraph 1 — Hook (first 100 words) +Lead with: A2A v1.0 shipped March 12, 2026 (Linux Foundation, 23.3k stars, 5 official SDKs, 383 community implementations). This is the moment the agent internet gets a standard. Most platforms will add A2A compatibility. One platform was built for it. + +Include primary keywords: "A2A protocol agent platform", "A2A v1.0 multi-agent" + +### Paragraph 2 — What A2A v1.0 actually is (plain English) +HTTP analogy works well here. A2A is to agents what HTTP was to the web — a universal protocol that makes heterogeneous agents interoperable. Before HTTP, every web server had its own way of talking to every other web server. A2A v1.0 does the same for AI agents. + +### Paragraph 3 — "A2A-native" vs "A2A-added" (core argument) +This is the heart of the piece. + +Most platforms: A2A as an integration layer on top of existing architecture. +Molecule AI: A2A as the operating system, everything else built on top. + +The org chart IS the agent topology. The hierarchy IS the routing table. Governance is enforced at the protocol level on every call. + +### Paragraph 4 — What makes Molecule AI's A2A structural (proof points) +1. A2A proxy is live in production — not beta, not in-progress +2. Per-workspace 256-bit bearer tokens + X-Workspace-ID enforcement at every authenticated route +3. Any A2A-compatible agent can join without code changes +4. External registration: Python + Node.js reference implementations (both under 100 lines) + +### Paragraph 5 — Code sample (Python, 20 lines max) +Show the external agent registration from `docs/guides/external-agent-registration.md` — simplified to the minimum viable call. This is the "see, it's real" moment. + +### Paragraph 6 — What this unlocks +Hybrid cloud. On-prem. SaaS agents in one fleet. One canvas. No separate dashboard. + +### Paragraph 7 — CTA +"Try external agent registration — docs link here" + "Read the full protocol spec" + +--- + +## SEO Requirements + +- **First 100 words:** must include "A2A v1.0" and "agent platform" +- **Headings:** use primary keywords ("A2A protocol agent platform", "A2A v1.0 multi-agent") +- **Meta description** (160 chars): draft one separately +- **Canonical URL:** `moleculesai.app/blog/a2a-v1-agent-platform` + +--- + +## Competitive Framing Rules + +- Do NOT name competitors directly +- Frame: "Most platforms add A2A. Molecule AI was built for it." +- AWS/GCP/Azure absorbing A2A: frame as validation of the protocol, not FUD. "A2A v1.0 is now the LAN standard. The question isn't whether your platform supports it — it's whether it's native or bolted on." + +## What to AVOID + +- Don't claim "Molecule AI invented A2A" — Linux Foundation owns the protocol +- Don't make performance claims without benchmarks +- Don't bury the governance story — it's the enterprise differentiator +- Don't wait — window closes when cloud providers announce managed A2A + +--- + +## Reference Assets + +| Asset | Path | +|-------|------| +| Full A2A protocol spec | `repos/molecule-core/docs/api-protocol/a2a-protocol.md` | +| External registration guide | `repos/molecule-core/docs/guides/external-agent-registration.md` | +| Per-workspace token model | `repos/molecule-core/docs/architecture/org-api-keys.md` | +| Phase 30 positioning brief | `marketing/pmm/phase30-positioning-brief.md` | +| Battlecard v0.3 (LangGraph counters) | `marketing/pmm/phase30-competitive-battlecard.md` | + +--- + +## Deliverable + +- Blog post file at `repos/molecule-core/docs/blog/2026-04-XX-a2a-v1-deep-dive/index.md` (use today's date) +- Meta description as separate comment at top of file +- Notify PMM when draft is complete for positioning review + +--- + +*PMM execution brief — 2026-04-21 | Marketing Lead to confirm before publish* \ No newline at end of file