From "You Have a Bug" to "Here's the Root Cause" - Adding AI Code Analysis to My App Review Pipeline
A developer built AppPulse, a CLI tool that classifies app reviews and crash data, then extended it with an AI agent using PydanticAI to identify root causes and suggest code changes. The agent uses read-only tools to se…