15 stories on AI dev tools, agents, and the coding stack — curated from the day's RSS haul by Agentic Dev's pipeline.
Top Signal · CLI Agents
A developer published a collection of Claude Code CLI prompt templates covering tasks such as generating conventional commit messages, pre-push code review, codebase mapping, refactoring planning, and root cause analysis. A full pack of 50 prompts spanning git, security, DevOps, and architecture ...
Dev.to - Claude
RepoOrch, an open-source MIT-licensed Claude Code plugin (v0.3.0), uses Claude's Agent Teams primitive to assign AI specialists to individual repositories in a microservice workspace, enabling peer-to-peer messaging between agents to coordinate cross-repo changes with a read-only, propose-only sa...
Agent Engineering
Dev.to - Claude
Claude Code hooks that swallow exceptions and exit with code 0 default to allowing commands when they fail, a pattern the author calls "failing open." A npm package called `claude-hook-guard` was published to enforce fail-closed behavior, adding audit logging, a 5-second timeout, and a bypass tok...
CLI Agents
Dev.to - Claude
AI agent frameworks such as CrewAI, AutoGen, and LangGraph are increasingly deployed in production, but teams operating multi-agent systems lack adequate monitoring tools to trace how outputs are produced. Common operational problems include runaway model call chains, silent failures, subtly inco...
Agent Engineering
The New Stack
ClickHouse engineers reported that AI coding agents became viable for daily work on their large C++ codebase after Anthropic released Claude Opus 4.5 in November 2025, having previously found earlier models ineffective for C++ beyond boilerplate tasks. The team categorizes AI-assisted coding into...
Agent Engineering
The New Stack
A tutorial describes how to configure the Claude Code VSCode extension to use Zhipu AI's Anthropic-compatible API endpoint by creating a config.json file in the ~/.claude directory and setting ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKEN environment variables in VSCode settings.
CLI Agents
Dev.to - Claude
AI coding assistants generate syntactically correct code that violates project-specific conventions because those rules exist in review comments and team memory rather than readable files. A flat CLAUDE.md instruction file has limitations: it's written from memory, loaded for every request regard...
Workflows & Tips
Dev.to - Claude
Claude includes features such as a large context window for processing lengthy documents, Artifacts for generating interactive outputs like web apps and dashboards, Projects for maintaining persistent context across sessions, and Model Context Protocol (MCP) for connecting to external tools and A...
Workflows & Tips
Dev.to - Claude
Andrej Karpathy coined the term "vibe coding" in early 2025 to describe using AI tools to write code via natural language prompts, with the user directing rather than writing code. The approach uses tools like Claude Code, Cursor, and v0.dev to let non-programmers build software or help developer...
Workflows & Tips
Dev.to - Claude
"Understand Anything," an open source Claude Code plugin by developer Lum1104, converts codebases into interactive knowledge graphs using Tree-sitter for structural parsing combined with LLM agents for semantic analysis. The project has accumulated 26,500 GitHub stars and 2,300 forks, and support...
Open Source Tools
Dev.to - Claude
A comparison of ChatGPT, Claude, and Gemini for web development found ChatGPT favored for rapid code generation and multi-language support, while Claude was preferred for large codebase reviews, architectural planning, and long-context reasoning tasks.
Model Releases
Dev.to - Claude
Datasette-agent 0.1a4 was released, adding a "Start a new agent chat" interface to the Jump to menu (triggered by pressing "/"), using the makeJumpSections() JavaScript plugin hook introduced in Datasette 1.0a30.
Open Source Tools
Simon Willison
Armin Ronacher, maintainer of the Pi project, wrote that AI-generated bug reports are a growing problem in open-source, producing inaccurate root cause guesses and fabricated reproduction steps. He asked users to file issues based only on direct observations: command run, expected result, actual ...
Opinion & Analysis
Simon Willison
Anthropic's Claude AI model is available on Microsoft Azure Foundry, enabling enterprise deployments with governance controls including private networking, managed identity, and Microsoft Purview compliance integration.
Industry & Funding
Dev.to - Claude
Datasette 1.0a30 alpha was released, adding a "Jump to..." navigation menu triggered by pressing `/` that filters databases, tables, and debug options. A new `jump_items_sql()` plugin hook allows plugins to add custom items to the menu.
Open Source Tools
Simon Willison