AI & ML
- Deep Origin claims breakthrough in AI drug discovery with 31% hit rate for cancer immunotherapy enzyme — nearly 100x higher than traditional ML approaches by combining physics-based simulations with co-folding models like AlphaFold. Read more
- Fortinet acquires Virtue AI to advance continuous AI protection across the full LLM lifecycle — extends FortiAIGate with runtime protection for prompts, models, agents, and MCP tools against prompt injections, data leakage, and model poisoning. Read more
- Scott Gray, OpenAI's CUDA kernel expert and core contributor to multiple model generations, has departed the company — a significant loss for a firm increasingly reliant on hardware efficiency and scale optimization. Read more
AI Coding Tools
- TRAE AI — new JetBrains IDE plugin offering code completion, code generation, and refactoring across mainstream programming languages with schema-aware AI assistance. Read more
Languages & Runtimes
- Python 3.15 ships with
frozendict(immutable dictionaries),sentinel(standardized sentinel values), lazy imports for faster startup, and continued JIT maturation plus free-threading infrastructure improvements. Read more - GNU poke 5.0 released with floating-point arithmetic support on
uint<32>/uint<64>types (IEEE 754), reactive IO spaces for better performance on read-heavy workloads, and fixed undefined behavior in left-shift operations. Read more - Zig vs Rust 2026 analysis: Zig compiles 2.3x faster but remains pre-1.0 while Rust dominates production; Bun (JavaScript runtime) switched from Zig to Rust in May 2026 after being Zig-native since 2021. Read more
DevOps & Cloud
- AWS CloudShell now includes built-in visual file editor accessible via
editcommand — no setup required, brings familiar GUI editing directly into shell sessions for scripts, IaC, and Lambda workflows. Read more - Amazon OpenSearch Service expands automatic semantic enrichment to VPC-enabled domains — context-aware retrieval now available across 11 global regions for customers with strict network security requirements. Read more
- Amazon Bedrock adds Cross-Region inference for OpenAI models with Geo CRIS (US-specific) and Global routing options — routes requests across regions for higher throughput without manual capacity management. Read more
- Amazon MSK now supports cluster-level custom domain configuration for both ZooKeeper and KRaft modes — simplifies cluster migrations and failovers by maintaining persistent endpoints across scaling operations. Read more
Databases & Data
- Oracle AI Database 26ai adds AI Vector Search, Select AI (natural language SQL generation), and Private AI Services Container for on-premises deployments. Read more
Security
- GitLab patches CVE-2026-19478 (CVSS 9.4) — critical GraphQL flaw allowing unauthenticated attackers to modify or delete public projects and user data; fix released outside regular schedule on August 17, 2026. Read more
- GeoServer patches critical SQL injection vulnerability (RCE) in versions 3.0.1, 2.28.5, and 2.27.6 — flaw witnessed active exploitation within hours of public disclosure with hundreds of exploit attempts tracked. Read more
- CVE-2026-65400 (CVSS 9.8) — critical authentication bypass in Apple macOS Screen Sharing patched in Tahoe 26.6.1, Sequoia 15.7.9, and Sonoma 14.8.9; actively exploited to drop cryptocurrency miners on internet-accessible systems. Read more
- CVE-2026-74900 — critical vulnerability in
openssl_encryptbefore 1.4.0 where KEM decapsulation failures silently fall back to simulation mode, allowing attackers with 16 bytes of private key to decrypt all ciphertext. Read more
Open Source
- GenOffice — free, open-source AI office suite for macOS, Windows, Linux supporting native Microsoft Office formats (
.docx,.xlsx,.pptx), PDF, and Markdown with built-in AI agents; Apache-2.0 licensed. Read more - OpenWA — self-hostable, open-source WhatsApp API Gateway built on pluggable architecture with configurable database engines (SQLite/PostgreSQL), storage backends (Local/S3), and cache layers (Redis). Read more
- Paperclip — open-source Node.js/React orchestration platform for managing teams of AI agents with task tracking, budgets, governance, and goal alignment; treat it as the "company" to individual agent "employees". Read more
- Multica — open-source workspace for assigning work to AI coding agents like a human teammate; self-hostable, works with 20 agent CLIs with no vendor lock-in. Read more