Task and baseline
Define observable success and compare against the current process or a simpler method. Include typical, rare, ambiguous and adversarial cases.
Sección 4 · Verificación
Una demo impresionante no demuestra fiabilidad. Usa casos representativos, una baseline, análisis de fallos y umbrales explícitos.
Define observable success and compare against the current process or a simpler method. Include typical, rare, ambiguous and adversarial cases.
Measure task utility, factual support, citation validity, consistency and appropriate abstention. A single average can hide severe failures.
Test direct and indirect prompt injection, malicious retrieved content, tool abuse, data disclosure and privilege boundaries. Treat all model output as untrusted input.
Track end-to-end latency, tail latency, token and tool cost, availability and recovery. Version models, prompts, tools, policies, data and evals together.
Start with limited permissions and users, observe real outcomes, keep a deterministic or human fallback, and define circuit breakers and rollback before promotion.
Define risk
Build representative set
Run baseline and candidate
Review failures
Gate and monitor
Separate construction from evaluation when possible. For variable outputs, repeat tests and examine distributions and worst cases—not only the best example.
Choose one LLM feature and build a small predeployment gate.
To learn whether added model complexity materially improves the current or simpler process under the same criteria.
Injection can still disclose data, corrupt answers or abuse any available read tools; least privilege limits but does not erase risk.
At minimum the model, parameters, prompts, tool contracts, policies, evaluation data and scoring method.