Great to connect with you! I recently joined the Moveworks community after attending a Hackathon event in San Francisco. I have a pipeline of tasks that I am eager to automate and am highly motivated to make progress but am interested to find the best way to apply my efforts.
What I’ve done so far is to complete two of the Quickstart projects and about half of the course videos of “Agent Studio Developer: Level 1 Certification.” I plan to work through the remainder of the videos and a couple more of the Quickstarts. For those of you a bit further along in your automation or AI usage journey, where do you recommend that I focus my next effort?
For context, I have a “commercial/analyst” type role. I regularly code in Python collaborating for my job on Github, but I’m not a professional developer. I experimented with Power Automate about two years ago, setting up a few automations that I continue using until now, but got stuck back then in implementing some of my larger ideas when simple flows kept returning errors that I couldn’t debug.
My current thinking is to apply my new round of automation efforts towards a few limited tasks that I can clearly define within my scope as an individual contributor: tasks that follow simply defined, repetitive procedures. These are mainly regular reports that I send on a frequent basis, requiring downloading information from a few sources and performing some basic analyses.
I can’t tell if my tasks are ideal “use cases” for the scope of Moveworks automations, or if I should handle that kind of individual automation in a different way that makes more sense for an individual contributor task, focusing instead of Moveworks automation for tools that are intended for a broader group of colleagues?
I have access to Moveworks, Power Automate, and Microsoft 365 Copilot. Most of the enterprise data I want to access lives in a data warehouse that I usually interact with through Power BI dashboards.
It’s an exciting journey! So many avenues to pursue. Would appreciate any guidance you may have on where to focus at this stage.
Best answer by chaney.zimmerman
hey @pierce_neptune! sorry for the late reply, i’d like to preface that i’m not an expert here and also am still working through what i’m about to suggest 😅.
in our experience, the thing that provides the most immediate value is the ticket concierge/triage combo, if you can get those rolled out (or already have them rolled out), that’s the biggest ROI in my opinion straight out the box.
the next thing i would focus on for sheer value is building governance rules and processes around your Knowledge Base (SNOW, Confluence, self-hosted website, etc.) and fine tune your ingestion practices. the reason for this is because most people’s first interaction with the bot is going to involve the bot serving or looking for pre-existing knowledge to answer their question/solve their request. people’s perception of the bot (again, in my exp) is almost entirely driven by their first impression of whether the knowledge it served was helpful. so if your knowledge base solution is lacking, user’s will think the bot is lacking, which isn’t necessarily true.
after building a strong foundation there, i would definitely start diving into Agent Studio automations. there are definitely some “quick wins” opportunities like: calendar scheduling, password or auth resets (work pro-actively with your sec team on anything IdP related), pto requests, etc. the key for AS for me has been learning and grasping: Compound Actions syntax/Moveworks DSL, experimenting with Slots and Resolver strategies, and filtering your API calls to include only the data you want to receive in your payloads.
i’m not sure if you have access or not, but if i was starting over with AS, i would deep dive and read through the DSL docs for a week while attempting to build actions/Conversational Processes. once i felt like i had the basics, i would start leveraging Agent Architect to check my work and ask more advanced format and solution questions
These are mainly regular reports that I send on a frequent basis, requiring downloading information from a few sources and performing some basic analyses.
I can’t tell if my tasks are ideal “use cases” for the scope of Moveworks automations, or if I should handle that kind of individual automation in a different way that makes more sense for an individual contributor task, focusing instead of Moveworks automation for tools that are intended for a broader group of colleagues?
To speak directly to this - it sounds like this work is certainly right up an AS use case. if there is an API open to download your data from, you could setup an HTTP call to the endpoint, then with the data in the return payload, write a script action to process the data how you want, then finally return the data back to you in whatever format you’re looking for. this would definitely save you time, however, the key i believe is simply doing the math on how many minutes/hours this will save you in a given month/quarter for example by having the bot take care of it. check that against the cost of publishing the use case and there’s your answer, at least that’s how we tackle which use case we are going to prioritize.
once you get the hang of developing the use cases, you’ll quickly begin to identify tons of opportunities in your org to save users time. as long as the number of hours returned to the user outweighs the cost of the use case and man hours it will take to develop, you’re golden :)
hope some/any of this helps! feel free to respond with any more questions, in the weeds or not i’m happy to chat.
Hey Pierce! It was great to meet you at the SF Hackathon 😊 As you embark on your automation journey, you might find this playbook helpful which walks through how to identify and prioritize AI agents to deploy. Perhaps this will be beneficial as you consider where to focus efforts. Based on your desire to build use cases that perform basic analyses on data, you might also find Structured Data Analysis (SDA) interesting.
I also met @chaney.zimmerman at the Hackathon who has spent a lot of time in Community and Agent Studio who may have a perspective here too (not to put you on the spot😅)!
hey @pierce_neptune! sorry for the late reply, i’d like to preface that i’m not an expert here and also am still working through what i’m about to suggest 😅.
in our experience, the thing that provides the most immediate value is the ticket concierge/triage combo, if you can get those rolled out (or already have them rolled out), that’s the biggest ROI in my opinion straight out the box.
the next thing i would focus on for sheer value is building governance rules and processes around your Knowledge Base (SNOW, Confluence, self-hosted website, etc.) and fine tune your ingestion practices. the reason for this is because most people’s first interaction with the bot is going to involve the bot serving or looking for pre-existing knowledge to answer their question/solve their request. people’s perception of the bot (again, in my exp) is almost entirely driven by their first impression of whether the knowledge it served was helpful. so if your knowledge base solution is lacking, user’s will think the bot is lacking, which isn’t necessarily true.
after building a strong foundation there, i would definitely start diving into Agent Studio automations. there are definitely some “quick wins” opportunities like: calendar scheduling, password or auth resets (work pro-actively with your sec team on anything IdP related), pto requests, etc. the key for AS for me has been learning and grasping: Compound Actions syntax/Moveworks DSL, experimenting with Slots and Resolver strategies, and filtering your API calls to include only the data you want to receive in your payloads.
i’m not sure if you have access or not, but if i was starting over with AS, i would deep dive and read through the DSL docs for a week while attempting to build actions/Conversational Processes. once i felt like i had the basics, i would start leveraging Agent Architect to check my work and ask more advanced format and solution questions
These are mainly regular reports that I send on a frequent basis, requiring downloading information from a few sources and performing some basic analyses.
I can’t tell if my tasks are ideal “use cases” for the scope of Moveworks automations, or if I should handle that kind of individual automation in a different way that makes more sense for an individual contributor task, focusing instead of Moveworks automation for tools that are intended for a broader group of colleagues?
To speak directly to this - it sounds like this work is certainly right up an AS use case. if there is an API open to download your data from, you could setup an HTTP call to the endpoint, then with the data in the return payload, write a script action to process the data how you want, then finally return the data back to you in whatever format you’re looking for. this would definitely save you time, however, the key i believe is simply doing the math on how many minutes/hours this will save you in a given month/quarter for example by having the bot take care of it. check that against the cost of publishing the use case and there’s your answer, at least that’s how we tackle which use case we are going to prioritize.
once you get the hang of developing the use cases, you’ll quickly begin to identify tons of opportunities in your org to save users time. as long as the number of hours returned to the user outweighs the cost of the use case and man hours it will take to develop, you’re golden :)
hope some/any of this helps! feel free to respond with any more questions, in the weeds or not i’m happy to chat.
Great to connect with you! I recently joined the Moveworks community after attending a Hackathon event in San Francisco. I have a pipeline of tasks that I am eager to automate and am highly motivated to make progress but am interested to find the best way to apply my efforts.
What I’ve done so far is to complete two of the Quickstart projects and about half of the course videos of “Agent Studio Developer: Level 1 Certification.” I plan to work through the remainder of the videos and a couple more of the Quickstarts. For those of you a bit further along in your automation or AI usage journey, where do you recommend that I focus my next effort?
For context, I have a “commercial/analyst” type role. I regularly code in Python collaborating for my job on Github, but I’m not a professional developer. I experimented with Power Automate about two years ago, setting up a few automations that I continue using until now, but got stuck back then in implementing some of my larger ideas when simple flows kept returning errors that I couldn’t debug.
My current thinking is to apply my new round of automation efforts towards a few limited tasks that I can clearly define within my scope as an individual contributor: tasks that follow simply defined, repetitive procedures. These are mainly regular reports that I send on a frequent basis, requiring downloading information from a few sources and performing some basic analyses.
I can’t tell if my tasks are ideal “use cases” for the scope of Moveworks automations, or if I should handle that kind of individual automation in a different way that makes more sense for an individual contributor task, focusing instead of Moveworks automation for tools that are intended for a broader group of colleagues?
I have access to Moveworks, Power Automate, and Microsoft 365 Copilot. Most of the enterprise data I want to access lives in a data warehouse that I usually interact with through Power BI dashboards.
It’s an exciting journey! So many avenues to pursue. Would appreciate any guidance you may have on where to focus at this stage.
I have also started work on Movework after many year worked on Langchain. Now exploring documentation of Movework and Agentic Studio.
For current customers who manage their engagement with Moveworks, please login or create your account with the customer button below. For Moveworks Partners, please login or create your account with the partner button below.
For current customers who manage their engagement with Moveworks, please login or create your account with the customer button below. For Moveworks Partners, please login or create your account with the partner button below.