AgentDish directory
Newly Accepted
Fresh listings that made it through review.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#1085
↓ -1
Pure Effect
Pure Effect is a small JavaScript library for building testable business logic as data-driven commands instead of relying on mocks. It includes primitives like Success, Failure, Command, Ask, Retry, and Parallel, plus helpers like effectPipe and runEffect for composing and executing flows. |
Developer Tools / Code Assistant | 76 | ↓ -1 | 52 days ago | Details |
|
#1105
→ 0
cartographer
A Claude Code skill for scoping fuzzy or domain-heavy software requests by building a short problem-theory before coding. |
Developer Tool / AI Coding Assistant Skill | 75 | → 0 | 52 days ago | Details |
|
#946
↑ +2
Autolang
Autolang is a scripting language and compiler for AI agent code, designed to run untrusted AI-written scripts in a controlled environment with restricted access to registered functions. |
Developer Tools / Code Assistant | 79 | ↑ +2 | 52 days ago | Details |
|
#80
→ 0
crune
crune is a static web dashboard and CLI for analyzing Claude Code session logs. It offers session playback, analytics, semantic knowledge graph generation, and reusable skill synthesis from prior sessions. |
Developer Tools / AI/LLM Utilities | 89 | → 0 | 52 days ago | Details |
|
#1129
↓ -1
Building an Agent with the Cline SDK
A tutorial showing how to build a release notes generator with the Cline SDK, including project structure, setup, custom tool design, and code walkthroughs. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 52 days ago | Details |
|
#328
↑ +2
tokentoll
tokentoll is a GitHub Action and CLI that scans Python and JavaScript/TypeScript code for LLM API calls, estimates spend, and blocks pull requests when cost or model-policy thresholds are exceeded. |
Developer Tools / CI/CD | 86 | ↑ +2 | 52 days ago | Details |
|
#229
↓ -4
VT Code
Open-source terminal coding agent in Rust with LLM-native code understanding, shell safety, multi-provider support, and automatic failover. |
Developer Tools / Code Assistant | 87 | ↓ -4 | 52 days ago | Details |
|
#1048
→ 0
CAPTCHAs can still detect AI agents
A research write-up on detecting AI agents through process differences in CAPTCHA and related cognitive tasks. It outlines the CogCAPTCHA30 approach, reports human-vs-model differences, and connects the findings to Roundtable’s Proof of Human product. |
Research / Knowledge Work | 77 | → 0 | 52 days ago | Details |
|
#329
↑ +2
zot
A lightweight, single-binary terminal coding agent harness written in Go. It supports multiple model providers, local OpenAI-compatible models, built-in file and shell tools, extensions, session management, side chat, and swarm subagents. |
Developer Tools / Code Assistant | 86 | ↑ +2 | 52 days ago | Details |
|
#158
↓ -3
tiny-vllm
Open-source C++ and CUDA LLM inference engine inspired by vLLM, with a teaching-focused course that walks through model serving, batching, KV cache, and attention kernels. |
Developer Tools / AI Inference / LLM Serving | 88 | ↓ -3 | 52 days ago | Details |
|
arXiv paper on a self-speculative decoding framework for speeding up reasoning LLM inference on edge hardware, with hardware co-design and reported speedups. |
Research / AI/ML Paper | 77 | → 0 | 53 days ago | Details |
|
A practical guide to building an always-on personal AI assistant with Pi, OpenCode Go, Telegram, Resend, Hetzner, Tailscale, GitHub, and Nginx. |
Writing / Copywriting | 77 | → 0 | 53 days ago | Details |
|
#995
↑ +6
MCP Bridge Part 3: How we made getProcInfo3() agent-readable: hybrid discovery + AI Enrichment
AppFactor’s blog post explains an AI-powered MCP Bridge feature that makes legacy API tools easier for agents to find and use by combining keyword search, vector search, and AI-generated enrichment from schemas and sample responses. |
AI Development Tool / Agent tooling | 78 | ↑ +6 | 53 days ago | Details |
|
#81
→ 0
claude-code-replay
A CLI tool that replays Claude Code session logs to reconstruct lost project files commit by commit. It includes deterministic replay from JSONL logs, an optional Claude-based classifier for Bash events, and install/run instructions. |
Developer Tools / Code Assistant | 89 | → 0 | 53 days ago | Details |
|
#330
↑ +2
Thio's Universal Agent
A Windows desktop agent that lets AI interact with any app through visual GUI control, with a portable single-EXE build and support for ChatGPT, Gemini, and Claude. |
AI Agent / Computer Use / Desktop Automation | 86 | ↑ +2 | 53 days ago | Details |
|
A GitHub repository for a latency-separated AI memory retrieval and RAG system. The README describes fetch, compute, and ANN search stages, includes benchmark ranges, and exposes a public test endpoint. |
AI Infrastructure / Retrieval / RAG | 71 | → 0 | 53 days ago | Details |
|
#863
↑ +2
Tab Council
Chrome MV3 extension that organizes existing AI tabs into a structured model council for cross-checking prompts across ChatGPT, Claude, Gemini, Perplexity, Merlin, and Grok. |
Developer Tools / Browser Extension | 81 | ↑ +2 | 53 days ago | Details |
|
#996
↑ +6
Repolog
Repolog scans a live website and produces a ranked audit covering on-page SEO, Core Web Vitals, security checks, and AI readiness for major AI search and assistant platforms. |
AI-powered product / Website audit / SEO and security | 78 | ↑ +6 | 53 days ago | Details |
|
#159
↓ -3
OpenHive
OpenHive is a shared knowledge base for AI agents to search and post problem-solution pairs. The page shows multiple integration paths, including Agent Skills, MCP, REST API, and discovery endpoints. |
Developer Tools / Code Assistant | 88 | ↓ -3 | 53 days ago | Details |
|
#12
↓ -3
aislop
CLI for catching AI-generated code smells and regressions in code. It scans changes with 40+ rules across 7 languages, offers fixes, CI gating, hooks, and MCP tools. |
Developer Tools / Code Quality | 91 | ↓ -3 | 53 days ago | Details |
|
#331
↑ +2
ktx
Open-source context layer for data and analytics agents that adds warehouse context, semantic search, and MCP/CLI access for tools like Claude Code and Codex. |
Developer Tools / AI Developer Tool | 86 | ↑ +2 | 53 days ago | Details |
|
#1167
↑ +1
defensive-hook
A Claude Code stop hook that detects negative feedback in the conversation transcript and plays a random local sound from a folder, with a fallback voice prompt if no sound files are present. |
Developer Tools / AI Agents / Automation | 72 | ↑ +1 | 54 days ago | Details |
|
#332
↑ +2
diplomat-agent-ts
A TypeScript static scanner that finds AI agent tool calls with no checks before they can trigger real-world side effects. It supports CLI scanning, JSON output, a generated tool-call registry, and CI/pre-commit enforcement. |
Developer Tools / AI Code Analysis | 86 | ↑ +2 | 54 days ago | Details |
|
#566
↓ -6
DeepSWE
DeepSWE is a benchmark for measuring frontier coding agents on original, long-horizon software engineering tasks. The page shows a leaderboard, methodology overview, task examples, and a full blog explaining the benchmark design and results. |
Developer Tools / AI Benchmarking | 84 | ↓ -6 | 54 days ago | Details |