SaaS AI 모니터링 도구 대신 로컬 프록시를 구축한 이유와 그 과정에 대한 이야기입니다.
저자는 Langfuse와 Helicone 같은 SaaS AI 관측 도구가 코드 에이전트와 호환되지 않아 로컬 프록시인 ccglass를 개발했다고 설명합니다. 기존 도구들은 CLI가 HTTP_PROXY 환경 변수를 무시하는 문제로 인해 작동하지 않았습니다. ccglass는 미들웨어 역할을 하며, 설정 없이 로컬에서만 작동하여 외부 계정이 필요 없도록 설계되었습니다.
The author explains why they built a local proxy called ccglass instead of using SaaS AI observability tools.
The author discusses the limitations of SaaS AI observability tools like Langfuse and Helicone that do not work with coding agents. They highlight issues with existing tools not supporting HTTP_PROXY for native CLIs. To overcome these problems, the author built ccglass, a local-only proxy that acts as a man-in-the-middle and requires zero configuration. It allows agents to function without needing an external account or CA certificate.