Launching today

Corvin
AI that debugs your stack, not just talks about it
7 followers
AI that debugs your stack, not just talks about it
7 followers
Most AI debugging tools are chatbots you paste stack traces into. Corvin is different, it's a CLI agent that plugs into your running services over WebSocket, watches real requests, and traces failures across service boundaries: contract mismatches between services, missing config for an edge-case input, race conditions between timeouts and async completions. Built for multi-service backends where the bug isn't in one file, it's in the seam between two services.





CodeNearby
Would love to see a replay mode that lets you save a captured request and rewind through the same trace later, makes it way easier to share weird repros with teammates without them needing to reproduce the bug live.
Would love to see a way to replay a captured trace against a staging environment so I can verify the fix actually resolves the original failure. That's usually the part I end up doing by hand after these tools surface the issue.
Finally something built for the messy distributed systems I actually work on. Watching real requests across services through a CLI feels way more natural than copying traces into a chat window.