In Part 1 of this bootcamp series, we covered the big ideas behind Generative AI, LLMs, and Agentic AI. We talked about what these technologies are, why they matter, and how forward-thinking companies are already using them to move faster.
In Part 1 of this bootcamp series, we covered the big ideas behind Generative AI, LLMs, and Agentic AI (online session March 20) . We talked about what these technologies are, why they matter, and how forward-thinking companies are already using them to move faster.
If you have not read Part 1 yet, go read it first. It sets the foundation for everything we do today.
Part 2 is where we stop talking and start doing. No coding required. No engineering background required. Just your laptop, your ideas, and a little curiosity. ???? Sign up for in-person workshop Mar 26
In this session, you will learn to do four things that most executives still think you need an engineer for:
Sound good? Let's go.
Let's start with a 2-minute mental model that ties everything together. Think of AI tools in three layers:
In Part 1, you learned what these are. In Part 2, you will use them.
"Modern AI is not a chatbot you talk to. It is a team member that reads, thinks, builds, and executes, while you stay focused on strategy."
Section 1
Here is a situation every Product Manager and Executive has been in:
You inherit a product. Or you need to review a new vendor's software. Or your team built something six months ago and now nobody quite remembers how it works. You need answers fast. But the engineers are busy. The documentation is out of date. Or there is no documentation at all.
With Claude Code, ChatGPT Codex, or any Agentic AI tool, you can feed in a codebase or project and ask it questions in plain English, just like asking a really smart colleague.
Imagine someone hands you 10,000 LEGO pieces and says: "This is our product. Ship a new feature by Friday."
That is what a codebase looks like without AI.
Now imagine a friend sits next to you and says: "The blue bricks are the login system. The red bricks are the payments module. The yellow ones control what customers see. Want me to show you how they connect?"
That friend is Claude Code, Codex, or Gemini. They read every brick and explain it to you in seconds.
❓ "What does this product actually do? Explain it like I'm 12."
❓ "What are the five most important parts of this codebase?"
❓ "Walk me through what happens when a customer places an order."
❓ "What parts of this system are connected to payments or billing?"
❓ "What are the biggest technical risks I should know about?"
❓ "Where does customer data come from, and where does it go?"
❓ "Draw me a simple diagram of how these components connect."
In the workshop, we feed a real project into Claude Code live. Every participant gets to ask their own questions. You will be amazed at what you learn in the first 5 minutes things that normally take a week of engineering meetings to uncover.
You just became a faster, more confident Product Leader. You no longer need to wait for an engineer to explain things to you.
Sign up for in-person workshop!
Section 2
Here is what normally happens when someone has a product idea:
Agentic AI completely changes this loop.
Vibe Coding is when you describe what you want in plain conversation, like you are talking to a smart coworker, and the AI turns your idea into a detailed, actionable plan. You do not write code. You describe the vibe. The AI does the rest.
Here is a real example. You have an idea:
"I want a feature on our dashboard that shows which customers are most likely to cancel. Use their last 90 days of behavior. Keep it simple — use traffic light colors. Green means safe. Yellow means watch them. Red means call them today."
You paste that into Claude or Codex. In under 60 seconds, the AI gives you back:
You just produced more detail than most PRDs written in a week. And it took 10 minutes. That is the power of Vibe Coding.
Teams of 3–5 participants each pick one use case and produce a complete feature spec in one session.
Use Case
What You Can Build ?
AI Customer Support - Auto-triage incoming tickets and draft personalized replies
Predictive Dashboard - Flag at-risk customers before they churn
Internal Workflow Bot Automate the most time-consuming task in your team's week
Smart Email Assistant Draft, prioritize, and schedule executive communications
Sign up for in-person workshop!
Section 3
Here is the part that surprises everyone in the room.
You can go from "here is my idea" to "here is a working demo" in the same 30-minute session. This is not a mockup. This is not a Figma wireframe. This is a prototype that actually runs.
No engineering team needed. No sprints. No ticket queue. Just you, a clear idea, and the right AI tool.
Tool - What It Does
Claude Code Reads projects, writes logic, explains architecture, builds features
ChatGPT Codex Turns plain English descriptions into working code and demos
Make dot Com Automates workflows between apps, no code, drag and drop
Streamlit Turns logic into a shareable web app in minutes
Zapier Connects your existing tools and triggers automated actions
v0 by Vercel Turns a text description into a live UI component in seconds
This is the framework we use in every session. You can use it back at work tomorrow.
We will build some of these live during the workshop:
Example 1: Customer Churn Prediction Dashboard
Inputs: customer login frequency, support tickets, payment history
Output: traffic light risk score per customer, sortable by risk level
Example 2: Automated Meeting Follow-Up Agent
Inputs: meeting transcript or notes
Output: summary, action items, and draft follow-up email — sent automatically
Example 3: Multi-Step Onboarding Workflow
Inputs: new user sign-up event
Output: welcome email, CRM entry, task assignment to sales rep — all automated
Section 4
Now we go one level deeper. This is where Agentic AI gets really exciting for Product Leaders.
A single AI agent is powerful. A team of AI agents working together is transformational.
When you hire people, you do not hire one person to do everything. You hire specialists. A researcher. A writer. A coordinator. An analyst. They each do what they are best at, and they hand off to each other.
Multi-agent AI works the same way.
"Instead of one AI doing everything slowly, you build a team of specialized AI agents that work in parallel — each focused on what it does best."
Here is a multi-agent workflow that replaces a 3-person manual support operation:
Agent 1 — Triage Agent
Reads every incoming support ticket
Classifies it: billing / technical / general inquiry
Assigns priority: urgent, normal, or low
Agent 2 — Knowledge Agent
Takes the classified ticket from Agent 1
Searches your FAQ, docs, and past resolved tickets
Pulls the 3 most relevant answers
Agent 3 — Response Agent
Takes the ticket + retrieved answers from Agent 2
Writes a personalized, professional reply
Flags anything it cannot resolve for a human to review
Agent 4 — CRM Agent
Logs every interaction into your CRM automatically
Updates customer status and sentiment score
Triggers follow-up tasks for the sales or success team
None of these agents write code. None of them sleep. None of them need a meeting to get started. You design the workflow. They execute it.
Each team maps out a multi-agent workflow for their own business:
The human checkpoint is not a weakness in your design. It is good product leadership. AI does the work. You keep the oversight.
Section 5
The last section is about making all of this stick — going from a fun workshop to a real change in how your team works.
Stage What You Do With AI
FIND Use AI to read and understand your current product, systems, and user behavior????
FLUSH Use Vibe Coding to turn vague ideas into detailed feature specs in one session????️
PROTOTYPE Use no-code tools to build a working demo before any engineering work begins
SHIP Use multi-agent workflows to automate testing, QA, and release communication
Most teams today are only using AI at the SHIP stage. The biggest competitive advantage is starting at FIND.
The teams winning with AI are not the ones using it the most. They are the ones using it earliest in the product cycle.
Tool Best For
Claude Code Exploring codebases, writing features, reading architecture
ChatGPT Codex Generating prototypes and code from plain English descriptions
Make dot Com Drag-and-drop workflow automation between apps
Zapier Connecting existing tools and triggering automated actions
v0 by Vercel Turning a description into a live UI in seconds
Streamlit Turning logic into a shareable web app without front-end coding
LangChain Building multi-agent pipelines with memory and tool use
Pinecone / Chroma Storing and retrieving knowledge for RAG-powered agents
Notion AI Drafting product specs, meeting notes, and PRDs with AI assistance
You do not need to become an engineer. You need to become fluent in directing AI. That is what this workshop teaches.
Thursday, March 26 · 6:30 PM – 8:30 PM
Oshman Family JCC, Palo Alto, CA
Facilitated by Raj Lal, Founder of TEAMCAL AI
Bring your laptop. Bring an idea you have been sitting on. Bring a teammate.
Leave with a prototype you built yourself.
Reserve your spot today. No coding required. Just your product brain and 90 minutes. ????
Sign up for in-person workshop!
Founder of TEAMCAL AI, building Zara — an AI-powered scheduling assistant that helps executives and teams schedule smarter, faster, and with less friction. Previously led UX at MobileIron and SpaceIQ. Workshop facilitator at Stanford Summer classes.
Agentic AI Bootcamp Series