Show HN: Anyshift.io – Terraform "Superplan"
11–20 of 47 posts
Re: Show HN: Anyshift.io – Terraform "Superplan"
#12Re: Show HN: Anyshift.io – Terraform "Superplan"
#13Cool post, thank you for sharing, it could be a useful use case indeed. You mention AI-generated code causing dependency issues. Are there plans to integrate AI-driven recommendations?
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…
Re: Show HN: Anyshift.io – Terraform "Superplan"
#14Re: Show HN: Anyshift.io – Terraform "Superplan"
#15Cool post, thank you for sharing, it could be a useful use case indeed. You mention AI-generated code causing dependency issues. Are there plans to integrate AI-driven recommendations?
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…
Re: Show HN: Anyshift.io – Terraform "Superplan"
#16Re: Show HN: Anyshift.io – Terraform "Superplan"
#17Re: Show HN: Anyshift.io – Terraform "Superplan"
#18Re: Show HN: Anyshift.io – Terraform "Superplan"
#19Earlier 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…
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
Re: Show HN: Anyshift.io – Terraform "Superplan"
#20sounds cool but how do you prevent it from false positives? What’s the accuracy rate so far?
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 ?