LIVE-Last scan updating-53 sources active-237 signals today-AI TOOLSModel Routing Is Simple. Until It Isn’t.
Builder topic

Anthropic radar

Source-linked Anthropic, Claude, Claude Code, and developer-tool updates.

Items
24
published only
Avg RDR
87
current set
Sources
1
linked domains
Updated
Jul 14, 2026
indexable
AI CodingGitHub trend signalJul 13, 2026

AGMSG: Cross-Vendor Messaging for CLI AI Coding Agents

AGMSG is a new open-source project designed to facilitate communication between different AI coding agents directly from the command line. It enables agents like Claude Code, Codex, Gemini, and Copilot to collaborate within a team environment.

RDR88
AI ToolsGitHub trend signalJul 9, 2026

Nimbalyst: Open-Source Visual Workspace for AI Coding Agents

Nimbalyst is a new open-source desktop application designed as a visual workspace for AI coding agents. It supports multiple agents, including Claude Code, Codex, and OpenCode, allowing users to run them in parallel and manage their output through a visual interface.

RDR88
AI CodingGitHub trend signalJun 15, 2026

Claude-Mem: Persistent Context for AI Agents

The claude-mem project introduces a novel approach to maintaining persistent context for AI agents across multiple sessions. It captures agent interactions, compresses them using AI, and reintroduces relevant information into subsequent sessions, enhancing agent memory and continuity.

RDR88
AI ToolsGitHub trend signalJun 3, 2026

KiwiFS: A Markdown Filesystem for AI Agents and Teams

KiwiFS is an open-source Markdown filesystem designed for AI agents and human teams, offering features like search, versioning, and structured data capabilities. It aims to bridge the gap between human-readable Markdown files and the structured data needs of AI agents.

RDR88
AgentsGitHub trend signalMay 31, 2026

Autopus-ADK: A Multi-Model AI Agent Orchestration Framework for Code Development

Autopus-ADK is an open-source framework designed to orchestrate multiple AI coding agents, enabling them to function as an engineering team. It supports various models like Claude Code and Codex, providing features such as multi-model orchestration (consensus, pipeline, debate), architecture-as-code, and decision tracking. The framework aims to improve AI agent performance by providing structured context and workflows.

RDR88
AgentsGitHub trend signalMay 25, 2026

Signet-AI: Local-First Identity, Memory, and Secrets for AI Agents

Signet-AI is a TypeScript-based GitHub project that provides local-first identity, memory, and secret management for AI agents. It aims to offer portable state across various AI models and harnesses, ensuring agents maintain continuity regardless of the underlying platform.

RDR88
AgentsGitHub trend signalMay 25, 2026

Underthesea: An Open-Source Agentic AI Toolkit with Vietnamese NLP

Underthesea is an open-source Python toolkit for building AI agents, featuring multi-provider LLM support, built-in tools, and a server adapter for A2A compatibility. It also includes comprehensive Vietnamese Natural Language Processing (NLP) capabilities.

RDR88
AI CodingGitHub trend signalMay 24, 2026

Origin: A Local-First Rust Daemon for AI Agent Memory and Context Management

Origin is a local-first Rust daemon designed to manage AI agent memory and context. It features Git-versioned memories, distilled wiki pages, and supports sessions for various AI clients like Claude Code, Cursor, and Codex, aiming to provide persistent context across AI workflows.

RDR88
AI CodingGitHub trend signalMay 24, 2026

Gnoma: A Provider-Agnostic Agentic Coding Assistant in Go

Gnoma is an agentic coding assistant written in Go that offers provider-agnostic routing across various cloud (Anthropic, OpenAI, Gemini, Mistral) and local (Ollama, llama.cpp) large language models. It features a multi-armed bandit router for dynamic model selection, extensibility via MCP, skills, hooks, and plugins, and includes privacy-focused features like secret scanning and a no-phone-home policy.

RDR88
AI CodingGitHub trend signalMay 24, 2026

Li+ Language: A High-Level Programming Language for AI Agents

Li+ is a new high-level programming language designed for AI agents, focusing on "prompt-native harness engineering." It enables AI to function as an interactive compiler, autonomously managing development tasks like issues, specifications, implementation, CI, and releases through human dialogue. The language emphasizes observable behavior as the definition of correctness and distills requirements from conversation.

RDR88
Developer ToolsGitHub trend signalJul 14, 2026

Notebook Intelligence: A JupyterLab Extension for AI Code Assistants

Notebook Intelligence is a new JupyterLab extension designed to integrate various AI coding assistants, including Claude Code, Copilot, Ollama, and OpenAI-compatible LLMs. It aims to enhance the notebook development experience by providing features like MCP, skills, plugins, and notebook agents.

RDR87
AI CodingGitHub trend signalJul 11, 2026

ZeroShot: Autonomous Engineering Team CLI

ZeroShot is a command-line interface tool designed to function as an autonomous engineering team. It leverages an agent loop to produce code, emphasizing reliability through independent reviewer feedback. The tool supports integration with various AI models including Claude Code, OpenAI Codex, OpenCode, and Gemini.

RDR87
AI ToolsGitHub trend signalJul 11, 2026

AISix: Open-Source AI Gateway for LLMs and AI Agents

AISix is a new open-source AI gateway built in Rust, designed to provide a unified OpenAI-compatible API for various large language models and AI agents. It offers features like routing, guardrails, caching, rate limiting, and observability, aiming to simplify the management of AI infrastructure.

RDR87
AI CodingGitHub trend signalJun 27, 2026

Named Tmux Manager (ntm): Coordinate AI Coding Agents in Tmux

Named Tmux Manager (ntm) is a Go-based command-line tool that allows developers to spawn, tile, and coordinate multiple AI coding agents within tmux panes. It features a TUI command palette for seamless interaction with agents like Claude, Codex, and Gemini.

RDR87
AgentsGitHub trend signalJun 19, 2026

DuDuClaw: Open-Source AI Agent Platform with Multi-LLM Support

DuDuClaw is an open-source AI agent platform built with Rust and Python. It supports over 80 Multi-Context Protocol (MCP) tools and integrates with seven communication channels, including Slack, Discord, LINE, and Telegram. The platform is designed for self-hosting and can function as an alternative to proprietary models for production multi-LLM systems.

RDR87
Developer ToolsGitHub trend signalJun 14, 2026

Claude-Brewcode: A Development Platform for Claude Code

Claude-Brewcode is a comprehensive development platform designed for Claude Code. It offers features such as infinite focus tasks with automatic context handling, prompt optimization, skill and agent creation, and knowledge persistence.

RDR87
AI CodingGitHub trend signalJun 5, 2026

FailproofAI: Runtime Failure Resolution for Coding Agents

FailproofAI is an open-source TypeScript project designed to provide runtime failure resolution for AI coding agents. It integrates with various agent CLIs like Claude Code and Codex to prevent issues such as infinite loops, dangerous actions, and sensitive data leaks. The tool operates locally with zero latency and includes features for auditing past agent sessions and defining custom policies.

RDR87
AI CodingGitHub trend signalJun 5, 2026

Anatomia: A Spec-Driven Agent Harness for Claude Code and Codex

Anatomia is a TypeScript-based CLI and agent harness designed for Claude Code and Codex. It features a five-agent pipeline (scope, plan, build, verify, learn) that facilitates spec-driven development and generates an auditable proof chain for AI-assisted coding projects.

RDR87
AI CodingGitHub trend signalJun 4, 2026

HotPlex: A Unified Access Layer for AI Coding Agents

HotPlex is an open-source Go gateway designed to provide a unified WebSocket interface for various AI coding agents. It supports multiple platforms like Web, Slack, and Feishu, and includes features such as deterministic sessions, AI-native cron scheduling, and an embedded web chat with an admin UI.

RDR87
AI ToolsGitHub trend signalJun 1, 2026

Kasetto: A Declarative AI Agent Environment Manager in Rust

Kasetto is an open-source, declarative AI agent environment manager written in Rust, designed to manage AI agent skills, commands, and MCPs across multiple agents and machines using a single YAML configuration file.

RDR87
Developer ToolsGitHub trend signalJun 1, 2026

Herdr: An Agent Multiplexer for the Terminal

Herdr is a terminal-based agent multiplexer written in Rust, designed to manage multiple AI agents within a single terminal interface. It provides features like workspaces, tabs, and panes, allowing users to monitor agent states (blocked, working, done) and detach/reattach sessions while agents continue running in the background.

RDR87
Developer ToolsGitHub trend signalMay 31, 2026

MaIN.NET NuGet Package Integrates LLMs, RAG, and Agents into .NET

MaIN.NET is a NuGet package designed to bring Large Language Models (LLMs), Retrieval Augmented Generation (RAG), and AI Agents into the .NET ecosystem. It aims to provide a modular framework for building AI applications with a low-code philosophy.

RDR87