Runloom, Rust 1.97, 744B LLM on 25GB PC
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 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.
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.
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.
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.
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.
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’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’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.
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.
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.
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.
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.
Subscribe free