Live data from Hacker News

Ask HN: What default model do you use and why?

news.ycombinator.com

51–60 of 104 posts

Re: Ask HN: What default model do you use and why?

#51

Earlier quoted context omitted.

How are you managing your tokenomics so well? Astra low on the $200/mo "20x Pro" plan gets me through a single day.

I honestly don’t think I could blow through a 20x plan in a day if I was trying. What are you doing that uses so many tokens?

It's really strange, you see people claim the same on the Codes subreddit. I can also run Astra xHigh at least for a few days with my 20x, but I don't use any of the token hungry patterns like orchestrators and such (only the code reviews have a skill using either 4 or 8 sub agents, some being Terra/Luna and none Astra). I did have a month ago a period or 2-3 days when usage was draining like 5x faster than usual, maybe some people are seeing smth like that? But more likely many sub agents and other patterns eating tokens.

Re: Ask HN: What default model do you use and why?

#53
GLM 5.3 Flash for personal hobby stuff. It's the first local-ish model that feels capable enough to be a default model to me (and it's very cheap). I'd rather get addicted to an open weight LLM in a class I can theoretically run if consumers ever get access to RAM again and can't get taken away from me. Locally I use Deepseek Flash, Qwen3.8-Next-Flash, or Gemma 4 depending on how slowly I want my slop to generate.

Re: Ask HN: What default model do you use and why?

#54
I currently use DeepSeek-V4.1-Flash and the V4-Pro and -Flash versions before that, because they are extremely cheap. I have spent less than $25 for over a billion token so far (1B cached, 15M out, 19M in). I even prefer the DeepSeek models over the older OpenAI offerings. When I tell a GPT-5.x model to do some difficult task, they often give up saying it can't be done, or cheat by modifying the tests, while the DeepSeek models are more persistent and less prone to cheating.

GLM-5.3, GLM-5.3-Flash and Kimi K3 are also fine, but slower, more expensive, and less good for what I use them for, which is mostly Python and CUDA programming with some JS and HTML inbetween.

But almost all of my tasks are verifiable tasks, which means that the LLM can check whether it is done or whether it needs to keep trying. If you are mostly working on problems where the quality metric is based on vibes, YMMV.

I haven't tried Astra or Fable yet, because I am not made of money and am happy with my current setup. Also, the Opus models' writing is absolutely insufferable. My blood pressure rises every time I see a Claude-generated slop README.

Re: Ask HN: What default model do you use and why?

#56
It really depends.

For high-level strategic conversations, I use Fable.

For planning, I use Opus or Sol. Sol is generally preferred; it’s faster, cheaper, and less verbose. But I still find Opus more capable on the most nuanced or complex tasks.

For planned implementation, I use Sonnet.

For one-shot unplanned implementation, I’ll use whatever model seems best for the task. FWIW, I’m increasingly turning to Grok here.

I use Luna all over my workflow for reporting.

Re: Ask HN: What default model do you use and why?

#57

mimo-v2.5-free, mimo-v2.5, deepseek-flash in that order, honestly don’t even bother using qwen3.6-35b-a3b now unless i need uncensored tasks finished, mostly reverse engineering most engineering tasks don’t require frontier llms when they get stuck, then i consider moving up to more capable models purchasing a claude plan seems widely unnecessary to me the tasks they do better than the average engineer cut both ways:…

Where are you getting mimo-v2.5 for free?

opencode zen

Re: Ask HN: What default model do you use and why?

#58
I use all of em, ChatGPT 5.6luna ion web, for quick tasks(without signup), (ii personally feel ChatGPT isn't straightforward especially when quizing its opinion on a topic) , Gemini for academic work to encyclopedia and know-how discussions, recommending solutions to technical tasks by looking up web for me(it's my primary driver, but lags behind in coding abilities,its large context is a plus. I recently started returned to claude and it isn't bad, since I'm not a paid user... So i don't have a personal assessment on newer models capabilities.

Grok is keeping up and really good at explicit stuff, i think that's a drawdown for me. I think most nsfw was made with grok

As for meta ai, i feek it's a total joke, i don't have access to muse cause meta has decided not to support older OS versions (I'm on Android).

This comment box makes me feel almost as if I'm coding, because of the font. Pretty noice

Re: Ask HN: What default model do you use and why?

#59
post #6

I've found good success with the new Gemini models on Antigravity. Granted I use my models either: - like a fancy auto complete (here are some stub methods, they should do X, fill them in) - using fairly detailed plans and test harnesses, so blowing up the world is hard The 3.X Flash family have been fairly capable models, and the selling point for me is just raw speed. Gemini is noticeably faster than the competitio…

Same. I have a promo plan that's currently $3/month, which gets you a model that's almost opus, very fast speeds, and very generous limits. There's no Gemini pro model currently, so you gotta pair that with a 20 openai plan for access to more advanced stuff if you need it.

Oh for sure. But latest Gemini has been pretty good for even tricky things. I got it to reverse engineer the Bowers Wilkins foundation app so I can queue music over WiFi from my laptop instead of my phone (without AirPlay 2 compression or a Roon subscription).

A few months ago that would've been bigger model stuff, but now you can do that in a couple hours with Flash and direction.

Re: Ask HN: What default model do you use and why?

#60
Given that Fable is the only one that fucking listens to me and writes proper Go code, that’s what I use for everything code-related. At least on my personal projects.

If I don’t care about the code, i.e. I’m writing something quick just to test something, I’ll use GPT Astra to save my Fable tokens. For conversations and research I usually go with GPT Astra Pro.

For Home Assistant I use a combination of Grok 4.20 and DeepSeek Flash 4.1. Grok as a voice assistant, because it’s the only model with good latency here in Brazil (it’s nearly instant), and DeepSeek for everything else.

I don’t really use LLMs for writing, but I’m writing a fiction book on the side, and when I tried to use one for ideas, Gemini Flash 3.8 gave me the closest to good writing out of the ones I tested. Not enough for me to use it for the task, though.

Post reply on HN