ChatGPT update adds Apple Messages integration on Mac (4 minute read)
ChatGPT's latest update lets users work with conversations from Apple's Messages app. The feature works with iMessage, SMS, and RCS. It is available across all plans in the ChatGPT desktop app for macOS. There are privacy and control risks with giving ChatGPT such access, so users should take care before granting persistent approval.
|
Slack Code: Where Your Team and Agents Build Together (8 minute read)
Slack Code introduces code channels to facilitate collaborative software development with AI agents. This feature allows teams to plan, write, and review together with integrated tools from partners like GitHub, Anthropic, and Vercel, creating a seamless workflow without the need for isolated tabs. Engineers can monitor code diffs and live previews directly in Slack, enhancing transparency and speeding up the development process.
|
Mistral replaces one-shot document retrieval with a navigable search loop (9 minute read)
Mistral's Agentic Search gives a model five operations—search, open, navigate, read, and grep—so it can inspect long documents, follow references, and verify an answer instead of accepting the first retrieved chunks. In Mistral's tests, the loop raised FinanceBench correctness from 26.7% to 86% and reduced tail latency, while a different harness moved the same model another 10.5 percentage points. The measurements are detailed but vendor-run.
|
|
PagedAttention: Virtual Memory for the KV Cache (15 minute read)
The KV cache is a per-request store of attention keys and values that lets models avoid recomputing them at every decoding step. It grows linearly with sequence length, and at long contexts, it eats more GPU memory than the model weights themselves, so it's a scarce resource. KV cache wastes a lot of memory by default. This article talks about how PagedAttention implements the idea of virtual memory in a way that attention kernels can still work with.
|
Harvey post-trains Kimi K3 for long-horizon legal work (10 minute read)
Harvey post-trained a Kimi K3 base with asynchronous reinforcement learning in realistic long-horizon legal environments, then trained separate capabilities for diligence, review tables, and firm knowledge that the main system can route to as tools or subagents. The decision-changing idea is that a professional-service model can improve by learning the workflow and harness—not merely by ingesting more legal text—but every reported result is vendor-authored and task-specific.
|
Are We Thinking Correctly About AI Intelligence? (44 minute read)
Melanie Mitchell argues AI's intelligence differs fundamentally from human reasoning, classifying it as "alien intelligence." She suggests adapting psychological methods used on infants and animals to better evaluate AI cognition. Mitchell proposes six principles to refine AI assessment, emphasizing the need for robust experimental design and cautioning against anthropomorphism.
|
|
Ox Alpha (3 minute read)
Ox Alpha is a reasoning model designed for coding, sustained agentic work, and production workloads. It is suited for long-horizon software engineering, complex reasoning, and workflows that combine text with visual context. Ox Alpha is developed and operated by a provider who has chosen to remain anonymous. OpenRouter routes requests to it and is not its developer, owner, or provider.
|
TaoLive post-trains a smaller model to follow a changing harness (11 minute read)
Harness-Aware Training is a post-training recipe rather than a new model architecture. TaoLive varies skill names and wording, tool schemas, prompt structure, and hook behavior during supervised fine-tuning and agentic reinforcement learning, teaching a compact 35B model to interpret the harness it currently receives instead of memorizing one fixed interface. It is useful post-training work, but the evaluation is vendor-authored, concentrated in live commerce, and not sufficiently groundbreaking for engineering and research.
|
Parallelizing Transformer Training (39 minute read)
This interactive guide explores data parallelism, FSDP, tensor parallelism, pipeline parallelism, and expert parallelism for training transformers. It focuses on how different hardware and communication patterns determine when each strategy becomes bottlenecked.
|
|
Anthropic packages computer use, browser access, skills, and reusable files for production agents (7 minute read)
Anthropic is turning four previously separate agent ingredients—computer use, browser access, versioned skills, and reusable files—into one production-building surface. The useful change is operational: a team can upload a procedure once, pin a version, reuse file IDs across requests, and reduce repeated browser round trips. Anthropic's same-day announcement says these capabilities are generally available, while older cached documentation still labels parts of the stack beta, so availability should be read from the dated announcement and verified per account.
|
|
| | |