Since we work extensively with Dockerfiles to enable smooth deployment of our user's projects at work, I had the chance to spend a day comparing the latest AI models to understand their efficiency.
TL;DR:
- If you have time: iterate with GPT-4o-mini, you will have almost the same results as the bigger models for wayyyy cheaper
- Claude 3.5 Sonnet is on top, as usual
- I've created a CLI tool if you want to easily generate a Dockerfile for your project
TL;DR: - If you have time: iterate with GPT-4o-mini, you will have almost the same results as the bigger models for wayyyy cheaper - Claude 3.5 Sonnet is on top, as usual
- I've created a CLI tool if you want to easily generate a Dockerfile for your project
``` pip install docker-generate docker-generate ```