Firefox compiled to WebAssembly runs inside a browser tab
Puter’s open‑source firefox‑wasm project compiles the Gecko engine to WebAssembly, letting a full Firefox instance load inside a Chrome or Firefox tab. The demo proves browsers can host entire other browsers, opening possibilities for sandboxed web apps and platform‑agnostic UI layers.
Tomas built Frame, a fully‑assembly X11 server for Linux that fits in roughly 20 K lines of code. In everyday use it powers a full desktop including Firefox while consuming a third of the CPU and far less power than Xorg. The project proves ultra‑low‑level graphics stacks can be practical and energy‑efficient.
Thinking Machines Lab released Inkling, a 975 billion‑parameter Mixture‑of‑Experts transformer with 41 billion active weights, under an Apache‑2.0 license. Its multimodal capabilities and open‑weight design give developers a strong, fine‑tunable base and challenge the dominance of Chinese open‑weight models, expanding the US open‑AI ecosystem.
Capital One has released VulnHunter, an open‑source, agentic AI tool that scans source code from an attacker’s perspective using large language models. Its developer‑first workflow, built‑in falsification engine, and targeted remediation suggestions aim to cut false positives and help teams patch vulnerabilities before AI‑powered exploits can weaponize them.
An AI‑driven auditor called zkao identified a soundness flaw (CVE‑2026‑46669) in OpenVM’s openvm‑pairing library that let a malicious prover forge any pairing equality. The bug was disclosed, patched in OpenVM 1.6.0, and demonstrates AI’s growing utility for cryptographic code review.
GitHub Engineering shows that AI has slashed the effort to draft code, but the bottleneck has shifted to deciding whether to ship it. Their framework treats an AI‑generated patch as a cheap probe, letting teams replace long scope debates with a quick diff review. This speeds delivery while keeping ownership costs in check.
As LLMs write more of a codebase, developers lose the mental map that lets them debug and evolve software quickly. The article proposes concrete habits, like deliberately introducing errors, reviewing generated snippets, and keeping a personal changelog, to preserve intuition and retain effective guidance over the model. Without them, the code drifts toward the model’s average instead of the team’s intent.
At Microsoft Build, GitHub’s Cassidy Williams warned that AI‑driven ‘agentic’ coding is pushing developers into higher‑level strategy but also taxing their decision‑making. She argues human taste, community feedback, and mentorship are now more essential than ever, especially as new Copilot features roll out.
Moonshot AI launched Kimi K3, a 2.8‑trillion‑parameter “open 3T‑class” model, priced like Anthropic’s Claude and slated for open weights by July 27. Benchmarks put it ahead of Chinese rivals and atop Arena.ai’s Front‑end Code arena; a revived pelican‑riding‑a‑bicycle test shows cheap multi‑modal output and that odd prompts still expose real model strength.
In a July 2026 kernel mailing‑list post, Linus Torvalds flat‑out said Linux isn’t an anti‑AI project and that anyone opposed to AI‑generated code can simply fork the kernel or walk away. He framed AI as just another tooling option, shifting the policy debate for the entire open‑source ecosystem.
Yuku, a JavaScript/TypeScript parser written in Zig, outpaces npm alternatives by 3-10×. It achieves this by storing the AST as flat u32 index arrays instead of pointer‑rich trees, slashing per‑node allocations and cache misses. The result is a practical showcase of data‑oriented design for high‑performance language tooling.
Slack built Shipyard to turn EC2 instances into immutable, versioned artifacts instead of endlessly patched machines. The platform lets teams roll out changes safely with progressive rollouts and automated rollbacks, cutting drift and deployment risk while supporting AMD64, ARM Graviton, and multiple OSes. It brings modern app‑delivery safety to traditional VMs.
Subscribe free