Tracing OpenAI agents with ClickStack
clickhouse.com·16h
Flag this post

I recently spent a week creating examples that demonstrate how to use the ClickHouse MCP Server with 12 popular AI agent frameworks. We documented this work in our blog post “How to build AI agents with MCP: 12 framework comparison (2025).”

During this process, I discovered something interesting: different large language models performed quite differently when given slightly ambiguous instructions. Some models efficiently figured out what was needed with minimal tool calls, while others would get stuck in loops and eventually time out.

This observation sparked my curiosity, and I wanted to explore it further by tracing the various events generated during question-answering sessions. For this experiment, I chos…

Similar Posts

Loading similar posts...