7.08.2026

How to build a custom AI harness with Claude SDK

Everybody is saying, “It’s not the model, it’s the harness,” but almost nobody stops to explain what a harness actually is. So I did. I built one live on the show: a Sentry bug-debugging harness for my company ChatPRD, using the Claude Agent SDK, a custom terminal UI built with the Ink library, and opinionated adapters for Sentry, Linear, GitHub, and Vercel.

I also walk through the architecture, share the code structure, and give you the exact process I used so you can build your own harness for any repetitive, structured workflow in your business.



7.07.2026

DeepSeek open sources DSpark, a new framework to speed up
LLM inference by up to 85%

DeepSeek is back with yet another open release that could once again change AI development around the globe. 

Over the weekend, the firm released DSpark, a new, MIT-Licensed system designed to make large language models answer faster without changing what the underlying model is trying to say. 

The easiest way to think about it is this: most AI chatbots write like someone crossing a river one stepping stone at a time. They choose one small chunk of text, then the next, then the next. 

DSpark gives the system a scout that runs a few steps ahead, guesses the likely path, and lets the larger model quickly check which steps are safe. When the guesses are good, the model moves faster. When the guesses are weak, DSpark tries not to waste time checking them.

7.06.2026

Herdr in about 6 minutes

If you run multiple coding agents like Claude Code, Codex, and Pi, herdr makes it much easier to manage everything in one terminal workspace. In this video I walk through installing herdr, setting up integrations, using workspaces/tabs/panes, tracking agent state, restoring sessions, and even spinning up sub-agents from inside Pi.



7.02.2026

Z.ai launches ZCode to challenge Cursor, Claude Code
and GitHub Copilot
 
in AI coding

Z.ai, the Beijing-based artificial intelligence lab formerly known as Zhipu AI, on Wednesday officially launched ZCode, a free desktop application it describes as an "Agentic Development Environment" purpose-built for its flagship GLM-5.2 large language model. The move marks the company's most aggressive push yet into the fast-growing AI-powered coding tool market, where it now competes directly with Cursor, Claude Code, GitHub Copilot, and Google's Antigravity.

7.01.2026

Anthropic launches Claude Sonnet 5 as a cheaper way
to run agents

As shipping agentic capabilities becomes table stakes among foundation model companies, Anthropic is releasing Claude Sonnet 5, a more powerful and agentic version of the lab’s midsize model. 

Sonnet 5’s pitch is confirmation that agentic capability is the new baseline expectation at every price tier. Now the differentiator isn’t going to be who can do agentic work best, but how cheaply they can do it and how reliably without human oversight.

6.30.2026

Meituan open sources LongCat-2.0, the 1.6T, near-frontier agentic coding model that's been leading OpenRouter

Chinese delivery app company Meituan officially unveiled LongCat-2.0 on GitHub, Hugging Face, and its native platform, unmasking the model as the computational engine behind "Owl Alpha," the anonymous stealth model that has spent the last two months commanding global developer charts on OpenRouter. 

Developed to fundamentally disrupt closed-source enterprise dominance in autonomous software engineering, the 1.6-trillion-parameter Mixture-of-Experts (MoE) system brings a native 1-million-token context window to the public domain under a highly permissive, enterprise grade, commercially viable MIT license.

6.29.2026

Introducing Ornith 1.0 - Agentic Coding LLMs

Sam Witteveen explores this new family of self-scaffolding models designed to generate their own task-specific harnesses alongside solutions. By utilizing a two-stage reinforcement learning process, these models aim to optimize both the coding environment and agentic trajectories, offering a versatile approach for handling complex local coding tasks without requiring human-authored scaffolds.