Bycatch Aware Selective Intervention Design¶
When a selector catches more than its intended target, count the non-target capture, redesign the selector, and make success depend on bycatch reduction as well as target yield.
One-line summary¶
When a selector catches more than its intended target, count the non-target capture, redesign the selector, and make success depend on bycatch reduction as well as target yield.
When to use it¶
Use this archetype when a net, rule, classifier, filter, inspection program, eligibility screen, enforcement campaign, or extraction process is aimed at one target class but also captures or harms adjacent non-target classes. The defining warning sign is a target-centered scorecard: the system can look successful because it catches the intended target while non-target harm is invisible, delayed, dismissed, or externalized.
Core pattern¶
A selective intervention creates a boundary between target and non-target, but that boundary is imperfect in the real operating environment. Cues overlap, proxies are noisy, time and location windows are crude, and edge cases move through the same channels as true targets. If the metric only counts the target yield, operators have an incentive to widen the net rather than sharpen the selector.
Bycatch-aware design makes the collateral capture legible. It defines non-target classes, tests the selectivity window, records capture rate and harm, provides exclusion or release paths, assigns ownership, and changes the success metric so target yield cannot improve by quietly consuming non-targets.
Key components¶
| Component | Description |
|---|---|
| Target Class Definition ↗ | Name exactly what the selector is supposed to catch, flag, remove, admit, or affect. The definition must be operational enough to test. |
| Non-Target Class Register ↗ | List valuable, protected, vulnerable, adjacent, invisible, or operationally important classes that may be captured despite not being the target. |
| Selector Specificity Profile ↗ | Document the cues, proxies, thresholds, time windows, spatial bounds, data features, or procedural rules that determine what the selector actually captures. |
| Selectivity Window Boundary ↗ | Identify where the selector is reliable and where target/non-target cue overlap makes bycatch likely. |
| Bycatch Rate and Harm Ledger ↗ | Record non-target capture frequency, severity, reversibility, distribution, and downstream burden. Treat bycatch as data, not anecdote. |
| Expanded Success Metric ↗ | Put non-target harm on the same scorecard as target yield. A selector that catches more targets by increasing collateral capture should not be scored as simply better. |
| Exclusion or Escape Pathway ↗ | Provide a way for non-targets to avoid capture, be released, appeal, be restored, or be compensated. Size the pathway for real expected volume. |
| Selector Refinement Feedback Loop ↗ | Use bycatch evidence to sharpen cues, narrow windows, change thresholds, improve training data, or replace the method. |
Common mechanisms¶
A Non-Target Impact Pre-Mortem asks who else may be captured. A Selectivity Window Test probes selector specificity before scale-up. A False-Capture Audit samples caught cases to estimate bycatch. A Bycatch Rate Dashboard places non-target harm next to target yield. A Negative Filter or Exclusion Device keeps known non-targets out. An Escape Hatch or Release Protocol removes non-targets and feeds learning back into the selector. A Success Metric Reweighting penalizes bycatch. A Bycatch Tolerance Stop Rule suspends or narrows the intervention when harm crosses the agreed bound.
Boundary with nearby archetypes¶
This draft is close to accepted error_tradeoff_calibration, but the emphasis differs. Error tradeoff calibration chooses thresholds from false-positive and false-negative costs. Bycatch-aware design adds the surrounding governance pattern: non-target class ecology, target-only metric repair, release or exclusion pathways, harm ownership, and selector retuning.
It is also near hidden_type_screening, adverse_selection_filtering, and externality_internalization. Those archetypes cover screening, pool protection, and external cost responsibility. This draft focuses specifically on the bycatch structure: an imperfect target selector captures adjacent non-targets and hides that harm behind target-yield success.
Practical recipe¶
- Define the target class and target action.
- Register exposed non-target classes.
- Map the cues, proxies, thresholds, windows, and channels used by the selector.
- Test the selectivity window before and after changes.
- Measure non-target capture rate, severity, reversibility, and distribution.
- Add exclusion, escape, release, appeal, compensation, or restoration mechanisms.
- Revise success metrics so target yield is scored together with bycatch cost.
- Assign a harm owner and retune, suspend, or replace the selector when bycatch exceeds tolerance.
Example¶
A fishery targets one species, but the gear also captures turtles and juvenile fish. The original dashboard tracks target tonnage and compliance actions, so the operation appears to improve. Applying this archetype, the regulator defines non-target classes, samples catch composition, maps bycatch by gear type and season, adds exclusion devices and release protocols, and changes the scorecard so target catch is discounted by non-target harm. When the bycatch threshold is exceeded, the gear rule is retuned before the next deployment.
Failure modes¶
The common failures are target-yield tunnel vision, anecdote dismissal, overbroad retuning, paper escape hatches, proxy-discrimination bycatch, and compensation-only normalization. The safest posture is to assume every selector has finite specificity, then prove that non-target capture is measured, bounded, repaired, and used to improve or replace the method.
Common Mechanisms¶
- Bycatch Rate Dashboard
- Bycatch Tolerance Stop Rule
- Compensation and Restoration Trigger
- Escape Hatch or Release Protocol
- False-Capture Audit
- Negative Filter or Exclusion Device
- Non-Target Impact Pre-Mortem
- Non-Target Sentinel Sampling
- Selectivity Window Test
- Selector Retuning Cycle
- Success Metric Reweighting
Compression statement¶
Bycatch-Aware Selective Intervention Design applies when a net, filter, rule, classifier, campaign, enforcement program, procurement screen, or extraction process aims at one target class but also captures non-target classes because specificity is finite. The intervention expands the design from target yield to target yield plus non-target protection: define target and non-target classes, map the selectivity window, measure false capture, add escape or exclusion mechanisms, revise success metrics, and create feedback that retunes the selector before collateral harm becomes normalized.
Canonical formula: imperfect_selector + adjacent_non_target_classes + target_only_success_metric + hidden_capture_harm + bycatch_ledger + selectivity_refinement + escape_or_exclusion_path -> responsible_selective_intervention
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 (8)
- Bycatch: A selective process aimed at one target class also captures non-target classes because of the selector's finite specificity, and the harm persists because the success metric counts only the target.
- Externality: Spillover effects.
- Feedback: Outputs influence inputs.
- Measurement: Mapping a target's attribute onto a scale via an instrument and procedure, yielding a value-plus-uncertainty tied to a unit and frame.
- Metric: A distance function on pairs obeying non-negativity, symmetry, and the triangle inequality.
- Screening: Inducing self-revelation.
- Selectivity Window: A process discriminates among targets only inside a bounded operating range of a control parameter, and loses or reverses that discrimination outside it.
- Type I & Type II Errors: False positive/negative.
Also references 15 related abstractions
- Accountability: Responsibility for actions.
- Boundedness: Values remain within limits.
- Catalysis: A facilitator lowers the barrier of a permitted-but-slow transformation on a specific pathway and returns unconsumed each cycle, so a small quantity transforms a large substrate over many turnovers.
- Classification: Sorting entities into discrete categories by explicit rules, turning unbounded variation into a finite, reusable map for downstream reasoning and action.
- Constraint: Limits possibilities to guide outcomes.
- False Positive Paradox: Under a rare base rate, most positive flags are wrong even when the detector is highly accurate.
- Funnel Analysis: Reading per-stage attrition across an ordered sequence to localize where a population is lost and which stage binds the final yield.
- Observability: Infer internal state externally.
- Path Dependence: Outcomes are shaped by the specific historical sequence of past choices, which lock in consequences and foreclose alternatives that persist despite present incentives to change.
- Resource Management: Allocation of finite assets.