FDE
FDE Certification
Foundations & Persona
0 / 12 sections complete
Lesson 1.6 · Course 1 · Foundations & Persona

The 'Narrow Path' Prototyping Principle

One channel × one intent × one backend, end-to-end and instrumented — the prototype shape that produces evidence instead of opinions.

⏱ 75 minutes 📒 Case study 🎯 Bloom peak: Apply (Evaluate) 🏷 Verified v1.0 · 15/15 checks
Verified Verification Summary · 15 of 15 checks pass ● V1 5/5 ● V2 4/4 ● V3 3/3 ● V4 3/3

V1 · Pedagogy

✅ PASS (5/5)

Bloom's revised taxonomy, Wiggins & McTighe backward design, Sweller cognitive load, Sweller & Cooper worked examples, and authentic-task assessment — all confirmed and reused from prior lessons.

V2 · Framework lineage

✅ PASS (4/4)

Narrow Path traced to Cockburn's "walking skeleton" (Crystal Clear, 2004) and the vertical-slice user-story-splitting pattern (Cohn, 2004). Both distinctions vs MVP and vs horizontal slicing confirmed in primary sources.

V3 · Telco contact-center 2026

✅ PASS (3/3)

Amdocs × Google Cloud Agentic Telco Contact Center (MWC 2026) confirmed. Mobily: first-response 20 min → 6 sec. Cox Communications agent assist: +20–30% revenue per chat, manager span 10:1 → 14:1.

V4 · Logical consistency

✅ PASS (3/3)

Section times sum to 75 min (±15% per section). Narrow-path definition is internally consistent and non-overlapping with horizontal slice. Bloom progression Remember → Understand → Apply with Evaluate satisfied by the PM-defense artifact.

§1
Hook · 6 minutes

The Polaris RFP

Polaris Mobile is a tier-2 carrier with 14 million postpaid subscribers and 6,200 contact-center agents across four sites. After watching Amdocs and Google Cloud announce the Agentic Telco Contact Center at MWC 2026, the SVP of Customer Operations issued an internal RFP for "an end-to-end generative-AI agent platform across all care channels, integrating BSS, CRM, OSS, and the knowledge base," go-live in twelve weeks across chat, voice, IVR, and in-app.

A consulting firm responded with a 78-page architecture deck and a $4.1M, 24-week phased plan. Phase 1: build the chat front-end with a configurable LLM router and a "stub" CRM connector for all four backends. Phase 2: add voice. Phase 3: add IVR rewrite. Phase 4: in-app and analytics. The Polaris PM, Janet, is excited — "this is exactly what the SVP asked for." She wants the FDE to confirm.

The FDE reads the deck twice and writes a one-line reply to Janet:

"This proposal will run for 24 weeks and produce zero evidence that agentic AI works for Polaris. Can I show you a different shape?"

Janet pushes back: "The SVP wants the platform." The FDE answers: "The SVP wants the evidence. The platform is the second decision; we don't have the evidence yet for the first." The conversation she's about to have with Janet — and that you'll rehearse in §7 — is the single most common conversation a Forward Deployed Engineer has in the first two weeks of any agentic engagement.

By the end of this lesson you'll be able to redraw a four-system RFP as a single narrow path, and defend the choice to Janet in 250 words.

§2
Learning Objectives · 2 minutes

What you'll be able to do

By the end of this lesson, you will be able to:

Understand
Define a narrow path against a horizontal slice using the three axes (channel, intent, backend) and one shared constraint (end-to-end and instrumented).
Apply
Given a four-system proposal, redraw it as a single narrow path that crosses all three axes and produces evidence within four weeks.
Evaluate
Defend the narrow-path choice to a skeptical product manager who wants "the whole platform," in 250 words, with one explicit concession.

The §7 diagram + 250-word defense is the assessment. The model in §4 is the lens. Apply is the load-bearing outcome — Evaluate is satisfied by the same artifact because defending a choice is the truest test of understanding it.

§3
Activation · 3 minutes · Spaced retrieval

Warm up the prior schema

Today's lesson is the artifact discipline that 1.4 and 1.5 are both pointing at. 1.4 told you that the Prototype stage exists to answer "can we build the narrow path?" — today we name what narrow means and how it is drawn. 1.5 named the behavior that pushes projects through Adopt; the narrow path is the artifact that makes Adopt possible at all.

§4
Core Concept · 15 minutes · Three axes

Narrow path vs horizontal slice

The three axes of any contact-center engagement

A contact-center AI proposal is always positioned on three axes. The shape of the engagement is the shape it draws on those axes. Most RFPs ("an end-to-end platform") implicitly request the entire cross product. Polaris's RFP, drawn out, is 4 channels × 8 intents × 5 backends = 160 workflows. The consulting firm priced this as 24 weeks for the routing layer alone.

Use the interactive scope-shrinker below: click options to shrink the scope. Toggle the "Whole platform" / "Narrow path v1" presets to see the shape difference.

Current scope (cross product)
1
1 channel × 1 intent × 1 backend
Path shape
Narrow path
A single end-to-end slice — produces evidence in four weeks.
Narrow Path: Polaris in-app chat → billing-inquiry intent → BSS-backed balance retrieval, instrumented end-to-end with a golden eval set, agent-assist mode, and a published security stance.

Definition · the Narrow Path

A narrow path is the smallest end-to-end slice that crosses all three axes: one channel × one intent × one backend, instrumented from the user input to the system-of-record write, with the eval set, the security stance, and the rollback in place. Single-channel, single-intent, single-backend — not single-layer.

The narrow path is descended from Alistair Cockburn's "walking skeleton" (Crystal Clear, 2004) — "the thinnest possible slice of real functionality that we can automatically build, deploy, and test end-to-end." It is the same primitive that the agile community calls a vertical slice (Cohn, 2004). The FDE-specific twist is the addition of evidence: a narrow path that does not produce an eval result, an adoption metric, and a security artifact is not narrow enough.

Definition · the Horizontal Slice

A horizontal slice picks one layer of the stack and builds it across all axes. The "build a configurable LLM router and a stub CRM connector for all four backends" in the §1 RFP is a horizontal slice: one layer (the routing layer) for all backends. The deliverable at the end of a horizontal slice is a piece of plumbing. Plumbing does not produce evidence about whether the user's intent gets resolved, whether the model's answer is correct, or whether the security review will pass. Plumbing produces a deck.

Why a narrow path produces evidence and a horizontal slice does not

Both shapes ship code. Only one shape produces evidence. Three concrete differences explain why.

  • Evidence comes from real users completing real intents. A horizontal slice has no completing user — the slice ends before the user's task is done. A narrow path ends in a CRM write or a billing update; you can measure whether it happened, whether it was right, and whether the user accepted it.
  • Adoption can only be measured against a workflow that was actually used. Stub connectors are never used; integrated narrow paths are. (See Cox Communications: +20–30% revenue per chat with agent assist — measurable because the chat path was end-to-end.)
  • Security review needs a concrete data flow. Horizontal slices defer the data flow to a later phase, which means the security review defers too — and Polaris will not put a stubbed flow in front of a real subscriber.

What the narrow path is NOT

  • Not an MVP. An MVP is a saleable smallest product; the narrow path is a pre-product evidence-producing prototype. Cockburn is explicit about this distinction.
  • Not a demo. Demos are designed to impress; narrow paths are designed to produce a number a customer's security and operations teams will accept.
  • Not the easiest path. The "easiest path" is the most common impostor for the narrow path — it picks the intent that's easy to model rather than the intent that produces decisive evidence. See §9 pitfall #1.
§5
Worked Example · 12 minutes · I-do

Redrawing the Polaris RFP

The senior FDE's narrated decision-making as she redraws the Polaris four-system, four-channel proposal as a single narrow path. The narration shows what was considered and rejected — not just what was chosen.

Horizontal slice (the RFP) Routing layer across all backends BSS CRM OSS KB LLM router (stub connectors) chat voice IVR in-app intents: billing / plan / roaming / outage / complaint / device / churn / support Produces a deck. Narrow path v1 One channel × one intent × one backend, end-to-end BSS CRM OSS KB billing inquiry ↳ eval set (200 golden) ↳ agent-assist mode ↳ security stance + rollback ↳ instrumented logs in-app chat voice IVR in-app 2nd path queued (voice × roaming × OSS, weeks 6–10) Produces evidence in 4 weeks.

List the axes as they appeared in the RFP

Channels (4): chat, voice, IVR, in-app. Intents (8): billing inquiry, plan change, roaming activation, outage status, complaint intake, device swap, churn save, technical support. Backends (5): BSS, CRM, OSS, KB, identity. Cross product: 4 × 8 × 5 = 160 workflows. The consulting firm priced this as 24 weeks for the routing layer alone.

Pick the channel with the highest evidence yield

Chat. Chat produces text logs that are trivially eval-able; voice forces a transcription dependency that is itself a research problem; IVR requires a phone-system rewrite (deferral risk); in-app gates on a mobile release train Polaris doesn't control. Chat is also where Polaris's competitor Mobily cut first-response time 20 min → 6 sec — an evidence comparison is publicly available.

Pick the intent with the most decisive evidence

Billing inquiry. Roughly 28% of contact volume; clean correctness criterion (displayed balance matches SoR); bounded incorrect-answer cost. Rejected: churn save (highest dollar impact, no clean correctness criterion); complaint intake (high volume, but CSAT is a slow signal).

Pick the backend the path will read/write to

BSS. Billing inquiry only resolves against BSS — the others aren't the system of record for balance. Rejected: knowledge base only (would let the model answer plausibly without touching the true balance — a perfect horizontal-slice trap).

Write the narrow path as a single sentence

"Polaris in-app chat → billing-inquiry intent → BSS-backed balance retrieval and explanation → single tenant (West region, postpaid only) → instrumented end-to-end with a golden eval set, an agent-assist mode for the first 10 days, and a published security stance and rollback plan."

Timebox to evidence, not to scope

Four weeks to evidence. Wk 1 — Discovery + golden eval set (200 examples). Wk 2 — Build end-to-end, agent-assist mode. Wk 3 — Live in two agent pods (8 agents), red-team done, security stance signed. Wk 4 — Evidence package: 500 real conversations, agreement rate, deflection rate, security artifacts.

Name the second path explicitly (the concession)

Voice — roaming activation — OSS. Drawn but not built. Naming the second path tells the PM that the FDE isn't building the smallest possible thing because she is timid; she's building the smallest possible thing because that's the only shape that produces evidence in four weeks. Queued for weeks 6–10 contingent on the week-4 evidence.
Notice that none of these seven steps required choosing the most exciting intent or the most strategic channel. The narrow path is chosen for evidence yield, not for impact. Impact is the second decision.
§6
Guided Practice · 10 minutes · We-do

The Scope Shrinker

A different Polaris-style proposal arrives from a different consulting firm. This one is shorter: "6 channels × 3 high-value intents × 3 backends. Phase 1 (8 weeks): build the channel adapters for all 6 channels. Phase 2: add intent routing. Phase 3: add backend connectors." For each guided decision, pick the narrow-path choice. Each card hides the answer — write yours first, then reveal.

§7
Independent Practice · 15 minutes · You-do · authentic task

Diagram + 250-word PM defense

Brief

You are the FDE on the Polaris engagement. Janet, the PM, has read the consulting firm's proposal and wants "the whole platform" shipped in 24 weeks. Your task: produce a one-page Narrow Path v1 diagram and a 250-word written defense (±15%) that Janet can take to her SVP. The defense must include one explicit concession.

Use the §4 scope-shrinker above to make your three axis picks before drafting. The composer below enforces the acceptance criteria live.

Sentence 1 · The narrow path

Format: "[channel] × [intent] × [backend], end-to-end with [constraint]."

Aim: 25–45 words 0 words

¶1 · Why this path was chosen on evidence yield

~80 words. Reasoning must be about evidence, not impact or ease.

Aim: 60–110 words 0 words

¶2 · What evidence will exist at week 4

~80 words. Name the specific artifacts that will exist and the downstream decisions they enable.

Aim: 60–110 words 0 words

¶3 · The explicit concession

~80 words. What the SVP wants that you are NOT building first, and what would need to be true at week 4 for the second path to start at week 6.

Aim: 60–110 words 0 words
Live checks (run automatically as you type):
  • Total defense length 215–285 words: pending
  • Word "evidence" appears at least twice: pending
  • Sentence 1 names all three axes (channel / intent / backend keywords): pending
  • Concession ¶3 includes a specific deferred thing AND an un-defer condition (when/if/by week): pending

Sentence 1. Polaris in-app chat → billing-inquiry intent → BSS-backed balance retrieval and explanation, single tenant (West region, postpaid only), instrumented end-to-end with a golden eval set, agent-assist mode for ten days, and a published security stance.

¶1. This path was chosen on evidence yield, not impact. Chat produces text logs that are trivially eval-able, with no transcription dependency. Billing inquiry has a clean correctness criterion (the displayed balance matches BSS) and a bounded incorrect-answer cost — neither true of churn save or complaint intake. BSS is the only system of record that can prove the answer is right. Together these three choices guarantee that the week-4 evidence will be the same kind of evidence Polaris's security and operations teams will accept after we leave.

¶2. At week 4 we will have: a 200-example golden eval set with agreement rate, latency, and cost metrics; roughly 500 real chat conversations across two agent pods (eight agents) in agent-assist mode; a signed security stance from Polaris's security architect; and a deflection-rate measurement against the manual baseline. Those four artifacts let the SVP decide, with evidence in hand, whether to fund the second path (voice × roaming × OSS) at week 6 or to re-pick.

¶3. The SVP asked for voice and IVR in phase 1. We are not building voice in the first four weeks because the transcription dependency would consume the timebox we need for evidence on the path we are building. We are queuing voice × roaming × OSS for weeks 6–10, contingent on the week-4 evidence package showing agreement-rate ≥ 0.90 and zero security findings above medium. If those thresholds are not met, we re-pick the narrow path rather than expand to a second one.

§8
Formative Check · 4 minutes

Three quick retrievals

1What are the three axes on which a narrow path is defined, and what one constraint applies to all three?
Channel × intent × backend. The constraint: end-to-end and instrumented (one channel, one intent, one backend, with the eval set, the security stance, and the rollback in place).
2What evidence does a narrow path produce that a horizontal slice does not? (Also Lesson 1.6 §11 stem.)
A narrow path ends in a real SoR write driven by a real user intent, so it produces three classes of evidence a horizontal slice cannot: correctness (did the answer match the SoR), adoption (did the user accept it), and safety (did the security review pass against a concrete data flow). A horizontal slice produces plumbing, which produces a deck.
3Prior-lesson transfer: in which lifecycle stage does the narrow path live, and which Ownership Ladder rung is the FDE on when she pushes back on the horizontal-slice RFP?
✓ Prototype stage (1.4 §4). It protects Evaluate by forcing an eval set and a security stance, and protects Adopt by ensuring real users used the path. Pushing back on the horizontal-slice RFP is a rung-4 (founder-like) move from Lesson 1.5: shipping the next move without being asked, where the next move (redrawing the proposal) is outside the formal scope of "build what was specified."
§9
Common Pitfalls · 3 minutes · Click to flip

Three pitfalls — named, demonstrated, corrected

Choosing the easiest path, not the highest-evidence path

"Let's start with social DM because the team has momentum from last quarter's demo." Easy ≠ decisive; social-DM produces a demo, not evidence.

Tap for correction →

Correction

Pick the path whose week-4 result a skeptical customer security architect would accept as proof. If the answer to "what does this prove?" is "that we can ship," you've picked the easiest path. Re-pick.

← Flip back

Confusing demo polish with system connectivity

A beautifully designed chat surface that calls a stubbed CRM connector is not a narrow path. It's a demo. The SoR connection is precisely what the narrow path exists to prove.

Tap for correction →

Correction

Test: can the path resolve an intent without any human stub between the model and the SoR? If no, it's not a narrow path. Add the connection — or pick a narrower intent.

← Flip back

Building two parallel paths because you can't decide

"We'll do chat-billing-BSS and chat-roaming-OSS in parallel — doubles optionality." It also halves the depth of evidence and produces two unfinished demos at week 4.

Tap for correction →

Correction

Pick one. Name the other explicitly as the second path (the §5 step-7 move). Optionality comes from a finished narrow path that can be cloned, not from two unfinished ones.

← Flip back
§10
Reflection · 3 minutes · Metacognitive

Diagnose one of your own engagements

Bring to mind one engagement — current or recent.

The narrow path is the only artifact discipline in Course 1 that prevents the most expensive mid-engagement conversation — the one where the FDE realizes at week 10 that what they have shipped is not testable. Cheap at week 0; almost impossible to retrofit.

§11
Spaced Review Cue · 1 minute

Queue this for retrieval

Recall stem · queue for spaced repetition

What evidence does a narrow path produce that a horizontal slice does not?

📅 Surface at 1 d → 7 d → 28 d 🏷 fde/foundations/narrow-path · 1.6

Success criterion: a narrow path ends in a real SoR write driven by a real user intent, so it produces correctness, adoption, and safety evidence. A horizontal slice produces plumbing, which produces a deck.

§12
Connections Forward · 1 minute

Where this lesson lives

Next lesson

1.7 — Evidence, Not Claims: Building the FDE Companion OS

1.6 produced the artifact shape that yields evidence; 1.7 is the operating system in which evidence accumulates across engagements. Together they end Course 1's Foundations & Persona block.

Capstone hook

Milestone 4 · Build & Eval Run

Milestone 4 is graded against a Narrow Path v1 diagram + defense identical in shape to today's §7. Save today's diagram and defense; revise at M4 and M5 (Demo). The narrow-path artifact is the document the panel reviews first.

Optional reading

Cockburn · Crystal Clear (2004) — ch. 4

The original walking-skeleton chapter. Pair with Cohn (2004) on vertical-slice user-story splitting.

Companion OS

fde / foundations / narrow-path

File today's diagram and defense under this tag. Open it before every prototype-stage kickoff for the rest of Course 2.

Lesson 1.6 complete

You can now redraw a four-system RFP as a single narrow path and defend it in 250 words. Your diagram and defense are the seed for Capstone Milestone 4. Lesson 1.7 — Evidence, Not Claims — is queued next.