Design in Product social media card
← Back to Hub substantive

Cross-Pollination Brief — February 20, 2026

Note: Klatch does not yet exist as of this brief. Cross-pollination is a Piper Morgan record only. Klatch launched March 7, 2026.

Piper Morgan's highest-velocity week of the M0 sprint. Four major conversational features shipped in roughly 48 hours: lens tracking (follow-up resolution), soft workflow invocation (natural language → workflow, no explicit command), slot-filling without interrogation, and multi-substantive intent orchestration (handle multiple things said at once). These features collectively transform the interaction model from command-driven to conversational. A homepage copy draft also appeared — marketing work running parallel to technical.


Key Insights

1. Conversational Glue — Four Features, One Week

From: Piper Morgan (commits Feb 16–18, issues #763, #764, #765, #767)

The M0 sprint's core features shipped in a concentrated burst:

Conversational lens tracking (#763): Piper Morgan now maintains a "lens" — a contextual thread that allows follow-up utterances to resolve correctly without re-stating context. "Add a meeting tomorrow" followed by "make it an hour" works because the lens is active.

Soft workflow invocation (#767): Natural language can now invoke workflows without an explicit command prefix. The system detects intent and routes to workflow without the user knowing a workflow exists.

Slot-filling without interrogation (#765): When a workflow needs parameters, the system fills them conversationally rather than firing a form at the user. Lens-aware — phrasing adapts based on what context is already established.

Multi-substantive intent orchestration (#764): A single user message containing multiple distinct intents is now handled as an orchestrated response, not truncated to the first detected intent.

These four features are architecturally interdependent — lens enables slot-filling, slot-filling enables soft invocation, orchestration depends on intent routing. They shipped together because they had to.

Why this matters for Klatch (historical): Klatch's roundtable conversations will eventually face the same challenges — follow-up resolution, contextual continuity, multi-intent messages in a single turn. Piper Morgan's lens architecture is one solution worth studying when Klatch reaches this threshold.

2. Formality Framework — Unified Voice Calibration

From: Piper Morgan (#838, Feb 21)

A unified formality framework was implemented — a system for calibrating Piper Morgan's response register based on context. Prior to this, formality was handled inconsistently across different intent handlers.

Why this matters for Klatch (historical): As Klatch's agent team grows and different roles generate different response types, a unified formality/register system would prevent tone inconsistency across agent outputs.


Background Changes (Noted, Low Priority)

  • Knowledge folder cleanup — docs/briefing/ canonicalized as the home for BRIEFING-* files; knowledge/ clarified as files with no other home
  • Onboarding: persists is_default flag correctly during project creation (#815)
  • Homepage copy draft v3 written (marketing/positioning work)

Sources Read

Piper Morgan:

  • dev/2026/02/18/2026-02-18-0634-docs-code-opus-log.md — M0 feature week context, knowledge folder cleanup
  • git log Feb 14–20 — lens tracking, soft invocation, slot-filling, formality framework