Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Show HN: Aitori – open-source tool to inspect Claude and ChatGPT traffic

Aitori is an open-source tool that lets users inspect and analyze traffic between their applications and AI models like Claude and ChatGPT, providing visibility into API interactions.

Background

- Aitori is an open-source, self-hosted proxy tool that sits between a user and AI services (like ChatGPT, Claude, or any OpenAI-compatible API) to inspect, log, and modify the requests and responses going in and out. - It allows developers to see exactly what data is being sent to and from large language models (LLMs), which is useful for debugging, auditing, compliance, or understanding how an AI application behaves under the hood. - The tool is built by TrueFoundry, a company that provides infrastructure for deploying and managing machine learning models — this fits their existing focus on observability and control over AI workloads. - For users of AI APIs, traffic is typically invisible unless you build custom logging. Aitori fills that gap with a transparent, inspectable proxy — similar in spirit to tools like mitmproxy, but tailored for LLM API formats. - Being open-source and self-hosted means no third party handles the traffic; this matters for organizations with data privacy or compliance requirements who still want deep visibility into their AI usage.

Related stories

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.