Hey HN, we built infra.new, an AI agent for Terraform that configures your infrastructure for cost and quality.<p>General-purpose AI tools like ChatGPT and Cursor are most helpful for coding when the cost of running the code and verifying the output is low. For example, if you’re making a landing page, it’s cheap and (relatively) low-risk to let an LLM edit the files and check if the outputs look good in the browser.<p>Cloud configuration is different because mistakes can be costly and more difficult to recover from. With infra.new we’re attempting to make this experience better by catching issues before you deploy.<p>Key Features:<p>- Fresh Documentation: The agent pulls the latest documentation for Terraform, GitHub Actions, and other tools before every change, which reduces hallucinations and stale configuration options.<p>- Real-Time Cost Calculator: You can see a breakdown of your cloud costs update as your configuration changes, so you know how much it will cost before you deploy.<p>- Automated Error Detection & Fixes: A language server scans your configuration for issues and applies fixes automatically, reducing manual debugging.<p>- Two-Way GitHub Sync: Import your existing configuration, ask the agent to look for optimizations, then export the changes back to GitHub.<p>Team Features:<p>- Private Modules: Connect your private Terraform Registries hosted on GitHub, SpaceLift or Terraform Cloud<p>- Private Templates: Set up ready-to-use templates that can be customized with a few prompts.<p>- Self-documenting: Export changelogs, system diagrams, and cost reports with a click.<p>You can try it without signing up at infra.new<p>I’d love to hear what you think!