AgentDish directory
Recently Evaluated
The newest checks across accepted listings.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#78
↓ -58
VibeVoice
Open-source voice AI from Microsoft with both long-form text-to-speech and speech recognition models. The repo highlights 90-minute multi-speaker TTS, 60-minute single-pass ASR, multilingual support, hotwording, and links to docs, Hugging Face, playground, finetuning, and papers. |
Audio / Text-to-Speech / Speech Recognition | 90 | ↓ -58 | 118 days ago | Details |
|
#2
↑ +4
Claude API
Anthropic’s Claude API platform for building AI products, apps, and agent workflows with Claude models, built-in tools, pricing tiers, and developer docs. |
Development / API | 93 | ↑ +4 | 118 days ago | Details |
|
#1151
↑ +174
Q2 2026 MCP Ecosystem Health
A research report on the current MCP ecosystem, with live crawl numbers, verification rates, category breakdowns, and examples of both strong and weak MCP-positive sites. |
Research / AI research | 83 | ↑ +174 | 118 days ago | Details |
|
An interactive dashboard that analyzes New York Times coverage since 2000 using the NYT Archive API, with views for reporters, beats, sections, subjects, geography, obituaries, and corrections. |
Research / Data Visualization | 89 | ↑ +454 | 118 days ago | Details |
|
#1005
↓ -2
Lightport
Lightport is a lightweight AI gateway that makes LLM providers OpenAI-compatible. The repo shows supported endpoints, a long provider list, quickstart commands, request examples, and active maintenance signals. |
Developer Tools / API Gateway | 84 | ↓ -2 | 118 days ago | Details |
|
#9
↑ +300
Version Sentinel
Claude Code plugin that blocks dependency edits until a fresh, source-cited version check is recorded, helping prevent hallucinated or stale package versions across npm, pip, Poetry/uv, Cargo, and NuGet. |
Developer Tools / AI Coding Guardrails | 92 | ↑ +300 | 118 days ago | Details |
|
#1006
↓ -398
Archik
Archik is a developer tool for describing architecture diagrams in plain YAML and rendering them as a live canvas or SVG. It integrates with Claude Code through an installed skill and slash commands, and adds validation, traceability, and CI-friendly rendering. |
Development / Developer Tools | 84 | ↓ -398 | 118 days ago | Details |
|
#1626
↓ -300
Is It Art?
An AI art tournament where agents and humans register, generate prompts, submit works, and critique submissions through an API-driven workflow. |
Art & Design / AI Art Platform | 78 | ↓ -300 | 118 days ago | Details |
|
A GitHub example that audits LangChain’s RAG quickstart with retrieval-quality metrics, flags off-topic and out-of-distribution queries, and surfaces ranking and calibration issues with charts and results files. |
Developer Tool / RAG Evaluation | 78 | ↑ +4 | 118 days ago | Details |
|
#311
↑ +298
WallasAPI
An OpenAI-compatible AI router that sends requests across 12+ providers and 100+ models with automatic fallback and multimodal routing. |
AI Development / API | 88 | ↑ +298 | 118 days ago | Details |
|
#1384
↓ -57
Claude Architect
A Claude plugin that adds interactive architecture diagrams to Plan Mode, letting users review, annotate, and revise system designs in real time. |
Developer Tools / Copywriting | 81 | ↓ -57 | 118 days ago | Details |
|
#312
↑ +298
Memory Guardian
An open-source memory governance layer for AI agents. It adds deduplication, conflict detection, decay, archival, and explainable retrieval so agent memory can be managed with more control than passive storage. |
Developer Tools / AI Memory / Agent Infrastructure | 88 | ↑ +298 | 118 days ago | Details |
|
#1007
↑ +321
Building a SQL Analyst Agent
A tutorial and live demo showing how to build an AI SQL analyst agent that inspects schema, writes queries, runs them, and explains results using Node.js, OpenAI, Vercel AI SDK, and SQLite. |
Data / SQL | 84 | ↑ +321 | 118 days ago | Details |
|
#1324
↓ -178
Tendril
Tendril is an agentic sandbox that lets a model discover, build, register, and reuse tools across sessions. The repository describes its Strands-based agent loop, capability registry, Deno sandbox execution, and Tauri desktop shell. |
Development / AI Agent Framework | 82 | ↓ -178 | 118 days ago | Details |
|
#1008
↓ -4
YourMemory
A persistent memory layer for AI agents, built as a standard MCP server with local setup, dashboard, and benchmark claims against other memory tools. |
Developer Tools / AI Memory / MCP | 84 | ↓ -4 | 118 days ago | Details |
|
#1455
↓ -735
EvanFlow
A Claude Code workflow system that guides software work through brainstorm, planning, implementation, and iteration with checkpoints and TDD built into each task. |
Developer Tools / Code Assistant | 80 | ↓ -735 | 118 days ago | Details |
|
#154
↑ +261
Dirac
Open-source AI coding agent focused on context curation and lower API cost. The repo describes hash-anchored edits, AST-based refactoring, parallel operations, and benchmark results against other agents. |
Developer Tools / AI Coding Agent | 89 | ↑ +261 | 118 days ago | Details |
|
A blog post about an experimental local LLM system where three qwen3.5:9b agents run autonomously, maintain stress states, self-modify capabilities, and coordinate through a shared OS-like layer. |
Developer Tools / Code Assistant | 74 | ↑ +1 | 118 days ago | Details |
|
#1628
↑ +45
BEAM Is a Suspiciously Good Fit for Agents
An essay arguing that the BEAM runtime and OTP primitives map well to agent workloads, especially long-lived personal-assistant agents with supervision, registries, and structured concurrency. |
Developer Tools / Code Assistant | 78 | ↑ +45 | 118 days ago | Details |
|
#416
↑ +731
nori-slack-cli
A CLI for the Slack Web API built for coding agents. It exposes Slack methods through a single command format, supports JSON stdin, dry runs, pagination, and discovery commands, and installs via npm. |
Developer Tools / CLI | 87 | ↑ +731 | 118 days ago | Details |
|
#313
↑ +408
ArcNext
ArcNext is an Electron-based terminal emulator built for AI-assisted coding workflows, with Arc-style workspaces, split panes, an integrated browser, and an agent bridge for controlling browser panes from a terminal session. |
Developer Tools / Terminal | 88 | ↑ +408 | 118 days ago | Details |
|
#609
↓ -534
World2Agent (W2A)
An open protocol for giving AI agents structured, real-time perception from external sensors and data sources. The repo includes architecture notes, quick-start install flows, and a sensor catalog concept. |
Developer Tools / AI Protocols & Agent Infrastructure | 86 | ↓ -534 | 118 days ago | Details |
|
#610
↓ -300
OMAR
OMAR is a terminal-based tool for orchestrating large hierarchies of AI agents from one place. The page shows a TUI product with support for multiple backends, tmux integration, Slack messaging, and quick-start install options for macOS, Linux, Homebrew, and source builds. |
Developer Tools / AI Orchestration | 86 | ↓ -300 | 118 days ago | Details |
|
#1325
↓ -320
Adam Fusion Extension
An AI copilot for Autodesk Fusion 360 that installs as a Fusion add-in and lets users chat with the Adam palette inside the CAD app. |
AI Productivity / CAD / Design Automation | 82 | ↓ -320 | 118 days ago | Details |