Opus 4.8's 1,000 Subagents Kill the $10M Code Rewrite

Anthropic's Dynamic Workflows ported 750K lines in 11 days at 99.8% test pass. Here's the new ROI math for legacy modernization.

By Rajesh Beri·May 29, 2026·14 min read
Share:

THE DAILY BRIEF

AI Coding AgentsAnthropicEnterprise AICode MigrationDeveloper Productivity

Opus 4.8's 1,000 Subagents Kill the $10M Code Rewrite

Anthropic's Dynamic Workflows ported 750K lines in 11 days at 99.8% test pass. Here's the new ROI math for legacy modernization.

By Rajesh Beri·May 29, 2026·14 min read

Forty-one days after Opus 4.7, Anthropic shipped Opus 4.8 with a feature that quietly rewrites the math on legacy modernization: Dynamic Workflows, a research-preview orchestration layer that lets Claude Code spin up as many as 1,000 parallel subagents in a single session. The proof point: Bun creator Jarred Sumner ran a Zig-to-Rust port that produced roughly 750,000 lines of Rust, passed 99.8% of the existing test suite, and reached merge in 11 days from first commit (MarkTechPost, May 28, 2026).

For CIOs sitting on COBOL stacks, monolithic Java apps, or pre-microservices estates, that number is the headline. Gartner pegs the failure rate for traditional legacy rewrites at 70%, with average timelines of 18 months and "Big Bang" budgets near $10M. An 11-day, single-developer proof of concept at three-quarters of a million lines doesn't make those rewrites trivial — but it does force every modernization roadmap built before Q2 2026 back to the whiteboard.

This article unpacks what shipped, why pricing matters as much as capability, the ROI math three team sizes should run this week, and a decision matrix for choosing between Claude Code, GitHub Copilot, Cursor, and OpenAI's Codex on GPT-5.5.

What Changed: Opus 4.8 and Dynamic Workflows by the Numbers

Anthropic released Opus 4.8 on May 28, 2026, holding standard pricing flat at $5/million input tokens and $25/million output tokens while cutting Fast Mode pricing by 3x to $10/$50 per million tokens with 2.5x faster output token speeds at "identical model quality" (Anthropic, May 28, 2026).

The benchmark gains are concrete:

  • 84% on Online-Mind2Web, Anthropic's browser-agent benchmark
  • Highest score on the Legal Agent Benchmark, a multi-step reasoning evaluation
  • 4x less likely to overlook code defects than Opus 4.7 in internal testing (Help Net Security, May 29, 2026)
  • Deceptive behavior and misalignment rates declined meaningfully, approaching Mythos-class alignment scores

The bigger shift is architectural. Dynamic Workflows are JavaScript scripts that orchestrate subagents at scale: Claude generates the script, executes it in the background while the user's session stays responsive, and breaks work into independent subtasks that run in parallel and iterate "until the answers converge" (MarkTechPost).

Critical limits and requirements:

  • 16 concurrent agents, 1,000 total per run — intermediate results stored in JavaScript variables rather than Claude's context window, sidestepping the long-context degradation problem
  • Available on Max, Team, and Enterprise plans, enabled by default on Max/Team and admin-gated on Enterprise
  • Requires Claude Code v2.1.154 or later
  • System instructions can be inserted mid-conversation without breaking the prompt cache, allowing long-running operations to retain context while updating directions (WinBuzzer, May 29, 2026)
  • Interrupted runs resume from saved checkpoints

Anthropic was explicit that the Bun port "is not yet in production. It is a credible proof of concept at a scale no single-agent loop could reach, not a shipped result." That caveat matters — but the test pass rate is the controlling number. A 99.8% test-suite pass rate after a language port is a result production engineering teams routinely fail to hit on first attempt with human teams over six-month windows.

Anthropic also signaled that Mythos-class models are coming "in the coming weeks" pending completion of additional cybersecurity safeguards, with current access restricted to Project Glasswing participants (Help Net Security). Enterprises planning evaluations should assume Opus 4.8 is a transitional model on a steep capability curve, not a stable end state.

Why This Matters: The Dual-Audience Read

Technical Implications (CTO / CIO / VP Eng)

The hard architectural shift is that state lives in JavaScript, not the model's context window. That changes how engineering organizations should think about agent reliability at scale. Long-context degradation has been the rate-limiter on every large-codebase agent attempt since 2024. A workflow that spawns 1,000 short-lived subagents — each with a narrow context and a verifiable output — looks much more like a distributed system than an LLM, and that's the point.

Three implications follow:

  1. Observability becomes mandatory, not optional. A 1,000-subagent run is a distributed compute job. Without per-agent traces, evals, and cost attribution, debugging failures means re-running the workflow. Teams that haven't deployed AI observability (W&B, Arize, LangSmith, Datadog LLM Observability) will hit a wall.
  2. Test coverage is now the modernization gate. The 99.8% Bun result is bounded by test-suite quality. Codebases without comprehensive integration tests cannot use this workflow safely. Pre-modernization test investment moves from "nice-to-have" to "prerequisite."
  3. Security review must shift left. Anthropic notes the model is 4x less likely to overlook defects, but agent-generated code at this volume requires automated SAST/DAST gating and SBOM generation in CI. Manual security review at 750K lines is not a workflow.

Business Implications (CFO / CMO / COO)

The CFO question is simpler: does this change the unit economics of modernization? Three numbers matter:

  • Legacy modernization spend at most Fortune 500s runs $50M-$200M annually across all programs (Iterators)
  • Average industry productivity gain from AI coding tools is 19.3%, saving roughly 3.6 hours per developer per week (Gartner data via Panto)
  • Codex/Copilot/Cursor seat costs range from $39-$40/user/month at enterprise tiers, before token consumption

If a 750K-line port that historically required a 30-person team for 18 months can be reframed as a 3-person team running orchestrated workflows for 60-90 days, the labor-to-compute swap fundamentally changes how modernization is budgeted. A $10M project becomes a $1.5M-$2M project with a different risk profile — most cost is now infrastructure (tokens, compute, review) rather than headcount.

The competitive read for CMOs and COOs is that time-to-market for legacy-blocked products collapses. Companies that have been waiting for a 24-month replatform before launching a new business line can revisit the calculus. That changes M&A integration timelines, post-acquisition synergy math, and the carrying cost of technical debt as a balance-sheet item.

Market Context: Competitive Realignment, Not Just a Point Release

Gartner's May 20, 2026 market note declared the enterprise AI coding agents market is entering "a new phase of expansion and competitive realignment," with the market sized at $9.8 billion to $11.0 billion annualized as of April 2026 (Gartner). That number has roughly doubled since mid-2025.

The vendor map is now four-cornered:

  • Anthropic Claude Code + Opus 4.8 — Now the orchestration leader. Dynamic Workflows is the first production-credible 1,000-agent orchestrator on a major model. Pricing is usage-based with tiered access on Max ($200/mo individual), Team, and Enterprise.
  • OpenAI Codex on GPT-5.5 — Launched in May 2026 with a 400K context window across Plus, Pro, Business, Enterprise, Edu, and Go plans. Codex switched to token-consumption billing in April 2026, eliminating fixed seat fees on Business and Enterprise plans (OpenAI). Strong at remote-SSH workflows that let agents touch real company data without exfiltrating it (NVIDIA Blog).
  • GitHub Copilot Enterprise — $39/user/month with fine-tuning on private codebases and MCP support that has now reached parity with Cursor across VS Code and JetBrains. Strong on governance maturity and Microsoft tenant integration.
  • Cursor Business — $40/user/month ($4,800/year per 10 devs), native MCP support, and the strongest IDE-native experience. Recently valued at $29B, but seat-based pricing becomes meaningful at 50-100+ seats.

The analyst read is bifurcated. Gartner predicts 40% of agentic AI projects will be canceled by 2027, primarily due to integration complexity and unclear ROI (Gartner). Simultaneously, 75% of enterprise software engineers will use AI code assistants by 2028 (Gartner). Both can be true: high adoption at the assistant tier, high failure rate at the autonomous-agent tier.

Opus 4.8 sits in the middle of that fault line. It is more autonomous than any prior public model (1,000 parallel subagents, end-to-end migration in a session), but the Bridgewater Associates testimonial — that Opus 4.8 "proactively flags issues with the inputs and outputs of an analysis, something other models routinely missed" — is itself a tell. The companies extracting value are using these systems with strong human supervision and pre-defined verification gates, not as turnkey replacements.

Framework #1: Opus 4.8 Code Migration ROI Calculator (3 Scenarios)

The relevant question for every modernization decision-maker this quarter is: what does Opus 4.8 do to my migration unit economics? Here is the math across three representative team sizes, using public Anthropic pricing, Gartner benchmarks, and the Bun result as the upper bound for what's achievable.

Baseline Assumptions

  • Fully loaded senior engineer cost: $250K/year (US-blended)
  • Traditional migration velocity: 5,000-10,000 LOC per engineer-month
  • Opus 4.8 Dynamic Workflows velocity (Bun benchmark): ~68,000 LOC/day with one supervising engineer
  • Token cost per 1,000 LOC migrated (estimated from public benchmarks): $40-$80 input + output combined
  • Claude Code Enterprise plan: usage-based, no fixed seat fee at Enterprise tier

Scenario A: Small Team — 50K-Line Microservice Modernization

Metric Traditional Opus 4.8 Workflow Delta
Engineers required 3 1 + 1 reviewer -1
Duration 6 months 3 weeks -22 weeks
Labor cost $375,000 $36,000 -$339,000
Token/compute cost $0 $3,500 +$3,500
Total $375,000 $39,500 -$335,500 (89% reduction)
Risk (test pass on day 1) 60-75% typical 99%+ if test suite mature Risk shifts to test coverage

Scenario B: Mid-Size — 500K-Line Application Replatform

Metric Traditional Opus 4.8 Workflow Delta
Engineers required 12 3 + 2 reviewers -7
Duration 12 months 2-3 months -9 months
Labor cost $3,000,000 $312,500 -$2,687,500
Token/compute cost $0 $30,000 +$30,000
Total $3,000,000 $342,500 -$2,657,500 (89% reduction)
Strategic upside Delayed product roadmap unblock by 12 months Roadmap unblocked in Q1 Quantify revenue acceleration separately

Scenario C: Enterprise — 5M-Line Monolith-to-Microservices

Metric Traditional Opus 4.8 Workflow Delta
Engineers required 30+ 8 + 4 reviewers -18
Duration 24 months 6-9 months -15 months
Labor cost $15,000,000 $2,250,000 -$12,750,000
Token/compute cost $0 $250,000-$400,000 +$300,000
Observability/governance Built into team costs $150,000-$300,000 +$225,000
Total $15,000,000 $2,775,000 -$12,225,000 (81% reduction)
Risk (70% historical fail rate) High Bounded by test coverage + governance Risk profile fundamentally changes

How to Read the Math

These savings only land if three preconditions are met: (1) test-suite coverage exceeds 80% with meaningful integration tests, (2) the organization has deployed AI observability and per-agent cost attribution, (3) security review is automated via SAST/DAST gating in CI. Without these, the savings vanish into rework — the same way 70% of traditional rewrites fail today.

The CFO conversation now becomes: "Do we have $300K-$500K to invest in test coverage and governance infrastructure to unlock $2M-$12M in modernization savings?" That's a different question than the one most enterprises have been asking.

Framework #2: When to Choose Claude Code vs Codex vs Copilot vs Cursor

The pricing-and-capability landscape has finally split into clear use-case bands. Match the workload to the tool:

Choose Claude Code + Opus 4.8 if:

  • You have legacy modernization projects above 100K LOC where parallel orchestration is the bottleneck
  • Your team needs research-preview-grade autonomy (1,000-subagent runs) and can supervise the orchestrator
  • You're willing to invest in test coverage and observability as prerequisites
  • Your codebase is in mainstream languages with mature test suites (Python, Java, TypeScript, Rust, Go)
  • Pricing model preference: usage-based, scales with intensity

Choose OpenAI Codex on GPT-5.5 if:

  • You need 400K context windows for cross-repository reasoning
  • Your workflows require SSH-to-VM execution with sensitive data that cannot leave the tenant
  • You're standardized on the OpenAI platform for embeddings, vision, voice
  • You prefer token-billing with no seat floor (Business/Enterprise pay-as-you-go)
  • Your engineers do heavy debugging, refactoring, and validation workflows where GPT-5.5 currently leads internal benchmarks

Choose GitHub Copilot Enterprise if:

  • You're a Microsoft tenant shop with deep GitHub Enterprise integration
  • You need organization-wide fine-tuning on private codebases
  • Your priority is governance maturity and audit logging at the IDE level
  • You prefer flat, predictable seat pricing ($39/user/month) over usage variability
  • Your developer population is large and varied — Copilot's broad-skill assistant tier is well-suited to broad rollout

Choose Cursor Business if:

  • Your engineers prioritize IDE-native experience above all other criteria
  • You need first-class MCP support for internal tool servers
  • Your teams are small-to-mid (<50 seats) where the $40/user/month pricing is reasonable
  • Your workflows are interactive, iterative coding rather than long-running autonomous agents
  • You want to be on the AI-first IDE rather than a retrofitted VS Code extension

The Multi-Tool Reality

Most Fortune 500 AI engineering organizations now run two to three of these tools simultaneously: an IDE assistant (Copilot or Cursor) for day-to-day developer flow, plus a higher-autonomy agent (Claude Code or Codex) for modernization, refactor, and migration workloads. The mistake is forcing a single-tool standard. The right question is which tool owns which workload, with cost attribution and governance applied per workload.

Case Study: The Bun Port — What 750K Lines in 11 Days Actually Looked Like

The Bun proof point is the most important data point in the Opus 4.8 release because it's specific, public, and verifiable.

Project: Port Bun — a fast JavaScript runtime — from Zig to Rust using Claude Code with Opus 4.8 Dynamic Workflows.

Operator: Jarred Sumner, creator of Bun. Single supervising engineer.

Workflow architecture:

  • JavaScript orchestrator generated by Claude that mapped Rust lifetimes before code generation
  • Generated .rs files in parallel using the 16-concurrent / 1,000-total subagent envelope
  • Two reviewers per file — second-pass subagents that audited the generator's output
  • Iterative fix loops that ran until build succeeded and tests passed
  • Checkpoint recovery for interrupted runs

Results:

  • ~750,000 lines of Rust generated
  • 99.8% of the existing Bun test suite passed
  • 11 days from first commit to merge
  • Not yet in production — Anthropic was explicit on this caveat (UsedBy.ai analysis)

Why it matters as a benchmark, not a recipe:

The Bun port is an exceptional case in three ways that production teams should not paper over. First, Bun has an unusually mature test suite — Jarred Sumner is a runtime engineer with strong test-coverage discipline. Most enterprise codebases do not. Second, a language port (Zig → Rust) is mechanically constrained in ways that domain-driven refactors are not — the test suite tells you exactly what the new code must do. Third, a single expert operator can make supervision decisions at every checkpoint that a 30-person enterprise team would have to coordinate across reviewers.

The right lesson is that the upper bound for AI-assisted migration just moved up by an order of magnitude, not that every migration looks like this tomorrow. The 99.8% number is the proof; the precondition list is the work. Bridgewater Associates' use of Opus 4.8 with explicit input/output checks for analytical workflows shows the shape of the supervision pattern that production deployments are converging on.

What to Do About It

For CIOs (next 30 days)

Inventory your top 5 modernization candidates by LOC, test-coverage maturity, and business criticality. Run an internal proof-of-concept against the smallest candidate using Claude Code Enterprise — admin must explicitly enable Dynamic Workflows. Budget $50K-$100K for the POC including tokens, observability tooling, and a 2-engineer supervision team. Use the Bun result as the upper-bound calibration, not the median expectation. Decision criteria for Q3 funding: does the POC hit >95% test pass on first end-to-end run?

For CFOs (next 60 days)

Revisit modernization business cases approved before Q2 2026. The unit economics have shifted by 80-89% in the cases where prerequisites are met. The harder budget conversation is the enabling investment: test coverage uplift (typically $200K-$500K per legacy codebase), AI observability infrastructure ($150K-$400K annual), and security automation tooling. Move these from "deferred" to "Q3 funded" categories — they unlock orders-of-magnitude larger savings downstream.

For Business Leaders (next 90 days)

Identify product roadmap items that have been blocked by legacy modernization timelines of 12-24 months. Re-baseline those launches against a 3-6 month modernization horizon. The competitive question is not whether your engineering team will adopt these tools — they will — but whether your strategic planning rhythm will catch up. Companies that rebid their 2026-2027 modernization roadmaps in Q3 2026 will start hitting market with replatformed products in Q1 2027. The rest will be explaining why they didn't.


Continue Reading

THE DAILY BRIEF

Enterprise AI insights for technology and business leaders, twice weekly.

thedailybrief.com

Subscribe at thedailybrief.com/subscribe for weekly AI insights delivered to your inbox.

LinkedIn: linkedin.com/in/rberi  |  X: x.com/rajeshberi

© 2026 Rajesh Beri. All rights reserved.

Opus 4.8's 1,000 Subagents Kill the $10M Code Rewrite

Photo by ThisIsEngineering on Pexels

Forty-one days after Opus 4.7, Anthropic shipped Opus 4.8 with a feature that quietly rewrites the math on legacy modernization: Dynamic Workflows, a research-preview orchestration layer that lets Claude Code spin up as many as 1,000 parallel subagents in a single session. The proof point: Bun creator Jarred Sumner ran a Zig-to-Rust port that produced roughly 750,000 lines of Rust, passed 99.8% of the existing test suite, and reached merge in 11 days from first commit (MarkTechPost, May 28, 2026).

For CIOs sitting on COBOL stacks, monolithic Java apps, or pre-microservices estates, that number is the headline. Gartner pegs the failure rate for traditional legacy rewrites at 70%, with average timelines of 18 months and "Big Bang" budgets near $10M. An 11-day, single-developer proof of concept at three-quarters of a million lines doesn't make those rewrites trivial — but it does force every modernization roadmap built before Q2 2026 back to the whiteboard.

This article unpacks what shipped, why pricing matters as much as capability, the ROI math three team sizes should run this week, and a decision matrix for choosing between Claude Code, GitHub Copilot, Cursor, and OpenAI's Codex on GPT-5.5.

What Changed: Opus 4.8 and Dynamic Workflows by the Numbers

Anthropic released Opus 4.8 on May 28, 2026, holding standard pricing flat at $5/million input tokens and $25/million output tokens while cutting Fast Mode pricing by 3x to $10/$50 per million tokens with 2.5x faster output token speeds at "identical model quality" (Anthropic, May 28, 2026).

The benchmark gains are concrete:

  • 84% on Online-Mind2Web, Anthropic's browser-agent benchmark
  • Highest score on the Legal Agent Benchmark, a multi-step reasoning evaluation
  • 4x less likely to overlook code defects than Opus 4.7 in internal testing (Help Net Security, May 29, 2026)
  • Deceptive behavior and misalignment rates declined meaningfully, approaching Mythos-class alignment scores

The bigger shift is architectural. Dynamic Workflows are JavaScript scripts that orchestrate subagents at scale: Claude generates the script, executes it in the background while the user's session stays responsive, and breaks work into independent subtasks that run in parallel and iterate "until the answers converge" (MarkTechPost).

Critical limits and requirements:

  • 16 concurrent agents, 1,000 total per run — intermediate results stored in JavaScript variables rather than Claude's context window, sidestepping the long-context degradation problem
  • Available on Max, Team, and Enterprise plans, enabled by default on Max/Team and admin-gated on Enterprise
  • Requires Claude Code v2.1.154 or later
  • System instructions can be inserted mid-conversation without breaking the prompt cache, allowing long-running operations to retain context while updating directions (WinBuzzer, May 29, 2026)
  • Interrupted runs resume from saved checkpoints

Anthropic was explicit that the Bun port "is not yet in production. It is a credible proof of concept at a scale no single-agent loop could reach, not a shipped result." That caveat matters — but the test pass rate is the controlling number. A 99.8% test-suite pass rate after a language port is a result production engineering teams routinely fail to hit on first attempt with human teams over six-month windows.

Anthropic also signaled that Mythos-class models are coming "in the coming weeks" pending completion of additional cybersecurity safeguards, with current access restricted to Project Glasswing participants (Help Net Security). Enterprises planning evaluations should assume Opus 4.8 is a transitional model on a steep capability curve, not a stable end state.

Why This Matters: The Dual-Audience Read

Technical Implications (CTO / CIO / VP Eng)

The hard architectural shift is that state lives in JavaScript, not the model's context window. That changes how engineering organizations should think about agent reliability at scale. Long-context degradation has been the rate-limiter on every large-codebase agent attempt since 2024. A workflow that spawns 1,000 short-lived subagents — each with a narrow context and a verifiable output — looks much more like a distributed system than an LLM, and that's the point.

Three implications follow:

  1. Observability becomes mandatory, not optional. A 1,000-subagent run is a distributed compute job. Without per-agent traces, evals, and cost attribution, debugging failures means re-running the workflow. Teams that haven't deployed AI observability (W&B, Arize, LangSmith, Datadog LLM Observability) will hit a wall.
  2. Test coverage is now the modernization gate. The 99.8% Bun result is bounded by test-suite quality. Codebases without comprehensive integration tests cannot use this workflow safely. Pre-modernization test investment moves from "nice-to-have" to "prerequisite."
  3. Security review must shift left. Anthropic notes the model is 4x less likely to overlook defects, but agent-generated code at this volume requires automated SAST/DAST gating and SBOM generation in CI. Manual security review at 750K lines is not a workflow.

Business Implications (CFO / CMO / COO)

The CFO question is simpler: does this change the unit economics of modernization? Three numbers matter:

  • Legacy modernization spend at most Fortune 500s runs $50M-$200M annually across all programs (Iterators)
  • Average industry productivity gain from AI coding tools is 19.3%, saving roughly 3.6 hours per developer per week (Gartner data via Panto)
  • Codex/Copilot/Cursor seat costs range from $39-$40/user/month at enterprise tiers, before token consumption

If a 750K-line port that historically required a 30-person team for 18 months can be reframed as a 3-person team running orchestrated workflows for 60-90 days, the labor-to-compute swap fundamentally changes how modernization is budgeted. A $10M project becomes a $1.5M-$2M project with a different risk profile — most cost is now infrastructure (tokens, compute, review) rather than headcount.

The competitive read for CMOs and COOs is that time-to-market for legacy-blocked products collapses. Companies that have been waiting for a 24-month replatform before launching a new business line can revisit the calculus. That changes M&A integration timelines, post-acquisition synergy math, and the carrying cost of technical debt as a balance-sheet item.

Market Context: Competitive Realignment, Not Just a Point Release

Gartner's May 20, 2026 market note declared the enterprise AI coding agents market is entering "a new phase of expansion and competitive realignment," with the market sized at $9.8 billion to $11.0 billion annualized as of April 2026 (Gartner). That number has roughly doubled since mid-2025.

The vendor map is now four-cornered:

  • Anthropic Claude Code + Opus 4.8 — Now the orchestration leader. Dynamic Workflows is the first production-credible 1,000-agent orchestrator on a major model. Pricing is usage-based with tiered access on Max ($200/mo individual), Team, and Enterprise.
  • OpenAI Codex on GPT-5.5 — Launched in May 2026 with a 400K context window across Plus, Pro, Business, Enterprise, Edu, and Go plans. Codex switched to token-consumption billing in April 2026, eliminating fixed seat fees on Business and Enterprise plans (OpenAI). Strong at remote-SSH workflows that let agents touch real company data without exfiltrating it (NVIDIA Blog).
  • GitHub Copilot Enterprise — $39/user/month with fine-tuning on private codebases and MCP support that has now reached parity with Cursor across VS Code and JetBrains. Strong on governance maturity and Microsoft tenant integration.
  • Cursor Business — $40/user/month ($4,800/year per 10 devs), native MCP support, and the strongest IDE-native experience. Recently valued at $29B, but seat-based pricing becomes meaningful at 50-100+ seats.

The analyst read is bifurcated. Gartner predicts 40% of agentic AI projects will be canceled by 2027, primarily due to integration complexity and unclear ROI (Gartner). Simultaneously, 75% of enterprise software engineers will use AI code assistants by 2028 (Gartner). Both can be true: high adoption at the assistant tier, high failure rate at the autonomous-agent tier.

Opus 4.8 sits in the middle of that fault line. It is more autonomous than any prior public model (1,000 parallel subagents, end-to-end migration in a session), but the Bridgewater Associates testimonial — that Opus 4.8 "proactively flags issues with the inputs and outputs of an analysis, something other models routinely missed" — is itself a tell. The companies extracting value are using these systems with strong human supervision and pre-defined verification gates, not as turnkey replacements.

Framework #1: Opus 4.8 Code Migration ROI Calculator (3 Scenarios)

The relevant question for every modernization decision-maker this quarter is: what does Opus 4.8 do to my migration unit economics? Here is the math across three representative team sizes, using public Anthropic pricing, Gartner benchmarks, and the Bun result as the upper bound for what's achievable.

Baseline Assumptions

  • Fully loaded senior engineer cost: $250K/year (US-blended)
  • Traditional migration velocity: 5,000-10,000 LOC per engineer-month
  • Opus 4.8 Dynamic Workflows velocity (Bun benchmark): ~68,000 LOC/day with one supervising engineer
  • Token cost per 1,000 LOC migrated (estimated from public benchmarks): $40-$80 input + output combined
  • Claude Code Enterprise plan: usage-based, no fixed seat fee at Enterprise tier

Scenario A: Small Team — 50K-Line Microservice Modernization

Metric Traditional Opus 4.8 Workflow Delta
Engineers required 3 1 + 1 reviewer -1
Duration 6 months 3 weeks -22 weeks
Labor cost $375,000 $36,000 -$339,000
Token/compute cost $0 $3,500 +$3,500
Total $375,000 $39,500 -$335,500 (89% reduction)
Risk (test pass on day 1) 60-75% typical 99%+ if test suite mature Risk shifts to test coverage

Scenario B: Mid-Size — 500K-Line Application Replatform

Metric Traditional Opus 4.8 Workflow Delta
Engineers required 12 3 + 2 reviewers -7
Duration 12 months 2-3 months -9 months
Labor cost $3,000,000 $312,500 -$2,687,500
Token/compute cost $0 $30,000 +$30,000
Total $3,000,000 $342,500 -$2,657,500 (89% reduction)
Strategic upside Delayed product roadmap unblock by 12 months Roadmap unblocked in Q1 Quantify revenue acceleration separately

Scenario C: Enterprise — 5M-Line Monolith-to-Microservices

Metric Traditional Opus 4.8 Workflow Delta
Engineers required 30+ 8 + 4 reviewers -18
Duration 24 months 6-9 months -15 months
Labor cost $15,000,000 $2,250,000 -$12,750,000
Token/compute cost $0 $250,000-$400,000 +$300,000
Observability/governance Built into team costs $150,000-$300,000 +$225,000
Total $15,000,000 $2,775,000 -$12,225,000 (81% reduction)
Risk (70% historical fail rate) High Bounded by test coverage + governance Risk profile fundamentally changes

How to Read the Math

These savings only land if three preconditions are met: (1) test-suite coverage exceeds 80% with meaningful integration tests, (2) the organization has deployed AI observability and per-agent cost attribution, (3) security review is automated via SAST/DAST gating in CI. Without these, the savings vanish into rework — the same way 70% of traditional rewrites fail today.

The CFO conversation now becomes: "Do we have $300K-$500K to invest in test coverage and governance infrastructure to unlock $2M-$12M in modernization savings?" That's a different question than the one most enterprises have been asking.

Framework #2: When to Choose Claude Code vs Codex vs Copilot vs Cursor

The pricing-and-capability landscape has finally split into clear use-case bands. Match the workload to the tool:

Choose Claude Code + Opus 4.8 if:

  • You have legacy modernization projects above 100K LOC where parallel orchestration is the bottleneck
  • Your team needs research-preview-grade autonomy (1,000-subagent runs) and can supervise the orchestrator
  • You're willing to invest in test coverage and observability as prerequisites
  • Your codebase is in mainstream languages with mature test suites (Python, Java, TypeScript, Rust, Go)
  • Pricing model preference: usage-based, scales with intensity

Choose OpenAI Codex on GPT-5.5 if:

  • You need 400K context windows for cross-repository reasoning
  • Your workflows require SSH-to-VM execution with sensitive data that cannot leave the tenant
  • You're standardized on the OpenAI platform for embeddings, vision, voice
  • You prefer token-billing with no seat floor (Business/Enterprise pay-as-you-go)
  • Your engineers do heavy debugging, refactoring, and validation workflows where GPT-5.5 currently leads internal benchmarks

Choose GitHub Copilot Enterprise if:

  • You're a Microsoft tenant shop with deep GitHub Enterprise integration
  • You need organization-wide fine-tuning on private codebases
  • Your priority is governance maturity and audit logging at the IDE level
  • You prefer flat, predictable seat pricing ($39/user/month) over usage variability
  • Your developer population is large and varied — Copilot's broad-skill assistant tier is well-suited to broad rollout

Choose Cursor Business if:

  • Your engineers prioritize IDE-native experience above all other criteria
  • You need first-class MCP support for internal tool servers
  • Your teams are small-to-mid (<50 seats) where the $40/user/month pricing is reasonable
  • Your workflows are interactive, iterative coding rather than long-running autonomous agents
  • You want to be on the AI-first IDE rather than a retrofitted VS Code extension

The Multi-Tool Reality

Most Fortune 500 AI engineering organizations now run two to three of these tools simultaneously: an IDE assistant (Copilot or Cursor) for day-to-day developer flow, plus a higher-autonomy agent (Claude Code or Codex) for modernization, refactor, and migration workloads. The mistake is forcing a single-tool standard. The right question is which tool owns which workload, with cost attribution and governance applied per workload.

Case Study: The Bun Port — What 750K Lines in 11 Days Actually Looked Like

The Bun proof point is the most important data point in the Opus 4.8 release because it's specific, public, and verifiable.

Project: Port Bun — a fast JavaScript runtime — from Zig to Rust using Claude Code with Opus 4.8 Dynamic Workflows.

Operator: Jarred Sumner, creator of Bun. Single supervising engineer.

Workflow architecture:

  • JavaScript orchestrator generated by Claude that mapped Rust lifetimes before code generation
  • Generated .rs files in parallel using the 16-concurrent / 1,000-total subagent envelope
  • Two reviewers per file — second-pass subagents that audited the generator's output
  • Iterative fix loops that ran until build succeeded and tests passed
  • Checkpoint recovery for interrupted runs

Results:

  • ~750,000 lines of Rust generated
  • 99.8% of the existing Bun test suite passed
  • 11 days from first commit to merge
  • Not yet in production — Anthropic was explicit on this caveat (UsedBy.ai analysis)

Why it matters as a benchmark, not a recipe:

The Bun port is an exceptional case in three ways that production teams should not paper over. First, Bun has an unusually mature test suite — Jarred Sumner is a runtime engineer with strong test-coverage discipline. Most enterprise codebases do not. Second, a language port (Zig → Rust) is mechanically constrained in ways that domain-driven refactors are not — the test suite tells you exactly what the new code must do. Third, a single expert operator can make supervision decisions at every checkpoint that a 30-person enterprise team would have to coordinate across reviewers.

The right lesson is that the upper bound for AI-assisted migration just moved up by an order of magnitude, not that every migration looks like this tomorrow. The 99.8% number is the proof; the precondition list is the work. Bridgewater Associates' use of Opus 4.8 with explicit input/output checks for analytical workflows shows the shape of the supervision pattern that production deployments are converging on.

What to Do About It

For CIOs (next 30 days)

Inventory your top 5 modernization candidates by LOC, test-coverage maturity, and business criticality. Run an internal proof-of-concept against the smallest candidate using Claude Code Enterprise — admin must explicitly enable Dynamic Workflows. Budget $50K-$100K for the POC including tokens, observability tooling, and a 2-engineer supervision team. Use the Bun result as the upper-bound calibration, not the median expectation. Decision criteria for Q3 funding: does the POC hit >95% test pass on first end-to-end run?

For CFOs (next 60 days)

Revisit modernization business cases approved before Q2 2026. The unit economics have shifted by 80-89% in the cases where prerequisites are met. The harder budget conversation is the enabling investment: test coverage uplift (typically $200K-$500K per legacy codebase), AI observability infrastructure ($150K-$400K annual), and security automation tooling. Move these from "deferred" to "Q3 funded" categories — they unlock orders-of-magnitude larger savings downstream.

For Business Leaders (next 90 days)

Identify product roadmap items that have been blocked by legacy modernization timelines of 12-24 months. Re-baseline those launches against a 3-6 month modernization horizon. The competitive question is not whether your engineering team will adopt these tools — they will — but whether your strategic planning rhythm will catch up. Companies that rebid their 2026-2027 modernization roadmaps in Q3 2026 will start hitting market with replatformed products in Q1 2027. The rest will be explaining why they didn't.


Continue Reading

Share:

THE DAILY BRIEF

AI Coding AgentsAnthropicEnterprise AICode MigrationDeveloper Productivity

Opus 4.8's 1,000 Subagents Kill the $10M Code Rewrite

Anthropic's Dynamic Workflows ported 750K lines in 11 days at 99.8% test pass. Here's the new ROI math for legacy modernization.

By Rajesh Beri·May 29, 2026·14 min read

Forty-one days after Opus 4.7, Anthropic shipped Opus 4.8 with a feature that quietly rewrites the math on legacy modernization: Dynamic Workflows, a research-preview orchestration layer that lets Claude Code spin up as many as 1,000 parallel subagents in a single session. The proof point: Bun creator Jarred Sumner ran a Zig-to-Rust port that produced roughly 750,000 lines of Rust, passed 99.8% of the existing test suite, and reached merge in 11 days from first commit (MarkTechPost, May 28, 2026).

For CIOs sitting on COBOL stacks, monolithic Java apps, or pre-microservices estates, that number is the headline. Gartner pegs the failure rate for traditional legacy rewrites at 70%, with average timelines of 18 months and "Big Bang" budgets near $10M. An 11-day, single-developer proof of concept at three-quarters of a million lines doesn't make those rewrites trivial — but it does force every modernization roadmap built before Q2 2026 back to the whiteboard.

This article unpacks what shipped, why pricing matters as much as capability, the ROI math three team sizes should run this week, and a decision matrix for choosing between Claude Code, GitHub Copilot, Cursor, and OpenAI's Codex on GPT-5.5.

What Changed: Opus 4.8 and Dynamic Workflows by the Numbers

Anthropic released Opus 4.8 on May 28, 2026, holding standard pricing flat at $5/million input tokens and $25/million output tokens while cutting Fast Mode pricing by 3x to $10/$50 per million tokens with 2.5x faster output token speeds at "identical model quality" (Anthropic, May 28, 2026).

The benchmark gains are concrete:

  • 84% on Online-Mind2Web, Anthropic's browser-agent benchmark
  • Highest score on the Legal Agent Benchmark, a multi-step reasoning evaluation
  • 4x less likely to overlook code defects than Opus 4.7 in internal testing (Help Net Security, May 29, 2026)
  • Deceptive behavior and misalignment rates declined meaningfully, approaching Mythos-class alignment scores

The bigger shift is architectural. Dynamic Workflows are JavaScript scripts that orchestrate subagents at scale: Claude generates the script, executes it in the background while the user's session stays responsive, and breaks work into independent subtasks that run in parallel and iterate "until the answers converge" (MarkTechPost).

Critical limits and requirements:

  • 16 concurrent agents, 1,000 total per run — intermediate results stored in JavaScript variables rather than Claude's context window, sidestepping the long-context degradation problem
  • Available on Max, Team, and Enterprise plans, enabled by default on Max/Team and admin-gated on Enterprise
  • Requires Claude Code v2.1.154 or later
  • System instructions can be inserted mid-conversation without breaking the prompt cache, allowing long-running operations to retain context while updating directions (WinBuzzer, May 29, 2026)
  • Interrupted runs resume from saved checkpoints

Anthropic was explicit that the Bun port "is not yet in production. It is a credible proof of concept at a scale no single-agent loop could reach, not a shipped result." That caveat matters — but the test pass rate is the controlling number. A 99.8% test-suite pass rate after a language port is a result production engineering teams routinely fail to hit on first attempt with human teams over six-month windows.

Anthropic also signaled that Mythos-class models are coming "in the coming weeks" pending completion of additional cybersecurity safeguards, with current access restricted to Project Glasswing participants (Help Net Security). Enterprises planning evaluations should assume Opus 4.8 is a transitional model on a steep capability curve, not a stable end state.

Why This Matters: The Dual-Audience Read

Technical Implications (CTO / CIO / VP Eng)

The hard architectural shift is that state lives in JavaScript, not the model's context window. That changes how engineering organizations should think about agent reliability at scale. Long-context degradation has been the rate-limiter on every large-codebase agent attempt since 2024. A workflow that spawns 1,000 short-lived subagents — each with a narrow context and a verifiable output — looks much more like a distributed system than an LLM, and that's the point.

Three implications follow:

  1. Observability becomes mandatory, not optional. A 1,000-subagent run is a distributed compute job. Without per-agent traces, evals, and cost attribution, debugging failures means re-running the workflow. Teams that haven't deployed AI observability (W&B, Arize, LangSmith, Datadog LLM Observability) will hit a wall.
  2. Test coverage is now the modernization gate. The 99.8% Bun result is bounded by test-suite quality. Codebases without comprehensive integration tests cannot use this workflow safely. Pre-modernization test investment moves from "nice-to-have" to "prerequisite."
  3. Security review must shift left. Anthropic notes the model is 4x less likely to overlook defects, but agent-generated code at this volume requires automated SAST/DAST gating and SBOM generation in CI. Manual security review at 750K lines is not a workflow.

Business Implications (CFO / CMO / COO)

The CFO question is simpler: does this change the unit economics of modernization? Three numbers matter:

  • Legacy modernization spend at most Fortune 500s runs $50M-$200M annually across all programs (Iterators)
  • Average industry productivity gain from AI coding tools is 19.3%, saving roughly 3.6 hours per developer per week (Gartner data via Panto)
  • Codex/Copilot/Cursor seat costs range from $39-$40/user/month at enterprise tiers, before token consumption

If a 750K-line port that historically required a 30-person team for 18 months can be reframed as a 3-person team running orchestrated workflows for 60-90 days, the labor-to-compute swap fundamentally changes how modernization is budgeted. A $10M project becomes a $1.5M-$2M project with a different risk profile — most cost is now infrastructure (tokens, compute, review) rather than headcount.

The competitive read for CMOs and COOs is that time-to-market for legacy-blocked products collapses. Companies that have been waiting for a 24-month replatform before launching a new business line can revisit the calculus. That changes M&A integration timelines, post-acquisition synergy math, and the carrying cost of technical debt as a balance-sheet item.

Market Context: Competitive Realignment, Not Just a Point Release

Gartner's May 20, 2026 market note declared the enterprise AI coding agents market is entering "a new phase of expansion and competitive realignment," with the market sized at $9.8 billion to $11.0 billion annualized as of April 2026 (Gartner). That number has roughly doubled since mid-2025.

The vendor map is now four-cornered:

  • Anthropic Claude Code + Opus 4.8 — Now the orchestration leader. Dynamic Workflows is the first production-credible 1,000-agent orchestrator on a major model. Pricing is usage-based with tiered access on Max ($200/mo individual), Team, and Enterprise.
  • OpenAI Codex on GPT-5.5 — Launched in May 2026 with a 400K context window across Plus, Pro, Business, Enterprise, Edu, and Go plans. Codex switched to token-consumption billing in April 2026, eliminating fixed seat fees on Business and Enterprise plans (OpenAI). Strong at remote-SSH workflows that let agents touch real company data without exfiltrating it (NVIDIA Blog).
  • GitHub Copilot Enterprise — $39/user/month with fine-tuning on private codebases and MCP support that has now reached parity with Cursor across VS Code and JetBrains. Strong on governance maturity and Microsoft tenant integration.
  • Cursor Business — $40/user/month ($4,800/year per 10 devs), native MCP support, and the strongest IDE-native experience. Recently valued at $29B, but seat-based pricing becomes meaningful at 50-100+ seats.

The analyst read is bifurcated. Gartner predicts 40% of agentic AI projects will be canceled by 2027, primarily due to integration complexity and unclear ROI (Gartner). Simultaneously, 75% of enterprise software engineers will use AI code assistants by 2028 (Gartner). Both can be true: high adoption at the assistant tier, high failure rate at the autonomous-agent tier.

Opus 4.8 sits in the middle of that fault line. It is more autonomous than any prior public model (1,000 parallel subagents, end-to-end migration in a session), but the Bridgewater Associates testimonial — that Opus 4.8 "proactively flags issues with the inputs and outputs of an analysis, something other models routinely missed" — is itself a tell. The companies extracting value are using these systems with strong human supervision and pre-defined verification gates, not as turnkey replacements.

Framework #1: Opus 4.8 Code Migration ROI Calculator (3 Scenarios)

The relevant question for every modernization decision-maker this quarter is: what does Opus 4.8 do to my migration unit economics? Here is the math across three representative team sizes, using public Anthropic pricing, Gartner benchmarks, and the Bun result as the upper bound for what's achievable.

Baseline Assumptions

  • Fully loaded senior engineer cost: $250K/year (US-blended)
  • Traditional migration velocity: 5,000-10,000 LOC per engineer-month
  • Opus 4.8 Dynamic Workflows velocity (Bun benchmark): ~68,000 LOC/day with one supervising engineer
  • Token cost per 1,000 LOC migrated (estimated from public benchmarks): $40-$80 input + output combined
  • Claude Code Enterprise plan: usage-based, no fixed seat fee at Enterprise tier

Scenario A: Small Team — 50K-Line Microservice Modernization

Metric Traditional Opus 4.8 Workflow Delta
Engineers required 3 1 + 1 reviewer -1
Duration 6 months 3 weeks -22 weeks
Labor cost $375,000 $36,000 -$339,000
Token/compute cost $0 $3,500 +$3,500
Total $375,000 $39,500 -$335,500 (89% reduction)
Risk (test pass on day 1) 60-75% typical 99%+ if test suite mature Risk shifts to test coverage

Scenario B: Mid-Size — 500K-Line Application Replatform

Metric Traditional Opus 4.8 Workflow Delta
Engineers required 12 3 + 2 reviewers -7
Duration 12 months 2-3 months -9 months
Labor cost $3,000,000 $312,500 -$2,687,500
Token/compute cost $0 $30,000 +$30,000
Total $3,000,000 $342,500 -$2,657,500 (89% reduction)
Strategic upside Delayed product roadmap unblock by 12 months Roadmap unblocked in Q1 Quantify revenue acceleration separately

Scenario C: Enterprise — 5M-Line Monolith-to-Microservices

Metric Traditional Opus 4.8 Workflow Delta
Engineers required 30+ 8 + 4 reviewers -18
Duration 24 months 6-9 months -15 months
Labor cost $15,000,000 $2,250,000 -$12,750,000
Token/compute cost $0 $250,000-$400,000 +$300,000
Observability/governance Built into team costs $150,000-$300,000 +$225,000
Total $15,000,000 $2,775,000 -$12,225,000 (81% reduction)
Risk (70% historical fail rate) High Bounded by test coverage + governance Risk profile fundamentally changes

How to Read the Math

These savings only land if three preconditions are met: (1) test-suite coverage exceeds 80% with meaningful integration tests, (2) the organization has deployed AI observability and per-agent cost attribution, (3) security review is automated via SAST/DAST gating in CI. Without these, the savings vanish into rework — the same way 70% of traditional rewrites fail today.

The CFO conversation now becomes: "Do we have $300K-$500K to invest in test coverage and governance infrastructure to unlock $2M-$12M in modernization savings?" That's a different question than the one most enterprises have been asking.

Framework #2: When to Choose Claude Code vs Codex vs Copilot vs Cursor

The pricing-and-capability landscape has finally split into clear use-case bands. Match the workload to the tool:

Choose Claude Code + Opus 4.8 if:

  • You have legacy modernization projects above 100K LOC where parallel orchestration is the bottleneck
  • Your team needs research-preview-grade autonomy (1,000-subagent runs) and can supervise the orchestrator
  • You're willing to invest in test coverage and observability as prerequisites
  • Your codebase is in mainstream languages with mature test suites (Python, Java, TypeScript, Rust, Go)
  • Pricing model preference: usage-based, scales with intensity

Choose OpenAI Codex on GPT-5.5 if:

  • You need 400K context windows for cross-repository reasoning
  • Your workflows require SSH-to-VM execution with sensitive data that cannot leave the tenant
  • You're standardized on the OpenAI platform for embeddings, vision, voice
  • You prefer token-billing with no seat floor (Business/Enterprise pay-as-you-go)
  • Your engineers do heavy debugging, refactoring, and validation workflows where GPT-5.5 currently leads internal benchmarks

Choose GitHub Copilot Enterprise if:

  • You're a Microsoft tenant shop with deep GitHub Enterprise integration
  • You need organization-wide fine-tuning on private codebases
  • Your priority is governance maturity and audit logging at the IDE level
  • You prefer flat, predictable seat pricing ($39/user/month) over usage variability
  • Your developer population is large and varied — Copilot's broad-skill assistant tier is well-suited to broad rollout

Choose Cursor Business if:

  • Your engineers prioritize IDE-native experience above all other criteria
  • You need first-class MCP support for internal tool servers
  • Your teams are small-to-mid (<50 seats) where the $40/user/month pricing is reasonable
  • Your workflows are interactive, iterative coding rather than long-running autonomous agents
  • You want to be on the AI-first IDE rather than a retrofitted VS Code extension

The Multi-Tool Reality

Most Fortune 500 AI engineering organizations now run two to three of these tools simultaneously: an IDE assistant (Copilot or Cursor) for day-to-day developer flow, plus a higher-autonomy agent (Claude Code or Codex) for modernization, refactor, and migration workloads. The mistake is forcing a single-tool standard. The right question is which tool owns which workload, with cost attribution and governance applied per workload.

Case Study: The Bun Port — What 750K Lines in 11 Days Actually Looked Like

The Bun proof point is the most important data point in the Opus 4.8 release because it's specific, public, and verifiable.

Project: Port Bun — a fast JavaScript runtime — from Zig to Rust using Claude Code with Opus 4.8 Dynamic Workflows.

Operator: Jarred Sumner, creator of Bun. Single supervising engineer.

Workflow architecture:

  • JavaScript orchestrator generated by Claude that mapped Rust lifetimes before code generation
  • Generated .rs files in parallel using the 16-concurrent / 1,000-total subagent envelope
  • Two reviewers per file — second-pass subagents that audited the generator's output
  • Iterative fix loops that ran until build succeeded and tests passed
  • Checkpoint recovery for interrupted runs

Results:

  • ~750,000 lines of Rust generated
  • 99.8% of the existing Bun test suite passed
  • 11 days from first commit to merge
  • Not yet in production — Anthropic was explicit on this caveat (UsedBy.ai analysis)

Why it matters as a benchmark, not a recipe:

The Bun port is an exceptional case in three ways that production teams should not paper over. First, Bun has an unusually mature test suite — Jarred Sumner is a runtime engineer with strong test-coverage discipline. Most enterprise codebases do not. Second, a language port (Zig → Rust) is mechanically constrained in ways that domain-driven refactors are not — the test suite tells you exactly what the new code must do. Third, a single expert operator can make supervision decisions at every checkpoint that a 30-person enterprise team would have to coordinate across reviewers.

The right lesson is that the upper bound for AI-assisted migration just moved up by an order of magnitude, not that every migration looks like this tomorrow. The 99.8% number is the proof; the precondition list is the work. Bridgewater Associates' use of Opus 4.8 with explicit input/output checks for analytical workflows shows the shape of the supervision pattern that production deployments are converging on.

What to Do About It

For CIOs (next 30 days)

Inventory your top 5 modernization candidates by LOC, test-coverage maturity, and business criticality. Run an internal proof-of-concept against the smallest candidate using Claude Code Enterprise — admin must explicitly enable Dynamic Workflows. Budget $50K-$100K for the POC including tokens, observability tooling, and a 2-engineer supervision team. Use the Bun result as the upper-bound calibration, not the median expectation. Decision criteria for Q3 funding: does the POC hit >95% test pass on first end-to-end run?

For CFOs (next 60 days)

Revisit modernization business cases approved before Q2 2026. The unit economics have shifted by 80-89% in the cases where prerequisites are met. The harder budget conversation is the enabling investment: test coverage uplift (typically $200K-$500K per legacy codebase), AI observability infrastructure ($150K-$400K annual), and security automation tooling. Move these from "deferred" to "Q3 funded" categories — they unlock orders-of-magnitude larger savings downstream.

For Business Leaders (next 90 days)

Identify product roadmap items that have been blocked by legacy modernization timelines of 12-24 months. Re-baseline those launches against a 3-6 month modernization horizon. The competitive question is not whether your engineering team will adopt these tools — they will — but whether your strategic planning rhythm will catch up. Companies that rebid their 2026-2027 modernization roadmaps in Q3 2026 will start hitting market with replatformed products in Q1 2027. The rest will be explaining why they didn't.


Continue Reading

THE DAILY BRIEF

Enterprise AI insights for technology and business leaders, twice weekly.

thedailybrief.com

Subscribe at thedailybrief.com/subscribe for weekly AI insights delivered to your inbox.

LinkedIn: linkedin.com/in/rberi  |  X: x.com/rajeshberi

© 2026 Rajesh Beri. All rights reserved.

Newsletter

Stay Ahead of the Curve

Weekly enterprise AI insights for technology leaders. No spam, no vendor pitches—unsubscribe anytime.

Subscribe