The Inference Report

July 12, 2026

The infrastructure-as-code category continues to dominate trending repos, with Terraform holding its position as the reference implementation for declarative infrastructure. What's notable is not just its persistence but the expansion of the pattern into adjacent domains. The emergence of specialized tools like claude-code-templates and stitch-skills shows developers treating AI agents as another resource type to be configured and monitored declaratively. These aren't replacements for Terraform; they're applying Terraform's core insight (infrastructure should be versioned, reviewed, and repeatable) to the new problem of managing agent workflows and capabilities across different LLM providers. The practical effect is standardization around the Model Context Protocol (MCP) as a common interface, much like how Terraform's provider abstraction works.

Testing and optimization libraries are gaining traction for concrete reasons. Catch2 and Cypress solve the friction of writing tests that don't require learning a separate language or build system; they embed testing into the native runtime. Similarly, meshoptimizer and pgrust address real performance constraints: one makes rendering pipelines faster without changing application code, the other demonstrates that Postgres itself can be reimplemented in Rust and pass the regression test suite. These aren't theoretical exercises. The discovery-tier repos reveal a secondary pattern around speech processing and prompt engineering frameworks, but these remain niche compared to the mainstream investment in core infrastructure. The volume of trending repos in web frameworks (Next.js, ASP.NET Core, Prisma) and automation (PowerToys, Home Assistant) reflects where developers spend most of their time: building applications that integrate multiple services, and wanting to do it without boilerplate. The signal is not toward any single technology but toward reducing the distance between intent and execution.

Jack Ridley

Trending