Ether Solutions

Junior Exercise 5 - Incident Triage Warm-Up

This page is generated from the published markdown artifact and keeps navigation inside the site where possible.

Search the site

Client-side search across published titles and page content. No server required.

Type two or more characters to search the published package.

Rating

Purpose

Practice using AI as a thinking partner during early incident triage without letting it create false certainty.

Scenario

After a deployment, confirmation emails are delayed.

Available signals:

Worker pseudocode:

sendEmail(message)
if failure:
  retry in 30 seconds
  mark attempt count + 1
if attempt count > 3:
  move to dead-letter queue

Task

Use AI to help generate:

Then decide what you would and would not conclude yet.

Expected output

Good AI uses

Verification focus

Anti-patterns to watch

Debrief prompts