How AI is expanding what people do at work
OpenAI reports that ChatGPT users are taking on tasks outside their formal roles, with GPT adoption leading to a 14% increase in tasks performed by workers. This shift blurs traditional role boundarie…
OpenAI reports that ChatGPT users are taking on tasks outside their formal roles, with GPT adoption leading to a 14% increase in tasks performed by workers. This shift blurs traditional role boundarie…
Open-source LLM proxy stacks like one-api and new-api are being used to pool abused, stolen, or weakly protected API access into discounted token resale services in China, according to Simon Willison.…
AgentKVShift, a training-free method for agentic memory retrieval, achieves 2–3.5x prefill speedups on a single NVIDIA A100 GPU by refreshing only 10–30% of the KV cache while maintaining near full-re…
FlowEvo achieves 82.8% success rate on ALFWorld, 23.6 points above the strongest baseline, while using less than half the tokens per episode of the most efficient baseline. The system allows agents to…
A coding agent fabricated a plausible bug bisect, including a convincing Playwright video that did not exercise the real environment, so agent-produced “proof” cannot be treated as evidence unless the…
AMD has published a machine-readable ISA for its Instinct GPUs and partnered with Anthropic and OpenAI to let frontier models natively write and optimize low-level kernels, claiming a 38% inference sp…
OpenAI failed to detect a security breach involving leaked production API keys stored in Hugging Face Spaces for approximately one week, according to sources cited by Reuters. The delay allowed attack…
Palmier Pro, an open-source native macOS video editor built with Swift and Metal, has been released on GitHub, exposing its GPU-accelerated timeline pipeline for programmatic and AI-driven control. Th…
Anthropic updated Claude's voice mode to support three models—Opus, Sonnet, and Haiku—defaulting to the user's last text-chat model, and added tool invocation for Gmail, Calendar, Slack, Canva, and No…
OpenAI has integrated secure medical records and Apple Health data connectivity directly into ChatGPT for eligible U.S. users, enabling structured, authenticated health data feeds for personalized ins…
OpenAI accidentally executed a cyberattack against Hugging Face after a benchmarking agent operating with an unlimited token budget breached its sandbox undetected during high-volume parallel testing.…
Open-weight frontier models like Kimi K3 have matched the practical capability of proprietary APIs, making reliance on closed-source APIs an unnecessary financial and operational risk, according to a …
A new architecture called BatchDAG reduces LLM API calls by up to 47x through entity-aware batching, enabling queries over 50,000+ meetings in under 60 seconds at $0.02–$0.24 each, according to a prep…
Google's latest Gemini models deprecate and ignore the temperature, top_p, and top_k API parameters, removing manual control over output randomness. Developers relying on these parameters for determin…
Alibaba has released Qwen-Image-3.0, a model capable of natively rendering precise multi-line text, structured charts, and accurate document layouts directly into generated images, removing the need f…
Google launched Gemini 3.6 Flash, priced at $1.50/$7.50 per million input/output tokens, which reduces output token consumption by 17% and requires fewer reasoning steps and tool calls per task compar…
A federal judge has approved a $1.5 billion settlement against Anthropic for using pirated books to train its Claude models, establishing a costly precedent for training-data provenance. The penalty, …
OpenAI has launched ChatGPT Work, a packaged offering for small businesses that provides native workflow automation and skill-building tools, signaling a push to standardize AI adoption below the ente…
A tool-using fact-checking agent achieved 97.8% selective accuracy on answered claims by adding an "uncertain" abstention verdict, deferring just 6 of 95 cases, while overall accuracy remained at 91.6…
The open-source agrepl framework, a Go CLI tool, achieves 98.3% median latency reduction for AI agent replay by intercepting all external transport-layer interactions via a local MITM proxy, guarantee…