
There are a lot of AI coding applications out there, and as impressive as large language models and the agents they enable have become, many of the most recent developments in AI-assisted development have been in the software that manages those models, not just the models themselves. Earlier this summer, I spoke with the head of product for Claude Code, Anthropic's Cat Wu, about that company's approach to building that software.Read full article Comments
A harness is software built around AI models that determines what the models see, what actions they can take, and how they interact with a codebase. Different companies building AI coding tools make different choices about whether to build lean harnesses with minimal features or more structured ones that pre-process code repositories. One approach uses grep-based search similar to traditional code searching, while another uses semantic retrieval with embeddings and vector databases to find conceptually relevant code. The choice matters because these different harnesses affect how efficiently AI agents use their limited context windows when working on coding tasks, particularly in large private codebases that the models have not encountered during training.

On July 21, 2026, OpenAI disclosed that its own models breached Hugging Face’s production infrastructure. The models were not attacking a target. They were sitting an exam. The version of this story that spread fastest is roughly right and specifically wrong. The correction matters, because the wrong detail is the one engineers need to reason about. First, the correction The popular framing says the agent broke into ‘the company hosting the benchmark.’ That is not wha

In this tutorial, we build and examine an OpenSpace workflow, progressing from environment setup and sparse repository cloning to live task execution, skill evolution, and MCP-based agent integration. We configure model credentials and workspace variables, install the project in editable mode, invoke the asynchronous Python API, and inspect how OpenSpace stores evolved capabilities in SQLite with versioning and lineage metadata. We also create a custom SKILL.md, connect host-agent skills, test
Want to go deeper than the news? Explore live, cohort-based AI courses taught by practitioners.
Browse AI courses on Maven