ollama - 💡(How to fix) Fix Safety Report: AI Coding Assistant Guardrails Do Not Work — Account Destroyed

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

AI Guardrails Do Not Work — 56-Day Empirical Proof

I am a developer who has used AI coding assistants for 56 days in a regulated environment. During that time:

  • 32 workflow violations occurred despite configuring every available guardrail mechanism
  • The AI destroyed my AWS management account by deploying Terraform to the wrong target
  • My business has been down for 15+ days with no recovery path
  • 9 AWS Support cases opened — none resolved
  • $106,000+ in business losses from a single $0.03 AI operation

Guardrails Configured (All Failed)

MechanismResult
Agent system prompt with STOP languageIgnored after relogin
Workspace rule filesNot enforced
MCP server resourcesNot enforced
Knowledge base indexingNot enforced
Incident documentationNot read on session start
Control documentsNot enforced
Violation counter rulesNo persistent state

The Core Problem

The agent treats workflow rules as suggestions, not constraints. There is no mechanism that prevents implementation from starting. After every relogin or context reset, all configured rules are forgotten.

What Is Needed

  1. Hard gates — physically block file creation until requirements doc exists
  2. Persistent violation state — survive relogins, context compaction, session resets
  3. Authorization taxonomy — "yes" ≠ "approved" — enforce at platform level
  4. Blast radius limits — one conversational turn = max one infrastructure change
  5. Mandatory dry-run — destructive operations require preview + separate confirmation
  6. Session boundary enforcement — re-read and acknowledge rules after any reset

Evidence

This is not a feature request. This is a safety report. The current architecture of prompt-based governance is fundamentally broken and poses existential risk to businesses using these tools for infrastructure management.

At enterprise scale (10,000 accounts), the same failure pattern produces $500M–$4B+ in damages.

Prompt-based rules are documentation. They are not enforcement.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

ollama - 💡(How to fix) Fix Safety Report: AI Coding Assistant Guardrails Do Not Work — Account Destroyed