Tagged: developer-tools
The Model Keeps Thoughts It Never Says. Now There's a Tool to Read Them.
AI

The Model Keeps Thoughts It Never Says. Now There's a Tool to Read Them.

Anthropic open-sourced the Jacobian lens, a technique that reads the words a model is leaning toward before it writes them, and DeepMind reproduced it on a different model. The practical part is not the consciousness headline. It is that a model can hold a thought, including that it is being tested, without saying it.

GPT-5.6 Stops Running Your Tools Through the Model
AI

GPT-5.6 Stops Running Your Tools Through the Model

GPT-5.6 shipped programmatic tool calling: the model writes code that runs your tools in a sandbox instead of calling them one at a time. OpenAI, Anthropic, and Cloudflare all reached the same conclusion, that the model was never a good place to run the tool loop.

The Agent Failed for Weeks and 4,286 Tests Stayed Green
AI

The Agent Failed for Weeks and 4,286 Tests Stayed Green

A June 2026 study tracked 22 production incidents in a live LLM agent runtime. In most of them the system was already broken while all 4,286 tests and 827 governance audits stayed green. Agents fail in the seams your tests never watch.

GitHub Wasn't Built for Billions of Agents Hammering One Server
AI

GitHub Wasn't Built for Billions of Agents Hammering One Server

Entire, from former GitHub CEO Thomas Dohmke, mirrors your repo into regional nodes so agents stop hammering one central Git server. The real signal is the bottleneck moving from the model to the plumbing built for human-paced work.

Z.ai's ZCode Puts the Agent in the Center and the Editor on the Edge
AI

Z.ai's ZCode Puts the Agent in the Center and the Editor on the Edge

Z.ai shipped ZCode, an agent-first coding tool where the chat is the main window and the editor is one panel around it, running on the cheap open-weight GLM-5.2. The shift to watch is not the benchmark, it is where the cursor lives.

AWS Built a Backend Framework That Expects an Agent to Write the Code
AI

AWS Built a Backend Framework That Expects an Agent to Write the Code

AWS Blocks, an open-source TypeScript framework now in public preview, assumes an AI agent writes the backend, so it bakes the correct patterns into the framework instead of the docs. The real shift is the audience: the fastest way to make agent-written code reliable is to remove the decisions, not write better instructions about them.

OpenAI Killed Sora and Its Hardware Plans to Focus on What Actually Makes Money
AI

OpenAI Killed Sora and Its Hardware Plans to Focus on What Actually Makes Money

OpenAI scrapped Sora and scaled back its Jony Ive hardware partnership to concentrate on coding tools and enterprise customers. Consumer AI gets the headlines. Enterprise code writes the checks.

The AI Coding Tools Landscape in 2026: Nobody Picks Just One Anymore
AI-CODING

The AI Coding Tools Landscape in 2026: Nobody Picks Just One Anymore

Developers now run an average of 2.3 AI coding tools simultaneously. The question shifted from 'which one?' to 'which ones, and for what?' Here's how the tool stack concept reshapes how we write code.

The CLAUDE.md File Is Your Actual Product Now
AI

The CLAUDE.md File Is Your Actual Product Now

The file that tells your AI agent how to behave has become the highest-leverage artifact in your entire workflow. Not the code. The configuration.

All developer-tools ai agents interpretability openai