In 2026, Product Managers Who Can't Use AI Are Being Left Behind
This isn't an exaggeration.
Open any recruitment platform and search for "product manager" or "operations" — you'll notice more and more job descriptions including requirements like: "proficient with AI tools," "experience using AI to assist work," or "familiar with Prompt Engineering."
In 2025, AI tools were a "nice-to-have." In 2026, they've become a "must-have."
Our editorial team conducted a small survey: among 50 fresh graduates from the class of 2026 who received big tech offers, 42 (84%) proactively mentioned their experience using AI tools during interviews. Of those, 15 said the interviewer specifically followed up on how they used AI to improve work efficiency.
In this article, we'll systematically cover the practical application scenarios of AI tools in product and operations work, helping you build your "AI workflow."
1. AI Tools Landscape
1.1 General-Purpose Large Language Models
| Tool | Strengths | Use Cases |
|---|---|---|
| ChatGPT (GPT-4o) | Strong overall capability, rich ecosystem | Copywriting, analysis, brainstorming |
| Claude | Excellent at long text processing, rigorous logic | Document analysis, deep thinking |
| Wenxin Yiyan | Strong Chinese understanding, domestic compliance | Chinese content creation |
| Kimi | Ultra-long context, strong document processing | Long document analysis, information extraction |
1.2 Specialized Tools
| Tool | Type | Use Cases |
|---|---|---|
| Cursor | AI coding assistant | Writing SQL, data analysis scripts |
| Midjourney / DALL-E | AI image generation | Product prototypes, marketing assets |
| Gamma | AI presentations | Reports, proposal presentations |
| Notion AI | AI documents | Document organization, meeting notes |
| Perplexity | AI search | Competitive research, industry analysis |
1.3 Popular Chinese Tools
| Tool | Strengths | Use Cases |
|---|---|---|
| Tongyi Qianwen | By Alibaba, enterprise-grade | Data analysis, document processing |
| Doubao | By ByteDance, multimodal | Content creation, image generation |
| Zhipu Qingyan | Strong academic background | Deep analysis, research reports |
2. Using AI for Requirements Analysis
2.1 User Research Analysis
Traditional approach: Manually organizing user interview records, analyzing them one by one — takes 2-3 days.
AI approach: Feed interview records to Claude with this prompt:
Please analyze the following 20 user interview records and help me:
1. Extract the Top 10 pain points mentioned by users, sorted by frequency
2. Categorize each pain point (feature request/experience issue/price sensitivity)
3. Find the 3 most representative direct quotes from users
4. Provide your recommendation for requirement prioritization
Interview records below:
[paste content]Efficiency gain: From 2-3 days down to 30 minutes.
2.2 Requirements Document Drafting
AI can't write your PRD for you, but it can help you quickly generate a first draft:
I'm a product manager for an e-commerce app and need to design a "group buying" feature. Please generate a PRD framework including:
1. Feature overview
2. User stories (at least 5)
3. Core flow description
4. Key data metrics
5. Edge cases and exception handling
Target users: Women aged 25-35, price-sensitive
Business goal: Increase order volume by 20%, reduce customer acquisition costYou'll need to modify the generated draft based on actual business conditions, but at least it eliminates the pain of "starting from scratch."
3. Using AI for Competitive Analysis
3.1 Quick Competitor Scanning
Use Perplexity or ChatGPT's web browsing feature to quickly understand competitor dynamics:
Please analyze the latest developments of these 3 competitors (2026 Q1):
1. Dewu - Recent product updates and strategic direction
2. Xiaohongshu - Latest progress in e-commerce business
3. Douyin E-commerce - Key strategies for 2026
Please analyze from three dimensions: product features, user growth, and monetization.3.2 Feature Comparison
Feed competitor feature screenshots or descriptions to AI for structured comparison:
Please compare the membership systems of these three products:
- Product A: [description]
- Product B: [description]
- Product C: [description]
Compare across these dimensions:
1. Membership tier design
2. Benefits content
3. Pricing strategy
4. Upgrade mechanism
5. Differentiation highlights
Output as a table.4. Using AI for Data Analysis
4.1 SQL Generation
Can't write complex SQL? Let AI help:
I have an orders table with fields:
- order_id, user_id, order_amount, order_date, category, channel
Please write SQL queries for:
1. Monthly GMV trend by channel (last 6 months)
2. Average order value and order count by category
3. Repeat purchase rate comparison: new users (within 30 days of registration) vs. existing users4.2 Data Interpretation
Feed data to AI and let it discover insights:
Here's our app's core data for the last 4 weeks:
| Week | DAU | New Users | Day-1 Retention | Day-7 Retention | Orders | GMV |
|------|-----|-----------|----------------|----------------|--------|-----|
| W1 | 120,000 | 15,000 | 42% | 18% | 35,000 | 2.8M |
| W2 | 118,000 | 14,500 | 40% | 17% | 33,000 | 2.65M |
| W3 | 115,000 | 13,000 | 38% | 16% | 31,000 | 2.48M |
| W4 | 112,000 | 12,000 | 36% | 15% | 29,000 | 2.3M |
Please analyze:
1. What trend does the data show?
2. What's the most concerning issue?
3. What are the possible causes?
4. What are the recommended next steps?4.3 Data Visualization
Use Cursor or ChatGPT's Code Interpreter to quickly generate charts:
Please use Python to generate these charts:
1. Dual-axis line chart for DAU and GMV
2. Bar chart for ROI by channel
3. Heatmap for user retention
Data below: [paste data]5. Using AI for Content Creation
5.1 Marketing Copy
One of AI's strongest areas. But note: AI-generated copy needs human polishing — don't use it directly.
Good Prompt:
Please write 5 Xiaohongshu seeding posts promoting a newly launched sunscreen.
Product info:
- Brand: XX
- Selling points: SPF50+, lightweight and non-greasy, suitable for sensitive skin
- Target audience: Women aged 20-30
- Price: 128 yuan
Requirements:
- Conversational tone, like a real user sharing
- 200-300 words each
- Include 3-5 relevant hashtags
- Don't make it feel too much like an ad5.2 Campaign Planning
Please help me plan a 618 e-commerce promotion:
Background:
- Platform: A vertical e-commerce app
- Category: Beauty and personal care
- Budget: 1 million yuan
- Goals: 50% GMV increase, 30% new customer ratio
Please include:
1. Campaign theme and slogan
2. Timeline (warm-up / peak / encore periods)
3. Promotion mechanism design
4. Traffic acquisition strategy
5. Key metrics and target values5.3 User Operations Messaging
Please write a set of push notification copy for user win-back, targeting users who haven't logged in for 30 days:
User profile: Aged 25-35, previously active users, average monthly spending 200-500 yuan
Product: Fresh grocery e-commerce app
Write 5 push notifications in different styles:
1. Benefit-driven (coupon)
2. Emotion-driven (we miss you)
3. Curiosity-driven (what you've missed)
4. Social-driven (your friends are using it)
5. Urgency-driven (limited-time offer)
Each no more than 30 characters.6. Prompt Engineering Tips
6.1 Basic Principles
- Define the role: Tell AI who it is ("You are a senior product manager")
- Provide context: Give sufficient background information
- Specify output format: Table, list, paragraph, code
- Give examples: Use few-shot approach to provide references
- Iterate: If the first output isn't satisfactory, follow up with refinements
6.2 Advanced Techniques
Chain of Thought:
Please analyze this problem step by step:
1. First define the core of the problem
2. Then list possible causes
3. Evaluate the feasibility of each cause
4. Finally provide a recommended solutionRole Playing:
Please act as an e-commerce product director with 10 years of experience. From your perspective, evaluate the feasibility of the following proposal:
[proposal content]Comparative Analysis:
Please analyze the decision "whether to add social features to the app" from both supporting and opposing perspectives. Provide 5 arguments for each side.6.3 Common Mistakes
- Prompt too vague: "Help me write a plan" → Should specify the plan's goal, audience, and format
- Asking too much at once: Cramming 10 questions into one prompt → Should ask step by step
- No context: Directly asking "how to improve retention" → Should specify product type, current data, methods already tried
- Completely relying on AI output: AI's output is a starting point, not the finish line — it needs human judgment and modification
7. Abilities AI Cannot Replace
While AI is powerful, the following abilities cannot be replaced:
7.1 Business Judgment
AI can help you analyze data, but decisions like "should we build this feature" and "how to prioritize" require your deep understanding of the business.
7.2 User Empathy
AI can analyze user data, but truly understanding users' emotions, motivations, and pain points requires you to personally conduct user research and observe user behavior.
7.3 Cross-Functional Communication
Driving a project to completion requires coordination with engineering, design, operations, marketing, and other departments. This kind of "interpersonal communication and influence" is something AI can't do for you.
7.4 Innovative Thinking
AI excels at analysis and summarization based on existing information, but true innovation — discovering entirely new user needs, designing disruptive product forms — requires human creativity.
7.5 Strategic Thinking
AI can help with tactical-level analysis, but strategic questions like "what should the company's direction be for the next three years" or "which market should we enter" require comprehensive consideration of market, competition, resources, timing, and other factors.
8. How to Showcase AI Skills in Interviews
8.1 On Your Resume
Naturally mention AI tool usage in your project experience:
- "Used ChatGPT to assist user research analysis, reducing research cycle from 5 days to 1 day"
- "Leveraged AI tools for competitive feature comparison analysis, producing structured competitive reports"
- "Optimized content production workflow through Prompt Engineering, improving efficiency by 300%"
8.2 During Interviews
When interviewers ask related questions, you can answer like this:
"When doing user research analysis, I first use traditional methods to design survey questionnaires and interview guides, then use AI tools to assist in analyzing interview records. For example, I'll feed 20 interview records to Claude and have it extract high-frequency pain points and key insights. But the final requirement judgment and prioritization is based on my understanding of the business. AI is a tool, not a decision-maker."
This answer demonstrates three things:
- You know how to use AI tools
- You understand AI's limitations
- You have your own judgment
8.3 In Your Portfolio
If you have a portfolio, consider adding a page showcasing your "AI workflow":
- Which AI tools you regularly use
- In what scenarios you use them
- How much efficiency has improved
- Your prompt template library (if you have one)
9. Building Your AI Workflow
9.1 Daily Workflow
| Work Phase | AI Tool | Usage |
|---|---|---|
| Morning standup prep | ChatGPT | Quickly organize yesterday's data highlights |
| Requirements analysis | Claude | Analyze user feedback, extract requirements |
| Document writing | Notion AI | Generate document first drafts |
| Data analysis | Cursor | Write SQL, generate charts |
| Competitive research | Perplexity | Search for latest competitor updates |
| Presentation materials | Gamma | Quickly generate slides |
9.2 Build a Prompt Template Library
Organize your frequently used prompts into templates and save them in Notion or Lark docs. Each time you use them, just replace the specific content for a massive efficiency boost.
9.3 Continuous Learning
AI tools update rapidly — keep learning:
- Follow AI product changelogs
- Join AI tool communities (Reddit, Jike, etc.)
- Regularly try new tools to find the combination that works best for you
Final Thoughts
AI won't replace product managers and operations professionals, but PMs and ops people who use AI will replace those who don't.
The 2026 workplace competitiveness formula:
Personal Value = Professional Ability × AI Leverage
Professional ability is the foundation; AI is the amplifier. You need both.
Starting today, integrate AI into your daily workflow. You don't need to do everything at once — start with one scenario, like using AI to assist with competitive analysis reports — then gradually expand to more scenarios.
The future belongs to those who are skilled at leveraging tools.