Feed

IaC

Follow Infrastructure-as-code developments covering Terraform, Ansible, and cloud provisioning. Our digest aggregates provider APIs, drift detection, and infrastructure versioning from developer communities across Hacker News and Reddit.

Articles from the last 30 days

Claude Code for Infrastructure
01Wednesday, February 4, 2026

Claude Code for Infrastructure

Fluid is a specialized infrastructure automation tool designed to streamline development workflows through high-fidelity sandbox isolation. By allowing users to instantly clone VMs, Fluid provides a safe environment to test changes in isolation before they ever reach production. The system is context-aware, meaning it explores the host environment including the OS, installed packages, and CLI tools to adapt its behavior accordingly. Security and accountability are central features, offering a full audit trail where every command and change is logged for review. Furthermore, Fluid enhances reproducibility by auto-generating Ansible Playbooks based on the activities performed within the sandbox, bridging the gap between experimentation and production-ready infrastructure code.

Sources:Hacker News251 pts
Company as Code
02Thursday, February 5, 2026

Company as Code

The article explores the concept of 'Company as Code,' proposing a shift from traditional document-based organizational structures to programmatic representations. Daniel Rothmann argues that while software infrastructure and deployments are automated through Infrastructure as Code (IaC) and GitOps, organizational policies and structures remain trapped in static documents. By adopting a declarative Domain Specific Language (DSL) and graph-based models, companies could version-control their policies, automate compliance audits like ISO 27001, and simulate organizational changes in 'staging environments.' This approach aims to bridge the gap between digital operations and bureaucratic governance, ultimately reducing human effort in compliance while increasing transparency and agility across the business.

Sources:Hacker News231 pts