TL;DR Summary
Quant Snapshot
Interpretation
- Effectiveness is now environment-dependent, not just learning-dependent
- Teams with smoother environments are seeing high effectiveness
- Teams hitting infra/collab friction are scoring significantly lower
Key Themes — Week 2
Prototypes Are Becoming a Decision-Making Tool
- Prototypes now influencing PM direction and team alignment
- Ideas and rationale "played back" from prototypes, not decks
- Joe's design studio used live prototypes instead of Figma walkthroughs
Collaboration Friction Is Now the Bottleneck
- PR conflicts and broken shared prototypes
- Dependency on others' schedules for merging
- Andre found remixing others' prototypes broke originals
Parallel Work Breaks the System
- Multiple people editing shared prototypes causes collisions
- No isolation — shared slug names caused last-write-wins bugs
- No safe iteration space for branching and experimentation
Iteration Speed Is Real — but Fragile
- Fast: idea → test → adjust loops when unblocked
- Fragile: breaks with unstable environments or others' changes
- Praveen's team used AI to generate bundle compositions as starting points
Cognitive Load Has Shifted (New Kind of Work)
- More time on: debugging, merging, infra work
- Less time on: product thinking, design iteration
- Model fidelity issues (Claude's output not matching Figma) add overhead
Workflow Still Undefined — Now Actively Causing Friction
- Week 1: "unclear" → Week 2: actively blocking work
- Questions: how to share, who owns what, when to merge vs branch
- Teams unclear if contributing one prototype or each team builds separately
In-the-Moment Feedback
✅ What's Working
- Prototypes driving alignment and conversation across roles
- Faster iteration loops when environments are stable
- Ability to test multiple directions simultaneously
- AI generating starting points (bundles, RF parsing) saves exploration time
- Design studio feedback directly on live prototypes
⚠️ What's Breaking
- Shared prototype instability (slug collisions, overwritten work)
- PR / merge friction and dependency on Erik for reviews
- Hard to share broadly — Vercel access blocks external sharing
- Debugging overhead (runtime errors, Claude generating broken hooks)
- Figma MCP authentication issues across participants
💡 High-Value Signals
- Need individual workspaces with namespace isolation
- Need a better sharing layer (public links for research)
- Need lighter-weight iteration paths (templates, golden path screens)
- Need infra guardrails (linting, sandboxed AI prototyping)
- Need to pull from prod as a starting point, not just Figma
Key Tensions
Teams want to explore many directions at once, but a shared repo with flat namespaces means edits collide and prototypes break.
Fast iteration is possible and proven — but fragile environments, broken builds, and dependency on others kill momentum instantly.
Collaboration across teams is essential for alignment, but creates blocking dependencies. People want to remix work without risking it.
More time spent on infra, merging, and fixing Claude's output. Less time on the actual product exploration and design iteration.
Prototype-first is not just a tool shift — it's a system shift
This is the biggest Week 2 realization. The pilot is no longer testing whether people can use prototype tools — it's revealing what system infrastructure is needed to make prototype-first work at scale.
- Sandboxed environments — so parallel work doesn't break shared state
- Parallel-safe workflows — branching and remixing without collisions
- Lightweight sharing — public links for research, internal previews without Vercel auth
- Infra abstraction — templates, golden path screens, prod-as-starting-point
Slack Channel Signals (#prototype-first-pilot)
🔧 Friction
- Prototype slug collisions caused one person's work to overwrite another's (Andre + Praveen)
- Vercel auth blocks sharing with internal partners not in the pilot
- Figma MCP authentication issues persisted into Week 2 (Amy)
- Git commands in Claude Code intermittently broken (Andre)
- Claude-generated code breaking builds — caught during PR review (Amy's PR)
🚀 Accelerators
- Praveen's team used AI to generate location/weather-based bundles and parse RF questions
- Erik shipped namespace isolation fix same-day after Andre flagged the issue
- GitHub app auto-notification for PRs eliminated a manual step
- Research sharing workflow created with isolated Vercel deployments
- Template discussion kicked off — teams requesting golden path screens
🔮 Emerging Patterns
- Frank's RFC proposes "holodeck" sandbox for AI-driven prototyping with guardrails
- Dave's vision post reframed the pilot: testing what tools/workflows we need, not validating one tool
- Andre wants to pull from prod as starting point instead of Figma
- Joe's design studio surfaced gaps: no async commenting, no self-paced exploration
- Teams self-organizing fixes (Andre fixed slug collision, Praveen deployed separately)
Week 3 Focus
Enable Independent Workspaces
The #1 structural unlock. Parallel exploration requires isolated environments.
- Reduce merge conflicts through namespace isolation
- Allow safe remixing without breaking originals
- Build on Andre's namespace fix as a foundation
Improve Sharing Layer
Broader access to prototypes — for internal partners, research participants, and stakeholders.
- Public links without Vercel authentication
- Isolated research deployments
- Reduce dependency on deployment bottlenecks
Define Collaboration Model
Clarify the rules of engagement so teams can move fast without stepping on each other.
- Who owns what prototype or workspace
- When to branch vs merge vs remix
- How to work in parallel across teams
Reduce Debugging Overhead
Protect prototyping time by making the environment more predictable.
- Guardrails for AI-generated code quality
- Stable base environments and templates
- Golden path screens as starting points
Re-Center on Product Thinking
Reduce the infra tax so people spend time on what matters — exploring product ideas.
- Templates and pre-built views (customer golden path)
- Pull from prod as starting point, not just Figma
- Protect dedicated prototyping time from infra overhead