AI & ML
- Google's Gemma reaches 1 billion downloads with applications expanding into specialized domains. Researchers from Yale and Google built C2S-Scale, a Gemma-based AI model that interprets single-cell biology and discovered a novel cancer therapy pathway verified in living cells—marking the first time an AI produced mechanistic therapeutic pathways confirmed in practice. Read more
- DolphinGemma decodes marine mammal communication. In collaboration with Georgia Tech and the Wild Dolphin Project, researchers developed a specialized Gemma model that processes complex dolphin vocalizations to predict sound sequences, advancing interspecies communication research. Read more
AI Coding Tools
- Cursor Cloud Agents now control their own computers. The third era of AI software development is emerging as autonomous agents can verify changes and demo their work by running code on remote desktops without requiring local branch checkouts. Read more
- JetBrains Junie introduces Agent Skills. Developers can now create custom Kotlin code review checklists and domain-specific guidelines as reusable agent skills, enabling better orchestration of AI-powered development tasks. Read more
Languages & Runtimes
- Rust 1.98.0 released. The latest Rust version is now available with new features and improvements for building reliable and efficient systems. Read more
DevOps & Cloud
- Amazon Linux kernel-default parameter now auto-updates. The
kernel-defaultSSM parameter will upgrade to the latest kernel as new versions release. AL2023's parameter moved from kernel 6.1 to 6.18 on August 17, bringing EEVDF CPU scheduler improvements and better TCP receive buffer performance for high-bandwidth instances. Read more - AWS Marketplace adds Amazon Lightsail support. Users can now deploy eligible AWS Marketplace AMIs (Windows Server, SQL Server Express, Ubuntu, cPanel & WHM, Plesk) directly to Lightsail with simplified one-click deployment and predictable monthly pricing. Read more
- Docker Desktop now available on Amazon WorkSpaces. Developers can choose between local container performance or cloud-first portability, enabling both native container workflows on the same WorkSpaces environment. Read more
Security
- Critical Zimbra RCE (CVE-2026-73570) actively exploited. Zimbra released version 10.1.20 on July 20 patching a command injection vulnerability in the SNMP monitoring component. The flaw allows unauthenticated attackers to execute arbitrary OS commands via specially crafted SMTP requests when SNMP notifications are enabled. CERT Polska confirmed active exploitation; Shadowserver tracks over 12,100 exposed Zimbra servers. Read more
- MLflow critical SSRF vulnerability (CVE-2026-64849) exploited in the wild. An unauthenticated DNS-rebinding SSRF bypass in the webhook delivery system was patched in version 3.15.0. Attackers can reach cloud metadata services and exfiltrate credentials without privileges. watchTowr confirmed attackers began scanning within hours of CVE assignment. Read more
- Elementor Pro critical RCE (CVE-2026-32475) affects WordPress sites. WordPress plugin versions before 4.2.2 allow file upload RCE via the File Upload form field when multiple file uploads are enabled (disabled by default). Attackers can brute-force the uploaded PHP filename using the time-based
uniqid()function and execute arbitrary code. Patch was delivered August 19. Read more - Citrix NetScaler authentication bypass (CVE-2026-19490) and memory overflow (CVE-2026-19489). CVE-2026-19490 (CVSS 9.3) bypasses authentication on AAA and Gateway configurations with SAML Action enabled. CVE-2026-19489 (high severity) causes DoS when SIP ALG is enabled on NAT groups. No active exploitation reported but admins should prioritize patching. Read more
Open Source
- OpenHuman becomes GitHub's number one trending repo. The open-source AI harness trended for nine days straight on launch with local-first memory management, agent fleet orchestration, and deep research capabilities. Built by tinyhumans.ai with installers for macOS, Linux, and Windows. Read more
- OpenClaude: terminal-first coding agent CLI. Supports OpenAI-compatible APIs, Gemini, GitHub Models, Codex OAuth, Ollama, and others while maintaining a unified CLI workflow for prompts, tools, agents, and MCP servers across any backend. Read more
- Prime Agent self-improving RLM for autonomous workflows. Open-source agent designed around Recursive Language Models (treating context as variables) and a Continual Harness that stores reusable skills and memories for long-running coding and research tasks. Read more