logoalt Hacker News

roschdaltoday at 6:06 PM5 repliesview on HN

I yearn for the days when I can program on my PC with a programming llm running on the CPU locally.


Replies

yazaddaruvalatoday at 6:36 PM

I’ve been using Google AI Edge Gallery on my M1 MacBook with Gemma4B with very good results for random python scripts.

Unfortunately still need to copy paste the code into a file+terminal command. Which is annoying but works.

fredmendozatoday at 6:18 PM

you're honestly not that far off. the coding block on this model scored 8.44 with zero help. it caught a None-init TypeError on a code review question that most people would miss. one question asked for O(n) and it just went ahead and shipped O(log(min(m,n))) on its own. it's not copilot but it's free, it's offline, and it runs on whatever you have. there's a 30-line chat.py in the article you can copy and run tonight.

glitchctoday at 6:45 PM

You can do that now. Qwen-coder3.5 and gpt-oss-20b are pretty good for local coding help.

luxuryballstoday at 6:34 PM

You can do it on a laptop today, faster with gpu/npu, it’s not going to one shot something complex but you can def pump out models/functions/services, scaffold projects, write bash/powershell scripts in seconds.

trgntoday at 6:22 PM

we need sqlite for llms

show 1 reply