All News

935 technical news articles

本機 AI/開發平台

Microsoft Project Zenith Bundles Local 30B Models and an Agent Isolation Layer Into Developer-Class Windows Devices

Project Zenith is a preconfigured Windows 11 development experience for devices with at least 64GB of unified memory and 250GB/s of memory bandwidth, initially shipping on AMD Ryzen AI Halo. It brings local models, WSL toolchains, and agent containers together under a single platform vision, but its current MXC implementation remains an early preview that should not be treated as a security boundary.

模型訓練研究

Auxiliary Views Experiment: Recasting the Same Knowledge as Textbooks, Q&A, and Articles Helps Models Learn Better Than Repeating the Original Text

Under a fixed knowledge-token budget, University of Pennsylvania researchers replaced some repetitions of original texts with multiple conceptual representations, improving factual recall and reasoning. The gains appeared mainly in models with 7B parameters or more, but the experiments involved only short-run continual pre-training and cannot be directly extrapolated to the full pre-training of frontier models.

AI 安全

ASCII Smuggling Shifts from Prompt Injection to Email Attacks as Invisible Unicode Disrupts Classifier Tokenization

Microsoft has uncovered phishing emails that insert invisible Unicode Tag characters into financial keywords, altering the tokens seen by rule-based and machine-learning classifiers. With attacks peaking at more than 2.3 million emails per day, the campaign shows that AI red-teaming techniques are beginning to migrate into conventional cybersecurity offense and defense.

AI 安全

GitSpawn Exploits Repository-Local Git Configuration to Bypass Execution Approvals in Seven Coding Agents

Malicious projects can place commands in `.git/config` under `core.fsmonitor`, then wait for an agent to run `git status` or `git diff` in the background to execute them on the host. Some products have been patched, but the incident shows that tool approvals can still be bypassed by underlying programs if an agent’s sandbox does not cover startup and version-control processes.