Independent AI intelligence Two editions daily · ET
FervorAI

AI Trending Briefing · August 13, 2026 · afternoon edition

The harness became the contested layer today, with DeepSeek open-sourcing its agent runtime under MIT while raising model prices up to 1,100 percent, NVIDIA shipping a proxy that decouples any harness from any provider, and the protocol every harness speaks going on trial in Seoul.

DeepSeek HarnessDeepSeek-V4-ProMCP Dev Summit SeoulDigital Birth CertificatesNVIDIA SwitchyardCordisagent-harnessmcp-securityfrontier-modelsagent-identityagent-infrastructurelocal-ai

Trending AI Briefing: Thursday, August 13, 2026 (afternoon ET)

Every agent is two things bolted together: a model that decides, and a runtime that lets the decision touch the world. DeepSeek put that equation on its own launch page today, then gave away the second half under MIT and raised the price of the first half by as much as 1,100 percent. NVIDIA shipped a proxy whose entire purpose is making the two halves interchangeable. And in Seoul, the protocol that every one of these runtimes speaks opened a two-day summit with 21,000 exposed servers on the record. The model layer is where the benchmarks live. The harness layer is where the money, the lock-in, and the unpatched holes now are.

What's hottest in AI news right now

DeepSeek released Harness v0.1 into developer preview on August 13, an open-source agent runtime under the MIT license, and the architectural claim is more interesting than the competitive one. Everything is a plugin: models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI all mount and unmount through the Cordis kernel, so a developer swaps any capability in configuration without touching the source. Every run writes to an append-only session log covering system prompts, reasoning, tool calls, subagent scheduling, and every context injection, and the Trajectory view lets you resume, fork, search, and replay that event stream. Four runtime modes ship, including a Minimal mode with nothing but persistent bash and a string-replace editor, and a Code mode where the model writes TypeScript to orchestrate multi-step tool calls. Install is npx @deepseek-ai/dsh web. The repo sat at 35.4k stars and 2.7k forks when checked this afternoon, hours after launch. (DeepSeek, GitHub, The New Stack)

DeepSeek-V4-Pro launched the same day, and the API price list moved with it. The model is a 1.6 trillion parameter mixture of experts with a 1 million token context window, adjustable reasoning effort at low, high, or maximum, support for OpenAI's Responses API format, and tuning for Codex workflows. Benchmarks released alongside it put V4-Pro at 87.9 on Terminal-Bench 2.1, 83.3 on CyberGym, and 62.7 on DeepSWE. Then the other announcement: API prices for V4-Pro and V4-Flash rise between 50 percent and 1,100 percent on August 17, depending on model, token type, and time of day, with peak and off-peak tiers arriving for the first time. A company that built its reputation on undercutting Western inference costs just introduced surge pricing on the week it gave away its runtime. (DeepSeek on X, Reuters via Tech Startups)

The MCP Dev Summit opened in Seoul today, August 13, running through August 14, and it is not a routine check-in. Research published as arXiv 2608.00150 in July detected more than 21,000 internet-facing MCP server instances. Of 640 production servers audited, 91.8 percent had no OAuth at all, and 687 exposed unrestricted shell tool access. The OWASP MCP Top 10 has been formalized, more than ten critical or high-severity CVEs are on the board, and the OX Security supply-chain report from April traced a systemic weakness in the STDIO transport across 150 million downstream package downloads. Anthropic's position has been that STDIO behavior is by design and that sanitization belongs to the developer. Governance has since moved to the Linux Foundation under the Agentic AI Foundation, so this argument now happens somewhere no single vendor holds a veto. (Forkast, summit schedule, OWASP MCP Top 10)

The US Intelligence Community proposed digital birth certificates for AI agents, disclosed August 12 from remarks by IC CIO Douglas Cossa at the DoDIIS conference in Tampa. Agentic AI has spun Zero Trust on its head, he said, because the old model granted least privilege and the new one hands an agent everything it needs to operate independently. No unified identity system for non-human users exists across agencies today. His office is funding an enterprise identity service that treats agents as first-class subjects alongside people and devices, with verifiable credentials issued at creation, and pilots begin in fall 2026. This reaches us through conference reporting rather than a published IC document. (Forkast, Breaking Defense)

NVIDIA published Switchyard, a Rust proxy that translates between OpenAI Chat, Anthropic Messages, and OpenAI Responses formats so a coding agent keeps speaking its native API while a different backend serves the request. Point Claude Code, Codex CLI, or OpenClaw at vLLM, NVIDIA NIM, Ollama, or any OpenAI-compatible endpoint with switchyard launch claude --model switchyard. Four routing strategies ship, the sharpest being an escalation router that runs every turn on the weak tier and lets a judge decide what gets promoted. Apache 2.0, 342 stars, and the README labels it pre-alpha and not for production. No dated announcement post accompanies it, so the repository is the primary source here. (GitHub)

New tools and features worth actually trying

DeepSeek Harness in Minimal mode. Two tools, persistent bash and str_replace_editor, nothing else. It is the cleanest way to benchmark what a model can actually do without a scaffold carrying it, which is a measurement most teams have never taken. Honest tradeoff: v0.1 developer preview, and the README promises compatibility-breaking changes in capital letters. Do not build a product on this month's plugin API.

Switchyard as a model-swap harness. Install with uv tool install --python 3.12 "nemo-switchyard[cli]", write a routes.toml, and point an existing agent at an open model without rewriting the agent. Honest tradeoff: NVIDIA labels it pre-alpha with the API expected to change before v1.0, and a translation proxy in the request path is one more thing that can silently mangle tool-call schemas.

DeepSeek-V4-Pro, before August 17. Adjustable reasoning effort plus Responses API compatibility makes it a low-friction swap into a Codex-shaped pipeline. Honest tradeoff: whatever cost model you build this week expires on the 17th, and increases run as high as 1,100 percent on some token types. Sizing an agent fleet on today's prices means sizing on a number that has already been withdrawn.

Trajectory replay, whichever harness you use. An append-only log of everything the model saw, replayable and forkable, is the only honest way to debug a failed agent run. Honest tradeoff: those logs carry every context injection and tool result, so they inherit the sensitivity of everything the agent touched. A replayable session log is also a replayable data leak.

Trending AI repos on GitHub today

Every repo below was surfaced by Trendshift's daily board and then verified by direct fetch of its GitHub page this afternoon. Star counts are what those pages showed; where no count is given, none was read.

  • deepseek-ai/deepseek-harness: open-source agent harness where every capability is a swappable Cordis plugin. 35.4k stars and 2.7k forks on launch day, which is the loudest number on the board.
  • NVIDIA-NeMo/Switchyard: Rust proxy that routes and translates LLM traffic across providers. 342 stars, Apache 2.0, pre-alpha.
  • cathrynlavery/diagram-design: 27 editorial diagram types as a single Claude Code skill that reads your site and maps your brand tokens. 3.3k stars, top of Trendshift's daily board.
  • cactus-compute/needle: 14MB foundation model for phones, wearables, smart home, and robots. Tiny-device function calling keeps trending week over week.
  • stablyai/orca: an agent development environment for running a fleet of parallel coding agents on desktop, mobile, or VPS, with your own subscription.
  • semantica-agi/semantica: graph-native context and provenance layer that builds the graph deterministically with no LLM in the loop, using SHACL constraints and W3C PROV-O.
  • infiniflow/ragflow: open-source RAG engine that fuses retrieval with agent capabilities as a context layer. Long-running project, back on the daily board.
  • NVIDIA-NeMo/nemo-platform: NVIDIA's platform for making shipped agents faster, more accurate, and safer. The sibling to Switchyard and worth watching together.
  • deepseek-ai/awesome-deepseek-agent: DeepSeek's own index of agent projects, moving in lockstep with the Harness launch.

Trendshift's daily topic board puts AI agent well ahead of everything else at roughly 30k stars, with AI coding assistant, AI skills, self-hosted, AI infrastructure, MCP, and Local LLM all inside the top fifteen. (Trendshift)

What actually matters from today's signal

Track the harness, not the model. DeepSeek made the strategic logic legible in a single day: give the runtime away under the most permissive license available, then reprice the inference it calls. The runtime is the distribution channel, the tokens are the meter. NVIDIA plays the opposite side of the same board with Switchyard, whose entire value is severing the harness from the provider so the meter can be shopped. Both bets assume the agent runtime is the durable layer and the model behind it is a swappable part. Four areas worth attention this week: harness portability, session-log and replay tooling, agent identity, and MCP transport hardening.

The counter-signal is that everyone is racing to standardize the layer above a protocol nobody has finished securing. Twenty-one thousand exposed MCP servers, 91.8 percent without OAuth, and 687 with unrestricted shell access is not a rough edge, it is the substrate. Harness v0.1 makes every part of an agent hot-swappable, which is elegant engineering and also a supply chain with no lockfile discipline yet, published under a topic tag anyone can claim. The sharpest thinking on agent identity this week came from an intelligence agency rather than a vendor, which tells you how far behind the commercial stack is.

The industry has decided the harness is the product, and it is shipping harnesses faster than it is fixing the wire protocol underneath them. Pick a runtime whose session log you can actually read, pin your plugins, and assume the transport is hostile until Seoul produces something more than an agenda.


Source access notes: github.com/trending returned a stale cached snapshot listing pre-2020 repositories, so trending data came from Trendshift's daily board with every cited repo verified by direct fetch of its GitHub page. api.github.com is blocked at the sandbox egress allowlist. Vendor blogs (openai.com, anthropic.com, blog.cloudflare.com) failed the web_fetch provenance check on direct access and were reached through search-seeded URLs instead. Hacker News, Product Hunt, and arXiv listing pages were not reachable this run; the arXiv paper cited above came through secondary coverage.