AgentDish directory
Trending
Listings with strong scores and recent movement.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#442
↓ -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 | 3 days ago | Details |
|
#443
↓ -1
Naiou
Naiou is an OpenTUI terminal app and yes/no oracle that answers every query with a definitive Yes or No. It includes install steps, build instructions, platform support, and OpenAI-compatible API key requirements. |
Developer Tools / CLI | 76 | ↓ -1 | 7 days ago | Details |
|
#444
↓ -1
Agenvoy
Agenvoy is a Go-native multi-model AI agent framework that routes tasks to the best model, shares a common daemon and session across interfaces, and can generate scripts or APIs to extend its toolset. |
AI Agent / Agent framework | 76 | ↓ -1 | 9 days ago | Details |
|
#445
↓ -1
Hyperagents
Research paper introducing hyperagents, a self-referential agent framework that combines a task agent and a meta agent into one editable program. The abstract describes a DGM-based system that improves both task performance and its own improvement process across domains. |
AI Research / Self-Improving Agents | 76 | ↓ -1 | 10 days ago | Details |
|
#446
↓ -1
NotebookLM Cleaner
Browser-based tool for cleaning NotebookLM PDF exports before sharing, with preview, region selection, and download of a repaired file. |
Productivity / Text Utility / Creative Tools | 76 | ↓ -1 | 15 days ago | Details |
|
#447
↓ -1
ITB Engine
A research repository and local web app for testing quantum gravity theory-space exclusions against encoded consistency constraints. It includes a CLI, a localhost interface, test coverage, and an LLM-powered research agent for running searches and report generation. |
Research / Scientific Computing | 76 | ↓ -1 | 22 days ago | Details |
|
A detailed tutorial that explains what agent tools are and walks through a basic set of implementation patterns for an AI agent in Python, including bash, file, search, edit, and web fetch tools. |
Writing / Copywriting | 74 | ↓ -1 | 23 hours ago | Details |
|
A Codacy blog post explaining GitHub Copilot’s new AI Credits billing for code review and positioning Codacy AI Reviewer as an alternative with fixed per-seat pricing, static analysis, and pull-request review features. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 47 hours ago | Details |
|
#457
↓ -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 | 3 days ago | Details |
|
#458
↓ -1
x-commit
A Claude skill for generating better commit messages with gitmoji + Conventional Commits, atomic commit enforcement, and a hook guard to keep commits on-format. |
Developer Tools / Git / Commit Automation | 74 | ↓ -1 | 5 days ago | Details |
|
A Superconductor blog post showing how background coding agents were used to reproduce, diagnose, and fix a Rails memory leak using derailed_benchmarks, with a reusable Agent Skill workflow included. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 5 days ago | Details |
|
#460
↓ -1
Ripgrep AI Policy
A short policy file for the ripgrep project that explains how contributors may use AI tools while contributing, and sets rules for issues, pull requests, and comments. |
Writing / Copywriting | 74 | ↓ -1 | 5 days ago | Details |
|
A detailed article about the internal harness Nimbalyst built around Claude Code and Codex, covering context, provenance, capability, workflow, restraint, verification, visual interface, and coordination. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 7 days ago | Details |
|
#462
↓ -1
GPT Guesses Between 1 and 100
A GitHub research project that measures how gpt-4.1 responds when asked to pick a random number between 1 and 100, using 10,000 API calls and comparing the results to a uniform baseline. |
AI Research / Model Behavior Analysis | 74 | ↓ -1 | 8 days ago | Details |
|
A detailed write-up about using AI coding agents to build and tune a Rust multi-Paxos consensus engine, with concrete notes on contracts, spec-driven development, testing, and performance work. |
AI Development / AI Coding Practices | 74 | ↓ -1 | 13 days ago | Details |
|
#464
↓ -1
Love Type Test
AI-driven relationship quiz that maps users into 16 and 32 love type profiles, with compatibility and self-reflection guidance. |
Lifestyle / Quiz Tool / Relationship / Compatibility Quiz | 74 | ↓ -1 | 15 days ago | Details |
|
#465
↓ -1
Homunctor – The Simplest Agent
A minimal LLM agent packaged as a single HTML file. The README explains how to run it locally, set the LLM host, API key, and model, and use chat("hi") from the browser console. |
Developer Tools / AI Agent Frameworks | 74 | ↓ -1 | 15 days ago | Details |
|
#466
↓ -1
claude-pee
A Rust CLI that wraps Claude Code for programmatic use, forwarding flags, injecting one-shot prompts, tailing session transcripts, and exiting automatically after the turn completes. |
Developer Tools / CLI / Automation | 74 | ↓ -1 | 19 days ago | Details |
|
#467
↓ -1
3D-Agent
A Blender AI plugin roundup page that also spotlights 3D-Agent as a native in-Blender AI workflow tool. The page explains what the product does, how it fits into Blender workflows, and compares it with other related tools. |
Productivity / Workflow Automation | 74 | ↓ -1 | 19 days ago | Details |
|
#468
↓ -1
showhn-rank
A Python pipeline that ranks 1,000 Show HN posts with an LLM judge and TrueSkill, then compares estimated merit against Hacker News points. |
Developer Tools / AI Evaluation | 74 | ↓ -1 | 23 days ago | Details |
|
#469
↓ -1
The Cat Is Under Mayonnaise
An open-source experiment that adds a small zero-initialized overlay layer to a frozen GPT-2 so its behavior can be adjusted at inference time without retraining the base model. |
AI Developer Tool / Model Adaptation / Adapters | 74 | ↓ -1 | 27 days ago | Details |
|
#12
↓ -2
ExtendDB
Open-source DynamoDB-compatible API adapter with pluggable storage, built for local development, CI, self-hosted deployments, and air-gapped environments. |
Developer Tools / Database | 90 | ↓ -2 | 11 days ago | Details |
|
#13
↓ -2
InsForge
InsForge is an open-source backend platform for agentic coding, giving AI coding agents access to database, auth, storage, compute, hosting, and an AI gateway. The repo includes a clear quickstart, MCP server support, and both cloud and self-hosted workflows. |
Developer Tools / AI Coding Agents / Backend Platform | 90 | ↓ -2 | 14 days ago | Details |
|
#14
↓ -2
Crit
Crit is a local-first review tool for AI coding agents, letting users comment on plans and code diffs, iterate through multiple review rounds, and share reviews when needed. It supports several agent ecosystems and can be installed as a single binary. |
Developer Tools / AI Coding Assistant | 90 | ↓ -2 | 25 days ago | Details |