
Token Efficiency vs Cognitive Efficiency: Choosing IaC for AI Agents
The Pulumi blog benchmark compares Terraform HCL and Pulumi TypeScript when generated by Claude Opus 4.6 and GPT‑5.2‑Codex. HCL consistently uses 21‑33% fewer tokens for initial resource creation, lowering raw generation cost. However, Pulumi’s TypeScript refactoring achieves higher deployable success rates and eliminates repair cycles, especially with Claude Opus, resulting in the lowest total pipeline cost. GPT‑5.2‑Codex is cheaper on raw tokens but fails Terraform refactoring, highlighting a trade‑off between token efficiency and cognitive efficiency.

Run Pulumi Insights on Your Own Infrastructure
Pulumi announced that its Insights platform can now be run on customer‑managed workflow runners, allowing enterprises to execute discovery scans and policy evaluations within their own infrastructure. The self‑hosted option supports both SaaS Pulumi Cloud and self‑hosted installations, and works...

How We Built a Distributed Work Scheduling System for Pulumi Cloud
Pulumi Cloud needed a unified scheduler to orchestrate deployments, Insights scans, and policy evaluations across both its own infrastructure and customer‑managed runners. The team built a database‑backed background activity system that treats each workflow as a typed, persistent activity with...

Introducing the Terraform State Provider for Pulumi ESC
Pulumi has launched a new Terraform State provider for its ESC platform, allowing teams to import Terraform output values directly into ESC environments. The provider reads state files from local, S3, or Terraform Cloud backends and exposes outputs as first‑class...

Passwordless PostgreSQL: IAM Authentication with Pulumi
Pulumi now offers reusable components to enable AWS IAM authentication for Aurora PostgreSQL, allowing applications to connect using short‑lived tokens instead of static passwords. The setup provisions an RDS cluster with IAM authentication, creates IAM‑enabled database users, and configures IRSA...

Schema Validation Comes to Pulumi ESC with Fn::validate
Pulumi’s Elastic Service Config (ESC) now includes a built‑in fn::validate function that checks configuration values against JSON Schema at save time. The feature instantly rejects invalid settings, preventing misconfigurations from reaching deployment pipelines or production. Users can define simple type checks...

The Claude Skills I Actually Use for DevOps
Claude Code's skill system transforms generic AI assistance into senior‑engineer‑level DevOps guidance. By encoding best‑practice patterns—Pulumi ESC, component resources, monitoring, security, debugging—skills let Claude generate reliable infrastructure code while preserving context budget. Compared with Model Context Protocol servers, skills load...