I Built an Observability Tool Because I Was Tired of Debugging LLM Apps By Hand
I built Obyflow, an open-source observability tool, because I kept running into the same problem: debugging an LLM application rarely looks like debugging a normal web app. A stack trace tells you where the code broke. It doesn’t tell you that the model call succeeded but the retriever returned nothing. It doesn’t tell you that … Read more