AgentDish directory
Recently Evaluated
The newest checks across accepted listings.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#1419
↓ -2
KINETK
KINETK is an AI infrastructure product that turns social-web content into a real-time IP graph for creators, communities, and narratives. The site highlights an API and MCP for agents, multimodal embeddings, and a query layer for grounded retrieval. |
Developer Tools / APIs | 82 | ↓ -2 | 89 days ago | Details |
|
#1229
↓ -3
gate-oc-audit
A plugin for recording AI coding agent activity in a tamper-evident local audit trail. It stores sessions, tool calls, prompts, and integrity checkpoints in SQLite and exposes CLI and UI views for status, reports, anomalies, spend, inventory, exports, and proof verification. |
Developer Tools / AI DevOps / Audit / Observability | 83 | ↓ -3 | 89 days ago | Details |
|
#1420
↓ -2
HashMeterAi
A local-first, privacy-preserving usage meter for AI coding tools. It reads local transcripts to estimate token usage, cost, focus time, and achievements across tools like Claude Code, Codex, Kimi, and Qwen CLI. |
Developer Tools / AI Observability | 82 | ↓ -2 | 89 days ago | Details |
|
#1020
↓ -6
CoreMCP
Open-source MCP server that exposes SQL databases as tools and prompts for AI agents, with support for MSSQL and PostgreSQL, read-only defaults, and local or remote transport. |
Developer Tools / AI/LLM Infrastructure | 84 | ↓ -6 | 89 days ago | Details |
|
#1021
↓ -6
Agent Workspace Fabric (AWF)
An open-source control plane for running multiple AI coding agents in isolated Docker workspaces, with PR creation, review monitoring, CI-fix loops, and merge gating. |
Developer Tools / AI Orchestration / Agent Workflows | 84 | ↓ -6 | 89 days ago | Details |
|
#615
↑ +2
AgentPace
A macOS menu bar app that helps users pace Claude Code and Codex usage against weekly and 5-hour quota windows. |
Developer Tools / Code Assistant | 86 | ↑ +2 | 89 days ago | Details |
|
#1022
↓ -6
infer0
infer0 lets users connect their own AI provider keys and authorize apps to use them, while developers integrate once and route requests through a provider-agnostic API layer. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 89 days ago | Details |
|
#1890
↓ -1
Transpilatron
AI agent that transpiles Python projects into native C binaries, with support for static builds, web app conversion, and automatic verification steps like compilation retries and valgrind checks. |
Developer Tools / Code Generation | 76 | ↓ -1 | 89 days ago | Details |
|
#1421
↓ -2
git-lrc
git-lrc is a Git-based AI code review tool that runs on commit and surfaces risk categories, inline findings, and a summary deck for each review. |
Developer Tools / Code Review | 82 | ↓ -2 | 89 days ago | Details |
|
#1759
↑ +6
Claude Code for Visual Studio
A Visual Studio 2026 extension that connects Claude Code to the IDE, showing native diffs with accept/reject, selection context, compiler diagnostics, and a live session panel. |
Developer Tools / IDE Extension | 78 | ↑ +6 | 89 days ago | Details |
|
#1760
↑ +6
AI Metrics — A Learning Toybox
An interactive explainer that teaches core AI and LLM evaluation metrics through playful visuals, including loss, perplexity, precision, recall, F1, accuracy, ROUGE, BLEU, and BERTScore. |
Education / AI Metrics / Learning Resource | 78 | ↑ +6 | 90 days ago | Details |
|
#1230
↓ -3
Conan
Conan is a native macOS app that adds a live HUD around Claude Code, showing prompts, tool calls, skills, context usage, and session activity in real time. It’s a paid one-time purchase for Apple silicon Macs. |
Developer Tools / AI Desktop Apps | 83 | ↓ -3 | 90 days ago | Details |
|
#1591
↓ -1
AI Home Architect
AI Home Architect is a browser-based AI design generator for interiors, exteriors, floor plans, and elevations, with a Vastu floor planner and instant image downloads. |
Design / Architecture & Interior Design | 80 | ↓ -1 | 90 days ago | Details |
|
#1761
↑ +6
Token-saviour
A routing skill that helps coding agents choose the most token-efficient tool for a task instead of reading whole files or dumping verbose output into context. It recommends tools like serena, graphify, rtk, caveman, or plain Read/Grep/Bash depending on the job. |
Developer Tools / AI Developer Utilities | 78 | ↑ +6 | 90 days ago | Details |
|
#777
↓ -3
Treenix
Treenix is a typed runtime for building software shared between humans and agents. The repository describes an ECS-style tree of typed components with context-aware rendering, server actions, React views, access rules, realtime updates, and MCP tools. |
Developer Tools / AI Frameworks & Runtime | 85 | ↓ -3 | 90 days ago | Details |
|
#778
↓ -3
Raidho
Raidho is an open-source coding agent that separates planning and execution across different model providers and adds durable VSA-based memory across runs. The repo includes install steps, provider options, CLI usage, and benchmark evidence. |
AI Developer Tool / Coding Agent | 85 | ↓ -3 | 90 days ago | Details |
|
#1523
↑ +2
EuroMesh
A sourced model and short report exploring whether Europe could train a sovereign frontier AI model using public compute it already owns, with reproducible code, datasets, and a PDF report. |
AI Research / Analysis / Reports | 81 | ↑ +2 | 90 days ago | Details |
|
#616
↑ +2
Apple Foundation Models
Claude for Foundation Models is a Swift package that brings Claude to Apple’s Foundation Models framework on supported beta OS releases. The page includes requirements, install steps, quick-start code, model selection, authentication options, streaming, structured output, and a runnable example reference. |
Developer Tools / SDKs & Libraries | 86 | ↑ +2 | 90 days ago | Details |
|
An independent white paper proposing a local-deployment path for frontier AI weights, with a PDF, generator script, and a detailed README outlining the argument, sections, and contribution process. |
Writing / Copywriting | 72 | ↑ +1 | 91 days ago | Details |
|
#1960
↓ -1
Evaluate Your Agentic Tooling
A blog post describing an evaluation harness for comparing agentic coding tools and prompts across realistic SWE tasks, with token-cost results and model-specific behavior notes. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 91 days ago | Details |
|
#1023
↓ -6
neuron-db
An associative memory database that stores facts in plain language and recalls them by meaning. It ships as a Rust core with optional SQLite, encryption, and HTTP server features, plus examples and API docs. |
Developer Tools / Databases | 84 | ↓ -6 | 91 days ago | Details |
|
#1024
↓ -6
Ponytail
Ponytail is a repository and plugin toolkit that pushes AI coding agents to choose the smallest useful implementation first, favoring stdlib, platform features, and one-line fixes over larger generated code. The README shows installs and usage paths for Claude Code, Codex, OpenCode, Cursor, Windsurf, Cline, Copilot, Ai |
Developer Tools / AI Agent Tools | 84 | ↓ -6 | 91 days ago | Details |
|
#617
↑ +2
galdor
Go-native framework for building, orchestrating, and observing AI agents with native OpenTelemetry, an embedded dashboard, replay, and first-party MCP/A2A support. |
Developer Tools / AI Agent Frameworks | 86 | ↑ +2 | 91 days ago | Details |
|
#2053
→ 0
Crowfly.golf
A lightweight golf round tracker that runs in the browser and keeps data locally. The page shows starting and finishing rounds, logging shots, club selection, and a simple workflow for tracking holes. |
Productivity / Workflow Automation | 71 | → 0 | 92 days ago | Details |