Almanac
company

Apple

companyactiveapple-73f15990·18 events·first seen 1mo ago

Aliases: Apple

Co-occurring entities

More like this (12)

Recent events (18)

8Openai Blog·28d ago·source ↗

OpenAI and Apple Announce Partnership to Integrate ChatGPT into Apple Experiences

OpenAI and Apple have announced a partnership to integrate ChatGPT into Apple's software experiences. The deal marks a significant distribution milestone for OpenAI, embedding its flagship model into Apple's ecosystem of devices and services. Few technical details were disclosed in the announcement itself.

7Hacker News·8d ago·source ↗

Apple reveals new AI architecture built around Google Gemini models

Apple has announced a new AI architecture centered on Google Gemini models, representing a significant strategic shift in how Apple integrates third-party AI into its ecosystem. The announcement, reported by MacRumors and generating substantial Hacker News discussion, suggests a deepening partnership between Apple and Google for on-device and cloud AI capabilities. This move has implications for the competitive landscape of consumer AI and the positioning of both companies relative to OpenAI and other frontier labs.

6The Batch·14d ago·source ↗

Apple's AToken: A Unified Multimodal Tokenizer and Encoder for Images, Videos, and 3D Objects

Apple researchers introduced AToken, a transformer model with a single 4D tokenizer and encoder-decoder architecture that handles images, videos, and 3D objects in a shared token space. The model is trained to both reconstruct and classify all three media types, using a pretrained SigLIP2 vision encoder extended to four dimensions with 4D Rotary Position Embedding. AToken approaches or matches specialized models on image classification (82.2% ImageNet), image generation (0.21 rFID), and 3D reconstruction (28.28 PSNR), while remaining competitive on video tasks. The work addresses a longstanding tension between generation-focused and classification-focused encoders by forcing embeddings to retain both fine visual detail and semantic content.

7Anthropic News·15d ago·source ↗

Apple's Xcode 26.3 Integrates Claude Agent SDK for Autonomous Coding

Xcode 26.3 introduces native integration with Anthropic's Claude Agent SDK, enabling autonomous, long-running coding tasks directly within Apple's IDE. The integration supports visual verification via Xcode Previews, full-project reasoning across Apple frameworks, autonomous task execution with goal-directed behavior, and MCP-based access for Claude Code CLI users. This expands on an earlier September announcement that brought Claude Sonnet 4 to Xcode in a limited turn-by-turn capacity, now replacing it with the same agentic harness that powers Claude Code.

7Anthropic News·15d ago·source ↗

Claude Sonnet 4 Now Generally Available in Xcode 26

Anthropic has made Claude generally available as the AI backend for Xcode 26's coding intelligence features, powered by Claude Sonnet 4. Developers can connect their Claude account to access a coding assistant with natural language interaction, documentation generation, inline edits, and SwiftUI preview creation directly within Apple's IDE. The integration is available to Claude Pro, Max, Team, and Enterprise plan subscribers who have Claude Code access. Usage limits are shared across platforms with a portion allocated to Xcode.

5The Batch·14d ago·source ↗

Apple researchers propose Feature Auto-Encoder to speed diffusion training via compressed DINOv2 embeddings

Researchers at Apple introduced Feature Auto-Encoder (FAE), a latent diffusion image generator that compresses DINOv2 vision encoder embeddings before learning to denoise them, then expands them back for decoding. The approach achieves comparable image quality to state-of-the-art diffusion models while training roughly 7x faster on ImageNet class-conditional generation. The key insight is that shrinking semantically rich vision embeddings reduces compute during diffusion training without sacrificing the representational benefits of large pretrained encoders.

3Simon Willison'S Weblog·8d ago·source ↗

Simon Willison comments on Siri AI announcements at WWDC 2026

Simon Willison published commentary on Apple's Siri AI announcements at WWDC 2026. The body content is empty, so specific claims or findings cannot be assessed. Given the source and timing, this likely covers Apple Intelligence or Siri capability updates shown at the conference.

6The Batch·6d ago·source ↗

Data Points: Apple/Google Siri overhaul, Gemma 4 12B, Kimi Code CLI, OpenJarvis, and U.S. OpenAI stake talks

A multi-item digest covers several significant AI developments: Apple is expected to announce a revamped Siri at WWDC that uses Google Gemini models distilled for on-device use alongside cloud routing, marking a notable Apple-Google AI partnership. Google released Gemma 4 12B, an encoder-free multimodal open-weights model designed for consumer laptops under Apache 2.0. Moonshot AI released Kimi Code CLI, an open-source terminal coding agent with native subagent orchestration and conversational MCP configuration. Stanford and Lambda Labs released OpenJarvis, an on-device agent framework claiming near-cloud accuracy at 800× lower API cost. The White House and OpenAI are reportedly negotiating a government equity stake in OpenAI as part of a proposed Public Wealth Fund.

5Hugging Face Blog·28d ago·source ↗

WWDC 24: Running Mistral 7B with Core ML

This Hugging Face blog post covers running Mistral 7B on Apple devices using Core ML, likely demonstrated or announced around WWDC 2024. It addresses on-device inference of a 7B parameter open-weights model using Apple's ML framework. This represents a practical deployment pattern for running capable open-weights LLMs locally on Apple Silicon hardware.

7The Batch·6d ago·source ↗

The Batch: Claude Mythos 5 / Fable 5 debut, Apple AFM 3, Google Live Translate, OpenAI IPO filing, FrontierCode benchmark

Anthropic launched Claude Fable 5 (a safety-guardrailed model) and Claude Mythos 5 (same underlying model with safeguards removed, for vetted cyberdefense/infrastructure users via Project Glasswing with US government collaboration), both priced at $10/$50 per million tokens. Apple released five new Apple Foundation Models (AFM 3) spanning on-device and cloud tiers, built with Google and Nvidia infrastructure. Additional headlines cover Google's Gemini 3.5 Live Translate (70+ languages, real-time), OpenAI's confidential SEC IPO filing, a NotebookLM upgrade to Gemini 3.5, and Cognition's FrontierCode benchmark for code-quality evaluation where Claude Opus 4.8 leads at 34.3%.

5Hugging Face Blog·28d ago·source ↗

Releasing Swift Transformers: Run On-Device LLMs in Apple Devices

Hugging Face released Swift Transformers, a Swift library enabling on-device LLM inference on Apple hardware (iOS, macOS) via Core ML. The library provides a pipeline abstraction for text generation and supports models converted to Core ML format. This extends the Hugging Face ecosystem to Apple's native development environment, lowering the barrier for deploying LLMs on Apple Silicon devices.

4Hugging Face Blog·28d ago·source ↗

Faster Stable Diffusion with Core ML on iPhone, iPad, and Mac

Hugging Face published a blog post detailing optimizations for running Stable Diffusion models via Core ML on Apple devices including iPhone, iPad, and Mac. The post covers techniques to accelerate on-device inference using Apple's neural engine and Core ML framework. This represents progress in deploying capable diffusion models at the edge without cloud dependency.

4Hugging Face Blog·1mo ago·source ↗

The PR you would have opened yourself

A Hugging Face blog post discussing a pull request related to converting or integrating Transformers models with MLX, Apple's machine learning framework. The post appears to cover tooling or workflow improvements for running Hugging Face Transformers models on Apple Silicon via MLX. The title suggests a community or automated contribution narrative.

4Hugging Face Blog·28d ago·source ↗

Introducing AnyLanguageModel: One API for Local and Remote LLMs on Apple Platforms

Hugging Face has introduced AnyLanguageModel, a unified Swift API that abstracts over both local on-device LLMs and remote LLM endpoints on Apple platforms (iOS, macOS). The library aims to simplify developer integration by providing a single interface regardless of whether inference runs locally or via a cloud API. This is positioned as a tooling release targeting the Apple developer ecosystem for AI-powered app development.

5Hugging Face Blog·28d ago·source ↗

Swift Transformers Reaches 1.0 – and Looks to the Future

Hugging Face's Swift Transformers library has reached version 1.0, marking a stable release milestone for running transformer models natively on Apple platforms. The announcement covers the library's current capabilities and future roadmap for on-device inference on iOS and macOS. This represents a significant step for deploying open-weight models in Apple ecosystem applications without server-side inference.

6The Batch·24d ago·source ↗

Google Study Shows LLM-Generated Malware Is Getting Harder to Track and Stop

A Google security report catalogs emerging LLM-enabled cyberattack techniques including morphing malware with mutation engines, logical-flaw discovery in code, and AI-directed obfuscation networks. The report was prompted in part by a real incident where hackers used an LLM to find a zero-day in a widely used web administration tool. Separately, the UK AI Security Institute found that Claude Mythos Preview and GPT-5.5 can reliably execute attacks expected to take humans 3 hours, up from earlier 1-hour benchmarks, with performance scaling further when token limits are relaxed. The findings suggest an accelerating gap between LLM offensive capability and conventional defensive tooling.

3Github Trending·4d ago·source ↗

mlx-lm: LLM inference library for Apple MLX framework trending on GitHub

mlx-lm is an open-source Python library for running LLMs using Apple's MLX framework, designed for Apple Silicon hardware. The repository has accumulated 5,817 stars with 43 new stars today, indicating steady community interest. It represents a key piece of the Apple-native ML inference ecosystem.

8The Batch·15d ago·source ↗

Anthropic Releases Claude Mythos Preview with Extraordinary Cybersecurity Capabilities, Forms Project Glasswing Consortium

Anthropic has published a 244-page model card for Claude Mythos Preview, a large language model not yet commercially available, which broadly outperforms Claude Opus 4.6 and is described as 'strikingly capable' at identifying and exploiting code vulnerabilities. To mitigate risks before potential release, Anthropic assembled Project Glasswing, a consortium including AWS, Apple, Google, Microsoft, CrowdStrike, Nvidia, and 40+ other organizations, funded with $100 million in API credits and $4 million in open-source security donations. This marks the first time Anthropic has published a model card without making the model commercially available, signaling an unusual safety-first deployment posture. The issue also includes commentary from Andrew Ng on AI's impact on software engineering jobs, arguing against an 'AI jobpocalypse' narrative.