Agentic local development tool for WordPress
Automattic launched Studio Code, a beta AI agent for WordPress that builds blocks, themes, plugins, or complete sites from natural-language descriptions on desktop and via the Studio CLI. Studio Code …
Automattic launched Studio Code, a beta AI agent for WordPress that builds blocks, themes, plugins, or complete sites from natural-language descriptions on desktop and via the Studio CLI. Studio Code …
A developer argues that AI coding agents have added five new layers to the development stack — agent, context, tool, isolation, and orchestration — but that a sixth, a coordination layer, is almost un…
A developer released codsh 0.23.0, a DeepSeek-native terminal coding agent built on the open dsh harness, introducing a Mission Contract control plane for its /ship command. The contract compiles seal…
Jiacheng Miao and James Zou published Paper2Agent in Nature on September 16, a six-stage multi-agent pipeline that converts a scientific paper, its code and supporting data into a Model Context Protoc…
A student manually classified all 102 apps in the September 12, 2026 F-Droid update batch by how likely an LLM authored them, using repo aesthetics such as commit tone, README emoji density, and the p…
Developer MrDesjardins built Jev Realtime Code Check, a VS Code/Cursor extension that runs 370 Markdown coding rules against local Git diffs using TypeSafe AI's Jev model, in a single 2-hour session. …
LM Studio, a free desktop application for running local large language models, serves models over an OpenAI-compatible API at http://localhost:1234/v1 and also speaks the Anthropic API, letting Claude…
Medusa has built agentic automations, using Claude Code, to handle its release workflow, including drafting release notes, updating documentation, and generating changelog entries, according to a Sept…
Researchers at UC Berkeley and Arena published HarnessTax on September 16, 2026, finding that swapping the harness around the same coding model changed task success by only about ±2 points on SWE-benc…
OpenSpec launched as a lightweight, configurable framework for creating and managing software specifications, aiming to keep teams and coding agents aligned as work evolves. The framework supports mor…
A developer's unattended YouTube Shorts upload pipeline failed after exactly seven days because the Google Cloud OAuth consent screen was left in Testing mode, which expires refresh tokens after seven…
A developer published "Learn Claude Code," an interactive mindmap generated from the Claude Code documentation at code.claude.com/docs, organizing the tool's concepts into stages numbered 1 through 6.…
AI coding agents such as Claude Code and Codex still require developers to act as the feedback loop, correcting generated code one iteration at a time because of missing project context, ambiguous spe…
RTK, a Rust proxy that claims to cut LLM token consumption by 60-90% and has crossed 80,000 GitHub stars, produced zero reduction in actual API billing in a Quesma benchmark that spent over $1,500 acr…
A developer documented a modular setup for running the affaan-m/ECC agent harness inside Cursor, symlinking only common and TypeScript rules into .cursor/rules/ and registering ECC's MCP servers via .…
Ollama operates a free local runtime for open models and a per-token cloud API, with published rates such as gpt-oss:20b at $0.07 input / $0.30 output and kimi-k3 at $3.00 / $15.00, according to an in…
AnyRouter, a third-party relay that forwards Claude Code and OpenAI Codex traffic through an Anthropic- and OpenAI-compatible endpoint at anyrouter.top, advertises a $50 free signup credit with no cre…
Developer XiaoDuoYa released Codex with ChatGPT, an open-source bridge that connects a ChatGPT web subscription to a local Codex terminal session via a read-only Model Context Protocol (MCP) server. T…
DevRecap, a tool published on GitHub, reconstructs developer work history from Codex, Claude Code, and Git logs to automatically generate standups, recaps, and work reports. According to GitHub, DevRe…
Skillsynch released txcript, a Rust library and CLI tool that converts and transfers agent sessions between Claude Code, Codex, OpenCode, and Cursor, preserving messages, reasoning, and tool history w…