ZeroHour
Organization

Perplexity

2 mentions in 7 days · 3 in 30 days · 3 total · first seen · last

Timeline

Perplexity trusts GPT-6 Astra with end-to-end systems

Perplexity uses OpenAI's GPT-6 Astra to craft communications, edit production systems, and generate end-to-end automated tests for its search engine.

OpenAI published a customer case study describing how Perplexity, the AI-powered answer engine, uses the GPT-6 Astra model via API. Cofounder and Chief Strategy Officer Johnny Ho says the model can now craft communications, edit real-world systems, and monitor production software in ways earlier generations could not. Perplexity also asks Astra to build small test programs that stand in for external services, such as language model APIs and connectors, to verify applications end to end. Ho claims the team checks on the model's work much less frequently than with previous models.

OpenAI Newsupdated · 3d agofirst · 3d agoAI industry 8 sources

Muse can shop, write emails, and negotiate prices for users, all through WhatsApp

Meta launched Muse, a WhatsApp-controlled agent running on an isolated VM with a Sentinel gatekeeper, able to shop, email, book travel, and negotiate.

Meta introduced Muse, an autonomous agent controlled through WhatsApp that runs on its own cloud virtual machine, plans multi-step tasks, browses, fills forms, and negotiates on users' behalf. Payments run through Stripe's Link using one-time cards, which Meta calls the first AI agent covered by Link's purchase protection, with Shop Pay and 1Password integration planned. A second agent, Sentinel, gates all Muse network access and holds credentials, and a Muse Confidential VM with user-held encryption keys is planned later this year. Muse's model reportedly scored 44-48 on Artificial Analysis Intelligence Index v4.3, up from 31 for Muse Spark in April, near GPT-5.6 Sol's 47; it launches first in the US on iOS and Android.

The Decoderupdated · 4d agofirst · 5d agoAI industry 9 sources1

Perplexity Details Its GPU Embedding Stack: How Ivy, Tulip and ROSE Serve pplx-embed

Perplexity details its GPU embedding serving stack (Ivy, Tulip, ROSE), which reuses LLM prefill/decode kernels, CUDA graphs, and LazyTensors to cut launch overhead.

Perplexity engineers published a deep dive on the serving infrastructure behind pplx-embed, used across Perplexity Search and its API platform. The stack comprises Ivy (Rust HTTP gateway), Tulip (gRPC scheduling and batching), and ROSE (Runtime-Optimized Serving Engine), which reuses LLM prefill and decode kernels rather than running a separate embedding engine. Optimizations include whole-model CUDA graphs with lazy capture and a LazyTensor abstraction that overlaps CPU batch preparation with in-flight GPU work. Benchmarks are reported against vLLM v0.22.0 in BF16, with FlashAttention 4 generally fastest but FlashInfer 3 winning on Qwen-based models at very long sequence lengths.

MarkTechPost · 9d agoAI tools & infra