7.10.2026

Meta enters the crowded AI coding battle with Muse Spark 1.1

Meta publicly launched a new version of Muse Spark on Thursday, a multimodal AI model designed for agentic coding that aims to compete with similar products offered by OpenAI and Anthropic.

Spark 1.1, the first version of which was announced in April, can engage in multistep reasoning and handle complex processes, manage digital workflows, and deploy new features in enterprise systems.

7.09.2026

OpenAI releases new voice models for more natural live conversations

OpenAI today released new conversational models, called GPT-Live-1 and GPT-Live-1 mini, claiming that they sound more natural and can handle turn-taking better. These are full-duplex models, meaning they can speak and listen at the same time, allowing users to interrupt naturally and enabling features like live translation.

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.