Lesson 106 of 170

Choose the smallest responsible operating model

Martinez AI Studios Academy

Match support promises, response triggers, authorized actions, closure evidence, ownership, and boundaries to product needs and team capacity.

1540. Lesson identity

Module
4.2 — Live ops
Lesson
Choose the smallest responsible operating model
Academic type
Systems
Schema type
Text
Order
2 of the module
Estimated time
35–50 minutes, including practice

1541. Learning objective

After this lesson, you can compare three operating-model options and justify a proportionate model that matches product needs, support promises, decision paths, and team capacity.

1542. Why this matters

An operating model becomes risky when a team promises more support than it can reliably provide. A small product may need a named owner, one monitored support path, and a few response rules. It may not need continuous coverage, recurring content, or a large service stack.

The smallest responsible model is not the least possible work. It is the smallest set of commitments and mechanisms that protects the product’s important player experiences while remaining feasible for the team.

1543. Prior knowledge

You should be able to distinguish bounded post-release maintenance from live ops and identify responsibilities, decision paths, evidence, and commitments. You should also be able to describe the release surface: supported platforms, critical player paths, operational risks, and available roles.

1544. Core concept

Build the model from product needs rather than familiar industry routines. For each retained or reduced responsibility, specify:

  1. Need: What player experience must be protected?
  2. Promise: What support or response will the team provide?
  3. Response trigger: What observable condition starts the response?
  4. Action or decision: What is the smallest useful intervention, and who authorizes it?
  5. Owner and fallback: Who acts first, and who decides if that person is unavailable?
  6. Closure evidence: What observable condition shows that the response is contained, resolved, or deliberately deferred?
  7. Capacity boundary: When must the team narrow, defer, or stop the response?

Do not combine the response trigger with closure evidence. A report containing reproducible steps may trigger review; a verified workaround, corrected build, documented deferral, or inability to reproduce after defined checks may close the response. The exact evidence must fit the responsibility being designed.

A statement such as “We monitor everything and respond quickly” is not an operating model. A bounded statement identifies the official path, schedule, trigger, authorized decision, owner, fallback, closure condition, and exclusions.

1545. Promise–Capacity Fit worksheet

Product need Player-facing promise Response trigger Action or decision and authorizer Owner and fallback Closure evidence Capacity boundary
What must be protected? What will players reasonably receive? What starts the response? What is the smallest intervention, and who may approve it? Who acts first, and who takes the decision if needed? What proves containment, resolution, or explicit deferral? What is outside coverage or exceeds capacity?

Apply the retain, reduce, remove test:

  • Retain a responsibility when it protects a critical player path or addresses a foreseeable high-impact failure.
  • Reduce it when the need is valid but the proposed coverage, cadence, response time, or supported surface exceeds capacity.
  • Remove it when it creates activity without protecting a defined product need.

1546. Consolidated comparison matrix

Use this matrix once to compare product form, operating option, protection, and burden. Do not perform a separate product-form comparison later.

Product form Candidate operating option Protection retained Promise or capacity burden deliberately avoided
One-time release Self-service and release notices Documentation, known-issue information, and essential release communication No routine individual response or continuing content cadence
Maintenance-patch release Bounded scheduled support A defined path for compatibility or defect reports and bounded patch decisions No continuous monitoring or automatic commitment to recurring updates
Live-service product Continuous live-service support, only when required and sustainable Ongoing services, cadence, or operational dependencies needed by the product No unsupported channel, response-time, or content promise beyond available capacity

These are starting points, not automatic assignments. If a one-time release contains a critical failure that requires a response path, self-service alone may be insufficient. If a product does not depend on ongoing operation, continuous support may add obligations without protecting a real need.

1547. Worked example

Consider a fictional single-player release with local saves, one storefront build, one official support inbox, and a small team able to review reports on scheduled weekdays.

The team recommends bounded scheduled support. It rejects continuous support because the product has no stated dependency on continuous operation and the team cannot sustain continuous coverage. Continuous support would become appropriate only if the product later depended on an ongoing service that required that coverage.

Three needs are classified as follows:

  • Launch-blocking reports: retain.
  • General feedback across every social channel: reduce to one official inbox.
  • Weekly content events: remove because no supplied product need requires them.

One completed responsibility row:

Product need Player-facing promise Response trigger Action or decision and authorizer Owner and fallback Closure evidence Capacity boundary
Launch-blocking reports The official inbox is reviewed on scheduled weekdays, with launch blockers prioritized. A report identifies the build and includes reproducible launch-failure evidence. The support owner records and reproduces the issue; the release owner authorizes a workaround, correction, or deferral. Support owner; release owner is the decision fallback. A workaround is verified, a corrected build passes the relevant check, or the release owner records a reasoned deferral and communication action. No continuous monitoring and no promise of an immediate code change.

Notice that the trigger starts the response, while closure evidence establishes how it ends. The action is also separate from authorization: the first responder may investigate, but a named decision owner authorizes a release change or deferral.

1548. Guided practice

Create a one-page operating model using the fictional release constraints above or equivalent constraints supplied by your instructor.

  1. Use the consolidated matrix to compare the three operating options: self-service and release notices, bounded scheduled support, and continuous live-service support.
  2. Recommend the smallest responsible option. State one rejected alternative and the condition that would make it appropriate.
  3. Identify exactly three operational needs and mark each retain, reduce, or remove.
  4. Use the completed launch-blocker row as a model. Write two additional rows for retained or reduced needs. Each row must separate the response trigger, authorized action or decision, and closure evidence.
  5. Write one explicit non-promise covering a channel, cadence, platform, response time, or request type.
  6. Check feasibility. If no available role can own or authorize a response, narrow, defer, or remove the promise.

Your recommendation must include a consequential trade-off, such as scheduled review instead of continuous coverage, one official support path instead of several, or a verified workaround instead of an immediate code change for a noncritical issue.

1549. Validation and evidence

A complete operating-model artifact contains:

  • One consolidated comparison of the three operating options and product forms.
  • A recommended model based on supplied product and capacity constraints.
  • One rejected alternative and the condition that would make it appropriate.
  • Three needs with retain, reduce, or remove decisions.
  • The completed example row and two learner-authored responsibility rows.
  • For each learner-authored retained or reduced row: a promise, response trigger, smallest action or decision, authorizer, owner, fallback, closure evidence, and capacity boundary.
  • One explicit non-promise.
  • One consequential trade-off.

Another team member should be able to determine what starts each response, who acts, who authorizes the consequential decision, what the smallest intervention is, what observable condition closes or defers the response, and what the team does not promise.

The knowledge check is formative. Submit the operating-model artifact for the scored practical assessment associated with this lesson.

1550. Key takeaways

  • Choose responsibilities from product needs, not copied live-service routines.
  • Separate response triggers from closure evidence.
  • State the smallest useful action or decision and who authorizes it.
  • Retain critical protection, reduce oversized commitments, and remove activity without a defined purpose.
  • A responsible model makes ownership, fallback paths, limits, and non-promises inspectable.

1551. Next lesson

Continue to 4.3 — Observability. The retained risks, response triggers, authorized actions, and closure evidence in this model become inputs for the next lesson’s observable operational questions.

1552. Knowledge check

Answer these items for yourself before reading the answers.

What makes an operating model proportionate?

  • A. It includes every support activity used by larger live-service teams.
  • B. It minimizes all post-release work, regardless of player impact.
  • C. It protects important product needs with explicit promises, ownership, evidence, actions, and capacity limits.
  • D. It promises rapid responses through every available communication channel.
Show answer and feedback

Answer: It protects important product needs with explicit promises, ownership, evidence, actions, and capacity limits.

Why: Proportion depends on the fit among product needs, promises, ownership, evidence, authorized actions, boundaries, and actual capacity.

A small team cannot monitor every social channel. What is the most responsible response?

  • A. Select an official channel, define its review schedule, and state that other channels are not official support paths.
  • B. Promise continuous monitoring and decide later how to staff it.
  • C. Ignore all reports because complete coverage is impossible.
  • D. Add more channels so no individual channel appears neglected.
Show answer and feedback

Answer: Select an official channel, define its review schedule, and state that other channels are not official support paths.

Why: Narrowing the official support surface and defining a review schedule turns an unmanageable promise into a bounded commitment.

Which statement correctly distinguishes a response trigger from closure evidence?

  • A. The trigger starts the response; closure evidence shows that it was contained, resolved, or deliberately deferred.
  • B. The trigger authorizes any release change; closure evidence names the support channel.
  • C. The trigger and closure evidence should always be the same observation.
  • D. Closure evidence is optional when a responsibility has a named owner.
Show answer and feedback

Answer: The trigger starts the response; closure evidence shows that it was contained, resolved, or deliberately deferred.

Why: A trigger defines when work begins. Closure evidence defines the observable condition under which the response ends or is explicitly deferred.

When should a proposed operating responsibility be removed?

  • A. When it is difficult but protects a critical player path.
  • B. When a larger team uses a similar responsibility.
  • C. When it requires a named authorizer and closure evidence.
  • D. When it creates activity without protecting a defined product need.
Show answer and feedback

Answer: When it creates activity without protecting a defined product need.

Why: Removal is appropriate when the activity has no defined protective purpose. Difficulty alone does not justify removal.

Support