tracing

Tag

Cards List
#tracing

I rebuilt my local AI-agent debugger after people pointed out the biggest problems with v0.1

Reddit r/AI_Agents · 3d ago

TraceMotive v0.2.0, a local AI-agent debugging tool, has been released with improvements like persistent storage, one-command startup, and trace comparison features, addressing feedback from the initial version.

0 favorites 0 likes
#tracing

@XAMTO_AI: OpenObserve is blowing up in the community — a Rust-based observability platform that takes on those outrageously expensive log tools. AGPL-3.0 license, single-file deployment, up and running in minutes. Storage costs drop 140x: Parquet + S3 architecture, incredibly small footprint. All-in-one: logs, me…

X AI KOLs Timeline · 2026-08-09 Cached

OpenObserve is an open-source observability platform built in Rust that supports logs, metrics, distributed tracing, and RUM. Its storage cost is 140x lower than Elasticsearch, it can be deployed as a single file, and it serves as an open-source alternative to Datadog.

0 favorites 0 likes
#tracing

Debugging Information for Inlined Functions

Hacker News Top · 2026-08-09 Cached

Alan Maguire led a session at the Linux Storage, Filesystem, Memory-Management, and BPF Summit proposing additions to BTF to store information about inlined functions, enabling kernel tracing of such functions via kprobes.

0 favorites 0 likes
#tracing

Picking an AI agent framework is the least important decision in your agent stack

Reddit r/AI_Agents · 2026-08-07

Argues that the choice of AI agent framework (LangGraph, CrewAI, etc.) matters less than evals, tracing, and guardrails for production reliability, offering practical advice for developers building agent stacks.

0 favorites 0 likes
#tracing

Progress AI Observability

Product Hunt · 2026-08-05

Progress AI Observability is a product for tracing, evaluating, and improving AI agents in production.

0 favorites 0 likes
#tracing

@tom_doerr: Future AGI is an open-source platform that combines evaluations, tracing, and guardrails to help teams ship self-improv…

X AI KOLs Timeline · 2026-08-02 Cached

Future AGI is an open-source platform combining evaluations, tracing, simulations, guardrails, and optimization to help teams ship self-improving AI agents, with a nightly release available for early testing.

0 favorites 0 likes
#tracing

@googledevs: Build voice agents with visibility into every interaction Learn how @carodivittorio from @LangChain uses the Google ADK…

X AI KOLs Timeline · 2026-07-30 Cached

Google Devs shares how to use Google ADK, Gemini Live, and LangSmith to build voice agents with full traceability of interactions, including tool calls and token costs.

0 favorites 0 likes
#tracing

TraceLLM

Product Hunt · 2026-07-29

TraceLLM brings OpenTelemetry-style observability to production AI applications, enabling tracing and monitoring for LLM-based systems.

0 favorites 0 likes
#tracing

@freeCodeCamp: AI agents can be hard to debug when all you see is the final output. In this tutorial, Darsh shows you how to trace and…

X AI KOLs Timeline · 2026-07-26 Cached

A tutorial by Darsh on how to trace and monitor local AI agents using LangSmith, LangChain, Ollama, and Qwen, enabling inspection of model and tool calls, latency, and usage.

0 favorites 0 likes
#tracing

@mylifcc: Voice agents are exploding, but most are still black boxes in production. Yesterday (July 21), LangSmith officially launched Python-side voice tracing support, covering the 4 most mainstream frameworks: Pipecat, LiveKit, OpenAI Real-time...

X AI KOLs Timeline · 2026-07-22 Cached

LangSmith officially launched Python-side voice tracing support, covering four mainstream frameworks: Pipecat, LiveKit, OpenAI Realtime, and Gemini Live. It brings voice conversations into the same observable, evaluable workflow as text agents, solving the pain point of poor debuggability in voice agents.

0 favorites 0 likes
#tracing

@LangChain: Full audio on your traces STT/TTS latency interruptions + VAD Only a few lines of code to set up

X AI KOLs Timeline · 2026-07-21 Cached

LangChain launches LangSmith tracing for voice frameworks (Pipecat, LiveKit, OpenAI Realtime, Gemini Live), enabling full audio monitoring, STT/TTS latency tracking, interruption detection, and VAD analysis with minimal code.

0 favorites 0 likes
#tracing

@LangChain: We built a tracing plugin that turns every @cursor_ai agent session into a structured trace in LangSmith: the model run…

X AI KOLs Following · 2026-07-21 Cached

LangChain released a tracing plugin that converts every Cursor AI agent session into a structured trace in LangSmith, including model runs, tool calls, and nested subagent work, part of a series comparing coding-agent traces.

0 favorites 0 likes
#tracing

Stopped trusting what my agent says it did. Started trusting receipts.

Reddit r/AI_Agents · 2026-07-16

Discusses a common failure mode in AI agents where the model claims to have executed a tool call without actually firing it, and advocates for trusting execution receipts over agent narration to ensure reliability in production.

0 favorites 0 likes
#tracing

@LangChain: We built a tracing plugin for every Codex session into LangSmith. Now every turn (tool calls, token usage, subagent thr…

X AI KOLs Timeline · 2026-07-14 Cached

LangChain released a tracing plugin for Codex sessions in LangSmith, enabling detailed traces of every turn including tool calls and token usage, configurable with just two blocks and a flag.

0 favorites 0 likes
#tracing

What developers actually pick for agent reliability: LangSmith, Langfuse, Phoenix, Braintrust and Galileo, mapped across four layers.

Reddit r/AI_Agents · 2026-07-10

The article compares popular developer tools for agent reliability across four layers: tracing/evals, runtime guardrails, and gateway. It finds that no single open-source tool covers all layers, and most developers use a combination.

0 favorites 0 likes
#tracing

@LangChain: We built a plugin that traces every Claude Code session straight into LangSmith. Three commands, one JSON block, and ev…

X AI KOLs Following · 2026-07-09 Cached

LangChain released a plugin that logs all Claude Code sessions into LangSmith for debugging, with a quick three-command setup.

0 favorites 0 likes
#tracing

@LangChain: How to run agent evals with @harborframework and LangSmith sandboxes, full traces included.

X AI KOLs Following · 2026-07-06 Cached

A guide on running agent evaluations using Harbor framework and LangSmith sandboxes with full trace support.

0 favorites 0 likes
#tracing

@LangChain: Your coding agent bill doubled and nobody can tell you why. Here's the actual reason: Claude Code, Cursor, and Copilot …

X AI KOLs Following · 2026-07-02 Cached

Coding agent costs are rising due to fragmented logging across tools like Claude Code, Cursor, and Copilot; LangChain's LangSmith provides unified tracing and cost visibility to help teams monitor and optimize spend.

0 favorites 0 likes
#tracing

Investigating Linux graphics (2025)

Lobsters Hottest · 2026-06-30 Cached

A deep dive into the Linux graphics stack, tracing from GPU triangle drawing through Mesa3D, GLFW, OpenGL, Vulkan, Wayland, and Linux DRM to understand how the system works.

0 favorites 0 likes
#tracing

@ArizePhoenix: Trace-level annotations everywhere - trace scores now appear as peer columns in the trace header (next to Status, Cost …

X AI KOLs Following · 2026-06-24 Cached

Arize Phoenix announces trace-level annotations now display as peer columns in the trace header and as a section in the project stats panel, with live updates during streaming.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback