HackerTrans
TopNewTrendsCommentsPastAskShowJobs

draismaa

no profile record

Submissions

[untitled]

1 points·by draismaa·hace 26 días·0 comments

[untitled]

1 points·by draismaa·hace 4 meses·0 comments

[untitled]

1 points·by draismaa·hace 4 meses·0 comments

[untitled]

1 points·by draismaa·hace 4 meses·0 comments

Added OTEL Observability to OpenClaw agents full GenAI spec support

github.com
6 points·by draismaa·hace 5 meses·2 comments

comments

draismaa
·hace 4 meses·discuss
Every company I work with evals is on the agenda, but often takes so long to get started or it got removed again, just spinned up the first skills in the article, if this works well it’s gonna hit home, thnx for the finding and awesome work guys
draismaa
·hace 4 meses·discuss
We had so many successfull stories with the LangWatch MCP server, an MCP integration that brings agent evaluation infrastructure directly into Claude Code, Cursor, and any MCP-compatible environment. That i had to share some of the successes here:

The problem it's solving: teams building AI agents are fully in their coding assistant, but evaluation still requires logging into a separate platform, learning a new UI, and context-switching. The MCP closes that gap. What you can do from within your editor:

Ask your AI assistant to instrument your existing code with LangWatch tracing (it fetches the docs, adds imports, wraps functions with @langwatch.trace()) Generate simulation-based agent tests using Scenario — describe the behavior in plain English and it writes the pytest file

Search and inspect live traces from your project without touching the dashboard

Version and sync prompts to LangWatch's registry

Query cost/latency analytics in natural language

Set up LLM-as-a-judge evaluators that can gate CI/CD

Three real-world cases from the blog post:

A PM at an HR/payroll platform generated 63 agent test scenarios across 11 categories (happy paths, edge cases, wage tax mutations) in a single Claude conversation — no code written by hand.

A Senior AI Engineer migrated an entire Langfuse implementation to LangWatch in one session: Claude read the existing integration, rewired tracing, converted Jinja prompts to versioned YAML, and scaffolded model benchmarking notebooks comparing GPT-4o, Gemini, and Anthropic models.

A Dutch government AI team (LangGraph, multi-agent grant assessment system) used the MCP to build a full testing pyramid: end-to-end scenario tests, model comparison notebooks, and CI-gated quality evaluators before they'd written a single line of eval code themselves.

Setup is one line: claude mcp add langwatch -- npx -y @langwatch/mcp-server --apiKey your-key Docs: https://langwatch.ai/docs/integration/mcp

Curious if others are building MCP-powered eval workflows. The self-instrumenting agent angle (agents setting up their own observability while being built) is something we've been exploring and it gets weird fast.
draismaa
·hace 4 meses·discuss
Try: https://langwatch.ai/scenario/

Pretty amazing into running simulations at scale
draismaa
·hace 5 meses·discuss
Clawdbot has been exploding in usage over the past weeks, so we ran a hackday around it at LangWatch and quickly hit a familiar problem: great agent behavior, zero visibility into what was actually happening.

This weekend contributors from LangWatch, Orq, and Red Hat collaborated to add native OpenTelemetry instrumentation to OpenClaw, including support for the OTEL GenAI semantic conventions.

You can now trace agent execution steps, LLM calls, tool usage, and token-level costs in a standard OTEL pipeline instead of custom logging.

Setup guide: https://langwatch.ai/blog/instrumenting-your-openclaw-agent-...

+ PR here: https://github.com/openclaw/openclaw/pull/11100

Happy to answer questions about the approach and what’s coming next.