Daily digest
14 items · ~14 min · Week 2026-W20
Worth knowing (8)
Krea 2: First Foundation Image Model from Krea for Style Transfer and Aesthetic Control
Krea AIKrea AI launched Krea 2, its first foundation image model built from scratch, on May 12, 2026. The model is designed around aesthetic control and style transfer: users can provide a reference image, extract its visual style components, and apply them to new generations with adjustable intensity. It supports blending multiple style references and handles a wide range of visual outputs — from grainy film photography to clean studio shots, cinematic stills, and digital paintings. Krea 2 Large scored within 0.14 points of GPT Image 2 on Style Fidelity in a Contra Labs four-model benchmark. A companion Moodboard Sharing feature shipped on May 13.
DeepSeek Nears $50B Valuation in Record ~$7.35B First External Funding Round
DeepSeekDeepSeek is in advanced negotiations to close its first-ever external financing round, targeting up to 50 billion yuan (~$7.35B) at a post-investment valuation of approximately $50B. China's state-backed 'Big Fund III' (National AI Industry Investment Fund) is in talks to lead, with Tencent participating and founder Liang Wenfeng personally committing ~$2.94B. The round would be the largest single funding event for a Chinese AI company. As of May 12, negotiations were ongoing and the close was described as imminent.
Asymmetric Flow Models: SOTA 1.57 FID on ImageNet via Rank-Asymmetric Velocity Parameterization
Stanford UniversityAsymFlow introduces a rank-asymmetric velocity parameterization for flow-based generative models: noise prediction is constrained to a low-rank subspace while data prediction remains full-dimensional. This asymmetry addresses a fundamental tension in high-dimensional flow modeling. The method achieves 1.57 FID on ImageNet in pixel space, and when fine-tuned from pretrained latent flow models (e.g., FLUX.2 klein 9B), establishes state-of-the-art results for pixel-space text-to-image generation.
Anthropic Launches Claude for Small Business
AnthropicAnthropic introduced Claude for Small Business, a package of 15 ready-to-run agentic workflows and integrations with popular SMB software including QuickBooks, HubSpot, PayPal, Canva, DocuSign, Google Workspace, and Microsoft 365. The offering targets the roughly 36 million US small businesses, covering finance, operations, sales, marketing, HR, and customer service use cases. All actions require explicit user approval before execution. Anthropic also announced a free AI Fluency course (developed with PayPal) and a 10-city SMB workshop tour starting May 14.
Meta AI Launches Incognito Chat with Private Processing on WhatsApp
MetaMeta announced Incognito Chat, a private mode for Meta AI in WhatsApp and the Meta AI app that processes conversations inside a Trusted Execution Environment — a protected server enclave that even Meta itself cannot access. Conversations are encrypted, not saved to servers, and automatically deleted from devices after the session ends. Meta positions this as the first offering of its kind among major AI labs, contrasting it with competitors that allow chat deletion but still retain server-side logs.
Notion Launches Developer Platform 3.5 with External Agents API, Workers, and CLI
NotionOn May 13, 2026 Notion launched version 3.5 of its platform, which includes: External Agents API (alpha) — lets teams route work to external AI agents and track progress inside Notion (Claude Code, Cursor, Codex, and Decagon certified at launch); Notion Workers (beta) — hosted serverless runtime for deploying custom TypeScript code via a Notion CLI; Database Sync (beta) connecting any REST API to Notion databases; Webhook triggers in both directions; and an enhanced Notion MCP. CEO Ivan Zhao framed it as 'Any data, any tool, any agent.'
Cline Open-Sources @cline/sdk — Modular Agent Runtime for CLI, VS Code, and JetBrains
ClineCline released @cline/sdk on May 13, 2026, open-sourcing the rebuilt agent runtime that underlies its CLI, VS Code, and JetBrains extensions. The SDK is a four-layer TypeScript stack: @cline/shared (types/utilities), @cline/llms (provider layer supporting Anthropic, OpenAI, Google, AWS Bedrock, Mistral, LiteLLM), @cline/agents (stateless agentic loop with tool orchestration), and @cline/core (stateful orchestration, session lifecycle, MCP connectors, CRON jobs). The company reported Cline CLI with Claude Opus 4.7 scored 74.2% on Terminal Bench 2.0 vs 69.4% for Claude Code on the same model.
LangChain Launches LangSmith Engine (Public Beta) and SmithDB at Interrupt 2026
LangChainAt the Interrupt 2026 agent conference (May 13–14, San Francisco), LangChain announced LangSmith Engine in public beta. Engine continuously monitors production agent traces, clusters failures into named issues, diagnoses root causes against the connected codebase, and automatically drafts pull requests and custom online evaluators. Alongside it, LangChain shipped SmithDB (a purpose-built observability database claiming 12–15× faster trace queries), LangGraph Deep Agents 0.6, and a redesigned LangSmith Studio.
For reference (6)
Sber GigaChat Adds Yakut Language Support
SberSber's GigaChat AI assistant added support for the Yakut (Sakha) language on May 13, 2026, making it available on Android via RuStore and AppGallery. Training data was collected by the Artificial Intelligence Laboratory of Yakutia in partnership with the North-Eastern Federal University, the National Library, Sakhapress, Sakhamedia, and a regional lyceum.
AnyFlow: Any-Step Video Diffusion with On-Policy Flow Map Distillation
MIT / NVIDIAAnyFlow addresses the quality-vs-speed tradeoff in video diffusion by targeting full ODE trajectory using flow-map transitions across arbitrary time intervals, rather than fixed-step consistency mapping. A 'Flow Map Backward Simulation' decomposes Euler rollouts into shortcut transitions for efficient training. The method scales from 1.3B to 14B parameter models and matches or surpasses consistency-based approaches while supporting flexible step budgets.
Claude Code v2.1.141: Hook Terminal Sequences and Workload Identity Federation
AnthropicAnthropic released Claude Code v2.1.141 on May 13, 2026 (50+ changes). Key additions: `terminalSequence` field in hook JSON output so hooks can fire desktop notifications, window titles, and terminal bells without a controlling terminal; `CLAUDE_CODE_PLUGIN_PREFER_HTTPS` env var for environments without a GitHub SSH key; `ANTHROPIC_WORKSPACE_ID` for workload identity federation scoping; `claude agents --cwd <path>` to filter sessions by directory; a new 'Summarize up to here' Rewind menu option; and amber spinner feedback after 10 seconds of long thinking.
OpenCode v1.14.49–v1.14.50: DigitalOcean OAuth, v2 Model API, and TUI Session Management
SSTSST's OpenCode shipped two releases on May 13–14, 2026. v1.14.49 (May 13): new v2 API endpoints for model and provider listing, DigitalOcean OAuth and Inference Router support, automatic global config file creation, enhanced @mentions autocomplete, markdown code block parsing in patch diffs, pinned recent sessions, and quick-slot cycling in the TUI. v1.14.50 (May 14): HTTP event streams kept open for continuous instance updates, fix for invalid model configuration fallback, and restored markdown rendering in TUI.
OpenClaw v2026.5.12-beta.4/5/6: Security Hardening and Multi-Platform Messaging Fixes
OpenClaw published three beta releases on May 13, 2026 (beta.4 through beta.6). Key additions across the builds: plugin runtime scanning during installation to block unsafe code; tool restriction inheritance for delegated sessions; device-pairing requirements and scope validation for auth hardening; LLM idle watchdog with profile rotation and model fallback; iMessage placeholder suppression; Telegram HTML tag rendering and command localization; WhatsApp pre-close message handling; and GitHub Copilot OAuth for image understanding.
Sber GigaChat Launches Healthy Lifestyle Thematic Space
SberSber launched a dedicated 'Healthy Lifestyle' (ЗОЖ) space inside GigaChat on May 13, 2026, ahead of the SberPrime Green Marathon charity race on May 30. The space offers AI-powered recommendations on nutrition, running warm-ups, healthy habits, and training practices, organized into a catalog of ready-made scenarios. Available in web and mobile versions (Android via RuStore and AppGallery).