@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 +2 -2
- package/dist/data.js.map +1 -1
- package/dist/data.mjs +2 -2
- package/dist/data.mjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -492,7 +492,7 @@ var AI_TASKS = [
|
|
|
492
492
|
}
|
|
493
493
|
},
|
|
494
494
|
implementation_notes: { maturity: "established", typical_latency: "batch", data_requirements: "large", human_oversight: "recommended" },
|
|
495
|
-
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"] },
|
|
495
|
+
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"] },
|
|
496
496
|
capabilities: [
|
|
497
497
|
{ name: "Text Generation", tag: "text-generation", example: "Summarizing a long email thread into bullet points" },
|
|
498
498
|
{ name: "Summarization", tag: "summarization", example: "Generating a brief abstract for a research paper" },
|
|
@@ -522,7 +522,7 @@ var AI_TASKS = [
|
|
|
522
522
|
}
|
|
523
523
|
},
|
|
524
524
|
implementation_notes: { maturity: "emerging", typical_latency: "realtime", data_requirements: "large", human_oversight: "recommended" },
|
|
525
|
-
ux_notes: { risk: "False confidence in incorrect verdicts", tip: "Cite evidence sources directly", anti_patterns: ["Verifying creative writing", "Using for sentiment analysis"] },
|
|
525
|
+
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"] },
|
|
526
526
|
capabilities: [
|
|
527
527
|
{ name: "Zero-Shot Classification", tag: "zero-shot-classification", example: "Checking if a response contradicts the provided source text" },
|
|
528
528
|
{ name: "Question Answering", tag: "question-answering", example: "Verifying if the answer 'Yes' is supported by the policy document" },
|