Intermittent Sampling¶
Sample periodically or irregularly to detect intermittent states that continuous monitoring cannot afford or guarantee.
The Diagnostic Story¶
Symptom: The problem is real — people report it, the data shows traces of it — but every direct inspection finds normal conditions. Evidence appears in bursts and then vanishes, leaving no consistent picture. Repeated checks always catch the same partial view, so the failure can neither be confirmed nor ruled out. Debate stalls on whether the phenomenon is genuine because proof is sporadic and disappearing.
Pivot: Accept that observation will be incomplete, then deliberately design when, where, and how samples are taken. Define the interval or trigger, the detection window, what counts as a positive, and what happens next when one is found.
Resolution: Intermittent conditions become observable enough to diagnose or govern. Continuous monitoring costs are avoided where full coverage was never achievable. As the design improves over iterations, the debate shifts from anecdotal claims to sampled evidence and positive detections drive earlier, defined responses.
Reach for this when you hear…¶
[clinical diagnostics] “The arrhythmia only shows on a 24-hour Holter, not on the 12-lead we do in the office -- you have to catch it when it is actually happening.”
[network operations] “Packet loss that is gone by the time I run a trace is still packet loss -- I need periodic captures at the right interval, not just a ping when someone complains.”
[quality inspection] “We cannot test every unit off the line, but if we sample at the right points in the shift we will catch the drift before it becomes a batch failure.”
When This Archetype Applies¶
Partial catalog groundingSome structural conditions are represented by existing abstractions, but no sufficient condition set is fully represented.
Diagnostic problem
The relevant event or state appears in bursts or intermittent episodes, making ordinary observation miss it.
What this problem means
The structural problem is a mismatch between **episode duration** and **observation availability**. The event exists, but not long enough or predictably enough for the normal observation rhythm to catch it. Reports accumulate without proof, failures vanish before inspection, and the system confuses “not seen” with “not real.”
This pattern often appears when bursts, rare events, compliance lapses, symptoms, or defects are real but irregular. The organization may overreact by monitoring everything continuously, or underreact by dismissing reports because scheduled reviews show normal conditions. Intermittent Sampling creates a middle path: bounded observation designed around the intermittent nature of the target.
Show the applicability expression
Applicability expression4 distinct conditions
groundedpartly groundedopen
4 conditions, all required.
4Required in every casenumbered 1–4
These hold no matter which pattern applies.
Sparse target bursts · grounded
The target state appears in sparse, irregular bursts separated by near-baseline periods.
The source archetype describes the situation as follows: The target state appears briefly, irregularly, or in bursts. The normalized requirement above isolates the load-bearing portion used in this condition set.
Costly continuous monitoring · open
Continuous monitoring is too costly, noisy, intrusive, risky, or unavailable.
Use this archetype when the system repeatedly says, “The problem happens, but never when we are looking.” It fits situations where continuous monitoring is too expensive, intrusive, noisy, or technically impossible, yet waiting for normal review misses the condition. The narrower requirement in this condition set is: Continuous monitoring is too costly, noisy, intrusive, risky, or unavailable.
Late anecdotal evidence · 2 cases · 0 matched
Existing evidence of the target state is anecdotal or arrives too late.
The source archetype describes the situation as follows: Existing evidence is anecdotal or delayed. The normalized requirement above isolates the load-bearing portion used in this condition set.
Observation-reactive event · grounded
Predictable observation may alter the intermittent event being measured.
The source archetype describes the situation as follows: The event may be influenced by predictable observation. The normalized requirement above isolates the load-bearing portion used in this condition set.
Other requirements and context (1)
Why these sit outside the expression
Application gate — it governs whether applying the archetype is appropriate or material, rather than defining the structural problem itself.
Application gateA follow-up action depends on confirming the intermittent condition.
Coverage
2 of 4 conditions grounded · 2 open.
Mechanisms / Implementations¶
- Spot Checks: Implement short bounded observations.
- Randomized Audits: Use unpredictability to reduce gaming and patterned blind spots.
- Canary Probes: Are lightweight signals or tests placed in the system to reveal whether an intermittent state may be occurring.
- Diagnostic Sampling: A targeted measurement method used when an intermittent condition is suspected but cannot be observed continuously or reproduced reliably.
- Burst Capture Logging: Temporary or conditional logging that increases observational density around suspected bursts so short-lived episodes leave usable evidence.
- Rotating Inspections: Sample different units, sites, teams, or subsystems over time.
- Sentinel Surveys and Temporary Sensors: Sentinel surveys gather evidence from selected people, locations, or institutions that are likely to show early signal.
- Canary Probe: A lightweight probe placed in a system to periodically or conditionally reveal whether an intermittent failure, exposure, or degradation is occurring.
- Randomized Audit
- Rotating Inspection: A rotating schedule that samples different sites, teams, units, or subsystems over time to broaden coverage without inspecting all of them at once.
- Sample Review Dashboard: A dashboard that summarizes sample frequency, detections, misses, coverage gaps, and follow-up status so the sampling regime can be tuned.
- Sentinel Survey: A recurring or opportunistic survey of selected sentinels that provides signal about intermittent experiences, symptoms, or behaviors in a larger population.
- Spot Check: A short, bounded inspection of selected cases or moments used to catch intermittent defects, lapses, or state changes without monitoring everything continuously.
- Temporary Sensor Deployment: A time-limited or condition-triggered instrument that samples a location, device, process, or environment when permanent instrumentation is too costly.
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (3)
- Intermittency: Irregular bursts.
- Observability: Infer internal state externally.
- Sampling (Representativeness): Representative subset selection.
Also references 14 related abstractions
- Adaptive Capacity: Ability to change.
- Approximation: Good-enough representation.
- Confidence Intervals: Range of plausible values.
- Data Integrity: Accuracy and consistency preserved.
- Feedback: Outputs influence inputs.
- Foreseeing (Prediction): Predict future states.
- Hypothesis Testing (Null vs. Alternative): Null vs alternative evaluation.
- Pattern Recognition: Identify regularities.
- Periodicity: Regular cycles.
- Randomness: Model unpredictability.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Scheduled Intermittent Sampling · temporal variant · recognized
Sampling at planned intervals to make intermittent states visible without continuous monitoring.
Randomized Intermittent Sampling · implementation variant · recognized
Sampling at unpredictable times or cases to reduce bias, gaming, and patterned misses.
Triggered Intermittent Sampling · temporal variant · recognized
Opening a sample window when a proxy signal suggests the intermittent state is likely to appear.
Sentinel Sampling · scale variant · recognized
Sampling selected sentinel locations, actors, devices, or cases that are likely to reveal intermittent states earlier or more cheaply than broad coverage.
Burst-Window Sampling · risk or failure variant · candidate
Sampling densely during suspected burst windows and sparsely outside them.
Editorial Notes¶
Problem Classification¶
Classification: Observability, Measurement & Feedback Gaps → Temporal Sampling, Decay & Transition Resolution
Problem kernel: sampling cadence misses burst-like states
Rationale: Observation windows are too sparse or poorly synchronized with intermittent episodes to resolve the event.
Independent corroboration: The earliest necessary condition in the frozen evidence is: The relevant event or state appears in bursts or intermittent episodes, making ordinary observation miss it. That is a temporal sampling decay and transition resolution problem because Observation cadence or anchoring does not match state dynamics, so brief events, decaying effects, accumulated drift, and approaching transitions are missed.
Review outcome: Independent reviewer agreement; high confidence.