AgentDish directory
Recently Evaluated
The newest checks across accepted listings.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
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 | 73 days ago | Details |
|
#979
↑ +34
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 | ↑ +34 | 73 days ago | Details |
|
#244
↑ +447
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 | ↑ +447 | 73 days ago | Details |
|
#174
↑ +245
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 | ↑ +245 | 73 days ago | Details |
|
#362
↓ -316
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 | ↓ -316 | 73 days ago | Details |
|
#363
↓ -192
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 | ↓ -192 | 73 days ago | Details |
|
#795
↓ -193
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 | ↓ -193 | 73 days ago | Details |
|
#425
↑ +178
AISA
AISA is a free conversational AI skills assessment that scores how people use AI, generates a report and growth plan, and offers a shareable credential for individuals and teams. |
AI-powered product / Assessment / HR tech | 85 | ↑ +178 | 73 days ago | Details |
|
#696
↓ -4
TreasuryFlow
TreasuryFlow is an AI CFO layer for businesses, aimed especially at teams moving off Bench. It connects to bank accounts via Plaid to show live cash balances, generate a 13-week forecast, and flag spending anomalies, while running alongside a separate bookkeeper. |
Finance / Support Automation | 83 | ↓ -4 | 73 days ago | Details |
|
#1015
↓ -1
OpenAIToolsHub
An AI tools directory with hand-reviewed comparisons, popular tool rankings, and a set of free developer utilities plus SEO tools. |
Developer Tools / Copywriting | 77 | ↓ -1 | 73 days ago | Details |
|
#796
↑ +3
Brush Up backend
FastAPI backend for the Brush Up tutor app. It retrieves from a markdown note corpus, expands context through graph neighbors, and calls Anthropic to generate grounded programming help for Python, Ruby, and JavaScript. |
Developer Tools / AI Backend / API | 82 | ↑ +3 | 73 days ago | Details |
|
#835
↓ -35
MarCognity-AI
An open-source research framework for structured LLM evaluation, claim verification, and source-grounded reflective reasoning. The repo describes modular components for retrieval, semantic scoring, skeptical claim checking, and benchmark-style epistemic assessment. |
AI Research / Evaluation / Verification Framework | 81 | ↓ -35 | 73 days ago | Details |
|
#797
↓ -193
GitGalaxy
GitGalaxy is a Python-based static analysis and knowledge graph engine for deep repository intelligence. It maps codebases at the function level, supports 50+ languages, runs locally, and exports JSON and SQLite for querying and AI-agent workflows. |
Developer Tools / Code Analysis | 82 | ↓ -193 | 73 days ago | Details |
|
#606
↓ -1
Harness
Harness is an open-source app for running a team of AI agents, with support for Claude, browser control, mobile access, and a headless server mode for remote use. |
Developer Tools / AI Agents | 84 | ↓ -1 | 73 days ago | Details |
|
#88
↑ +84
DAC
DAC is a dashboard-as-code CLI and framework for building interactive dashboards from YAML and TSX, with a built-in semantic layer and an AI agent workflow for updating dashboards. |
Developer Tools / Dashboard Tools | 89 | ↑ +84 | 73 days ago | Details |
|
#798
↑ +3
Decaf
Chrome extension that uses Gemini Nano via Chrome’s Prompt API to rewrite comments and posts live in a chosen tone, fully on-device with no API keys or backend. |
Writing / Copywriting | 82 | ↑ +3 | 73 days ago | Details |
|
#799
↑ +77
Champion kit - Claude Code Docs
A Claude Code playbook for engineers who want to drive internal adoption on their team, with guidance on what to share, how to answer questions, and a 30-day rollout plan. |
Developer Tools / Adoption / Team Enablement | 82 | ↑ +77 | 73 days ago | Details |
|
#607
↓ -1
Macchiato
A tiny macOS menu bar utility that keeps your Mac awake for long-running agent work, builds, downloads, and other tasks, even with the lid closed. |
Developer Tools / System Utilities | 84 | ↓ -1 | 73 days ago | Details |
|
#1016
↑ +24
Notesync.md
A notes app for Mac, iPhone, and iPad that syncs through iCloud and mirrors notes to local Markdown files for editing, backup, and workflow integration. |
Productivity / Note-taking | 77 | ↑ +24 | 73 days ago | Details |
|
#426
↓ -253
Copilot-arewecooked
A local tool that estimates GitHub Copilot AI-credit costs from usage data and generates an HTML report. It pulls from VS Code, OpenCode, Pi, Copilot CLI, and Copilot for Xcode, with CLI options for date ranges, model mapping, and JSON output. |
Developer Tools / Copywriting | 85 | ↓ -253 | 73 days ago | Details |
|
#1056
↓ -15
doola MCP
doola MCP lets users form a U.S. LLC inside AI chat tools like Claude and Replit via MCP, with a conversational flow that covers account setup, package selection, payment, and post-payment formation steps. |
Developer Tools / Copywriting | 75 | ↓ -15 | 73 days ago | Details |
|
#175
↓ -128
agent-recall-ai
A framework-agnostic checkpointing tool that helps AI agents resume work after context loss or session death. It saves goals, constraints, decisions, touched files, and token usage, then rebuilds a structured resume prompt for continuation. |
Developer Tools / Copywriting | 88 | ↓ -128 | 73 days ago | Details |
|
#176
↑ +68
VibeLens
Open-source tool for visualizing and analyzing AI agent sessions, with personalization tips, dashboard analytics, and support for multiple coding agents. |
Developer Tools / Copywriting | 88 | ↑ +68 | 73 days ago | Details |
|
#364
↓ -316
OpenUsage
OpenUsage is a macOS menu bar app for tracking usage across AI coding subscriptions like Claude, Cursor, Copilot, Gemini, and others. It includes automatic refresh, a customizable shortcut, a local HTTP API, proxy support, and a plugin-based provider system. |
Developer Tools / AI Developer Productivity | 86 | ↓ -316 | 73 days ago | Details |