The open-source FinOps agent that makes your cloud spend smarter.
Optix AI connects directly to AWS Cost Explorer and uses large language models to deliver actionable cloud cost optimization insights — automatically. No dashboards to configure, no manual analysis. Just run optix and get a comprehensive report in seconds.
Built for engineers and FinOps practitioners who want real recommendations, not just charts. Powered by Anthropic Claude or Google Gemini, Optix AI surfaces exactly what to act on and why.
Identifies top-spending AWS services over the last 30 days so you know exactly where your budget is going.
Compares month-over-month spending across three months to surface cost drift before it compounds.
Detects oversized instances and calculates estimated monthly savings per recommendation.
Recommends committed-use discount opportunities based on your actual usage patterns.
Flags unexpected cost spikes using configurable thresholds before they turn into budget overruns.
Works with Anthropic Claude (default) or Google Gemini. Bring your own API key, keep your data private.
Open-source under the Apache 2.0 license. Requires Python 3.11+ and AWS credentials with Cost Explorer permissions.
View on GitHub →git clone https://github.com/techtious/optix-ai
cd optix-ai && pip install -e .
# Add your credentials to .env
ANTHROPIC_API_KEY=sk-...
AWS_PROFILE=your-profile
optix