Show HN: Neat, Static code and OTel fused into one graph for agents (OSS) NEAT Technologies released NEAT, an open-source tool that fuses static code analysis and OpenTelemetry runtime telemetry into a single live graph to reduce AI agent hallucinations and improve debugging accuracy. The tool, installable via `npx neat.is`, discovers services, extracts static graphs, wires OpenTelemetry, and exposes sixteen MCP tools for querying root cause, blast radius, dependencies, and policy violations. NEAT solves the AI coding context problem. It constructs a live deterministic model of your codebase — static code and live runtime behavior fused into one graph — and hands your AI agents the grounded, full-stack context they need to query, code, debug, and write rules against it. This achieves the following: - Coding LLMs hallucinate less & are more accurate. - Rather than endlessly grepping files and guessing problems, NEAT provides time-travelling error logs along the model's nodes and edges so the LLM can infer exactly what's wrong. - Rules & Policies allow agents to write new features while adhering to rules set by previous features, other LLMs, or engineers. For example, only use postgres for services x and y, and mongoDB for services p and q the possibilities are endless . TL;DR The deterministic grounded truth of code for your agents. NEAT is in active development. Capability ships as patch releases on the npx neat.is surface; see open issues https://github.com/NEAT-Technologies/Neat/issues for what's on deck. npx neat.is Run it from inside your project or npx neat.is