AI
Replit fine-tunes Qwen-8b chess model via parallel "vibe research" branches
Replit CEO Amjad Masad is fine-tuning a Qwen-8b model to play chess, running three parallel experiment branches simultaneously on Replit and calling the approach "vibe research." Masad noted that AI models have dramatically improved at doing machine learning work itself, meaning someone with good intuition can now run real ML experiments without deep ML engineering expertise. He followed up by sharing footage of Replit's computer-use model playing against the resulting chess engine.
Software job postings rise despite AI displacement fears, echoing Jevons Paradox
Box CEO Aaron Levie flagged that software job postings are outpacing other fields — the opposite of what AI displacement forecasts predicted — arguing that lowering the cost of software production simply creates demand for more software to be produced, a classic Jevons Paradox dynamic. Developer advocate swyx extended the point, warning that observers who learned about Jevons Paradox only in the context of software demand may be underestimating its full force now that coding agents are becoming broadly accessible and breaking out of specialist containment.
Consumer Tech & Gadgets
Gurman details Apple's M7 and M8 chip roadmap, with M7 Ultra targeting 1.5TB of RAM
Mark Gurman's latest Power On newsletter lays out a significant reshaping of Apple's Mac chip lineup around AI demands. The M7 Ultra is being designed to support up to 1.5 terabytes of unified memory — double what was planned for the M5 Ultra — which would match the headroom of the 2019 Mac Pro, though Apple's ability to ship that configuration depends on the broader memory supply environment. The roadmap spans the M6 through M7 Pro, M7 Max, M7 Ultra, and M8, reflecting how AI workloads are now the central design constraint for Apple silicon.
Apple Pencil Pro and USB-C Pencil refreshes coming next spring, may include replaceable batteries under EU rules
Apple is planning updated Apple Pencil models for a spring release alongside the next iPad Pro generation, according to Gurman. The lineup will include a new Apple Pencil Pro and a refreshed low-end USB-C model. Engadget and 9to5Mac separately noted that upcoming EU regulations on battery replaceability could push Apple to make the next Pencil's battery user-swappable — a notable hardware change for an accessory that has historically been sealed.
The EU battery regulation angle adds a meaningful wrinkle: if Apple complies, the next Pencil Pro could be the first Apple stylus designed for user battery replacement, a change that would likely apply globally given the cost of maintaining separate hardware SKUs.
Apple Car's legacy: the program seeded the Neural Engine that now underpins Apple's AI hardware
With Apple's cancelled self-driving car project increasingly a historical footnote, Gurman and The Verge both argued this week that the program was not a total loss. The intensive compute demands of autonomous driving pushed Apple to develop the Neural Engine, the dedicated AI inference hardware now baked into every Apple silicon chip. Gurman wrote that without the car project, Apple would be even further behind in AI today — framing Project Titan as the accidental origin of the company's current AI hardware strategy.
Dev Tools & Infrastructure
GitHub Issue Fields reach general availability with structured metadata support
GitHub has shipped Issue Fields to general availability for all users, adding structured, typed metadata — including priority, effort, dates, and custom values — directly to issues across repositories. The feature lets teams see key details at a glance without opening each issue individually, addressing a long-standing friction point for project management inside GitHub Projects.
Vercel's Guillermo Rauch calls on startups to own their AI stack rather than outsource to model providers
Vercel CEO Guillermo Rauch publicly argued that companies must treat AI models as interchangeable components in infrastructure they control, not as strategic partners to depend on. Pointing to Vercel's AI SDK, an open Agent API, and an AI Gateway offering zero data-retention inference, Rauch framed ownership of data, evals, model choices, and the software layer as a competitive necessity for both startups and enterprises.
Gaming
Obsidian Entertainment staff left uncertain after Microsoft Xbox layoffs hit studio hard
Staff at Obsidian Entertainment say they are unsure how projects currently in development will move forward after the studio was hit hard by Microsoft's latest round of Xbox layoffs. Work is reported to be continuing on publicly announced titles including Grounded 2 and The Outer Worlds 2 DLC, but broader uncertainty hangs over the studio's slate.
Doom: The Dark Ages expansion Revelations reviewed near the level of Doom Eternal
IGN's review of Doom: The Dark Ages - Revelations calls the expansion a near match for the stratospheric heights of Doom Eternal, positioning it as one of the stronger pieces of add-on content the franchise has produced.
Sony settles with former developer Christopher Barrett; he will be added to Marathon's credits
Sony has reached a settlement with former developer Christopher Barrett, whom it had accused of sexual misconduct. As part of the agreement, Barrett will be added to the credits of the recently released extraction shooter Marathon, a game he had a hand in developing before the accusations surfaced.
Security
Jscrambler npm supply-chain attack spanned five malicious versions, credential theft confirmed
The Jscrambler npm compromise is significantly broader than initially reported. Socket researchers identified five malicious versions — 8.14.0, 8.16.0, 8.17.0, 8.18.0, and 8.20.0 — all pushed by the same actor using a stolen npm publishing credential. The attack also evolved in technique: the first three versions embedded malicious code in a preinstall hook, while 8.18.0 and 8.20.0 moved the dropper into the package code and CLI itself, meaning the common mitigation of running npm install with the --ignore-scripts flag would not have protected users against the later versions. Developers should upgrade to version 8.22.0 and audit any machine or pipeline that installed the affected releases.
Coordinated dormant GitHub accounts used automation to harvest public and private repository data
Datadog researchers uncovered a coordinated campaign abusing dormant GitHub accounts to scrape data at scale. Much of the activity appeared benign in isolation — public API requests, clean or absent authentication, successful responses — but the pattern across accounts revealed the operation: groups of accounts moved in sync across multiple companies, using automation and GraphQL queries to enumerate public repos, followers, gists, starred repos, org memberships, and public objects. In at least a few cases the activity went further, with attempts to clone private repositories from targeted organizations.
RedHook Android malware gains shell access via Wireless ADB
The RedHook Android malware has added a significant new capability: abusing Wireless ADB (Android Debug Bridge) to obtain shell-level access on infected devices. The technique allows the malware to execute commands with elevated privileges without requiring a USB connection, broadening the attack surface on devices that have wireless debugging enabled.