Microsoft and hardware partners will sell high-end PCs later this year running Windows 11 Pro pre-configured under a program called Project Zenith, which tweaks default settings to reduce clutter and bundles tools like Visual Studio Code, GitHub Copilot, PowerToys and Windows Dev Skills. These machines require at least 64GB of unified memory and 250 GB/s of bandwidth to run local 30-billion-parameter AI models, with AMD Ryzen AI Halo devices launching first.
techspot.com
· 2026-09-04
GitHub has launched Project HydraFusion, a research preview available through the /experimental flag in GitHub Copilot CLI. Instead of picking one model, HydraFusion builds an execution plan that draws on multiple AI models from different providers, using them to draft, critique, revise, or escalate tasks to stronger models as needed. Developers select it like any other model, and it automatically manages the underlying workflow while charging standard per-model token rates.
github.blog
· 2026-09-04
A blogger with an engineering background details how they spent about a month reverse-engineering an ASIC chip design as part of a public puzzle set by trading firm Jane Street. The challenge involved analyzing a GDS chip-layout file to determine the chip's function, first through an easier warmup version with more design information, then a harder unaided version. The author has published their code on GitHub and plans follow-up posts explaining each technical step in more depth.
jestoph.com
· 2026-09-04
Microsoft has branded its developer-optimized Windows configuration Project Zenith, targeting new devices with 64GB or more of unified memory. AMD introduced the first such device at IFA, a compact PC built on Ryzen AI Halo chips, with more machines using other silicon expected in coming months.
theverge.com
· 2026-09-04
Researchers built 75 synthetic but realistic code repositories across 10 languages, complete with fake company data and real dependency lockfiles, then tasked coding agents like Claude, Codex and Cursor with implementing missing third-party service integrations. Prompts were written from four different user personas—from vague 'vibe-coders' to detail-oriented enterprise engineers—producing 1,163 task variations that were run repeatedly to generate roughly 17,000 total experiment runs.
armature.tech
· 2026-09-03
Nvidia has released PAIR (Personal AI Router) in open beta on GitHub, a system that lets users split GPU-intensive AI agent workloads into parallel subtasks and offload them to other computers on the same local network. The software works across Windows, Mac and Linux, uses mDNS for device discovery and MTLS for security, and currently supports the Ollama and LM Studio model engines.
cnet.com
· 2026-09-03
Martin von Zweigbergk, who built the Jujutsu version control system while at Google, has been named chief technology officer of East River Source Control, a startup developing next-generation version control platforms. He will oversee engineering there while continuing as a core maintainer of Jujutsu, which remains open source under Apache 2.0. ERSC's storage product is set to enter private beta later this month.
ersc.io
· 2026-09-01
A researcher built and trained a small transformer model from scratch in 1.5 hours on a single RTX 5090 GPU, achieving 44% accuracy on the ARC-AGI-1 public evaluation set and 7% on ARC-AGI-2. The model, an upgraded and cheaper version of a previous open-source release, matches the performance of existing test-time-training approaches like TRM and HRM while using far less compute.
mvakde.github.io
· 2026-09-01
A developer examining Git's command-line safety flags found that removing or moving a git worktree containing submodules requires the --force flag, a restriction dating back to git worktree's 2015 introduction. The analysis traces how git worktree add had to be patched to ignore submodule.recurse to avoid corrupting empty submodule paths, and argues that git submodules function as a de facto package manager, with the gitlink SHA acting as a lockfile entry and .gitmodules as the manifest.
nesbitt.io
· 2026-09-01
Hobbyist developers have successfully ported Windows NT 4.0 to Nintendo's GameCube console, building on groundwork laid by a project called Entii for Workcubes hosted on GitHub. The feat was recently showcased in a video by Jiga Tech, demonstrating the modding process used to get Microsoft's decades-old operating system running on the aging Nintendo hardware.
engadget.com
· 2026-08-31
Almanac, a startup from Y Combinator's Summer 2026 batch, has launched an AI system designed to understand a company's internal operations, tools and communications rather than general web knowledge. In a demo, the assistant monitored a customer Slack channel, identified duplicate bug reports, and automatically filed GitHub issues with reproduction steps and linked conversation threads. The product positions itself as an operational AI layer that can act on a company's existing data and workflows rather than just answer questions about them.
usealmanac.com
· 2026-08-31
OpenClaw released version 2026.8.1, branded as 2.0, marking its biggest update since launching last November. The overhaul began as a plan to simplify installation and rebuild the browser client but expanded into a full codebase rework, involving 933 contributors and over 16,000 merged pull requests.
techspot.com
· 2026-08-31