SlideShare a Scribd company logo
PROCESSES AND HOW
TO AUTOMATETHEM
and-done.io
Part 1:
What are processes and how to automate them?
and-done.io
1.What is a Process?
■ A series of steps and decisions in the way work is completed. A way of going from one
or multiple inputs to a desired outcome.
■ Simple ones:
– 1. How to heat up milk: Pour milk into pot, turn on cooking plate
– 2. How to make a sandwich:Cut bread, place desired ingredients
■ Not so simple ones:
– How to synthesize a human genome
– How to build a nuclear bomb
and-done.io
1.What is a Process?
„If you can't describe what you are doing as a
process, you don't know what you're doing.“
-W. Edwards Deming
and-done.io
2. How to visualize a process and why?
■ Optimization requires understanding and understanding is greatly supported by
visualization
■ Business Process Modeling as gold standard but high barrier to understanding with
too marginal benefits in growing everchanging organizations
■ Good enough:
Put Milk into Pot Turn on Stove Put Pot on Stove
and-done.io
2. How to visualize a process and why?
and-done.io
2. How to visualize a process and why?
■ Please visualize the process of sending an email
and-done.io
3. How to setup a Process
1. Wing it
a. Quickly gather inputs from involved stakeholders on ways to proceed
b. Process on informal plan resulting from inputs
c. Start execution as soon as possible
2. Learn Proactively
a. Constantly monitor process and gather feedback from all involved stakeholders
b. Collect all inputs as structured as possible (collection should always be more important than structure at
this point)
3. Review learnings
a. Look for aligning learnings and pain points from stakeholders
b. Look at issues that are arising or might arise in the future that might become systemic and maybe not
seen by any individual stakeholder (e.g. Data quality is often one of these issues)
4. Structure learnings and solve conflicting feedbacks
a. Sometimes the solution for one stakeholders issue creates an issue for another one. Here the process
owner (you) needs to make the call what is most sensible for a properly running process
and-done.io
3. How to setup a Process
5. Map out all required steps and information inputs
a. These need to be gone through with every stakeholder so nothing is lost
6. Assign responsibilities for every step
a. Minimize changing stakeholders whenever possible
7. Draw process map with all variations
a. Sometimes (especially with bigger projects) it makes sense to make one executive overview map and one map that is
comprised of all the individual sub-process maps for every bigger step
8. Brief and align all stakeholders with process map
9. Iterate andOptimize
a. No process is ever perfect and they need to evolve with the company. Keep that in mind!
and-done.io
4. How to iterate and optimize a process
„Itis not necessary to change. Survivial is not mandatory“
- W. Edwards Deming
and-done.io
4. How to iterate and optimize a process
(Examples)
1. Opportunities for improvements
Fuck-Ups and almost Fuck-Ups
Angry customers
Losses of Revenue
Additional costs
Friction Points between stakeholders
After Booking Finance takes too long to send out invoices
Issues in analysis of process flow or requirements
Scaling issues with additional stakeholders or multiplied transaction volume
Sending a handcrafted email to every customer for 50 customers vs 5000
Newly available or newly economical tools
Document generator for 1k EUR per month, uneconomical for 5 customers, great for 50000 customers and-done.io
2. Constantly analyze improvement opportunities and collect feedback
Also actively seek feedback, don‘t just wait for it
Escape feedback inertia: „Nothing will be improved anyways“
Try to link issues to the actual process step
3.Weigh relevance for conflicting need
Establish process for objective weighting (The loudest is likely not the most important)
In doubt always favor longterm process stability
4. Adapt process
5. Announce changes to all active and passive stakeholders
Example
4. How to iterate and optimize a process
(Examples)
and-done.io
Part 2:
Process Automation: Optimization for Good
and-done.io
1.What is Process Automation?
„Automation of complex business processes by means of advanced
technology to achieve higher process efficiency and save costs“
and-done.io
2.Why automate?
1. Less errors
Wrong data entries, typos, wrongly filled documents
2. Scalability
Growing requirements for larger amounts of customers etc.
3. Less costs
No additional headcount for „monkeywork“
4. Better tracking
Automated processes can be precisely debugged as everything is clearly defined
5.Work ethic improvements
Less repetitive work and more focus on meaningful problem solving
and-done.io
3. Should I really waste Coding
resources?
1. No, because it‘s not necessary, there are other ways to automate
2. No, because it‘s not the best way, there are better ways to automate
3. Integrated platforms as a service (IPaaS) like Zapier require no coding experience and can be used to build highly scalable and flexible
automations
4. Focus tech-talent on product improvements and real competetive advanages (good processes can be a real competitive advantage but
even then most steps can be done without coding – sometimes coding might be needed)
and-done.io
4.What can be automated this way?
Almost Everything
Goal-Tracking
Appointment
Management
Invoicing
Finance
Customer
Notifications
Reporting
Stakeholder
Communications
Price-Calculation
Lead-Acquisition
Email Cycles
Data Entry
Record Syncing
Alerts
Logistics
Management
and-done.io
4.What can be automated this way?
„But we have a special business model and we have specific requirements“
Your business might be special, your business processes most likely are not
Two categories of automations
1. QuickWins
2. BigWins
and-done.io
Categories of Automations: QuickWins
Simple automations that are mostly aimed at improving ones productivity
Receive once every 3 hours a Slack message with the subjects and senders of all the
received mails of the past 3 hours
Extract the attachment of every incoming mail where the subject contains „invoice“ and
store it in a dropbox folder
Can be implemented in less than an hour and have almost no base requirements
and-done.io
Categories of Automations: BigWins
Flows that automate complex business processes with many possible variations and
integrated complexities
Automate all client sided financing operations from collecting invoice data to generating
and sending out invoices, payment reminders and matching incoming payment streams
Automate an appointment booking system to match customer records with available
appointments and inform partner over bookings
Automatically move a customer through CRM stages dependent on his actions and
create tasks for stakeholders if necessary
Those automations create significant longterm business value but require strong
foundations and a structured approach
and-done.io
How to automate BigWins
1. Do it step by step
Break processes down into subprocesses that can be tackled individually
Client side financing = Invoice generation + payment reminders + cashflow tracking
2. Foundations are established processes
The first rule of any technology used in a business is that automation applied to an
efficient operation will magnify the efficiency.The second is that automation applied to
an inefficient operation will magnify the inefficiency.“ - BillGates
and-done.io
How to automate BigWins
3. Understand your processes and be able to map them out
„If you can't describe what you are doing as a process, you don't know what you're
doing.“
4. Centralize or at least standardize your inputs
Any relevant information can be found in trusted central system (CRM)
Entry level: Pipedrive,Close.io etc.
Pro level: Salesforce
and-done.io
How to automate BigWins
5. Ensure data and data format reliability
Enforce data inputs with gentle nudges or validation rules
Validations should be set up in way to prevent wrongly executed flows not to require all
data just for keeps sake, otherwise stakeholders will lose buy in
6. Minimize the amount of free text strings
Use Dropdowns/Picklist to structure your data and make it analyzeable and machine
readable
Free text strings should only be used for human <--> human interaction
and-done.io
How to automate BigWins
7. Build the automation
Map out the different action and interactions between various information sources and
action providers
Structure of automation services can be really helpful
and-done.io
How to automate BigWins
7. Build the automation
Keep the number of sources as low as possible to avoid friciton and minimize downtime
risk
Make sure that every information only has exactly one Source (ofTruth)
Build step by step
8. Update process map and brief all stakeholders on changes and their new roles, include
also stakeholders that were made redundant for this process
Focus on benefits and emphasize need for high quality data entry and process
compliance
9. Monitor and optimize,iterate
and-done.io
Is this really worth it?
1.Yes, it makes your processes more stable and scalable
2.Yes, it allows you to focus your tech talent on product development
3.Yes, it saves you money for additional operational FTE that cover „monkeywork“
4.Yes, it‘s often easier than you think
and-done.io
Is this really worth it?
■ Case: Company that needs to create invoices that are too complicated for a simple
invoice builder (too many inputs), Company scales from 500 invoices per month to
50000
■ One accountant creates 500 invoices per month, gets 2000 EUR/Month
■ Manual Scenario: Hire 9 additional accountants = 18000 EUR/month add. Costs
■ Automation: Zapier: 300 EUR/Month + Document generationTool: 300 EUR/Month =
600 EUR/Month +Setup HR Cost (ca 500 EUR once)
■ Savings: 17400 EUR/Month
and-done.io
Thank you very much for
your attention!
„If you think you can do a thing or think you can't do a
thing, you're right“
- Henry Ford
and-done.io

More Related Content

PDF
Managing through growth
PPTX
Measuring Success in the Lean IT World
PPT
Lean IT Presentation
PDF
[Process Day 2011] Alec Sharp – Making Process Real Engaging the CXOs Recurso
PPT
ISCI 2015 Successful Lean Project Management
PPTX
Lean Information Technology
PDF
BPM and Scrum
PPTX
Advanced problems solving using A3 Report - January 2017
Managing through growth
Measuring Success in the Lean IT World
Lean IT Presentation
[Process Day 2011] Alec Sharp – Making Process Real Engaging the CXOs Recurso
ISCI 2015 Successful Lean Project Management
Lean Information Technology
BPM and Scrum
Advanced problems solving using A3 Report - January 2017

What's hot (17)

PDF
Business Processes Definition
PDF
Alec Sharp Process Traction
PDF
Process modeling in agile environment alec sharp
PDF
SQL Saturday STL 2016 Presentation
PDF
Insuring Lean Operations - How JPF Learned to be Lean
PPTX
From Conceptual to Executable BPMN Process Models A Step-by-Step Method
PPT
Office Lean Overview
PPT
What is BPM?
PPT
10 Principles of Good Business Process Management
PDF
Analyst-to-Synthesist
PPT
Business Process Modeling & Automation: Where are we?
PDF
The Basics of Process Automation – A White Paper from WorkiQ
PDF
itSMF - Foundations of Lean IT
PDF
Taking Lean to the Enterprise
PPTX
Fundamentals of Business Process Management - Tutorial at CAiSE'2018
PPTX
How to apply lean to it
PDF
Process architecture - Part II
Business Processes Definition
Alec Sharp Process Traction
Process modeling in agile environment alec sharp
SQL Saturday STL 2016 Presentation
Insuring Lean Operations - How JPF Learned to be Lean
From Conceptual to Executable BPMN Process Models A Step-by-Step Method
Office Lean Overview
What is BPM?
10 Principles of Good Business Process Management
Analyst-to-Synthesist
Business Process Modeling & Automation: Where are we?
The Basics of Process Automation – A White Paper from WorkiQ
itSMF - Foundations of Lean IT
Taking Lean to the Enterprise
Fundamentals of Business Process Management - Tutorial at CAiSE'2018
How to apply lean to it
Process architecture - Part II
Ad

Similar to and-done.io - Processes and how to automate them (20)

PPTX
ITM business barriers.pptx
PDF
The magic ingredient for successful automation - Chapter 2
PPTX
How to Improve Efficiency in Your Business/ Improving Your Business Processes
PDF
10 Immutable Steps to Mobilize Your Business
PDF
How to Implement Process Automation A Step-by-Step Guide.pdf
PPTX
Supply Chain Visibility: Navigating the Road to Successful Automation - A Pro...
PDF
Supply Chain Visibility: Navigating the Road to Successful Automation - A Pro...
PPTX
Do you know your processes?
PPT
The Fundamentals Of BPM Innovation In Telecommunications
PDF
The Best Process Automation Software for Business Owners
PDF
The Future Of Finance: How To Manage Spend The Right Way
PPTX
Making IT Work for Your Business - 4 Key Concepts to Get the Most Out of Your...
PDF
2009 11-04 mm (carson, california - csu-dh) bpm introduction
PPT
Cii Sme
PPT
Agility Matrix Explained
PPTX
Operations in Exit Planning
PDF
Intelligent Automation & RPA Change Management Checklist
PDF
If it can be automated, it should be
PPTX
Five Steps to a Martech Power Stack (2021)
PDF
The Top Process Management Software That Will Make Your 2023 Great
ITM business barriers.pptx
The magic ingredient for successful automation - Chapter 2
How to Improve Efficiency in Your Business/ Improving Your Business Processes
10 Immutable Steps to Mobilize Your Business
How to Implement Process Automation A Step-by-Step Guide.pdf
Supply Chain Visibility: Navigating the Road to Successful Automation - A Pro...
Supply Chain Visibility: Navigating the Road to Successful Automation - A Pro...
Do you know your processes?
The Fundamentals Of BPM Innovation In Telecommunications
The Best Process Automation Software for Business Owners
The Future Of Finance: How To Manage Spend The Right Way
Making IT Work for Your Business - 4 Key Concepts to Get the Most Out of Your...
2009 11-04 mm (carson, california - csu-dh) bpm introduction
Cii Sme
Agility Matrix Explained
Operations in Exit Planning
Intelligent Automation & RPA Change Management Checklist
If it can be automated, it should be
Five Steps to a Martech Power Stack (2021)
The Top Process Management Software That Will Make Your 2023 Great
Ad

Recently uploaded (20)

PDF
MANAGEMENT LESSONS FROM ANCIENT KNOWLEDGE SYSTEM-ARTHASHASTRA AND THIRUKKURAL...
PPTX
Effective_communication._(strategy).pptx
PDF
CHAPTER 14 Manageement of Nursing Educational Institutions- planing and orga...
PPTX
TCoE_IT_Concrete industry.why is it required
PDF
Maintaining a Quality Culture - Performance Metrics, Best Practices and QMS E...
PDF
CISSP Domain 5: Identity and Access Management (IAM)
PPTX
Consulting on marketing-The needs wants and demands are a very important comp...
PDF
Phillips model training for evaluation pdf
PDF
1_Corporate Goverance presentation topic
PDF
The Plan: Save the Palestinian Nation Now
PDF
The Sustainable Site: Boosting Productivity in Construction – Pipe Dream or P...
PPTX
Mangeroal Finance for Strategic Management
PPTX
Project Management Methods PERT-and-CPM.pptx
PPTX
Concluding Session_Wrapup-India Jun 5 2024-Oct 5 2025 ZS.pptx
PPTX
Five S Training Program - Principles of 5S
PPTX
Course Overview of the Course Titled.pptx
PDF
Contemporary management and it's content
PPTX
INTELLECTUAL PROPERTY LAW IN UGANDA.pptx
PDF
CHAPTER 14 Manageement of Nursing Educational Institutions- planing and orga...
PPTX
Concluding Session_Wrapup-NA May 5 2024-Oct 10 2025 ZS.pptx
MANAGEMENT LESSONS FROM ANCIENT KNOWLEDGE SYSTEM-ARTHASHASTRA AND THIRUKKURAL...
Effective_communication._(strategy).pptx
CHAPTER 14 Manageement of Nursing Educational Institutions- planing and orga...
TCoE_IT_Concrete industry.why is it required
Maintaining a Quality Culture - Performance Metrics, Best Practices and QMS E...
CISSP Domain 5: Identity and Access Management (IAM)
Consulting on marketing-The needs wants and demands are a very important comp...
Phillips model training for evaluation pdf
1_Corporate Goverance presentation topic
The Plan: Save the Palestinian Nation Now
The Sustainable Site: Boosting Productivity in Construction – Pipe Dream or P...
Mangeroal Finance for Strategic Management
Project Management Methods PERT-and-CPM.pptx
Concluding Session_Wrapup-India Jun 5 2024-Oct 5 2025 ZS.pptx
Five S Training Program - Principles of 5S
Course Overview of the Course Titled.pptx
Contemporary management and it's content
INTELLECTUAL PROPERTY LAW IN UGANDA.pptx
CHAPTER 14 Manageement of Nursing Educational Institutions- planing and orga...
Concluding Session_Wrapup-NA May 5 2024-Oct 10 2025 ZS.pptx

and-done.io - Processes and how to automate them

  • 1. PROCESSES AND HOW TO AUTOMATETHEM and-done.io
  • 2. Part 1: What are processes and how to automate them? and-done.io
  • 3. 1.What is a Process? ■ A series of steps and decisions in the way work is completed. A way of going from one or multiple inputs to a desired outcome. ■ Simple ones: – 1. How to heat up milk: Pour milk into pot, turn on cooking plate – 2. How to make a sandwich:Cut bread, place desired ingredients ■ Not so simple ones: – How to synthesize a human genome – How to build a nuclear bomb and-done.io
  • 4. 1.What is a Process? „If you can't describe what you are doing as a process, you don't know what you're doing.“ -W. Edwards Deming and-done.io
  • 5. 2. How to visualize a process and why? ■ Optimization requires understanding and understanding is greatly supported by visualization ■ Business Process Modeling as gold standard but high barrier to understanding with too marginal benefits in growing everchanging organizations ■ Good enough: Put Milk into Pot Turn on Stove Put Pot on Stove and-done.io
  • 6. 2. How to visualize a process and why? and-done.io
  • 7. 2. How to visualize a process and why? ■ Please visualize the process of sending an email and-done.io
  • 8. 3. How to setup a Process 1. Wing it a. Quickly gather inputs from involved stakeholders on ways to proceed b. Process on informal plan resulting from inputs c. Start execution as soon as possible 2. Learn Proactively a. Constantly monitor process and gather feedback from all involved stakeholders b. Collect all inputs as structured as possible (collection should always be more important than structure at this point) 3. Review learnings a. Look for aligning learnings and pain points from stakeholders b. Look at issues that are arising or might arise in the future that might become systemic and maybe not seen by any individual stakeholder (e.g. Data quality is often one of these issues) 4. Structure learnings and solve conflicting feedbacks a. Sometimes the solution for one stakeholders issue creates an issue for another one. Here the process owner (you) needs to make the call what is most sensible for a properly running process and-done.io
  • 9. 3. How to setup a Process 5. Map out all required steps and information inputs a. These need to be gone through with every stakeholder so nothing is lost 6. Assign responsibilities for every step a. Minimize changing stakeholders whenever possible 7. Draw process map with all variations a. Sometimes (especially with bigger projects) it makes sense to make one executive overview map and one map that is comprised of all the individual sub-process maps for every bigger step 8. Brief and align all stakeholders with process map 9. Iterate andOptimize a. No process is ever perfect and they need to evolve with the company. Keep that in mind! and-done.io
  • 10. 4. How to iterate and optimize a process „Itis not necessary to change. Survivial is not mandatory“ - W. Edwards Deming and-done.io
  • 11. 4. How to iterate and optimize a process (Examples) 1. Opportunities for improvements Fuck-Ups and almost Fuck-Ups Angry customers Losses of Revenue Additional costs Friction Points between stakeholders After Booking Finance takes too long to send out invoices Issues in analysis of process flow or requirements Scaling issues with additional stakeholders or multiplied transaction volume Sending a handcrafted email to every customer for 50 customers vs 5000 Newly available or newly economical tools Document generator for 1k EUR per month, uneconomical for 5 customers, great for 50000 customers and-done.io
  • 12. 2. Constantly analyze improvement opportunities and collect feedback Also actively seek feedback, don‘t just wait for it Escape feedback inertia: „Nothing will be improved anyways“ Try to link issues to the actual process step 3.Weigh relevance for conflicting need Establish process for objective weighting (The loudest is likely not the most important) In doubt always favor longterm process stability 4. Adapt process 5. Announce changes to all active and passive stakeholders Example 4. How to iterate and optimize a process (Examples) and-done.io
  • 13. Part 2: Process Automation: Optimization for Good and-done.io
  • 14. 1.What is Process Automation? „Automation of complex business processes by means of advanced technology to achieve higher process efficiency and save costs“ and-done.io
  • 15. 2.Why automate? 1. Less errors Wrong data entries, typos, wrongly filled documents 2. Scalability Growing requirements for larger amounts of customers etc. 3. Less costs No additional headcount for „monkeywork“ 4. Better tracking Automated processes can be precisely debugged as everything is clearly defined 5.Work ethic improvements Less repetitive work and more focus on meaningful problem solving and-done.io
  • 16. 3. Should I really waste Coding resources? 1. No, because it‘s not necessary, there are other ways to automate 2. No, because it‘s not the best way, there are better ways to automate 3. Integrated platforms as a service (IPaaS) like Zapier require no coding experience and can be used to build highly scalable and flexible automations 4. Focus tech-talent on product improvements and real competetive advanages (good processes can be a real competitive advantage but even then most steps can be done without coding – sometimes coding might be needed) and-done.io
  • 17. 4.What can be automated this way? Almost Everything Goal-Tracking Appointment Management Invoicing Finance Customer Notifications Reporting Stakeholder Communications Price-Calculation Lead-Acquisition Email Cycles Data Entry Record Syncing Alerts Logistics Management and-done.io
  • 18. 4.What can be automated this way? „But we have a special business model and we have specific requirements“ Your business might be special, your business processes most likely are not Two categories of automations 1. QuickWins 2. BigWins and-done.io
  • 19. Categories of Automations: QuickWins Simple automations that are mostly aimed at improving ones productivity Receive once every 3 hours a Slack message with the subjects and senders of all the received mails of the past 3 hours Extract the attachment of every incoming mail where the subject contains „invoice“ and store it in a dropbox folder Can be implemented in less than an hour and have almost no base requirements and-done.io
  • 20. Categories of Automations: BigWins Flows that automate complex business processes with many possible variations and integrated complexities Automate all client sided financing operations from collecting invoice data to generating and sending out invoices, payment reminders and matching incoming payment streams Automate an appointment booking system to match customer records with available appointments and inform partner over bookings Automatically move a customer through CRM stages dependent on his actions and create tasks for stakeholders if necessary Those automations create significant longterm business value but require strong foundations and a structured approach and-done.io
  • 21. How to automate BigWins 1. Do it step by step Break processes down into subprocesses that can be tackled individually Client side financing = Invoice generation + payment reminders + cashflow tracking 2. Foundations are established processes The first rule of any technology used in a business is that automation applied to an efficient operation will magnify the efficiency.The second is that automation applied to an inefficient operation will magnify the inefficiency.“ - BillGates and-done.io
  • 22. How to automate BigWins 3. Understand your processes and be able to map them out „If you can't describe what you are doing as a process, you don't know what you're doing.“ 4. Centralize or at least standardize your inputs Any relevant information can be found in trusted central system (CRM) Entry level: Pipedrive,Close.io etc. Pro level: Salesforce and-done.io
  • 23. How to automate BigWins 5. Ensure data and data format reliability Enforce data inputs with gentle nudges or validation rules Validations should be set up in way to prevent wrongly executed flows not to require all data just for keeps sake, otherwise stakeholders will lose buy in 6. Minimize the amount of free text strings Use Dropdowns/Picklist to structure your data and make it analyzeable and machine readable Free text strings should only be used for human <--> human interaction and-done.io
  • 24. How to automate BigWins 7. Build the automation Map out the different action and interactions between various information sources and action providers Structure of automation services can be really helpful and-done.io
  • 25. How to automate BigWins 7. Build the automation Keep the number of sources as low as possible to avoid friciton and minimize downtime risk Make sure that every information only has exactly one Source (ofTruth) Build step by step 8. Update process map and brief all stakeholders on changes and their new roles, include also stakeholders that were made redundant for this process Focus on benefits and emphasize need for high quality data entry and process compliance 9. Monitor and optimize,iterate and-done.io
  • 26. Is this really worth it? 1.Yes, it makes your processes more stable and scalable 2.Yes, it allows you to focus your tech talent on product development 3.Yes, it saves you money for additional operational FTE that cover „monkeywork“ 4.Yes, it‘s often easier than you think and-done.io
  • 27. Is this really worth it? ■ Case: Company that needs to create invoices that are too complicated for a simple invoice builder (too many inputs), Company scales from 500 invoices per month to 50000 ■ One accountant creates 500 invoices per month, gets 2000 EUR/Month ■ Manual Scenario: Hire 9 additional accountants = 18000 EUR/month add. Costs ■ Automation: Zapier: 300 EUR/Month + Document generationTool: 300 EUR/Month = 600 EUR/Month +Setup HR Cost (ca 500 EUR once) ■ Savings: 17400 EUR/Month and-done.io
  • 28. Thank you very much for your attention! „If you think you can do a thing or think you can't do a thing, you're right“ - Henry Ford and-done.io