@quietloudlab/ai-interaction-atlas 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/data.js CHANGED
@@ -494,7 +494,7 @@ var AI_TASKS = [
494
494
  }
495
495
  },
496
496
  implementation_notes: { maturity: "established", typical_latency: "batch", data_requirements: "large", human_oversight: "recommended" },
497
- ux_notes: { risk: "Missing key details or introducing bias", tip: "Allow length adjustment and highlight source attribution", anti_patterns: ["No way to trace claims back to sources"] },
497
+ ux_notes: { risk: "Missing key details or introducing bias", tip: "Allow length adjustment and highlight source attribution", anti_patterns: ["No way to trace claims back to sources", "Blending contradictory sources instead of surfacing conflict"] },
498
498
  capabilities: [
499
499
  { name: "Text Generation", tag: "text-generation", example: "Summarizing a long email thread into bullet points" },
500
500
  { name: "Summarization", tag: "summarization", example: "Generating a brief abstract for a research paper" },
@@ -524,7 +524,7 @@ var AI_TASKS = [
524
524
  }
525
525
  },
526
526
  implementation_notes: { maturity: "emerging", typical_latency: "realtime", data_requirements: "large", human_oversight: "recommended" },
527
- ux_notes: { risk: "False confidence in incorrect verdicts", tip: "Cite evidence sources directly", anti_patterns: ["Verifying creative writing", "Using for sentiment analysis"] },
527
+ ux_notes: { risk: "False confidence in incorrect verdicts", tip: "Cite evidence sources directly", anti_patterns: ["Verifying creative writing", "Using for sentiment analysis", "Verifying between contested sources with no ground truth"] },
528
528
  capabilities: [
529
529
  { name: "Zero-Shot Classification", tag: "zero-shot-classification", example: "Checking if a response contradicts the provided source text" },
530
530
  { name: "Question Answering", tag: "question-answering", example: "Verifying if the answer 'Yes' is supported by the policy document" },