AI Daily|OpenAI Unveils Jalapeño Custom Silicon, Apple Launches 2nm M6 Chips, and Perplexity Debuts Local Agent Stack
Model Releases & Updates
IBM Granite 4.2 — IBM
- TL;DR: IBM has released the Granite 4.2 model family, introducing dense enterprise reasoning models ranging from 3B to 30B parameters with built-in chain-of-thought capabilities.
- Key Highlights:
- The flagship 30B dense model features native
<think>reasoning tags, offering flexible low-effort, non-thinking, and full-thinking modes per query. - Packed with a massive 512K context window and open-sourced under the Apache 2.0 license, featuring specialized GRC (Governance, Risk, and Compliance) alignment.
- The flagship 30B dense model features native
- Specs: 3B / 8B / 30B parameters / Apache 2.0 license / 512K context window / Built-in CoT reasoning
- Links: Hugging Face Blog /
IBM Granite 4.2 is now available on Ollama.
— ollama (@ollama) August 25, 2026
3B, 8B, 30B parameter open models made for enterprise agents.
This model is free to use and is licensed for both research and commercial usage.
The data curation and training processes were specifically designed for enterprise… https://t.co/IN3O39Qmrh
WeatherNext Cyclone Forecasting Model — Google DeepMind
- TL;DR: Google DeepMind open-sourced WeatherNext, a specialized meteorological model capable of predicting tropical cyclone trajectories and intensity five days in advance.
- Key Highlights:
- Successfully forecast Category 5 hurricane Melissa’s landfall in Jamaica five days early during 2025 seasonal testing—marking a first for real-time AI integration in US National Hurricane Center operations.
- Generates up to 1,000 stochastic ensemble simulations per storm, providing robust probabilistic risk assessments.
- Specs: Stochastic ensemble forecasting / Open-source weights & code / 5-day lead time
- Links:
— Google AI (@GoogleAI) August 25, 2026
Product Releases & Updates
Jalapeño Custom Inference Chip — OpenAI
- What’s New: OpenAI published initial performance benchmarks for Jalapeño, its first custom-built AI inference chip, demonstrating industry-leading peak throughput per kilowatt and lower token latency compared to NVIDIA’s GB200 and GB300 systems.
- Who It’s For: Enterprise customers, cloud infrastructure engineers, and developers scaling high-frequency ChatGPT and Codex workloads.
- Try It: OpenAI Blog
Mac mini & Mac Studio with M6 & M5 Ultra — Apple
- What’s New: Apple unveiled its next-generation hardware lineup powered by the industry’s first 2nm M6 chip and the quad-die M5 Ultra architecture, delivering up to 4x faster on-device AI compute and supporting massive local model execution.
- Who It’s For: Creative professionals, local AI developers, and hardware enthusiasts seeking high-performance edge compute.
- Try It: Apple Newsroom
Portable Computer — Perplexity AI
- What’s New: Perplexity launched Portable Computer, a fully local agent execution stack designed to run entirely on NVIDIA DGX Spark hardware without cloud dependencies, leveraging a post-trained local PPLX 27B model.
- Who It’s For: Privacy-conscious researchers, security-focused enterprises, and developers executing air-gapped tasks.
- Try It:
Today we’re launching Portable Computer on @NVIDIA DGX Spark.
— Perplexity (@perplexity_ai) August 25, 2026
Portable Computer is a fully local version of Perplexity Computer, where the entire runtime: orchestrator LLM, subagent LLM, agent harness all run on your local hardware. No cloud dependency. pic.twitter.com/plVWz5PaAw
Unified Chat & Cowork Memory — Anthropic
- What’s New: Anthropic has unified memory across Claude Chat and Claude Cowork, allowing the assistant to carry project context seamlessly across surfaces with granular user controls to review, edit, or delete stored topics.
- Who It’s For: Knowledge workers, power users, and enterprise teams utilizing Claude across multi-surface workflows.
- Try It: Claude Blog
Vercel Connect Generally Available & Run SDK — Vercel
- What’s New: Vercel released Vercel Connect to General Availability, eliminating long-lived provider secrets in favor of short-lived, task-scoped OIDC tokens across 100+ preset enterprise connectors, alongside the Run SDK for sandboxed TypeScript execution.
- Who It’s For: Full-stack engineers, security compliance teams, and agent architects.
- Try It: Vercel Changelog
Industry News
OpenAI & Major Tech Platforms Launch WebMCP Standard & $35K Hackathon
- What Happened: OpenAI partnered with Google Chromium, Cloudflare, Vercel, and other industry leaders to announce WebMCP, an experimental open standard enabling web applications to expose native tools directly to agents, accompanied by a 10-day hackathon featuring $35,000 in cash prizes.
- Why It Matters: Replaces fragile browser UI scraping with direct, standardized, and secure tool execution on web pages, laying the protocol foundation for agentic web navigation.
- Source:
The WebMCP Challenge is here.
— OpenAI Developers (@OpenAIDevs) August 25, 2026
We’ve teamed up with @ChromiumDev, @CloudflareDev, @ShopifyDevs, @vercel, @render, and @Netlify for a 10-day hackathon.
Up for grabs: $35,000 in cash prizes, Codex Micros, ChatGPT Pro subscriptions, and more prizes from our supporters. pic.twitter.com/J7CGKSxggZ
Research Papers
AutoSaddler: Automated Patching of Agent Harnesses — Microsoft et al.
- Motivation: Agent harness design remains largely hand-tuned, brittle, and difficult to scale across diverse professional workflows.
- Key Innovation: Introduces AutoSaddler, an automated offline optimization loop that treats agent harnesses as code, diagnosing execution failures from traces and generating structured patches for prompts, tool configurations, and control logic.
- Results: Achieved performance boosts of 9.0 points on GAIA2, 9.6 on SWE-Bench Pro, and 10.0 on Terminal-Bench 2.0 over baseline human-tuned harnesses.
- Paper:
Impressive new paper from Microsoft and colleagues.
— elvis (@omarsar0) August 25, 2026
Harness design is still hand-tuned almost everywhere. This work present an automated loop to optimize the harness.
They introduce AutoSaddler, which treats the agent harness as code and learns to patch it offline from failure… pic.twitter.com/LbZ7fAfJTu
Evaluation Fragility: Configuration Sensitivity in Open-Source Benchmarks — Independent Research
- Motivation: LLM leaderboards frequently treat benchmark scores as absolute ground truth, overlooking how minor evaluation configuration choices alter model standings.
- Key Innovation: Tested 12 open-source models across 26 equally valid configurations of standard datasets (ARC, MMLU, HellaSwag), systematically modifying option order, prompt wording, and answer parsing methods.
- Results: Demonstrated that a single model’s score can swing wildly from 31% to 89% purely based on evaluation harness configuration, revealing critical vulnerabilities in compressed benchmark selection.
- Paper:
Great paper on agent harnesses. https://t.co/lsS4eKFGWs
— elvis (@omarsar0) August 25, 2026
Other Highlights
Memory Triage in Context Compaction
- Overview: Recent research highlights how standard context compaction evicts critical safety rules alongside episodic logs when budgets overflow. Proposed “Knowledge Triage” routing classifies knowledge base lines by type, preserving 2 to 4x more safety rule precision over multi-turn executions.
- Link:
If you keep safety rules or coding standards in an AGENTS.md or a CLAUDE.md, this one is worth your time.
— elvis (@omarsar0) August 25, 2026
(bookmark it)
Researchers measured what context compaction actually destroys across 20 production agent configurations.
A safety rule and an episodic log compete for the… pic.twitter.com/Zon2xNbHhV



