HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mrun1729

no profile record

投稿

Show HN: Ask your LLM traces what went wrong (vLLora)

vllora.dev
1 ポイント·投稿者 mrun1729·6 か月前·1 コメント

Show HN: VLLora MCP – Debug agent traces and let your coding agent fix the code

vllora.dev
1 ポイント·投稿者 mrun1729·6 か月前·0 コメント

Debugging Agents: Why Prompt Tweaks Can't Fix Stale State

vllora.dev
1 ポイント·投稿者 mrun1729·7 か月前·0 コメント

Debug Mode for LLMs in vLLora

vllora.dev
48 ポイント·投稿者 mrun1729·7 か月前·7 コメント

コメント

mrun1729
·6 か月前·議論
Hi HN,

We built Lucy, a trace-debugging tool inside vLLora (our open-source LLM observability stack).

The problem: Debugging AI agents is painful. A single failure often hides inside a trace with 200+ spans—tool calls, retries, partial outputs, and silent failures. Even with tracing, finding the actual root cause (e.g. a tool schema mismatch or a contradictory system prompt) usually means manually scanning logs for 20+ minutes.

What Lucy does: Lucy lets you query your traces using natural language. You can ask things like “Why did this agent loop?” or “Which step was slow?” and it inspects the span tree to surface likely causes. For example, it can flag:

- Tool schema mismatches (e.g. hallucinated or invalid arguments)

- Prompt contradictions (e.g. system instruction conflicts with user intent)

- Silent failures (e.g. context truncation or max-token exits)

It’s early and still in beta.

We’d love to hear how you’re debugging agent failures today—logs, replay, evals, custom scripts, or something else.

Link to Repo: https://github.com/vllora/vllora