{"slug": "queryable-infrastructure", "title": "Queryable Infrastructure", "summary": "Agentic operations require queryable infrastructure, and a benchmark on aws-bench showed that toolchains reading stored copies of the estate scored 0 out of 3 when asked which security groups were attached to nothing. The live cloud can be queried like a database, and chant tooling queries TypeScript as data through the syntax tree, reducing fragmentation between live systems and stored copies.", "body_md": "# Queryable Infrastructure\n\nAgentic ops means agents need to query your infra on demand. If the live details of your estate are fragmented this can lead to extra lookups costing time and tokens.\n\nI measured this on [aws-bench](/posts/aws-bench-scenario-1-wrap/): asked which security groups were attached to nothing, every toolchain that reads a stored copy of the estate scored 0 out of 3.\n\nMany things can be queried like a database without being one. The live cloud is one of them.\n\nTyped source is another. chant tooling reads [TypeScript as data](https://intentius.io/chant/concepts/typescript-as-data/) through the syntax tree, so an agent queries your infra code instead of grepping it.\n\nThe fragmentation of truth between the live system and a stored copy is far more serious than IaC spread across repos.\n\nWhen many repos deploy changes they converge in the live system, which is already authoritative and already queryable. The repo layout never enters into it.\n\nAgents benefit from queryable infrastructure, and the spec [covers most of it](/posts/the-long-tail-is-a-tail/).", "url": "https://wpnews.pro/news/queryable-infrastructure", "canonical_source": "https://lex00.github.io/posts/queryable-infrastructure/", "published_at": "2026-07-28 00:00:00+00:00", "updated_at": "2026-08-25 15:46:51.536861+00:00", "lang": "en", "topics": ["ai-agents", "developer-tools"], "entities": ["aws-bench", "chant", "intentius"], "alternates": {"html": "https://wpnews.pro/news/queryable-infrastructure", "markdown": "https://wpnews.pro/news/queryable-infrastructure.md", "text": "https://wpnews.pro/news/queryable-infrastructure.txt", "jsonld": "https://wpnews.pro/news/queryable-infrastructure.jsonld"}}