Sonarly: AI-driven Production Alert Triage and Resolution

Sonarly is an AI agent designed for production environments to handle and resolve alerts effectively. It integrates with existing observability tools such as Sentry and Datadog, as well as user feedback channels, to triage alerts by grouping duplicates and conducting root cause analysis. This reduces noise and significantly cuts down on Mean Time To Repair (MTTR).
The setup involves connecting Sonarly with your current stack without requiring additional trackers or overhauling your setup. It processes alerts by deduplicating them before invoking coding agents to provide a detailed context-specific root cause analysis. For example, a company receiving approximately 180 alerts per day managed to reduce actionable alerts to just 5 by using Sonarly, focusing only on issues that impact user experience or infrastructure critically.
To achieve this, Sonarly uses Claude Code, which is triggered with precise context, including specific Sentry issues and related logs. Moreover, Sonarly has a dynamic system map to navigate complex multi-repo and multi-service architectures, aiding in faster comprehension and resolution of issues.
This tool is particularly useful for engineering teams dealing with high volumes of alerts and seeking to minimize user impact and optimize developer time. The aim is to automate the triage process, ensuring that engineers can focus on fixing genuine problems rather than sifting through false positives.
📖 Read the full source: HN AI Agents
👀 See Also

Open-source Claude Code plugin captures books and converts them to structured Markdown
A developer has open-sourced a Claude Code plugin that automatically captures book pages via screenshots, performs OCR with macOS Vision, and generates structured Markdown files organized by theme rather than chapter order. The tool supports Kindle, Apple Books, Kindle Cloud Reader, and scanned PDFs on macOS.

CLI-Anything-WEB: Open-source plugin that reverse-engineers any website into a Python CLI for Claude Code
CLI-Anything-WEB is an open-source Claude Code plugin that watches your browser traffic, reverse-engineers the protocol, and generates a full Python CLI with auth, tests, and --json support. 19 sample CLIs included for sites like Reddit, Booking, Airbnb, ChatGPT, and LinkedIn.

docvault: Generate Local API Docs to Reduce AI Hallucinations
docvault is a tool that generates markdown API references from source code to help Claude and other LLMs stop hallucinating function signatures. It works for Rust crates and Python packages, outputs a two-tier markdown file, and includes a Claude Code plugin for hands-free operation.

Clooks: A Persistent Hook Runtime for Claude Code
Clooks is a persistent HTTP daemon that handles Claude Code hook dispatch without process spawning, reducing latency from ~34.6ms to ~0.31ms per invocation. It includes automatic migration, LLM handlers with prompt templates, dependency resolution, and plugin packaging.