AI Devtools Radar

Issue #6 · Aug 23, 2026 · week of Aug 17–23

Vercel AI SDK's Workflow 2.0 drops support for Workflow 4, Langfuse sets a November 16 sunset for API v3, GLM-5.3 launches with aggressive pricing

The radar watched 63 sources across 32 tools this window and published 30 changes; these are the twelve worth your attention, ranked. Vercel's Workflow 2.0 breaking change and Langfuse's API v3 deadline are the two you can't just read past; GLM-5.3's launch and a first vision model from DeepSeek round out a busy week for model pricing. Every item carries the before/after evidence the pipeline captured; expand it before you take our word.

  1. @ai-sdk/workflow's 2.0 release drops Workflow 4 support outright; anything still running on it needs to move to Workflow 5, which is itself only in beta. There's no compatibility shim, so either pin your current version until you've tested against the new one, or budget real migration time before touching package.json.

    deprecationhigh

    @ai-sdk/workflow upgraded to v2.0.0 with breaking change: drops Workflow 4 support and requires Workflow 5 (beta)

    Applications using @ai-sdk/workflow must migrate to Workflow 5 (currently beta) to maintain compatibility

    Evidence
    +Upgrade to Workflow 5 and drop Workflow 4 support. Applications must now install Workflow 5, which is currently available under the `beta` tag.

    github.com

  2. Langfuse has put a hard date on API v3's sunset: November 16, 2026. If your integrations still call v3 directly, that's about twelve weeks out, plenty of time to plan a v4 migration but not a deadline to forget about.

    deprecationhigh

    API v3 sunset date announced for November 16, 2026

    Users of Langfuse API v3 need to plan migration to v4 before November 16, 2026 as v3 will be sunset on that date.

    Evidence
    +feat(api): state the concrete v3 sunset date, November 16, 2026 (LFE-10895)

    github.com

  3. GLM-5.3 landed with concrete pricing, $1.4 per million input tokens and $0.26 output, plus a limited-time free tier, and Zhipu is pairing that with a coding-capability claim: a 50% gain over GLM-5.2 on its own benchmark and reported SOTA among open-source models on Terminal Bench 3.0. Vendor benchmarks deserve a discount, but the price alone makes this worth a bake-off against whatever you're running now.

    pricinghigh

    GLM-5.3 model pricing introduced with input/output costs and limited-time free offer

    Developers can now use the GLM-5.3 model at $1.4 input cost, $0.26 output cost, with a limited-time free tier available and $4.4 for additional services/tier.

    Evidence
    +GLM-5.3 $1.4 $0.26 Limited-time Free $4.4

    docs.z.ai

  4. DeepSeek shipped deepseek-v4-flash-vision-exp, its first vision-capable model in the V4 Flash line, alongside a full pricing breakdown: as low as $0.007 per million input tokens on a cache hit, up to $0.44 on a miss. If your workload needs image input and you've been paying GPT- or Gemini-level vision pricing, this is worth a side-by-side.

    pricinghigh

    Detailed pricing structure for V4-Flash-Vision-Exp with separate cache hit and cache miss rates

    Users can now see transparent pricing for the new model: $0.007/$0.014 per 1M input tokens (cache hit) and $0.22/$0.44 per 1M input tokens (cache miss), with higher rates for other token types

    Evidence
    1M INPUT TOKENS (CACHE HIT) 1M INPUT TOKENS (CACHE MISS)
    +1M INPUT TOKENS (CACHE HIT) $0.007 $0.014 1M INPUT TOKENS (CACHE MISS) $0.22 $0.44 $0.66 $1.32

    api-docs.deepseek.com

  5. OpenAI cut GPT-5.6 Sol's list price 20% on input and 33% on output, landing at $4/$20 per million tokens through at least November 21. Vercel's AI Gateway and Replicate are separately running a 50%-off promo on top of that through mid-September, so anyone routing through those platforms is briefly looking at Sol for a quarter of what it cost a month ago.

    pricinghigh

    GPT-5.6 Sol pricing reduced with 20% lower input and 33% lower output costs

    API customers using GPT-5.6 Sol will see significant cost savings, with input tokens at $4/M and output tokens at $20/M through at least November 21, 2026.

    Evidence
    +GPT-5.6 Sol now costs $4 per million input tokens and $20 per million output tokens, representing 20% lower input pricing and 33% lower output pricing. GPT-5.6 Sol's promotional pricing is available at least through November 21, 2026.

    platform.openai.com

  6. Cursor's cloud agents can now subscribe to an event source, a PR, a Slack thread, a scheduled task, and wake up when something happens instead of waiting for you to re-prompt. Agents you spawn to open a PR now stay attached to it, fixing CI and answering bot comments on their own until it merges.

    featurehigh

    Cloud agents gain subscriptions to monitor PRs, Slack threads, and scheduled tasks with event-driven wake-up capability

    Cloud agent users can now set up autonomous monitoring and response to external events without manual intervention, enabling hands-off PR management and Slack-based task orchestration.

    Evidence
    +Cursor can now monitor your PRs, watch a Slack thread, or run scheduled tasks. Cursor Agent subscribes to an event source (a thread or conversation) and wakes when something happens. Subscriptions are available for cloud agents only, for now. Cloud agents automatically subscribe to PRs they create and drive them to completion, fixing CI and addressing bot comments. In Slack, ask @cursor check back in an hour and keep going until that feedback is in.

    cursor.com

  7. The new /goal command hands an agent a standing objective, "fix all flaky tests and make CI green," say, that it keeps working toward across a session instead of stopping after one pass. Pair it with a custom mode or /loop and you get something closer to an on-call agent than a one-shot assistant.

    apihigh

    New /goal command enables long-lived agent objectives that persist until completion

    Users can now assign multi-step objectives to agents that persist across sessions, allowing agents to autonomously work toward complex goals without manual re-prompting.

    Evidence
    +Use /goal to give the agent a long-lived objective to work towards until it's fully complete. Try /goal fix all flaky tests and make CI green in a new chat. Pair it with a custom mode to follow a playbook, or /loop for recurring check-ins.

    cursor.com

  8. OpenAI is repositioning Codex from a coding assistant into a platform: an open agent harness that other developers can build custom agents on top of. It's a strategic shift more than a feature you'll use tomorrow, but it puts Codex in the same lane as Claude Agent SDK and Cursor's agent APIs.

    featurehigh

    Introduced Codex as a platform with open agent harness capability

    Developers can now build custom agents on top of Codex, enabling extensible applications on OpenAI's platform.

    Evidence
    +Codex as a platform: build on the open agent harness

    platform.openai.com · also seen at 1 more source

  9. GitHub Copilot for JetBrains picks up enterprise managed settings, plugin governance, MCP server access, OpenTelemetry, and permission modes, matching what VS Code admins already had. If your org standardized Copilot policy on VS Code and left JetBrains users unmanaged as a gap, that gap just closed.

    featurehigh

    GitHub Copilot for JetBrains now supports enterprise managed settings for plugin governance, MCP servers, OpenTelemetry, and permissions

    Enterprise administrators can now centrally manage and control Copilot plugin governance, MCP server access, telemetry collection, and permission modes across all JetBrains IDE users in their organization.

    Evidence
    +GitHub Copilot for JetBrains now supports enterprise managed settings for plugin governance, MCP server access, OpenTelemetry, and permission modes. Administrators can now apply consistent controls for everyone on your enterprise's Copilot plan.

    github.blog

  10. The Admin API's user-management endpoints for Claude Enterprise, members, invites, groups, custom roles, are now GA. The anthropic-beta header is no longer required, so any provisioning scripts you built around the beta can drop that header and treat the endpoints as stable.

    featurehigh

    Admin API user-management endpoints for Claude Enterprise are now generally available

    Organizations using Claude Enterprise can now manage users, invites, groups, and custom roles via the Admin API without beta headers.

    Evidence
    +The Admin API user-management endpoints for Claude Enterprise (claude.ai) organizations (members, invites, groups, and custom roles) are now generally available. The anthropic-beta: ce-user-management-2026-07-13 header is no longer required on group and custom-role requests

    docs.claude.com

  11. Together AI swapped its DeepSeek lineup, R1 and V3 are out, V4 Flash and V4 Flash 0731 are in, priced $6–$15 per million tokens. If you built against the old model names, check your calls still resolve before Together fully retires them.

    featurehigh

    New DeepSeek-V4 models added to pricing table, replacing R1 and V3 variants

    Users can now access newer DeepSeek-V4 model variants (Flash 0731, Flash) at $6.00-$15.00 pricing, replacing older R1 and V3 series offerings

    Evidence
    DeepSeek-R1 DeepSeek-R1-0528 DeepSeek-V3 DeepSeek-V3-0324 DeepSeek-V3.1-Base
    +DeepSeek-V4 Flash 0731 DeepSeek-V4 Flash $6.00 $15.00 $12.00

    www.together.ai · also seen at 1 more source

  12. Zep

    Zep turned its Memory MCP Server into its own pricing line: 5 or 15 seats, or a custom tier, on top of the existing project and entity-type limits. It's a new dimension to budget for if you're evaluating Zep for MCP-based memory, not just an upsell on the same feature.

    featurehigh

    Memory MCP Server seats introduced as a new product feature and pricing dimension

    Users now have access to Memory MCP Server functionality with tier-based seat allocation (5, 15, or custom), giving Zep a new service offering and potential revenue stream.

    Evidence
    ·2 projects, 5 custom entity & edge types.
    +Custom Memory MCP Server seats 5 Memory MCP Server seats 15 Memory MCP Server seats Memory MCP Server Seats 5 15 Custom ·2 projects, 1 Memory MCP Server seat, 5 custom entity & edge types.

    www.getzep.com

That's it for this issue. Get the next one by email — meanwhile the directory updates daily and each issue lives here permanently.