SkarpSkarp

Chapter 13 of 20

Guiding Principles in Practice: Collaboration, Holism, Simplicity, and Automation

Complete your mastery of the guiding principles by exploring collaboration, holistic thinking, simplicity, and automation in the context of digital and AI-enabled services.

27 min readen

Orienting: Where These Principles Fit in the SVS

Finishing the Guiding Principles

This module deepens your understanding of four guiding principles: collaborate and promote visibility, think and work holistically, keep it simple and practical, and optimize and automate.

The Full List (Must Memorize)

The seven guiding principles are: 1) focus on value, 2) start where you are, 3) progress iteratively with feedback, 4) collaborate and promote visibility, 5) think and work holistically, 6) keep it simple and practical, 7) optimize and automate.

Where They Live in the SVS

Guiding principles influence every part of the service value system and every service value chain activity, shaping how digital and AI-enabled services are designed, run, and improved.

Your Goals in This Module

You will learn to explain and apply these four principles, link them to the other three, and spot common exam traps around collaboration, holism, simplicity, and automation.

Collaborate and Promote Visibility: Core Idea and Behaviours

What This Principle Means

Collaborate and promote visibility means involving the right stakeholders, sharing information openly, and making work observable so people can make better decisions.

Key Behaviours

Behaviours include cross-team workshops, shared backlogs, visual boards, dashboards, and regular reviews where people can ask questions and challenge assumptions.

Digital and AI Context

For digital and AI services, collaboration must span product, dev, ops, data science, security, legal, and suppliers, especially when using cloud or external AI models.

Exam Signal

On the exam, siloed teams or hidden work usually signal that collaborate and promote visibility is the missing or best-fit guiding principle.

Collaborate and Promote Visibility: Scenarios and Anti-Patterns

Scenario: AI Chatbot Failure

A data science team launches a chatbot without consulting service desk agents, so the bot uses outdated knowledge and frustrates users.

Fixing the Chatbot Case

Involve service desk, knowledge, security, and privacy roles; share training data plans and KPIs on a visible dashboard for joint review.

Scenario: Hidden Incident Trends

Incident lists are emailed weekly with no shared dashboard, so repeated failures in one microservice go unnoticed for weeks.

Fixing the Incident Case

Create a visible incident board with trends and owners, and run short cross-team reviews including dev, ops, and product.

Anti-Patterns

Watch for secrecy, unread reports, and one-way status updates. True collaboration is two-way and relies on visible, shared information.

Think and Work Holistically: Avoiding Sub-Optimization

Holistic Thinking Defined

Think and work holistically means viewing services and value streams as interconnected systems, not isolated parts or silos.

Link to the SVS

Holism asks how any change affects the whole service value system and all service value chain activities from plan to deliver and support.

Four Dimensions and Value Streams

You consider organization and people, information and technology, partners and suppliers, and value streams and processes together, end to end.

Sub-Optimization

Sub-optimization occurs when one part improves, like faster development, but overall outcomes suffer, such as more failures or security issues.

Exam Clues

Look for words like end-to-end, overall, or system-wide, or cases where one team gains while others are harmed: that points to think and work holistically.

Holism in Digital and AI Services: Value Stream View

Case: AI Fraud Detection

A bank builds an AI fraud model that catches more fraud but freezes many legitimate payments, overwhelming support and upsetting customers.

Local vs System Goals

The model was tuned for maximum fraud catch rate, a local metric, without balancing customer experience, support workload, or dispute processes.

Four Dimensions in Action

Holism would consider people (contact centre), technology (payments, CRM), partners (card networks), and value streams (dispute handling) together.

Holistic Fix

Map the value stream, define shared outcome metrics, involve cross-functional stakeholders, and roll out iteratively with feedback.

Exam Trap

Answers that only tweak the algorithm are non-holistic. Prefer answers that mention end-to-end impacts and multiple dimensions.

Keep It Simple and Practical: Designing Lean Digital Services

What Simplicity Means

Keep it simple and practical means using the minimum steps needed, removing unnecessary work, and designing clear, easy-to-use services.

Why It Matters for Digital and AI

Complex digital and AI architectures are harder to secure, monitor, explain, and regulate, and can frustrate users who just want quick outcomes.

Not Reckless Minimalism

The principle does not mean skipping essential security or compliance; it means designing those controls to be as simple and usable as possible.

Exam Clues

Look for stories of excessive approvals, unused documentation, or overlapping tools; good answers streamline while still managing risk.

Simplicity in Practice: Streamlining Digital Journeys

Case: Student Software Requests

A university portal uses long forms and three approvals for low-risk software, leading to 10-day waits and many abandoned requests.

Identifying Unnecessary Complexity

Many fields are irrelevant, approvals exceed the actual risk, and IT staff re-enter data into multiple tools.

Simplifying the Flow

Auto-approve low-risk software, shorten and pre-fill forms, and integrate license and device checks into one portal.

Outcomes and Exam Link

The process becomes faster and clearer; on the exam, such streamlining is a classic application of keep it simple and practical.

Optimize and Automate: Especially for AI-Enabled Services

Two Parts: Optimize, Then Automate

Optimize and automate means first improving a process or service, then using technology to automate safe, repetitive parts.

Targets for Automation

Good candidates include repetitive manual tasks like password resets, routine monitoring, and predictable deployment steps.

Human vs Machine

You must decide where humans provide judgement, empathy, or oversight, especially for AI systems making impactful decisions.

Exam Nuance

Automation must still focus on value and consider the whole system; blindly automating a bad process is not applying this principle correctly.

Optimize and Automate: From Manual Work to Smart Flows

Manual Incident Handling

Engineers manually log incidents from emails, inspect logs, and run repeated commands, leading to slow, inconsistent responses.

Optimization First

They map the current flow, pick one high-volume, low-risk incident type, and standardize diagnosis and resolution steps.

Adding Automation

Monitoring detects known patterns, auto-creates tickets, runs safe scripts, and only escalates to humans when automation fails.

Bringing in Other Principles

They focus on value, start where they are, progress iteratively with feedback, collaborate, and think holistically about change and security.

Exam Takeaway

Strong answers often show optimize and automate working together with the other guiding principles in a single improvement effort.

Quick Check: Matching Principles to Situations

Test your ability to recognize which guiding principle best fits a situation. Focus on the four highlighted in this module.

A team wants to introduce an AI-based recommendation engine in a shopping app. They have designed a very complex approval workflow with five separate committees, long documents, and many manual checks. Users are waiting months for improvements. Which guiding principle should be emphasized FIRST to improve this situation?

  1. Collaborate and promote visibility
  2. Think and work holistically
  3. Keep it simple and practical
  4. Optimize and automate
Show Answer

Answer: C) Keep it simple and practical

The main problem is excessive complexity in the approval workflow for straightforward improvements. The principle "keep it simple and practical" directly addresses removing unnecessary steps and designing lean, usable processes. Collaboration, holism, and automation may also help, but simplifying the process is the primary need.

Quick Check: Avoiding Sub-Optimization

Another short quiz to reinforce holistic thinking and the correct use of automation.

Operations has automated server restarts whenever CPU usage is high. This reduced alerts, but now critical analytics jobs are frequently interrupted, and data scientists complain about failed runs. Which guiding principle was MOST neglected?

  1. Focus on value
  2. Think and work holistically
  3. Progress iteratively with feedback
  4. Optimize and automate
Show Answer

Answer: B) Think and work holistically

The team automated a local fix (restarting servers) without considering the wider impact on analytics workloads and business outcomes. This is a classic case of sub-optimization. "Think and work holistically" was neglected; they should have looked at end-to-end value streams and multiple stakeholders before deciding what to automate.

Flashcards: Guiding Principles in Practice

Flip these cards to reinforce key ideas about the four principles and how all seven interact.

Collaborate and promote visibility
Involve the right stakeholders, share information openly, and make work observable so people can make better, faster decisions and improvements.
Think and work holistically
View services and value streams as interconnected systems; consider end-to-end value, all four dimensions, and avoid local optimizations that harm overall outcomes.
Keep it simple and practical
Use the minimum number of steps needed, remove unnecessary work and complexity, and design clear, usable processes and controls that still manage risk.
Optimize and automate
Improve and streamline processes first, then automate appropriate parts to reduce toil and increase reliability, while keeping human oversight where needed.
Sub-optimization
Improving one part of a system (e.g., a team or component) in a way that reduces the performance or value of the system as a whole.
Example of collaboration in AI services
Designing a chatbot by involving service desk agents, knowledge managers, security, and legal, and sharing performance dashboards across teams.
When to suspect "keep it simple and practical" on the exam
When you see too many approvals, long unused documents, overlapping tools, or heavy processes applied to low-risk, routine work.
Relation between "progress iteratively with feedback" and automation
You should roll out automation in small increments, gather feedback and metrics, and adjust before scaling to avoid large-scale failures.
How guiding principles interact
They reinforce each other; for example, you collaborate and promote visibility to understand value, think holistically about impacts, keep designs simple, then optimize and automate iteratively.

Bringing All Seven Guiding Principles Together

The Full Set of Seven

Remember the order: focus on value, start where you are, progress iteratively with feedback, collaborate and promote visibility, think and work holistically, keep it simple and practical, optimize and automate.

Example: AI Incident Triage

An AI triage project can apply all seven principles, from defining value and starting with current data to collaborating, simplifying, and then automating.

Choosing the Best-Fit Principle

On exam questions, several principles may apply, but the correct answer targets the main problem, such as complexity, silos, or local optimization.

Your Next Study Moves

Use your next diagnostic or mock exam to test these concepts; your gap guide and spaced review queue will reinforce any principles you mix up.

Key Terms

service
A means of enabling value co-creation by facilitating outcomes that customers want to achieve, without the customer having to manage specific costs and risks.
value co-creation
The joint activities performed by a service provider and a service consumer to create value.
service value chain
A set of interconnected activities that an organization performs to deliver a valuable product or service to its consumers and to facilitate value realization.
service value system
A model representing how all the components and activities of an organization work together as a system to enable value creation.
continual improvement
A recurring activity performed at all levels to ensure that an organization’s performance continually meets stakeholders’ expectations.
optimize and automate
A guiding principle that encourages organizations first to improve and streamline their processes and services, and then to use technology to automate appropriately, reducing manual effort and increasing reliability.
think and work holistically
A guiding principle that encourages organizations to consider the whole, interconnected system of services, value streams, and stakeholders, rather than optimizing isolated parts.
keep it simple and practical
A guiding principle that encourages organizations to eliminate unnecessary complexity, use the minimum number of steps to achieve objectives, and design clear, usable processes and controls.
collaborate and promote visibility
A guiding principle that emphasizes involving the right stakeholders, encouraging open communication, and making work and information visible so people can make better decisions.

Finished reading?

Test your understanding with a custom practice exam on this chapter.

Test yourself