frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Getting GLM 5.2 running on my slow computer

1•vforno•55m ago
A few days ago I found myself trying out GLM 5.2 and was really positively impressed. The capabilities and security I was getting from this LLM are similar to those I've gotten from models like Claude or GPT, and this really surprised me. But then I thought, "I wonder how it would work on a normal computer like mine," and above all, "I wonder if it would work without going into OOM on a computer like mine." So I started working with the help of agents to test this possibility. I started converting the model to int4, understanding MTP usage, and if possible implementing DSA for long context. How it responds in int4 and whether the quality is maintained or not. Until I got to the point, on my computer with 32GB of RAM, I was able to communicate with GLM 5.2 with times that, of course, aren't high in cold start, but even then, we're talking about 0.1 tok/s, but that wasn't important to me. The important thing was the journey to reach this goal and, above all, changing the perspective on the project. I wanted it to work at all costs, even slowly. So I created Colibrì, which was born from a very simple idea, to be honest, but tested in every way, where a 744B Mixture-of-Experts model activates only ~40B parameters per token—and only ~11 GB of those change from token to token (the routed experts). So:

The dense part (attention, shared experts, embeddings—~17B params) stays resident in RAM at int4 (~9.9 GB); The 21,504 routed experts (75 MoE layers × 256 experts + the MTP head, ~19 MB each at int4) live on disk (~370 GB) and are streamed on demand, with a per-layer LRU cache, an optional pinned hot-store, and the OS page cache as a free L2.

The engine is a single C file (c/glm.c, ~1,300 lines) plus small headers. No BLAS, no Python at runtime, no GPU.

No GPU or serious hardware because I don't have that hardware so I can't test it on hardware that is more powerful than my computer.

Colibrì is a one-person project, written and tested entirely on a 12-core laptop with 25 GB of RAM — the numbers above are the ceiling of what I can measure at home. If this project is useful or interesting to you and you'd like to support its development (better hardware test translates directly into a faster engine for everyone: real NVMe scaling data, bigger pinned caches, int2/int3 quality sweeps on real benchmarks), you can:

star the repo and share it; open issues with benchmark numbers from your hardware; reach out via GitHub issues if you'd like to sponsor development or donate hardware.

Every contribution, from a datapoint to a disk, moves the ceiling.

Any feedback are welcome!

Repo: https://github.com/JustVugg/colibri

SpreadsheetPreview: JavaScript component to display Excel files in browser

https://spreadsheetpreview.com/
1•robbiejs•48s ago•1 comments

CVE-2026-14440: Cloudflare Universal SSL CAA records supersede user CAA

https://nvd.nist.gov/vuln/detail/CVE-2026-14440
1•David_Osipov•2m ago•0 comments

The best WebAssembly runtime may still be no runtime at all

https://00f.net/2026/07/08/webassembly-compilation-to-c-2026/
1•goranmoomin•5m ago•0 comments

Engineering the J-Space: Beyond Chain of Thought

https://github.com/mlangford75-lgtm/mlangford75-lgtm
1•Mlangford75•6m ago•0 comments

Show HN: N3MO – Deterministic code intelligence via AST parsing, no embeddings

https://github.com/RajX-dev/N3MO
1•RajX_dev•6m ago•0 comments

Build your own agentic framework – the no-magic version

https://medium.com/@kirill89/build-your-own-agentic-framework-the-no-magic-version-8858d5ee94d0
1•k1r111•7m ago•0 comments

Claude "Honeycomb" spotted and pulled from Cursor, unannounced Anthropic model

https://twitter.com/chetaslua/status/2075064406116065416
1•alecavaz•8m ago•0 comments

$100k to keep CTFs competitive in the age of AI

https://osec.io/blog/save-ctfs-fund/
1•stuxf•11m ago•0 comments

Grok Is Back

https://www.vincentschmalbach.com/grok-is-back/
1•vincent_s•12m ago•0 comments

Decispher – System of record and action for engineering teams

https://decispher.com
6•cool_coder12•12m ago•0 comments

Google patched AI chatbot flaw that could expose customer conversations

https://www.axios.com/2026/07/07/varonis-google-ai-agent-chatbot-security?
1•crowd51•14m ago•0 comments

Mastodon, the Only Good Choice

https://www.tbray.org/ongoing/When/202x/2026/07/05/Choose-Mastodon
1•robin_reala•15m ago•0 comments

The math behind "AI will take your job" is wrong [video]

https://www.youtube.com/watch?v=sQGZXrzykpU
1•parasti•16m ago•0 comments

CashFlow – Open-source debt minimization using graph algorithms and WASM

1•SanishKumar•16m ago•0 comments

Show HN: Learn language with word-by-word translation maps [video]

https://www.youtube.com/watch?v=QHMqGX6GvFU
1•julienreszka•16m ago•0 comments

Show HN: Gemini to Word or PDF Extension

https://chromewebstore.google.com/detail/chat-exporter-save-gemini/lgipeakgdkcgnkdljeagconfbfeolidj
2•quysala12•18m ago•0 comments

Handsum: A lossy thumbnail image format

https://nigeltao.github.io/blog/2026/handsum.html
1•tylerchr•19m ago•0 comments

Ask HN: I want an app to block luddites from my life

1•julienreszka•20m ago•3 comments

I think Rust is Object Oriented

https://lewiscampbell.tech/blog/260709.html
1•xupybd•20m ago•0 comments

Eternal September

https://en.wikipedia.org/wiki/Eternal_September
3•kleiba2•22m ago•0 comments

Databricks Data and AI Summit 2026 as it was

https://medium.com/data-engineer-things/databricks-data-and-ai-summit-2026-as-it-was-2e146b77912a
1•protmaks•24m ago•0 comments

Du Bist Gut Genug Guy Sings Whithout Autotune [video]

https://www.youtube.com/watch?v=GpfnWqTFcy4
1•Cider9986•25m ago•0 comments

AI as a weapon of mass cognitive destruction

https://taoofmac.com/space/blog/2026/07/08/2130
2•baranul•27m ago•0 comments

Dunedin Pace – Rejuvenation Olympics

https://www.rejuvenationolympics.com/dunedin-pace
1•Cider9986•28m ago•0 comments

New Free Courses in Anthropic Academy

https://www.anthropic.com/learn
1•goekjclo•28m ago•0 comments

Healthcare Benchmarks Are Only as Good as Their Assumptions

https://blog.ml.cmu.edu/2026/06/19/healthcare-benchmarks-are-only-as-good-as-their-assumptions/
1•ilreb•29m ago•0 comments

The Age of Reading Is Over

https://www.theatlantic.com/press-releases/2026/07/atlantics-august-cover-the-age-of-reading-is-o...
1•Swizec•30m ago•0 comments

Why VPN Users Still Get Caught [video]

https://www.youtube.com/watch?v=-0pFznEJf14
2•keepamovin•31m ago•1 comments

From Quantum Relative Entropy to the Semiclassical Einstein Equations

https://arxiv.org/abs/2510.24491
1•diskmuncher•31m ago•1 comments

Why we are building SimpleX Network

https://simplex.chat/why/
2•Cider9986•31m ago•0 comments