Zero
Zero, an MIT-licensed terminal coding agent, stores every session locally in ~/.config/zero/ and connects to more than 25 model providers, including OpenAI, Anthropic, Gemini, Mistral, Groq, DeepSeek, Bedrock, Vertex AI,…
Developer tools news — AI coding assistants, IDEs, CLI tools, APIs, and productivity tools for software engineers. GitHub Copilot, Cursor, and more.
Zero, an MIT-licensed terminal coding agent, stores every session locally in ~/.config/zero/ and connects to more than 25 model providers, including OpenAI, Anthropic, Gemini, Mistral, Groq, DeepSeek, Bedrock, Vertex AI,…
InOrbit Inc. released OpenRobOps, an open-source robot operations and fleet management software, which founder and CEO Florian Pestoni called the industry's first ISO 21423 reference implementation. The Mountain View, Ca…
A new product called Elyx is launching as a purpose-built, cross-platform design editor that stores design files locally or in a user's git repository as structured .elyx files, positioning them as a source of truth for …
Developers should scope Claude Code sessions to specific files and make the agent run tests after every edit rather than accepting changes and manually verifying them, according to a guide on using Anthropic's Claude Cod…
A developer has released a red-teaming kit that makes LLM safety evaluations reproducible by pinning a versioned probe corpus, raw prompts and replies, and a sha256 hash of the corpus, scoring results 0-100 for use as a …
A developer measured 120 AI-generated code samples from Qwen2.5-Coder 1.5B and found that every case flagged as a swallowed error by a naive detector was either a false positive or a documented fallback, concluding that …
A developer has published a walkthrough for building a WebMCP tool from scratch, registering a "score_facts" tool directly on a web page via the native document.modelContext API in Chrome or a polyfill fallback. The guid…
A developer released rag-debugger, an open-source MIT-licensed Python SDK that intercepts and inspects retrieval-augmented generation (RAG) pipelines to surface missing knowledge-base coverage. The tool, installable via …
A developer argues that multi-agent systems fail in production not because of model quality but because their orchestration layers lack the distributed-systems discipline needed for partial tool failures, context drift, …
Grafana 13.2 shipped on August 18 with a rebuilt alert rule list, natural-language database observability through Grafana Assistant for live MySQL and PostgreSQL telemetry, and alert enrichment reaching general availabil…
Red Hat is developing an open-source MCP server for Kubernetes and OpenShift that lets AI assistants such as VS Code, Copilot, and Cursor read and act on clusters directly. A developer warns that giving these assistants …
AI-powered self-healing test automation tools can mask real defects in digital banking applications by silently replacing failed locators and returning pipelines to green, according to a governance blueprint published by…
Fresh Jots published a one-prompt setup that wires an OpenAI Codex CLI SessionEnd hook, configured in ~/.codex/hooks.json, to auto-archive every Codex session to a Fresh Jots account as an append-only note in an ai_sessi…
Public Browser, a Chrome MCP server that connects to Chrome directly via the DevTools Protocol, reported 30% fewer tokens, 25% lower cost, 41% fewer tool calls and 40% less time than Playwright MCP at the same pass rate …
GeekyAnts launched AntFlow AI, an agentic software development framework that applies spec-driven development with multi-agent execution, independent AI code review, traceability, and repository workflows. GeekyAnts clai…
A developer documented the real boundary between automation and manual work in a self-described 'AI-run' blog, showing that a scheduled PowerShell task and Python script handle posting to Blogger and cross-posting to dev…
StackHawk Inc. launched Wingman, a tool that fixes security vulnerabilities inside AI coding sessions by scanning an application when a coding agent marks a feature done and returning findings to the agent that wrote the…
A tutorial demonstrates treating prompt templates as tunable hyperparameters by wrapping a language model in a scikit-learn-compatible classifier and running GridSearchCV over candidate prompts for zero-shot text classif…
A 2026 guide from Apify lists 12 LangChain alternatives for building AI agents, including Haystack by Deepset, Hugging Face's roughly 1,000-line smolagents library, and the open-source TypeScript framework Mastra. The gu…
Software engineer and writer Sean D. St. Pierre argued in a September 15, 2026 post that the biggest gains in agentic coding come not from new models or tools from Anthropic or Cursor but from building an "agentic softwa…