Vercel Flags and WebSockets, Google Interactions API, and agent tools for live apps
TL;DR
Vendors released feature flags, WebSocket support, unified model APIs, new video models, trending OCR tools, and agent deployment options on 22 June, giving builders direct paths to ship realtime and segmented AI features.
What shipped
On 22 June vendors shipped production controls and interfaces that let teams manage AI features at scale. Vercel added native flags and WebSocket support while Google opened a single API for Gemini models and agents. NVIDIA and others released science-focused libraries and partnerships that expand where agentic systems can run.
Vendor launches
Vercel supplied the largest share of updates with four releases focused on deployment controls and realtime connections. NVIDIA followed with five science and infrastructure tools while Google added model interfaces and a media partnership. The mix gives builders immediate options for segmented releases, signed storage, and bidirectional AI streams.
- •Vercel Flags Vercel released platform-native feature flags for controlling model updates and database migrations. The v0 team already runs hundreds of flags at once. Builders can now release changes to specific user segments and roll back instantly without code edits.
- •Vercel CLI signed URLs The Vercel CLI added a presign command for Blob storage. Each URL limits one operation to a single path and expires in up to seven days. Teams can now generate temporary access tokens directly from the command line for secure file handling.
- •Google Interactions API Google released a unified Interactions API for Gemini models and agents. It serves as the main interface for both chat and agent workflows. Developers can call models and agents through one endpoint instead of separate services.
- •Vercel WebSocket support Vercel Functions now support WebSocket connections in public beta. The feature runs on Fluid compute and bills only for active CPU time. Teams can add realtime chat and streaming AI directly inside serverless functions.
- •Google DeepMind A24 partnership Google DeepMind and A24 formed a research partnership to explore AI filmmaking tools. The deal includes a $75 million investment. Studios gain early access to research models for script and production tasks.
- •NVIDIA Vera CPU at LANL Los Alamos National Laboratory will use NVIDIA Vera CPUs in new HPE supercomputers for agentic scientific AI. The systems target materials simulation and discovery workloads. Researchers gain faster iteration on physics and chemistry models.
- •NVIDIA DAQIRI and ALCHEMI NVIDIA released the DAQIRI library and ALCHEMI NIM microservices at ISC for chemistry and astronomy tasks. The tools accelerate simulations that previously took weeks. Labs can now run materials and dark-matter searches on standard GPU clusters.
- •NAIRR pilot results The NAIRR pilot gave over 700 projects access to NVIDIA cloud resources for protein and disease research. Dedicated GPU time removed queue delays for academic teams. More universities can now run large-scale AI experiments without owning hardware.
- •Sakana Fugu Ultra on AI Gateway Sakana Fugu Ultra is now available on Vercel AI Gateway. The model routes tasks across multiple frontier models and returns one answer. Builders can call it with the sakana/fugu-ultra identifier for complex reasoning jobs.
- •NVIDIA 45C liquid cooling NVIDIA raised the allowed inlet temperature for AI server cooling liquid to 45 degrees Celsius. Higher temperatures reduce chiller energy use inside data centers. Operators can cut power costs while running dense GPU racks.
Replicate new models
happyhorse-1.1 on Replicate: Alibaba released happyhorse-1.1 on Replicate for text-to-video and image animation. It produces 3 to 15 second clips at 720p or 1,080p across five aspect ratios. Builders can generate reference-based videos without managing their own GPU instances.
Hugging Face trending
Two models trended on Hugging Face: a Baidu OCR model and a quantized text-generation model from Empero AI. Both support standard inference paths through the Hub. Builders can download or fine-tune them without new infrastructure.
- •Unlimited-OCR by Baidu Baidu Unlimited-OCR is trending as an image-to-text model on Hugging Face. It converts documents and scenes into readable text using the transformers library. Teams can fine-tune it on their own labeled images for domain-specific extraction.
- •Qwythos-9B GGUF Empero AI released Qwythos-9B-Claude-Mythos-5-1M-GGUF, a 9B text model in GGUF format. It runs on consumer hardware via the gguf library. Developers can test long-context Claude-style responses locally before scaling to cloud endpoints.
Product Hunt picks
Four tools appeared on Product Hunt for agent deployment, Markdown review, vision AI, and selector generation. The releases target quick testing and browser-based AI workflows. Builders can try each without long setup cycles.
- •Cloudflare Temporary Accounts Cloudflare launched Temporary Accounts so agents can deploy before users sign up. The feature creates short-lived credentials for testing. Teams can ship agent demos without forcing early registration.
- •MD+HTML Reader MD+HTML Reader provides a focused workspace to review AI-generated Markdown and HTML. It isolates rendered output from source. Writers can spot formatting issues faster during content pipelines.
- •AlgoFly AI AlgoFly AI offers an all-in-one platform to build and deploy vision models. Users upload data and train inside the same interface. Small teams can move from prototype to hosted endpoint without separate MLOps tools.
- •Selector Forge Selector Forge is a browser extension that generates resilient CSS selectors with AI. It updates selectors when page layouts change. Testers can maintain automation scripts with less manual repair.
Other
AWS showed how to run ComfyUI workflows on SageMaker, Replit held a Vibecon event, and ElevenLabs announced California job growth. The IEEE piece marked 70 years of AI as background context. These items point to expanding practical and community activity around AI tooling.
- •ComfyUI on SageMaker AWS published a guide for running ComfyUI workflows inside SageMaker processing jobs. The setup lets teams scale image generation pipelines on managed GPUs. Users avoid managing their own Kubernetes clusters for batch jobs.
- •70 years of AI IEEE published a retrospective on the 1956 Dartmouth workshop that named the field. The piece notes rapid adoption across industries. Readers gain a short timeline of how AI moved from theory to daily tools.
- •Replit Vibecon Replit hosted Vibecon, an event focused on vibe coding and agent workflows. Attendees saw live demos of new Replit features. Builders can watch recordings to pick up patterns for shipping AI apps quickly.
Industry news
Amazon, SpaceX, Anthropic, Google DeepMind, Groq, and Meta made moves in infrastructure, partnerships, and policy. Deals include large chip purchases, memory co-design, and testing of new assistants. The items show capital and compute flows that affect pricing and availability for builders.
- •Alexa+ India test Amazon began testing Alexa+ with Hindi support in India. The rollout expands conversational access beyond English markets. Local developers can start building Hindi voice skills for the new version.
- •SpaceX Reflection AI deal Reflection AI signed a $150 million monthly compute contract with SpaceX for GB300 chips. The deal runs through 2029 at the Memphis data center. Open-source labs gain large-scale training capacity without building their own clusters.
- •Anthropic Micron memory deal Micron invested in Anthropic Series H and will supply memory for Claude training. The co-design targets faster context handling. Hardware buyers gain early signals on next-generation memory roadmaps.
- •Agentic AI loops New agent frameworks now run continuous background swarms that iterate without human prompts. The approach extends single-agent tools into persistent loops. Builders can test always-on monitoring agents for customer workflows.
- •Groq $650M raise Groq confirmed a $650 million round after the Nvidia not-acqui-hire. The company is expanding its neocloud business and hiring executives. Inference users gain another low-latency option outside the dominant vendors.
- •NVIDIA data center cooling NVIDIA introduced a cooling system that reduces water use inside data centers. The change does not address power-plant water consumption. Operators can report lower direct water metrics while power sources remain unchanged.
What this means for you
For Vibe Builders: Vercel Flags and WebSocket support let you ship segmented AI features and realtime chat without managing servers. Sakana Fugu Ultra and happyhorse-1.1 on Replicate give you multi-model routing and video generation through simple API calls. Test Cloudflare Temporary Accounts and Selector Forge to move agents from prototype to live demos in one afternoon.
For Non-techies: Amazon is testing Hindi Alexa+ while Google added Georgia Street View, so everyday voice and map tools keep improving. New cooling systems and power deals at NVIDIA aim to keep AI services stable and cheaper over time. Watch for voice and location features that appear in the apps you already use.
For Developers: Vercel now offers native feature flags and WebSocket Functions that match existing build pipelines, while the Interactions API unifies Gemini calls. NVIDIA Vera CPUs and DAQIRI libraries target scientific workloads; benchmark them against your current stack before adding agentic science flows. Track the SpaceX-Reflection and Anthropic-Micron deals for signals on memory and compute pricing.
What to watch next
Track the next Vercel CLI release for more Blob tooling. Watch Replicate and Hugging Face for follow-up video and OCR model drops. Monitor Anthropic regulatory updates and Groq neocloud capacity announcements for production planning.
Harsh’s take
The day shows infrastructure vendors racing to add controls that production teams have requested for years, while science and media partnerships chase long-term positioning. Many releases still require separate accounts and custom glue code, so the promised simplicity remains partial. Builders should pick one new control, such as Vercel Flags, integrate it into an existing project this week, and measure rollback time before adopting the next tool.
by Harsh Desai
Sources
Vendor launches
- •Vercel Flags: Platform-native feature flags
- •Vercel CLI now supports signing blob URLs
- •Interactions API: our primary interface for Gemini models and agents
- •WebSocket support is now in Public Beta
- •Google DeepMind and A24 announce first-of-its-kind research partnership
- •Eco Wave Power Turns Waves Into Watts With NVIDIA AI Infrastructure and Digital Twins
- •NVIDIA Vera CPU Opens the Way for Agentic Scientific AI at Los Alamos National Laboratory
- •From Materials Simulation to Experimental Astronomy, New NVIDIA AI Software Unlocks Scientific Discoveries
- •NAIRR Science Program Reshapes Scientific Research, Powered by NVIDIA AI Infrastructure
- •Sakana Fugu Ultra now available on AI Gateway
- •Hotter Than a Hot Tub: The 45°C Breakthrough to Cool AI’s Biggest Machines
- •Street View opens a new window into Georgia
Replicate new models
Hugging Face trending
- •Unlimited-OCR by baidu trends on HuggingFace
- •Qwythos-9B-Claude-Mythos-5-1M-GGUF by empero-ai trends on HuggingFace
Product Hunt picks
Other
- •Running ComfyUI workflows on Amazon SageMaker AI processing jobs
- •Commemorating 70 Years of Artificial Intelligence
- •Vibe Coding's Coachella Moment Just Happened. Inside Replit's Inaugural Vibecon.
- •ElevenLabs to expand in California creating 173 high-paying jobs
Industry news
- •Amazon is testing Alexa+ in India with Hindi support
- •SpaceX inks compute deal with Reflection AI, an open source AI lab
- •Three things to watch amid Anthropic’s latest feud with the government
- •Anthropic and Micron want to co-design AI memory architecture
- •Google DeepMind bets $75M on AI’s future in Hollywood with A24 deal
- •The AI world is getting ‘loopy’
- •AI chipmaker Groq confirms $650M raise, re-staffs after Nvidia’s $20B not-acqui-hire deal
- •Nvidia wants to cut data center water use, but that’s not the same as fixing AI’s water problem
- •Meta Exposed Data Internally From Its Controversial Employee-Tracking Program
More AI news
- FeatureLovable Build with URL links now reference public web pages
Lovable's Build with URL links can now reference public web pages alongside images. The feature uses the referenced page's layout, content, and styling to recreate or iterate on it.
- FeatureSet up cloud environments and run subagents with /in-cloud
Cursor's /in-cloud sets up cloud development environments in under 10 minutes and runs isolated subagents. Sessions hand off between local machines and the cloud.
- Weekly DigestHermes Agent v2026.6.19 with iMessage and desktop app, OpenClaw v2026.6.9 with Telegram upgrades, and agent network tools (two flagships + a theme + a practical hook)
Hermes Agent and OpenClaw both shipped dozens of updates this week focused on messaging integrations, visual configuration, model access, and reliability fixes that make autonomous agents easier to run daily.