AntiPattern
Silent Empty Results
silent-empty-fail-open
Tool calls and API pipeline stages fail open by returning empty/zero allocations or null without surfacing contract or transport errors; downstream clients treat the empty output as a normal fallback, hiding mis-normalized args, schema mismatches, rate limiting, or resource-kill symptoms.