Ask HN: What default model do you use and why?
71–80 of 104 posts
Re: Ask HN: What default model do you use and why?
#72V4 flash latest has been great for me. It's so cheap it's almost free.
Re: Ask HN: What default model do you use and why?
#73Astra’s outputs are much more concise while being similarly accurate, they seem more information dense. It’s also extremely fast and doesn’t have to “go check instead of answering from memory” if the answer is already in context, or dig super deep into a project before answering.
It’s honestly refreshing to work with Astra after being basically burned out from reading Claude’s responses.
It’s not perfect. It’s just as “mid” for professional SWE work as Opus/Fable, regularly making incorrect assumptions/generalizations, requiring steering in large codebases, and being incapable of making reasonable long-term software design decisions on its own in complex projects.
Re: Ask HN: What default model do you use and why?
#74It pains me to read these answers so far. Listen, for 99%+ of your web and mobile tasks, deepseek-v4.1-flash is all you need. It is blazing fast, super cheap, and quite proficient. It acts responsibly, has top-notch vision for evaluating its own UI work, and is far less smug and flowery than any of the Anthropic models. For what it's worth, here's a take on its speed vs cost vs intelligence: https://artificialanalysi…
I pay $200 month and literally have never a single time run out of usage, for Codex + Pro chat. It is better than DeepSeek and at least it supports a US company. Your pain isn’t important to me.
I'm glad that you have the luxury burn $200/mo. But that aside, it's not obvious to me that handing your pennies to an American company that is in cahoots with the American military, willing to self-censor at the direction of the American government, investing in large-scale raping of the planet to build new power plants data centers -- is better than handing your (20x fewer) pennies to a Chinese company who releases its models in the open, and is investing in efficiency so that we can run the same inference for a fraction of the resources.
Re: Ask HN: What default model do you use and why?
#75For personal needs I use a local Qwen3.8-Next-Flash setup on a GB10 cluster. For work, Github Copilot with either GPT 5 mini or toss up between Opus/Sol depending on the complexity of the task. Used to pay for a Claude 20x plan and did everything in Opus, but I hate how it talks now and recent events (OAI scooping, Anthropic's spying, third party Chinese model hosts stealing and selling credentials) have really pushe…
> on a GB10 cluster I'd love to hear more about your setup. I have a single GB10 and am thinking about adding an additional one.
Initial setup was a tad annoying because I had to update their firmwares and then power cycle them to get the 200GbE link working at full speed. After setting that up, it has been pretty smooth. I don't directly deal with the cluster, usually I just have the LLM itself handle updates/stopping to load different models.
Generation speed and TTFT is decent with Qwen3.8-flash, and it does a good job for my fiddling around with enough concurrency for multiple sessions/subagents. GLM 5.3-flash was also nice, but not too much better for how much slower it is.
I should also add that I already maintain a homelab with a couple of computers, VMs etc, so I am probably somewhat more tolerant of the occasional issue and fine with manually managing stuff over SSH. I think this is just a tradeoff of self-hosting relatively recent tech though.
I have a triple 3090 rig, but it mostly stays powered off because of the massive power draw and cooling requirements. The Sparks are slower but at peak they consume as much power as my 3090 machine at idle.
The recent talk of regulation has me wanting to pick up 2 more Sparks, but that's mostly to have the capacity to play with multiple models, local model tuning and to be ahead in case they force some limits/registration requirements for buying new hardware (kind of like the attempts to regulate 3d printers).
Re: Ask HN: What default model do you use and why?
#76I used Claude too, but I was banned so I searched for new like you yet and found Google AI Studio. It has a Playground-Mode for the newest models you usually have to pay but in the Playground-Mode you don't pay one cent. You can use Gemini 3.8 Flash and you can give him system instructions. For example you can say "You're a AI Agent that helps me with my mobile app" and he helps you with your mobile app. It has a con…
The way you're calling a computer program "he" and "him" really skeeves me out for some reason.
Re: Ask HN: What default model do you use and why?
#77Re: Ask HN: What default model do you use and why?
#78Re: Ask HN: What default model do you use and why?
#79I used to main Claude, but I can't stand how it writes. I feel like I'm wasting too much time trying to decipher the output. Adding writing rules does not seem to work. Now I use GPT 5.6 Terra high fast mode, with Luna for everything else. I might consider using Sol for planning. I can't stand using Sol or smarter models for coding, because they will eventually try to rewrite everything in the codebase. I also don't…
Me too. Claude Opus 5's English is insufferable. Opus 4.6-4.8 was more reasonable. I've moved to Codex 5.6-Sol. Much saner English, much better at execution, and gets stuff done in a matter-of-factly kind of way (Claude Code is a mess these days -- it gets things wrong and goes around in circles). But I'm harness agnostic and am not locked in. I just keep my issues in Kata Tracker ( https://www.katatracker.com/ ) and…
I suspect this degradation is happening because the AI labs are using the LLM's output to feedback into the input, to create a thinking loop, and they're optimizing that.
Re: Ask HN: What default model do you use and why?
#80I used to main Claude, but I can't stand how it writes. I feel like I'm wasting too much time trying to decipher the output. Adding writing rules does not seem to work. Now I use GPT 5.6 Terra high fast mode, with Luna for everything else. I might consider using Sol for planning. I can't stand using Sol or smarter models for coding, because they will eventually try to rewrite everything in the codebase. I also don't…
Now I’ve gone back to Codex because I simply find the ChatGPT models much more comfortable to work with. I spend less time fighting the model, correcting its direction, or re-explaining what I meant.