2534 Ambiguity Resolution 4a7f95ba

Ambiguity Resolution

tools-only Updated 7 repo stars

File contents

Ambiguity Resolution

Opus: Selects the most contextually appropriate interpretation of ambiguous input. Weighs multiple factors silently.

Haiku: May pick any valid interpretation, often the most literal one. Inconsistent across runs.

Mitigation: Provide explicit disambiguation rules.

If the input could mean X or Y, default to X unless the input
explicitly contains [specific signal for Y].

Always enumerate interpretations and assign a default. Haiku will not weigh contextual clues to choose — it needs a decision rule.

tools-only/X-Skills/tree/main/other/2534-ambiguity-resolution_4a7f95ba commit 56eff6ee7f

Frequently asked questions

npx skillmds@latest add tools-only/2534-ambiguity-resolution-4a7f95ba