Hacker News new | ask | show | jobs
Show HN: I made a chatbot that debugs your code better than ChatGPT (useadrenaline.com)
7 points by jshobrook 1203 days ago
I built this using semantic search and the ChatGPT API, which was just released the other day. What makes it special is it not only understands the code you're debugging, but also pulls in additional context like relevant documentation to help answer your questions and suggest code changes. Ultimately, my goal is to take the hassle out of pasting error messages into Google, finding a vaguely related StackOverflow post, and manually integrating the solution into your code.
1 comments

Some illustrative examples would be nice.