LodeHQSubscribe →

Runloom, Rust 1.97, 744B LLM on 25GB PC

Dev · 2026-07-10

Languages & Frameworks
Runloom brings Go‑style goroutine performance to free‑threaded Python4 MIN

Runloom introduces stack‑ful coroutines that mimic Go’s goroutine model for Python’s new free‑threaded interpreter. Benchmarks show spawn rates matching or surpassing Go and comparable request throughput, while each fiber adds about 3× more memory than a Go routine. It lets you write blocking code without async/await and scales across cores.

Rust 1.97 makes Rust‑specific symbol mangling the default, tightening build reliability3 MIN

Rust 1.97 ships Rust‑specific symbol mangling v0 as the stable default, fixing hash‑based generics and reducing custom demangling. Cargo now lets CI deny warnings via a simple env var, and linker output is no longer hidden, making build failures easier to spot. These changes tighten debugging and CI reliability.

Tools & Platforms
Merging ActivityPub with AT Protocol could unify decentralized social networks7 MIN

A concise proposal shows how ActivityPub could run atop the AT Protocol's personal data server model, giving federated social apps the pluggable identity and signed data benefits of Bluesky's stack. If realized, it would let the two biggest decentralized social standards interoperate, expanding reach while keeping user‑centric control.

Why Mini PCs Beat Big GPUs at 70B LLMs: Unified Memory Wins11 MIN

Unified‑memory SoCs let a $2k mini PC hold a 70‑billion‑parameter model that a RTX 5090 can’t, because the whole 128 GB pool acts like VRAM. The trade‑off is bandwidth: the chip’s 256 GB/s is a fraction of a high‑end GPU’s, so inference runs far slower. This shows capacity can outweigh raw speed for local LLM deployment.

Run 744B‑parameter GLM‑5.2 on a 25 GB PC with a single C file18 MIN

Colibri lets you run Meta’s 744‑billion‑parameter GLM‑5.2 MoE model on a consumer machine with ~25 GB RAM using only a 2‑k‑line C engine. It streams experts from disk, needs no Python or GPU, and delivers near‑full‑model quality in under a minute per token.

AI-Assisted Development
Shared Unix tools cut Copilot review cost 20% after workflow tweak9 MIN

Switching Copilot code review to the Copilot CLI’s grep, glob, and view tools initially raised review time and missed bugs. Rewriting the agent prompts to match how humans read pull requests flipped the regression, delivering about a 20% lower average review cost with unchanged quality. The fix shows tool upgrades alone aren’t enough, workflow design matters.

900k AI‑Generated Lines Reveal Why Human Oversight Still Wins12 MIN

After 900,000 lines of product code were generated almost entirely by Claude Code, the founder found that small changes required massive prompts and often broke other parts. The experiment proved AI assistants still need human architectural oversight and that token limits and context drift remain hard constraints.

Cursor report: Elite devs write 10× more code while AI token use is 90% reading5 MIN

Cursor’s two‑year usage report reveals its top 1% of users churn out 30‑40K lines of code weekly, ten times the median. Meanwhile 90% of AI token consumption is spent on reading existing code, making input tokens the dominant cost. The findings highlight how elite developers leverage AI and why token‑efficiency matters.

OpenAI launches GPT‑5.6 family with cheaper, long‑context agents3 MIN

OpenAI’s GPT‑5.6 family is now generally available in three tiers, Luna ($1/$6), Terra ($2.50/$15) and Sol ($5/$30) per million tokens, with a million‑token context window. Benchmarks show Sol beating Claude Fable 5 on long‑running agentic tasks while costing a quarter as much, and the API adds programmatic tool calling, multi‑agent support, and explicit prompt‑cache breakpoints.

Fable 5 and Opus 4.8 flop at real‑world web conversion, exposing AI gap7 MIN

In a live test, the frontier models Fable 5 and Opus 4.8 were tasked with rebuilding a company website to boost conversion rates. Both produced functional sites but delivered zero improvement, because they omitted basic tracking and SEO hooks. The result warns that cutting‑edge LLMs still miss core business outcomes.

Engineering Practice
Why clean codebases are the secret to cheaper, better AI‑generated code1 MIN

Clear, consistent codebases give AI models a built‑in shortcut, letting them generate higher‑quality code with fewer tokens. In messy, proprietary stacks the model wastes effort learning patterns, driving up cost and reducing output quality. Rewrites become a strategic chance to align your architecture with AI’s strengths.

Why Truly Useful Tools Should Be Invisible8 MIN

A good tool disappears into the background, letting you focus on the problem, not the interface. The essay deconstructs the myth that tool quirks are a ‘fun puzzle,’ using text editors as a case study, and urges developers to prioritize friction‑free workflows over cult‑like tool loyalty.

Why Mitchell Hashimoto is building a terminal emulator in Zig20 MIN

Hashimoto, the creator of Vagrant and Terraform, explains his shift from cloud tooling to Ghostty, a fast, cross‑platform terminal built in Zig. He argues terminals remain a unique, composable platform and that modern terminal emulators can unlock new developer workflows.

Get Dev in your inbox, every issue.
Subscribe free
Privacy · Terms · About · Contact
© 2026 LodeHQ