Hacker News new | ask | show | jobs
by droopyEyelids 1144 days ago
The author raises the question whether LLMs could make devops tasks as easy as basic python text to code generation.

I had been thinking about this and it seems unlikely to me because with modern declarative infra there isnt a lot of waste between specifying what you want and implementing it.

All the work is in understanding your requirements and context and modification demands.

Has anyone who knows more about llms and infra thought about this?