logoalt Hacker News

type4today at 1:34 AM4 repliesview on HN

What are people using to cost efficiently use this? I was using a Google Ultra sub which gave enough but that’s gone now.

ChatGPT $20/month is alright but I got locked out for a day after a couple hours. Considering the GitHub pro plus plan.


Replies

UncleOxidanttoday at 4:04 AM

Run Qwen3-coder-next locally. That's what I'm doing (using LMstudio). It's actually a surprisingly capable model. I've had it working on some LLVM-IR manipulation and microcode generation for a kind of VLIW custom processor. I've been pleasantly surprised that it can handle this (LLVM is not easy) - there are also verilog code that define the processor's behavior that it reads to determine the microcode format and expected processor behavior. When I do hit something that it seems to struggle with I can go over to antigravity and get some free Gemini 3 flash usage.

show 2 replies
lambdatoday at 2:43 AM

Qwen3 Coder Next in llama.cpp on my own machine. I'm an AI hater, but I need to experiment with it occasionally, I'm not going to pay someone rent for something they trained on my own GitHub, Stack overflow, and Reddit posts.

beacon294today at 1:47 AM

FWIW the lockout probably wasn't related... maybe the content you were working on or your context window management somehow triggered something?

rahimnathwanitoday at 3:09 AM

You could try minimax 2.5 via openrouter.

show 1 reply