AI SDK 7
Vercel released AI SDK 7, a major update to its TypeScript SDK for building AI applications, adding production-grade features for agent development, including reasoning control, tool context, runtime …
Vercel released AI SDK 7, a major update to its TypeScript SDK for building AI applications, adding production-grade features for agent development, including reasoning control, tool context, runtime …
A comparison of four terminal coding agents in 2026—goose, Claude Code, OpenCode, and Pi—finds that frontier models have largely converged, making the harness around them the key differentiator. Claud…
Railway has integrated Claude Code, Codex, OpenCode, and Pi into its sandbox default images, enabling users to quickly deploy agent workloads alongside existing applications and infrastructure. The sa…
Boris Cherny describes a growing trend of developers building harness-level loops on top of coding agents, where tasks persist beyond a single agent session. He expresses concern that this approach am…
Zenbu, a Y Combinator Spring 2026 company founded by former Next.js core team member Rob Pruzan, launched an extensible IDE purpose-built for managing AI coding agents. The tool addresses operational …
Hugging Face engineer Onur developed a real-time notification system for the OpenClaw repository using local open-weight models like Gemma and Qwen, running on an NVIDIA GB10 with 128 GB of unified me…
A developer named Vilius Vystartas built a local coding agent on a Mac Mini M4 with 24 GB RAM. The setup uses Pi, a coding agent connected to oMLX, an OpenAI-compatible local LLM server, for file edit…
A developer argues that current coding agents fail due to excessive tooling, which pollutes context and causes errors. They propose a solution called eeva, a harness that uses a single Elixir Eval too…
A developer created two terminal commands that accept voice input for generating shell commands and answering questions using local speech-to-text and the Pi coding agent. The setup uses the hns CLI t…
AI DevKit launches a local control plane for AI coding agents, enabling shared configuration, memory, and cross-agent communication across tools like Claude Code, Codex, and Cursor. The tool addresses…
Kkt, a new tool named after the Karush-Kuhn-Tucker conditions, applies constrained optimization to coding-agent workflows by forcing agents to identify explicit constraints before implementation. The …
Developer Sathish316 released open-source extensions that allow Pi, a host coding agent, to route tasks to other AI coding agents like Cursor, Codex, and Claude Code via the Agent Client Protocol (ACP…
Cloudflare is releasing the Cloudflare Agents SDK, a platform layer providing durable execution, dynamic code execution, and other primitives for building production-grade AI agents, and is launching …
FusionHarness, an open-source mixture-of-agents compound-model server, was released as a self-hostable alternative to OpenRouter's Fusion API. It fans out prompts to a panel of LLMs in parallel, uses …
Flue 1.0 Beta is now available, introducing new primitives including autonomous agents, deterministic AI workflows, channels for integrating with Slack and GitHub, and durable agents that recover from…
Ctx, an open-source Agentic Development Environment (ADE) for coding agents, has been released on GitHub. The project aims to provide a hackable desktop workbench that works with any agent harness, wi…
A developer released Pi, a coding agent that runs entirely on a local machine without API keys or cloud dependencies. Pi works with a local llama.cpp server hosting Google Gemma 4 models, enabling off…
A Hacker News thread reveals that local AI coding models, led by Qwen 3.6 35B-A3B and harness Pi, are increasingly replacing cloud-based tools like Claude and GPT, offering privacy, zero cost, and off…
Mario Zechner, creator of the Pi coding agent and JetBrains engineer, warns that AI-generated code is not free and emphasizes the importance of human review and discipline. He describes his workflow f…
A security researcher received a LinkedIn message from a recruiter at a crypto startup asking them to review a GitHub repo. The repo contained a backdoor that would execute arbitrary code when depende…