Learning Roadmap
How to Become a AI Co-Pilot for Support Designer
A step-by-step, phase-based learning path from beginner to job-ready AI Co-Pilot for Support Designer. Estimated completion: 6 months across 5 phases.
Progress saved in your browser — no account needed.
-
Foundations: Customer Support & Conversational AI Basics
4 weeksGoals
- Understand core CX metrics (CSAT, FCR, AHT, NPS) and how support operations work at scale
- Learn fundamentals of conversational AI - intents, entities, dialogue flows, and NLU
- Get hands-on with the OpenAI API and basic prompt engineering techniques
Resources
- Coursera: Customer Analytics (Wharton)
- OpenAI Cookbook and documentation
- Book: 'Designing Bots' by Amir Shevat
- Zendesk training modules on support operations
MilestoneYou can design a basic chatbot prompt that handles common support intents and explain key CX metrics.
-
RAG, Knowledge Systems & Agent-Facing UX
5 weeksGoals
- Build a retrieval-augmented generation pipeline using LangChain and a vector database
- Design agent-facing UI wireframes in Figma that surface AI suggestions contextually
- Understand knowledge management principles - taxonomy, tagging, and semantic search
Resources
- LangChain documentation and RAG tutorials
- Pinecone or Weaviate getting-started guides
- Nielsen Norman Group articles on enterprise UX
- YouTube: DeepLearning.AI short courses on RAG
MilestoneYou can build a working RAG-powered co-pilot prototype that retrieves relevant knowledge articles for simulated support conversations.
-
Co-Pilot Design Patterns & Evaluation
5 weeksGoals
- Master advanced prompt patterns - chain-of-thought, few-shot, and dynamic context injection
- Learn to build LLM evaluation frameworks covering accuracy, relevance, tone, and safety
- Study real-world co-pilot products (Intercom Fin, Zendesk AI, Sierra.ai) and reverse-engineer their design
Resources
- Anthropic's prompt engineering guide
- RAGAS framework documentation (RAG evaluation)
- Weights & Biases LLMOps course
- Case studies from Intercom, Zendesk, and Sierra.ai blogs
MilestoneYou can design a multi-step co-pilot workflow with evaluation metrics and a feedback loop for continuous improvement.
-
Production Deployment, Experimentation & Stakeholder Management
4 weeksGoals
- Deploy a co-pilot feature to a staging environment using AWS Bedrock or a similar managed service
- Design and run an A/B test measuring co-pilot impact on resolution time and CSAT
- Practice presenting co-pilot ROI and roadmap to non-technical CX leadership
Resources
- AWS Bedrock documentation and tutorials
- Book: 'Trustworthy Online Controlled Experiments' by Kohavi et al.
- Retool or Streamlit for rapid internal tool building
- LinkedIn Learning: Stakeholder Management for Product Managers
MilestoneYou can ship a co-pilot feature end-to-end, measure its impact, and present a data-backed case for further investment.
-
Specialization: Advanced Topics & Portfolio Polish
6 weeksGoals
- Explore advanced topics - multi-agent orchestration, real-time voice co-pilots, and proactive AI suggestions
- Build a portfolio of 3-4 co-pilot projects with documented case studies
- Contribute to open-source conversational AI or RAG projects to build credibility
Resources
- LangGraph documentation for multi-agent workflows
- HuggingFace community and model fine-tuning guides
- Personal portfolio site and GitHub repository
- Conference talks from Customer Contact Week (CCW) and Support Driven
MilestoneYou have a polished portfolio, advanced specialization knowledge, and are ready to interview for mid-level to senior co-pilot designer roles.
Practice Projects
Apply your skills with hands-on projects. Ordered by difficulty.
Knowledge-Base RAG Co-Pilot Prototype
BeginnerBuild a simple RAG-powered co-pilot that ingests a company's FAQ or knowledge-base documents, indexes them in a vector store, and generates suggested agent replies when given a customer message. Deploy as a Streamlit app for interactive testing.
Sentiment-Aware Co-Pilot with Escalation Logic
IntermediateExtend a co-pilot prototype to analyze customer sentiment in real time using a HuggingFace model. When sentiment drops below a threshold, the co-pilot automatically adjusts its tone, suggests empathetic language, and recommends escalation to a senior agent.
Multi-Tool Agent Co-Pilot with Function Calling
IntermediateBuild a co-pilot that can dynamically call external tools - a CRM lookup API, an order status check, and a refund eligibility calculator - using OpenAI function calling. The co-pilot should decide which tool to invoke based on the conversation context.
Co-Pilot Evaluation Framework with Automated & Human Scoring
IntermediateDesign and implement an evaluation framework that scores co-pilot suggestions on relevance, accuracy, tone, and safety. Combine automated metrics (RAGAS faithfulness, BERTScore) with a human evaluation interface built in Retool. Track metrics over time with W&B.
A/B Testing Framework for Co-Pilot Features
AdvancedBuild a simulation environment where you can A/B test different co-pilot configurations (prompt variants, retrieval strategies, suggestion styles) against a corpus of historical support conversations. Measure impact on simulated CSAT, AHT, and suggestion acceptance rate.
Multi-Agent Orchestration Co-Pilot with LangGraph
AdvancedDesign a co-pilot system using LangGraph that routes conversations to specialized sub-agents (billing, technical, general) based on topic classification. Each sub-agent has its own retrieval context and prompt strategy, with a shared state machine managing the conversation.
End-to-End Co-Pilot Product Case Study
AdvancedChoose a real industry vertical (e.g., SaaS, e-commerce, healthcare) and design a complete co-pilot product - from user research and persona development, through RAG pipeline and prompt design, to evaluation methodology and stakeholder presentation. Document everything as a portfolio case study.
Ready to Start Your Journey?
Prep for interviews alongside your learning — it reinforces every concept.