On August 13, the market made the model call cheaper while making the system around it more complex. Google temporarily halved Flash pricing. DeepSeek released V4-Pro with three reasoning levels. OpenAI sold a separate ultrafast serving path while its own guide asked builders to separate deterministic orchestration from model judgment.

The main story is not the growing number of modes. Providers are finally acknowledging that latency, reasoning effort, coordination, and price are independent controls—and no model will set them correctly for a product by itself.

Models and serving

Gemini 3.7 Flash begins competing with a temporary price

Gemini 3.7 Flash launched in the Gemini API and Google products. Through the end of 2026, introductory pricing is $0.75 per million input tokens and $3.75 per million output tokens—roughly half Gemini 3.6 Flash's launch price. Google claims better reasoning, coding, multilingual, and tool use at a Flash latency profile.

The price is temporary and excludes the full blended cost of caching, batch, and long context. The benchmarks are Google's, with no independent blind evaluation on release day.

The strong fact is an aggressive bet on high-volume agent steps. A cheap, fast model is valuable not as a weak frontier substitute, but as the executor for most of a trajectory. The product must still decide in advance what happens when promotional economics end and which model preserves the budget after 2026.

Source: Gemini 3.7 Flash.


DeepSeek V4-Pro launched today; its new price starts only on the 16th

V4-Pro reached GA in the app, web, and API. DeepSeek added low, high, and max reasoning levels plus OpenAI Responses API compatibility. It also published a peak/off-peak schedule, but explicitly set its start for August 16 at 16:00 UTC.

The rate depends on cache hits and time of day, so it cannot be reduced to one percentage increase. Vendor benchmarks are not independent.

The chronological boundary matters more than it seems. The model and interface were available on the 13th, but the new actual price was not. An announced future rate is already a planning input for an agent scheduler, yet retrospective cost before the 16th must use the old terms.

Source: DeepSeek V4-Pro GA.


Ultrafast changes not token price, but the number of possible steps per minute

OpenAI opened a limited preview of GPT-5.6 Sol on Cerebras. The company claims up to 14x Standard-tier speed and up to 750 output tokens per second for select customers.

Both figures are maxima without disclosed prompt length, concurrency, time-to-first-token, or price. A limited preview is not a public API, and both OpenAI and Cerebras have an interest in the result.

Low latency is especially valuable in the reason -> tool -> observe -> retry loop. Faster decoding reduces not just response wait but minutes per complete trajectory. A real benchmark must measure completed work: fast text does not help if the tool or verification remains the bottleneck.

Source: Ultrafast preview.

Agent architecture

DeepSeek Harness makes the session log append-only

DeepSeek opened its MIT-licensed Harness in developer preview. The runtime is built around Cordis and the principle "everything is a plugin": models, tools, memory, and UI are replaceable packages. History is append-only, while standard, code, minimal, and creator presets define four profiles.

The landing page has no explicit timestamp; the date was reconstructed from the repository's first publication. There is no performance benchmark, and the preview API is unstable.

Append-only matters more than the plugin slogan. Rewriting one mutable transcript is convenient until someone must prove the order of actions or recover from a failure. An event log preserves history from which a new view can be built without revising the past.

Sources: DeepSeek Harness, repository.


OpenAI formalizes agent engineering as a split between probabilistic and deterministic work

The Builder's Guide to GPT-5.6 recommends separating orchestration from model judgment, giving tools narrow contracts and verifiable outputs, structuring long tasks around context and checkpoints, and evaluating trajectory, latency, and cost.

This is a provider's guide for its own model, not an independent standard or a new benchmark. There is no universal improvement percentage.

That makes the change in framing more important: the vendor no longer describes production as "write a better prompt." The model chooses where interpretation is needed. Ordinary code fixes order, authority, and acceptance. A checkpoint makes a long task recoverable; trajectory evaluation tests the path by which an answer was produced.

Source: Builder's Guide.


Forty-five security agents find more—and spend four times as many tokens

Anthropic tested a swarm of 45 agents across 15 open-source projects. The coordinated system found 266 vulnerabilities using 27 million tokens; independent agents found 21 using 6.5 million. The authors note diminishing returns without shared evidence and explicit roles.

The budgets differ by more than fourfold, so 266 versus 21 does not isolate the effect of coordination. Findings are not necessarily critical CVEs, and both model and harness belong to Anthropic.

The experiment exposes both the benefit and price of a swarm. Parallelism widens the search, but only a common evidence base prevents dozens of agents from repeating the same work. The comparison should be validated findings per unit of compute, not one impressive total.

Source: Anthropic on multi-agent systems.

Market

Databricks raises $5 billion at a $190 billion valuation

Databricks closed a $5 billion round at a $190 billion post-money valuation. The company reports a revenue run rate above $7 billion and growth over 80% year over year; proceeds are intended for AI products, acquisitions, and employee liquidity.

Run rate extrapolates the present pace, not recognized annual revenue. Valuation is not proceeds and says nothing about unit economics. The official URL was not indexed, so the issue uses a copy of the statement and TechCrunch.

The amount shows that the data and agent platform is financed as one enterprise layer. But vast capital does not answer how much growth is durable or what it costs to serve customers' compute load.

Sources: copy of the statement, TechCrunch.


OpenAI appoints an executive to turn adoption into revenue

Former HashiCorp president Dali Rajic became OpenAI's chief revenue officer, bringing enterprise sales, partnerships, and commercialization under one role. The company claims more than 1 billion weekly users and over 2 million business customers—roughly twice the year-earlier figure.

Weekly users and businesses are different units; paid criteria, seats, and revenue are not disclosed. An appointment is not evidence of product growth.

The organizational signal is clear nonetheless. After the model-launch cadence, distribution becomes a dedicated function: contracts, procurement, partnerships, and conversion of mass usage into repeatable enterprise business.

Source: Dali Rajic appointment.

The issue's main technological shift

On August 13, the model acquired several independent operating modes.

Flash is optimized for the cheap step at scale. Pro offers reasoning levels and time-based pricing. Ultrafast buys minimum latency. A harness preserves history, a guide separates decision from orchestration, and a swarm trades compute for search breadth.

There is no single best mode. Production architecture must choose one for each part of the trajectory and preserve evidence that the more expensive or complex path actually improved the outcome.

What to discuss with the technical team

  1. What happens to unit economics when introductory pricing ends?
  2. Are rates versioned together with historical agent-run calculations?
  3. Do we measure a low-latency tier by completed trajectory rather than token speed?
  4. Which part of the workflow must be append-only for recovery and audit?
  5. Is multi-agent search compared by validated findings per unit of compute?