jshobrook
- Karma
- 160
- Created
- December 26, 2014 (11y ago)
- Submissions
- 0
-
Just type wut and an LLM will explain whatever's in your terminal. You’ll be surprised how useful this is. I use it mainly to understand and debug stack traces, but there are a bunch of other use cases: - Deciphering…
-
Hi HN, I built this to address what I see as the fundamental problem with ReAct-style agents: compounding errors. Even a small mistake made early enough in the loop can snowball and ruin the final output. But with…
- Show HN: I made a chatbot that debugs your code better than ChatGPT (useadrenaline.com)
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…
- Show HN: StackOverflow.gg – AI-generated answers to every coding question (stackoverflow.gg)
- Show HN: AI-powered code correction that teaches you along the way (useadrenaline.com)