Hi,
Iâm Ethan DeWaal, Strategy & Ops Lead for the AI Studio team at Asana. Iâm back with a fresh AI Studio Tip for you. This is the first of a two-part guide on rolling out your first AI Studio use case:
Your AI Studio Workflow is BuiltâNow Letâs Make Sure People Actually Love Using It
So youâve built your AI Studio workflow. The instructions are written, the actions are connected, and youâre pretty sure itâs going to revolutionize how your team works. But hereâs the thingâthereâs a big difference between a workflow that technically works and one that your team actually trusts and uses every day.
Before you send that âHey team, check out this amazing new automation!â message, letâs make sure your workflow can handle the beautiful chaos of real work. This guide will walk you through testing your creation in a way thatâs thorough but not overwhelmingâthink of it as a dress rehearsal before opening night.
Step 1: How Much Testing Do You Actually Need?
Letâs skip the complex matrices and math. Hereâs the real question: What happens if this workflow messes up?
The Quick Gut Check
Ask yourself three questions:
- Who sees this? Just your team, or does it touch clients/executives?
- How hard is it to fix mistakes? Can you click âundoâ or will you spend hours cleaning up?
- How often will this run? A few times a week or constantly throughout the day?
If you answered âjust my team,â âeasy to fix,â and âoccasionallyâ â You need about 8 out of 10 test cases to work well. This is your friendly neighborhood automation.
If you got a mix of answers â Aim for 9 out of 10. Most workflows fall here.
If you answered âclients/executives,â ânightmare to fix,â or âconstantlyâ â You want 19 out of 20 working perfectly. This is your mission-critical stuff.
Be honest with yourself. Itâs way better to over-test now than to explain to your CEO why the AI just assigned them to review the office lunch menu.
Step 2: Gather Your Test Scenarios (Real Beats Synthetic Every Time)
First Choice: Use Your Real Work
The absolute best test data? Your actual past requests.
Go grab 10-15 real examples from the last monthâthe good, the bad, and the âwhat were they thinking?â requests. Copy them exactly as they were written, typos and all. These are gold because they capture how your team actually communicates, not how you think they should.
Backup Plan: Generate Smart Test Cases
No past examples? No problem. Maybe this is a brand new process, or your past requests contain sensitive information. Hereâs where AI becomes your testing assistant (yes, using AI to test AIâweâve gone full inception).
Hereâs a prompt that actually works:
Iâm testing a workflow that [describe what your workflow does in plain language].
Create 15 realistic test requests that my team might actually submit. Include:
- A few totally normal, boring requests
- Some where people forgot to include important details
- A couple from people who are clearly having a bad day
- Some that are way too detailed (the over-explainers)
- A few edge cases that might break things
- At least one thatâs probably out of scope but someone will ask anyway
Write them like real people wouldâsome casual, some formal, some confused.
Mix up the formats tooâbullets, paragraphs, one-liners, novels.For each one, tell me:
1. The request as someone would write it
2. Whatâs tricky about this test case
3. What should happen
The key here? You want variety. Real work is messy, and your workflow needs to handle that mess gracefully.
Cheat code: Include a screenshot of the form or submission questions for the request generation.
Making Your Test Project
Create a new Asana project called something like âAI Studio Testing - [Your Workflow Name]
â (yes, add the emojiâtesting should feel a little fun).
Drop each test scenario in as a task.
Step 3: Run Your Tests and Get the Experts Involved
The Testing Dance
Donât run all 15 tests at onceâthatâs a recipe for confusion. Instead:
- Run 5 tests and see what happens
- Document everything (what actually happened vs. what you expected)
- Spot patterns - Are certain types of requests consistently failing?
- Fix the obvious stuff before moving to the next batch
Getting Your Subject Matter Experts (SMEs) to Actually Give Feedback
Hereâs the thing about SMEsâtheyâre busy. Donât just forward them a bunch of test results and ask âDoes this look good?â
Instead, make it easy for them:
"Hey [Name], I need 10 minutes of your expertise. Iâm testing our new AI workflow and want to make sure it actually helps rather than creates more work. Can you look at these 3 examples and tell me:
- Would this output save you time or create confusion?
- Whatâs missing that youâd need to add manually?
- On a scale of âplease noâ to âwhere has this been all my life,â how does this feel?"
Pro tip: Show them the failures too. Sometimes a âfailedâ test reveals that your workflow is actually being smarter than your original plan.
Step 4: Fix Whatâs Broken (Without Losing Your Mind)
When tests failâand they willâhereâs your debugging playbook:
The Usual Suspects
-
Problem #1: Conflicting Instructions (The âBut You SaidâŚâ Issue)
Your instructions say âalways assign to Sarahâ in one place and âdistribute based on workloadâ in another. The AI is confused, and honestly, who can blame it?
Quick fix: Read your instructions out loud. If you hear yourself saying âalwaysâ or âneverâ multiple times about different things, youâve found your problem. -
Problem #2: The Edge Case Avalanche
One weird request breaks everything.
Quick fix: Add a catch-all: âIf youâre not sure what to do, assign to [designated human] with a note about whatâs unclear.â -
Problem #3: Trying to Boil the Ocean
Your workflow is trying to do seventeen things perfectly.
Quick fix: Start with the core use case. Get that working reliably, then add complexity. Your V1 doesnât need to handle every scenarioâit just needs to handle the common ones well.
When to Wave the White Flag
If less than half your tests are passing after a few rounds of fixes, itâs time for some tough love: Your use case might be too ambitious for right now.
Consider:
- Breaking it into smaller automations
- Simplifying the decision logic
- Starting with a âhuman in the loopâ version where the AI suggests but doesnât act
Thereâs no shame in this. Better to have a simple workflow that works than a complex one that doesnât.
Step 5: The Pre-Launch Checklist
Before you declare victory, make sure you can check these boxes:
It works for the boring stuff - Your standard requests succeed almost every time
It fails gracefully - When it doesnât know what to do, it asks for help instead of guessing
Your experts approve - The people whoâll actually use this think itâs helpful
You can explain it - You can tell someone in one sentence what this workflow does and when to use it
You know its limits - Youâre clear about what it can and canât handle
Setting Yourself Up for the Rollout
Hereâs the thingâeven a perfectly tested workflow can fail if people donât trust it or understand when to use it. Thatâs why your testing phase should produce two things:
- A workflow that actually works
- Stories about how it works (your test successes become your demo examples)
Document a few of your favorite test cases where the workflow really shined. Youâll use these stories when you introduce the workflow to your team. âRemember that project request from last week that took three back-and-forths to clarify? Watch what happens when I run it through our new workflowâŚâ
People trust stories more than statistics.
Your Testing Timeline (Yes, You Can Do This in a Day or Two)
- Morning Day 1: Gather your test scenarios (real or generated)
- Afternoon Day 1: Set up your test project, run your first 5 tests
- Morning Day 2: Fix obvious issues, run next 5 tests, get SME feedback â
- Afternoon Day 2: Final fixes, run remaining tests
- Bonus Day 3: If needed, one more round of refinement
This isnât a month-long QA process. Itâs a focused push to make sure your automation is ready for prime time.
The Bottom Line
Testing isnât about achieving perfectionâitâs about building confidence. You want to know that your workflow will help more than it hurts, and when it does hit a snag, you understand why and how to fix it.
Once youâve hit your success threshold and your SMEs are giving you thumbs up, youâre ready for the fun part: rolling this out to your team and managing the very human side of automation adoption. But thatâs a story for the next guide.
For now, remember: Every hour you spend testing saves your team countless hours of confusion and cleanup. Your future self (and your teammates) will thank you.
Next up 
đ â How to Roll Out Your First AI Studio Use Case to Your Team â Part 2: Handling Change Management
Want to be automatically notified when other AI Studio Tips go live?
Make sure to follow AI Studio Tips & Workflows!