# AI Radar newsletter — 22 August 2026

[Skip to content](#lm-inhoud)Network/[NL](/en/nieuwsbrief-22-augustus-2026)EN[Hubhub.llmnet.nlCompare models on task, language, cost and licence.](https://hub.llmnet.nl/en/)[Communitycommunity.llmnet.nlPrompt techniques, patterns and system prompts.](https://community.llmnet.nl/en/)[APIapi.llmnet.nlLLMs in production: rate limits, routing, structured output.](https://api.llmnet.nl/en/)[Consultancyconsultancy.llmnet.nlRolling out AI in an organisation, pilot to production.](https://consultancy.llmnet.nl/en/)[Newsnieuws.llmnet.nlAI developments, explained for the Netherlands.](https://nieuws.llmnet.nl/en/)[Benchmarkbenchmark.llmnet.nlMeasure AI quality yourself, on your own tasks.](https://benchmark.llmnet.nl/en/)[Careersvacatures.llmnet.nlAI roles, salaries and career paths in the Netherlands.](https://vacatures.llmnet.nl/en/)[Learnleren.llmnet.nlAI concepts in plain language, beginner to builder.](https://leren.llmnet.nl/en/)[Guidegids.llmnet.nlRun AI privately on your own Mac, PC, NAS or home server.](https://gids.llmnet.nl/en/)[Directorydirectory.llmnet.nlMapping the AI ecosystem: tools, models, companies.](https://directory.llmnet.nl/en/)[Radarradar.llmnet.nlSignals from X, research and communities for indie developers.](https://radar.llmnet.nl/en/)[Appsapps.llmnet.nlReviews of AI apps and open-source repos, with tips for builders.](https://apps.llmnet.nl/en/)[llmnet.nl — main site](https://llmnet.nl/en/)[](https://x.com/intent/post?url=https%3A%2F%2Fradar.llmnet.nl%2Fen%2Fnieuwsbrief-22-augustus-2026&text=AI%20Radar%20newsletter%20%E2%80%94%2022%20August%202026)[](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fradar.llmnet.nl%2Fen%2Fnieuwsbrief-22-augustus-2026)[](https://www.reddit.com/submit?url=https%3A%2F%2Fradar.llmnet.nl%2Fen%2Fnieuwsbrief-22-augustus-2026&title=AI%20Radar%20newsletter%20%E2%80%94%2022%20August%202026)[](#)

 
 [LLMnet Radar](https://radar.llmnet.nl)
 

# AI Radar newsletter — 22 August 2026

By Ivo Donker — compiled with AI assistance (Claude & ChatGPT)

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](https://github.com/anomalyco/opencode/issues/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](https://github.com/NousResearch/hermes-agent/issues/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](https://exploiting.systems/posts/2026-08-08-prompt-injection-in-virustotals-code-insights-api)).

## Prices moved in two directions

OpenAI cut the developer price of GPT-5.6 Sol by more than twenty percent ([Reuters](https://www.reuters.com/technology/openai-cuts-developer-pricing-frontier-gpt-56-sol-model-by-more-than-20-2026-08-21/)). DeepSeek V4 Pro 0813 scores higher than its predecessor but costs 3.6 times as much ([@ArtificialAnlys](https://x.com/ArtificialAnlys/status/2088440350734201149)). 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

- Skills are becoming infrastructure. Anthropic has an official claude-code-setup-plugin that advises per project which hooks, skills and MCP servers make sense ([@alextalksai](https://x.com/alextalksai/status/2090172535153312197)). Frigade replaced an entire Grafana stack with a single Claude Code skill ([frigade.com](https://frigade.com/blog/we-replaced-grafana-with-a-claude-code-skill)).

- Root-cause-first works. Superpowers forces coding agents to establish the cause first before they change code ([@Lummox_eth](https://x.com/Lummox_eth/status/2090867719159623692)). The cheapest quality measure of the week.

- Small wins on Apple Silicon. Quantization and context length matter more than parameter count; a model that always fits beats a large model that sometimes swaps ([ollama/ollama#17869](https://github.com/ollama/ollama/issues/17869)).

- Directories are free distribution. Two projects came in this week through a simple GitHub issue in a public list ([APIs-guru/openapi-directory#3054](https://github.com/APIs-guru/openapi-directory/issues/3054)).

## Further reading

- [AI Radar week of 22 August 2026: the ten signals](https://radar.llmnet.nl/en/ai-radar-week-22-augustus-2026) — the full overview by category

- [Token economics August 2026: what you should log](https://radar.llmnet.nl/en/token-economie-augustus-2026)

- [Everything your agent reads is attack input](https://radar.llmnet.nl/en/agent-security-augustus-2026)

- [Self-hosted agents: the gaps you only see once you run them](https://radar.llmnet.nl/en/zelfgehoste-agents-augustus-2026)

AI Radar appears weekly at [radar.llmnet.nl](https://radar.llmnet.nl). Sources are cited per item; everything has been checked against the original post or pull request.
