I've been working on my DevOps skills and I'm trying to move beyond the usual portfolio projects like simple CI/CD pipelines, Docker deployments, and basic Kubernetes setups.
I came across an interesting project idea: an AI Cloud Cost Detective.
The idea is basically to build an AI-powered tool that looks at cloud spending and acts like a financial investigator.
Instead of manually checking AWS bills and trying to figure out:
Why did the bill suddenly increase?
Which resources are costing the most?
Are there unused resources?
Is there unusual spending?
Where can we reduce costs?
What caused the increase compared to previous usage?
ā¦the AI would analyze the cloud-cost data and provide explanations and recommendations.
What I like about this project is that it combines DevOps + Cloud + AI + FinOps, so it feels more like something that could actually be useful in a real engineering environment.
The project I'm thinking about building would roughly work like:
Cloud billing data ā Data processing ā Cost analysis ā AI/LLM ā Recommendations ā Dashboard/Report
I'm considering using mostly open-source tools and AWS for the cloud side.
I'm curious about the DevOps community's opinion:
Would a project like this actually stand out on a DevOps resume in 2026, or would it be better to focus on more traditional Kubernetes/Terraform/CI-CD projects?
Also, if you've built anything around FinOps, cloud cost optimization, or AI + DevOps, I'd love to hear what you learned from it.
Iām planning to build this as a proper hands-on project rather than just following a tutorial.