←back to thread

504 points Terretta | 1 comments | | HN request time: 0.201s | source
Show context
matt-p ◴[] No.45067588[source]
It does totally ridiculous things, very fast. That's not a good thing.

I imagine it might be good for something really tight and simple and specific like making some CRUD endpoints or i8n files or something but otherwise..

replies(2): >>45067874 #>>45068613 #
1. Jcampuzano2 ◴[] No.45067874[source]
This is exactly what I use it for. It's my go-to "dumb tedious things" model. And it fills that role very well.

You don't need the smartest slow model for every task. I've used it all week for tedious things nobody wants to do and gotten a ton done in less time.

The only thing I've had issues with is if you're not a level more specific than you might be with smarter models it can go off the rails.

But give it a tedious task and a very clear example and it'll happily get the job done.