Live data from Hacker News

GPT-4o-mini VS Claude Sonnet: Generating dockerifle

ploomber.io

1–2 of 2 posts

Re: GPT-4o-mini VS Claude Sonnet: Generating dockerifle

#2
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

``` pip install docker-generate docker-generate ```