01
Docs

Workshop Goals

Primary objectives, success criteria, and workshop details

Primary Objectives

1. Prove AI Can Complete Full Development Tasks

Demonstrate that AI is no longer just an assistant — it can deliver complete work:

What AI Can Now DeliverExamples
Complete featuresEnd-to-end implementation from spec
Full test suitesUnit, integration, e2e tests
DocumentationREADMEs, API docs, inline comments
RefactorsMulti-file restructuring
PrototypesWorking UI from design specs

The proof: By end of workshop, devs will have seen AI complete tasks they thought required human coding.

2. Shift the Developer Role

Change what developers do day-to-day:

OLD ROLE: Developer as Code Writer ─────────────────────────────────── Write code → Debug → Write more code → Review → Ship NEW ROLE: Developer as Orchestrator ─────────────────────────────────── Plan → Define → Validate → (AI executes) → Review → Ship
ActivityOld ModelNew Model
Planning10% of time40% of time
Defining (specs, acceptance criteria)10% of time30% of time
Writing code60% of time10% of time
Validating (review, test, QA)20% of time20% of time

The shift: Developers become architects of outcomes, not typists of code.

3. Mindset Shift: AI Delivers, Human Decides

This is the core mental model for agentic development:

┌─────────────────────────────────────────────────────────────────────────────┐ │ AGENTIC DEVELOPMENT MODEL │ ├─────────────────────────────────────────────────────────────────────────────┤ │ │ │ DEVELOPMENT FLOW │ │ ┌──────────┐ ┌──────────┐ ┌──────────────────┐ ┌──────────────────┐ │ │ │ DEFINE │→ │ DESIGN │→ │ BUILD │→ │ SHIP │ │ │ │ Product │ │ Arch/UI │ │ Develop + Test │ │ Deploy + Run │ │ │ └──────────┘ └──────────┘ └──────────────────┘ └──────────────────┘ │ │ │ ├─────────────────────────────────────────────────────────────────────────────┤ │ │ │ AI DELIVERS (artifacts) │ │ ┌───────────────────────────────────────────────────────────────────┐ │ │ │ • Research & Specs • System Design • Code & Tests │ │ │ │ • Program Plans • Tech Specs • Implementation Plans │ │ │ │ • Epics & Stories • Prototypes • Bugfixes │ │ │ │ • UI/UX Specs • Assets • Pipelines & IaC │ │ │ └───────────────────────────────────────────────────────────────────┘ │ │ │ ├─────────────────────────────────────────────────────────────────────────────┤ │ │ │ HUMAN DECIDES (judgment) │ │ ┌───────────────────────────────────────────────────────────────────┐ │ │ │ • Scope & Priority • Trade-offs • Logic & Quality │ │ │ │ • Standards • Experience • Risk & Readiness │ │ │ │ • Usability • Approval • Escalation │ │ │ └───────────────────────────────────────────────────────────────────┘ │ │ │ └─────────────────────────────────────────────────────────────────────────────┘

Key insight: AI handles the what (deliverables). Humans handle the whether (decisions).

Success Criteria

By the end of this workshop, each developer should:

Believe (Mindset)

Know (Knowledge)

Do (Skills)

Workshop Details

ItemDetails
FormatIn-person
Duration1.5 days (~10.5 hours)
Team Size7 developers
Primary ToolClaude Code (80% of content)
Supporting ToolsGitHub Copilot, OpenAI Codex, Cursor (20% overview)
OutputLiving framework document (continuously refined)
Follow-upVirtual sessions at 1, 3, and 6 weeks