Super cool ! Can we test this ?
Show HN: Anyshift.io – Terraform "Superplan"
21–30 of 47 posts
Re: Show HN: Anyshift.io – Terraform "Superplan"
#22Earlier quoted context omitted.
Ok focusing on context makes sense but I’d challenge the idea that LLMs inherently fail without it. Some teams have used fine-tuned models or hybrid workflows with partial context to generate useful IaC snippets
Agreed 100%. LLMs are doing solid job at generating IaC but in a context where the person who use them knows what he/she's doing. In our case, remediaiton means an extra level of trust, where your infra is already super sensitive.
Re: Show HN: Anyshift.io – Terraform "Superplan"
#23Earlier quoted context omitted.
Thanks for the feedback! We already use AI in the PR to explain whats happening and the best practices to adopt. As for the code remediation part: most LLMs fail to generate the right IaC code thats adapted to your infra because they miss its general context (config, dependencies..). We are building first the deterministic part (the context) and once we have the context our plan is to add the fix/recommendation in th…
How will you be checkiing the quality of the AI recommendations in the your PR. Do you think that using different model ( chatgpt, claude,gemin, qwen) to challenge the recommendation made by another AI could help ?
Re: Show HN: Anyshift.io – Terraform "Superplan"
#24Re: Show HN: Anyshift.io – Terraform "Superplan"
#25I’m especially intrigued by the "time machine", how does it manage historical state changes in larger environments without requiring you to start a side-business in cloud storage? ^^
Excited to give this a spin. Amazing work!
Re: Show HN: Anyshift.io – Terraform "Superplan"
#26Earlier quoted context omitted.
Agreed 100%. LLMs are doing solid job at generating IaC but in a context where the person who use them knows what he/she's doing. In our case, remediaiton means an extra level of trust, where your infra is already super sensitive.
we have used some tools to generate terraform code based on our unmanaged cloud resource for instance and it worked well..
Re: Show HN: Anyshift.io – Terraform "Superplan"
#27Terraform plan on steroids? Love it Do you have plans to interlink with other observability platforms?
Re: Show HN: Anyshift.io – Terraform "Superplan"
#28This is such a cool idea! I’ve run into the pain of navigating Terraform dependencies before, and your graph-based approach feels really promising. I’m especially intrigued by the "time machine", how does it manage historical state changes in larger environments without requiring you to start a side-business in cloud storage? ^^ Excited to give this a spin. Amazing work!
Re: Show HN: Anyshift.io – Terraform "Superplan"
#29Re: Show HN: Anyshift.io – Terraform "Superplan"
#30Earlier quoted context omitted.
In our Pull Request bot, we provide more information with a clear sumup of whats gonna be impacted. One of our next feature is to configure what type of information is more critical to you: by type of resources, owner (git blame) and tags. Do you have one that you would prefer in particular ?
I guess by type of resources but also env would be interesting. I don't care on most of the impact of my dev end tbh.