←back to thread

504 points Terretta | 2 comments | | HN request time: 0s | source
Show context
NitpickLawyer ◴[] No.45066063[source]
Tested this yesterday with Cline. It's fast, works well with agentic flows, and produces decent code. No idea why this thread is so negative (also got flagged while I was typing this?) but it's a decent model. I'd say it's at or above gpt5-mini level, which is awesome in my book (I've been maining gpt5-mini for a few weeks now, does the job on a budget).

Things I noted:

- It's fast. I tested it in EU tz, so ymmv

- It does agentic in an interesting way. Instead of editing a file whole or in many places, it does many small passes.

- Had a feature take ~110k tokens (parsing html w/ bs4). Still finished the task. Didn't notice any problems at high context.

- When things didn't work first try, it created a new file to test, did all the mocking / testing there, and then once it worked edited the main module file. Nice. GPT5-mini would often times edit working files, and then get confused and fail the task.

All in all, not bad. At the price point it's at, I could see it as a daily driver. Even agentic stuff w/ opus + gpt5 high as planners and this thing as an implementer. It's fast enough that it might be worth setting it up in parallel and basically replicate pass@x from research.

IMO it's good to have options at every level. Having many providers fight for the market is good, it keeps them on their toes, and brings prices down. GPT5-mini is at 2$/MTok, this is at 1.5$/MTok. This is basically "free", in the great scheme of things. I ndon't get the negativity.

replies(10): >>45066728 #>>45067116 #>>45067311 #>>45067436 #>>45067602 #>>45067936 #>>45068543 #>>45068653 #>>45068788 #>>45074597 #
infecto ◴[] No.45067936[source]
Similar thoughts. I have been using this model and find it pretty good and extremely fast.

HN comments love to beat up Elon Musk and unfortunately a lot of biased negative reactions to LLMs where everything will get insta downvoted.

replies(3): >>45068107 #>>45068546 #>>45073989 #
1. jjangkke ◴[] No.45068546[source]
Do you find it more or less matching what Sonnet 4 does?

Grok fast is enticing due to its cheap cost

replies(1): >>45068711 #
2. infecto ◴[] No.45068711[source]
Anecdotally it’s coming under sonnet 4 for me but much quicker and if I understand the costs correctly, vastly cheaper. No idea if it’s subsidized or not but I am going to keep playing around with it. My example is it is definitely writing the code I want but with more quirks than sonnet. I only do things in chunks though.