AI & ML
- Alibaba releases Qwen2.5 series — Qwen2.5-VL-72B matches state-of-the-art models like GPT-4o and Claude 3.5 Sonnet with strong document and diagram understanding while preserving language competencies. The Qwen2.5-Coder series excels at code intelligence tasks. All models range from 0.5B to 72B parameters with dense and Mixture-of-Experts variants. Read more
- Google launches flexible usage limits for Gemini Notebook — New compute-specific controls let developers manage their workflow and resource consumption more granularly on the Gemini Notebook platform. Read more
- OpenAI supports Thailand's next-generation AI startups — CARIVA is building a multilingual voice agent for hospital phone lines using OpenAI's real-time speech model, with focus on evaluation methods and emergency detection. Curico is developing AI-powered learning tools for children and educators through the accelerator program. Read more
- Anthropic releases TASTE benchmark for AI safety research evaluation — A new 92-pair benchmark measures how well models can judge AI safety research proposals against human researcher preferences. Models like Fable 5 (60% accuracy) significantly underperform human experts, highlighting gaps in model ability to evaluate complex safety work. Read more
AI Coding Tools
- Cursor launches cloud agents with remote desktop control — Autonomous agents can now control their own computers, verify changes in real-time, and demo work without requiring local checkout. Integration with Slack, Linear, and Jira lets teams delegate tasks with full codebase context. The system demonstrates a "third era" of AI software development with longer-running, multi-step task execution. Read more
Languages & Runtimes
- AWS SDK for Rust updates MSRV to 1.94.1 — The SDK now requires Rust 1.94.1 minimum, maintaining a policy of supporting two releases behind the latest stable. See the GitHub repo for updated dependency examples and API reference documentation. Read more
- TypeScript 6.0 RC bridges to Go-based future — Release candidate lands March 6, positioning 6.0 as precursor to native TypeScript 7.0 based on Go Language, a significant architectural shift for the language runtime. Read more
- PyTorch 2.7.0 stable released — Latest stable PyTorch requires Python 3.10 or later and is now available on all major compute platforms (CUDA 11.8–12.8, ROCm 6.3, CPU). See pytorch.org for install commands and cloud platform quick-start guides. Read more
Browser & Web Platform
- Chrome 152 & Firefox 154 land major CSS upgrades —
sibling-count()andsibling-index()CSS functions become Baseline Newly available, letting you calculate layout sizes and staggered animation delays without JavaScript.text-boxproperties (text-box-trim,text-box-edge, and shorthand) give fine-grained control over text alignment and spacing in the block direction to handle font metrics extra vertical space. Read more
DevOps & Cloud
- AWS Management Console Private Access now GA — Organizations in regulated industries can now route all traffic for supported service consoles—authentication flows, static assets, console-only APIs, and AWS service API calls—through PrivateLink VPC endpoints, eliminating the need for internet gateways or public routes. Available in all AWS commercial Regions. Read more
- CVE-2026-81849: Path traversal in AWS SSM Agent aws:downloadContent plugin — Critical vulnerability in the
aws:downloadContentplugin requires immediate patching. AWS recommends using firewall rules and network access controls to restrict the SSM Agent's web interface from untrusted internet addresses. Read more - Amazon Aurora MySQL 3.13 (MySQL 8.0.45) is GA — Community MySQL fixes and Aurora-specific improvements now available. Automatic minor version upgrades supported via AWS Organizations Upgrade Rollout Policy to orchestrate upgrades in phases across clusters. Read more
- Cloudflare One Client for Windows 2026.7.1376.0 fixes critical bugs — Resolved a rare but critical issue where the client could fail to connect or switch organizations after version changes, plus fixed DNS query failures across platforms. Read more
Databases & Data
- Neo SPCC updates Neo Exporter to v0.15.4 and locode-db to v0.9.0 — Neo Exporter maintenance aligns with NeoFS SDK RC21, NeoGo v0.122.0, gRPC 1.82.1. locode-db v0.9.0 updates UN/LOCODE database to 2025-1, adding 174 new locations and 248 corrections for geographic node placement. Both now require Go 1.26 minimum. Read more
CMS & Site Builders
- Webflow introduces slot restrictions for component systems — Designers and Site managers can now control which components are allowed in specific slots, preventing layout breaks and reducing designer cleanup work when components are incorrectly placed. Read more
- Framer scales organic growth with AI and CMS — Framer adds AI agents and external agents for design automation, alongside CMS integration to manage content across landing pages, portfolios, and multi-page sites without code. Read more
Security
- Android 17 adds OS-wide ECH to hide website visits from network providers — Encrypted Client Hello (ECH) with ECH GREASE (sending fake ECH extensions) now enabled by default system-wide, preventing network providers from seeing which websites users visit. OkHttp has integrated ECH support into its core library for third-party Android apps. Read more
- PaperCut zero-day exploited in active attacks — Critical vulnerability affecting all PaperCut NG and MF versions is being actively exploited. PaperCut recommends using firewall rules and network access controls to restrict PaperCut server web interfaces from untrusted internet addresses immediately. Read more
Open Source
- Fabric framework gains traction for AI augmentation — Fabric is an open-source framework for augmenting humans using AI, providing modular AI prompts that work across any application, now ranking in top 50 Go projects on GitHub with 43.5k stars. Read more
- Google DeepMind releases MuJoCo physics simulator updates — MuJoCo (Multi-Joint dynamics with Contact) now has a GPU-optimized version (
mujoco_warp) designed for NVIDIA hardware, alongside new privacy-preserving machine learning algorithms in JAX and curvature estimation tools in kfac-jax. Read more
Dev Tools & IDEs
- DeepSeek Harness (dsh-tui) plugin released for JetBrains IDEs — Run
dsh-tuiin IntelliJ IDEA's integrated terminal with a Claude Code-style experience, including one-click new sessions and resume functionality for streamlined development workflows. Read more