jshobrook

↗ HN profile [ 51.1 ms ] full profile
Karma
160
Created
December 26, 2014 (11y ago)
Submissions
0
  1. 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…

  2. 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…

  3. 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…