Guardrailed timing/impact AI follow-ups (post-validation) #21
Labels
No labels
area:ai
area:ci-cd
area:notifications
area:observability
area:public-pages
backlog
bug
duplicate
enhancement
help wanted
invalid
question
type:decision
type:feature
type:infra
type:maintenance
type:security
v1.0.1
v1.1.0
v1.2.0
v1.3.0
v2.0.0
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rbrooks/WeatherBot#21
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Target release: v1.3.0
After accuracy validation, enable cautious, source-grounded timing/impact follow-ups per the AI summarization Phase 3 design — synthesizing only from official text + structured WeatherBot context, preserving uncertainty.
Source:
docs/ROADMAP.md→ Local LLM Alert Summarization → "Later phases" / AI design notes Phase 3.Approach (guardrailed timing/impact follow-ups)
Implementing in the v1.3.0 summarizer phase, off by default so it changes nothing until an operator opts in:
AI_TIMING_IMPACT_FOLLOWUPS_ENABLED(defaultfalse). When off, prompt/validators are byte-for-byte unchanged.Rationale for default-off: this is the most speculative part of the AI pipeline; it ships dark and an operator enables it after they're satisfied with real output quality (#16).
Implemented in #105 (merged), shipping dark per the approach above.
AI_TIMING_IMPACT_FOLLOWUPS_ENABLED(defaultfalse) gates a bounded prompt clause: when enabled, summaries may add approximate onset/duration/impact synthesized strictly from the official source text + structured WeatherBot context, always preserving uncertainty and never inventing towns/roads/distances/exact arrival times. With the flag off the prompt is byte-for-byte unchanged. The existing validators (no urgent language absent from source, no unsupported risk labels) plus the new #16 hygiene continue to guard over-reach. Enable after you're satisfied with real output quality (#16).