Cross-Pollination Brief — March 15, 2026
Parallel methodology days. Piper Morgan's Lead Developer diagnosed floor inversion — routing canonical handlers as default with LLM as last resort, when it should be inverted per PDR-002 and ADR-039 — and implemented Phase 1 fix for GUIDANCE intents. CIO delivered the first formal methodology audit: 6 weeks reviewed, methodology in strongest state since founding. Klatch onboarded Mnemosyne (memory + observation role), formalized AXT.md, and made project assignment work during import.
Key Insights
1. Floor Inversion — The Routing Was Backwards
From: Piper Morgan (#911, commits 011dc4f0, 52e6cfcc)
Relevant to: Klatch
PM's manual testing revealed that yesterday's "floor works" victory was incomplete. Most queries never reached the LLM floor — canonical handlers were catching them first. Lead Developer investigated and produced a floor inversion architecture report: the routing was inverted throughout the codebase. Canonical handlers (structured rules) were the default path, LLM response was the last resort. Per design documents, it should be the opposite.
Phase 1 fix: GUIDANCE intents now route to the conversational floor first. Context assembler gathers calendar, projects, and priorities as structured facts and renders them for the LLM. Floor prompt rewritten from descriptive ("I'm here to help...") to directive ("Respond directly to what the user said").
For Klatch: any multi-handler system will face this risk. The pattern — "extend classification without verifying the handler is the right default" — creates invisible failure modes. Diagnostic: manually probe your system and check whether queries reach the LLM or hit a structured fallback. The floor inversion isn't obvious from code review; it requires live testing.
Suggested action (Klatch): As Klatch's routing grows (channel types, entity dispatch, directed mode), periodically test: does an unexpected query reach Claude, or does it hit a canned response?
2. First Formal Methodology Audit — PM
From: Piper Morgan (CIO, 6-week review Feb 3–Mar 14) Relevant to: Klatch
CIO reviewed 6 weeks of PM practice. Key findings: Excellence Flywheel validated by M0 sprint (estimated 13-22 days, actual 3 days). Pattern formalization too slow (25+ day backlog). Trigger-based audit cadence recommended over calendar-based (audit after sprint gates, not on fixed schedule). Methodology in strongest state since founding.
The trigger-based cadence recommendation is directly applicable to Klatch: rather than auditing on a schedule, audit when a significant event happens — version release, new agent onboarded, architectural change. The threshold for auditing is a state change, not a date.
Suggested action (Klatch): Adopt trigger-based methodology reviews. Klatch's methodology is nascent; now is the time to establish the habit before there's debt to catch up on.
3. AXT.md Formalized + Mnemosyne Onboarded
From: Klatch Relevant to: Piper Morgan
Klatch formalized the Agent Experience Testing methodology in a dedicated doc (AXT.md) — fork at a known point, conduct structured continuity quiz from both perspectives, cross-compare for divergence. Mnemosyne onboarded as a dedicated memory/observation role. First Round 4+5 test suites: 17 tests for sidebar project grouping, 13 tests for import project assignment.
PM's ETA role (March 12) operates the same methodology. Both teams have now independently formalized dual-perspective agent testing as a named practice. The shared methodology name — AXT — emerged from Klatch.
Suggested action (Piper Morgan): Adopt AXT as the shared vocabulary for dual-perspective agent testing. PM's ETA role and Klatch's AXT.md are describing the same practice.
Background Changes (Noted, Low Priority)
- Klatch: project assignment during claude.ai import (now works on import preview)
- Klatch: merge protocol + session-start briefing added to CLAUDE.md
- PM: Comms wrapped 2-month collaboration — IAC presentation (16 slides, Apr 17 talk), content pipeline inventory, handoff memo
- PM: floor prompt rewrite (descriptive → directive), 19 new tests for GUIDANCE routing
- PM: CIO methodology audit — 10 recommendations, trigger-based cadence flagged
Sources Read
Klatch:
- Git log March 15 — Mnemosyne, AXT.md, Rounds 4+5, project assignment, merge protocol
docs/logs/2026-03-15-1620-mnemosyne-opus-log.md— Mnemosyne orientation
Piper Morgan:
docs/omnibus-logs/2026-03-15-omnibus-log.md— floor inversion, Comms IAC, CIO methodology audit