observability
3 articles
OpenAI Open-Sources Euphony: A Mirror for Codex, Plus a Masterclass in 2-Line AGENTS.md
OpenAI quietly open-sourced Euphony — a browser-based viewer for Harmony chats and Codex session logs (Apache 2.0). Four telling details buried in the source: a 2-line AGENTS.md, gpt-tokenizer as a runtime dep, translation needing the user's own API key, and a self-written SSRF warning.
What Is Your Agent Actually Doing in Production? Traces Are Where the Improvement Loop Begins
LangChain's conceptual guide breaks down agent improvement into a trace-centric loop: collect traces, enrich them with evals and human annotations, diagnose failure patterns, fix based on observed behavior, validate with offline eval, then deploy — each cycle starting from higher ground.
Agent Observability: Stop Tweaking in the Dark — Use OpenRouter + LangFuse to See What Your AI Is Actually Thinking
The biggest blind spot in AI agent development is 'tweaking in the dark.' Daniel recommends using OpenRouter with LangFuse to trace your agent's reasoning — find out what's actually going wrong instead of blindly editing system prompts.