cd /news/ai-infrastructure/show-hn-intent-based-infrastructure-… · home topics ai-infrastructure article
[ARTICLE · art-132599] src=octo.quadnix.com ↗ pub= topic=ai-infrastructure verified=true sentiment=· neutral

Show HN: Intent Based Infrastructure on Top of Terraform

A developer launched a platform on Hacker News that layers high-level intent constructs on top of Terraform, letting users declare a model graph of nodes such as App, Region, Environment, Service, and Server instead of writing low-level cloud resources. The platform's Octo library converts those intent nodes into actual cloud resources — for example, a Region node into a VPC plus internet gateway, or an Environment into an ECS Cluster — and generates the corresponding Terraform code for users to run normally. The developer is seeking collaborators and feedback on the project, which has 1 point and 0 comments on Hacker News.

read1 min views1 publishedSep 17, 2026

Hey everyone! I built a platform that works on top of Terraform to expose high level constructs you want to create in your infrastructure (intent) rather than actually dealing with cloud resources (typical terraform modules).

I am looking for other enthusiasts to work on this project, and gather feedback.

The problem I am trying to solve is complexity. Typically you make infra by either asking AI, or dealing with very low level resources that other people on your team might not fully understand. If you expose a higher level construct, people will only typically deal with a well understood graph of intent which is much easier to understand and reason about, without worrying about low level resources.

It works by declaring a model graph that consists of simple nodes like App, Region, Environment, Service, Server, etc that you show your intent with. E.g. My infrastructure consists of 3 AWS accounts (QA, Staging, Prod), with 2 Regions in each, and 1 Environment, under which my Service X resides.

The Octo library then converts those intent to actual cloud resources using your instructions. E.g. it would convert a Region node into a vpc + internet-gateway. Or an Environment into an ECS Cluster.

It will also generate the Terraform code for each of these cloud resources that your intent wanted. You can then run this Terraform code normally and get your infrastructure.

There is a lot more depth, features, and roadmap items to this. Happy to go in more detail.

Comments URL: [https://news.ycombinator.com/item?id=49740408](https://news.ycombinator.com/item?id=49740408)

Points: 1

── more in #ai-infrastructure 4 stories · sorted by recency
── more on @terraform 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-intent-based…] indexed:0 read:1min 2026-09-17 ·