Skip to content
NLEN

AI Radar newsletter — 22 August 2026

Weekly newsletter from AI Radar, for indie developers who run their own stuff. This edition: ten categories scanned over 15–22 August 2026, via X, Reddit, Hacker News and GitHub.

The three things that actually change something this week

1. Your cache is your biggest cost item — and you are not measuring it. An OpenCode user watched his quota evaporate in twenty minutes after cache reads for DeepSeek V4 Flash suddenly dropped to zero (anomalyco/opencode#42935). He logged tokens and costs properly; the cache hit ratio he did not. Put an alert on that today.

2. An HTTP 200 says nothing about a successful agent run. With Hermes, an endpoint returned a proper status and SSE stream, but without content and without finish_reason — the retries took more than a minute (NousResearch/hermes-agent#89836). Health checks that only read status codes report green here.

3. The file your agent analyzes steers the analysis. Prompt injection in the VirusTotal Code Insights API shows that even a security tool lets itself be steered by the code it assesses (exploiting.systems).

Prices moved in two directions

OpenAI cut the developer price of GPT-5.6 Sol by more than twenty percent (Reuters). DeepSeek V4 Pro 0813 scores higher than its predecessor but costs 3.6 times as much (@ArtificialAnlys). Anyone steering on the price list picks wrong twice this week: calculate in cost per completed task.

The money is going to the layer below the model

Etched raised 700 million for inference chips, Nvidia is said to be paying 6 billion for Poolside technology, SpaceX tried to buy Cognition, and Stripe reportedly wants to put down more than 7 billion for AI gateway OpenRouter. Chips, routers and coding agents — exactly the layers where you still have a choice with your own hardware. All the more reason to keep a provider-independent router with local fallback in place.

In brief

Further reading

AI Radar appears weekly at radar.llmnet.nl. Sources are cited per item; everything has been checked against the original post or pull request.