TL;DR: Sentry’s ERC 2025 demo showed LLMs turning traces, logs, and code context into root-cause summaries and proposed fixes, then handing structured context to coding agents that can generate pull requests and even auto-merge green builds. That shifts the security question from faster diagnosis to who governs machine-driven remediation when execution moves beyond observation.
NHIMG editorial — based on content published by WorkOS: Sentry's Lightning Demo: When AI Meets Error Resolution At Enterprise Ready Conference 2025
Questions worth separating out
Q: How should security teams govern AI-assisted remediation workflows?
A: Treat AI-assisted remediation as a delegated identity path, not a developer shortcut.
Q: What breaks when an observability platform can trigger code changes?
A: The normal separation between seeing an incident and changing the system starts to fail.
Q: When does AI-assisted remediation create more risk than it reduces?
A: It becomes riskier when the system can progress from diagnosis to merge or deployment without a clear human checkpoint.
Practitioner guidance
- Map the remediation identity chain Document every identity that can move from error detection to code change, including observability tools, coding agents, source control, and deployment systems.
- Separate read access from write authority Allow telemetry systems to collect and analyse runtime data, but keep pull request creation, merge rights, and deployment permissions under distinct identities and approval rules.
- Require human sign-off on machine-authored fixes Set a policy that AI-generated patches can be proposed automatically but cannot merge or deploy without explicit review.
What's in the full article
WorkOS's full recap covers the operational detail this post intentionally leaves for the source:
- The live demo sequence from error diagnosis through structured context handoff to external coding agents.
- The specific shape of the auto-merge and deployment experiment, including where human review was intentionally relaxed.
- The conference context around how enterprise teams are testing self-healing software workflows in practice.
- The broader ERC 2025 recap material that frames Sentry's demo alongside other developer tooling trends.
👉 Read WorkOS's recap of Sentry's AI-powered error resolution demo →
AI-assisted error remediation: what it means for IAM teams?
Explore further