AI & ML
- Mistral announces regional inference endpoints and European compute infrastructure, planning 1 GW capacity by 2030 to enable sovereign AI deployment with data residency and compliance guarantees. Read more
AI Coding Tools
- WebStorm introduces ACP (Agent Command Protocol), an LSP-like standard for AI agents to interact with the IDE, browser via Chrome DevTools, and design tools, marking a potential standardization moment for agentic development. Read more
- Junie now supports custom LLM profiles with temperature tuning, multi-provider routing (OpenAI-compatible, Google Gemini, Anthropic), and a Plan mode for read-only codebase analysis before code generation. Read more
Frameworks & Libraries
- Next.js updates documentation for client-side data fetching patterns, detailing server-client component boundaries, Suspense-based loading, SWR integration, and cache coordination strategies for reactive UIs. Read more
Languages & Runtimes
- Visual Studio 18.9 brings Git submodules into the IDE with dedicated repository views, branch picking, and read-only-by-default handling, eliminating command-line context switches for dependency management. Read more
DevOps & Cloud
- AWS publishes Summer 2026 SOC 1 report covering 185 services over a 12-month audit period, available through AWS Artifact for compliance verification. Read more
- AWS successfully completed 2025-26 NHS Data Security and Protection Toolkit assessment with Standards Exceeded status, demonstrating compliance with NHS data security requirements. Read more
Databases & Data
- pg_clickhouse v0.10.0 pushes correlated subqueries down to ClickHouse as native subqueries instead of nested loops, improving TPC-H performance from 12 passing queries to all 22, and adds C driver support. Read more
- bitdrift integrates with ClickStack (HyperDX + ClickHouse) for mobile observability, enabling trace correlation and timeline events for iOS, Android, and React Native apps. Read more
- MongoDB publishes technical guide on agent orchestration and tool use, covering context window optimization, MCP server overhead (55K tokens for 40 tools), and failure classification frameworks. Read more
Security
- Microsoft August 2026 Patch Tuesday fixes 398 vulnerabilities including 42 critical flaws and one zero-day (CVE-2026-68820 in afd.sys). Notable patches include CVE-2026-62832 (Windows User Profile Service privilege escalation) and CVE-2026-72971 (Windows Container Isolation tampering). Read more
- OpenAI launches GPT-5.6-Cyber with reduced safeguards, granting selected security partners access to a model that has identified 400+ kernel privilege escalation vulns, 3 critical database flaws, and 5+ mobile OS vulnerabilities including a V8 sandbox escape chain (CVE-2026-15903). Read more
- Cisco warns of high-severity ClamAV denial-of-service flaws CVE-2026-20337 and CVE-2026-20338 with public exploits targeting zip file scanning; patched in version 1.5.4, with Windows systems at highest risk. Read more
- US and South Korea warn of Gunra ransomware exploiting Fortinet critical auth vulns (CVE-2024-55591, CVE-2025-24472), now operating a RaaS platform since January 2026 with Linux variants and IAB recruitment. Read more
Open Source
- Xodus, an open-source project from Heroic Games Launcher developers, has cracked Xbox Game Pass authentication and MSIXVC package decryption, enabling account auth, license retrieval, and game downloads on Linux and macOS—remaining work focuses on Gaming Services runtime emulation. Read more
- PentestGPT releases open-source agentic penetration testing framework with human-in-the-loop mode supporting OpenAI, Anthropic, Google Gemini, DeepSeek, and Ollama; includes telemetry opt-out and model availability smoke tests. Read more
- Mozilla revokes Firefox signing key after unencrypted copy surfaces on GitHub, raising questions about secure handling of critical infrastructure credentials. Read more
Dev Tools & IDEs
- Junie CLI Plan mode performs read-only codebase analysis to generate design documents before code generation, reducing iterative back-and-forth with AI agents. Read more