AI & ML
- Anthropic releases Claude Fable 5.1 and Claude Mythos 5.1 with expanded agentic capabilities and improved alignment testing. New Model Hardware Standard allows Claude to safely operate laboratory equipment directly, and expanded AI for Science program provides free credits to researchers. Read more
- Anthropic releases Economic Scenario Explorer, an interactive model that simulates labor market disruptions and economic impacts of AI adoption through 2030 by modeling jobs as task bundles that AI can augment, automate, or replace. Read more
Frameworks & Libraries
- Bun 1.4 released with core runtime rewritten in Rust instead of Zig, delivering major performance improvements and new built-in APIs to replace common external dependencies. Read more
- TypeScript 7 features a complete compiler rewrite in Go (replacing bootstrapped code), delivering up to 10x performance improvement on type-checking and editor responsiveness while maintaining high compatibility with existing code. Read more
- SvelteKit 3 release candidate available, advancing the Svelte framework with new features for building performant web applications. Read more
- Nuxt 4.5 released with new Rsbuild-powered pipeline for Rspack builder and experimental SSR streaming mode for improved performance. Read more
Languages & Runtimes
- Rust 1.96 now stable with ongoing stabilization PRs for
funnel_shifts,abort_immediate, andtrim_prefix_suffixmethods across string, slice, and Path types. Read more
Security
- Dutch NCSC warns of imminent exploitation of two critical Check Point VPN flaws: CVE-2026-85102 (improper certificate validation during VPN negotiation) and CVE-2026-85103 (heap overflow in certificate ASN.1 decoder). Both allow remote code execution on Security Gateways and Management Servers. Affects R81.20, R82, R82.10, and earlier versions; fixes available via LivePatch Take 24 and Jumbo Hotfix Accumulators. Read more
- CISA added 5 actively exploited vulnerabilities to Known Exploited Vulnerabilities (KEV) catalog: CVE-2026-67277 and CVE-2026-86060 in MikroTik RouterOS (unauthenticated RCE chain dubbed "MikroTrick"), plus Artifactory and ScreenConnect flaws enabling authentication bypass, privilege escalation, and persistent backdoor installation. FCEB agencies must patch by Sept 13-25, 2026. Read more
- CVE-2026-80994 in Linux kernel's Open vSwitch flow mask handling causes use-after-free on flow deletion when RCU grace period passes between removal and info filling, leading to potential crashes in datapath operations. Read more
Open Source
- Vercel maintains suite of open-source tools: AI SDK (free TypeScript library for building AI-powered applications and agents), Workflow SDK (durable, reliable, observable app/agent orchestration), SWR (React hooks for data fetching with stale-while-revalidate), and Satori (HTML/CSS to SVG conversion). Read more
- GitHub released tools for developer community: CodeQL libraries and queries powering security research and Advanced Security scanning; Copilot CLI bringing AI coding agent to terminal; advisory-database tracking CVEs and open source vulnerabilities. Read more