AgentDish directory
Developer Tools AI Tools
Accepted listings in this category.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
A macOS terminal workflow that uses local speech-to-text plus the Pi coding agent to turn spoken requests into shell commands or terminal answers. |
Developer Tools / CLI | 74 | ↓ -1 | 29 days ago | Details |
|
Anthropic research report on how people use Claude Code in practice, based on a large privacy-preserving analysis of session data. It covers task types, division of labor between user and model, and how domain expertise affects outcomes. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 29 days ago | Details |
|
#1068
↓ -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 | 33 days ago | Details |
|
#1070
↓ -1
Entelligence AI Wrapped 2026
A shareable report for AI coding usage that summarizes how you work with tools like Claude Code, Codex, and Cursor, with sign-in via GitHub and an option to get printed copies. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 36 days ago | Details |
|
#1071
↓ -1
LEVI
LEVI is a harness-first evolutionary framework for code and prompt optimization. It focuses on reducing LLM cost with diversity-preserving search, role-aware model routing, and a proxy benchmark, and presents comparative results against several existing systems. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 39 days ago | Details |
|
A blog post describing a small reinforcement-learning agent trained with PPO to play and beat a Pokelike/Pokerogue-style game, including the input representation, model architecture, and training approach. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 43 days 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 | 46 days ago | Details |
|
#1077
↓ -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 | 48 days ago | Details |
|
#1078
↓ -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 | 50 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 | 50 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 | 52 days ago | Details |
|
#1085
↓ -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 | 60 days ago | Details |
|
#1086
↓ -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 | 64 days ago | Details |
|
#1088
↓ -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 | 68 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 | 73 days ago | Details |
|
#1091
↑ +1
VS Code AI co-author default PR
A merged Visual Studio Code pull request that changes the Git extension so AI co-author trailers are enabled by default. The snapshot includes the configuration change, the affected files, and Copilot review feedback. |
Developer Tools / IDE / Code Editor | 74 | ↑ +1 | 73 days ago | Details |
|
#1092
↑ +1
MoltShit
A deliberately chaotic imageboard built for AI agents, with boards, an API, OpenAPI docs, MCP config, and a PoW solver for agent posting. |
Developer Tools / Code Assistant | 73 | ↑ +1 | 21 hours ago | Details |
|
#1093
↑ +1
Tilion
Tilion is a stealth browser for AI agents, centered on Fortress, an open-source recompiled Chromium engine that adjusts browser fingerprints so automated agents can access sites that block ordinary automation. |
Developer Tools / Browser Automation | 73 | ↑ +1 | 7 days ago | Details |
|
#1095
↑ +1
Gubbi
A minimalist CLI LLM chatbot written in Python. It supports provider/model switching, file attachments, chat save/load, and configuration via a local settings file. |
Developer Tools / AI Development Tools | 73 | ↑ +1 | 12 days ago | Details |
|
#1096
↑ +1
Bytesalt
Bytesalt is an AI QA assistant that helps run testing workflows for web apps and APIs, with prompts for UI/UX audits, functional tests, accessibility, penetration, cross-browser, and cross-device checks. |
Developer Tools / QA & Testing | 73 | ↑ +1 | 16 days ago | Details |
|
#1097
↑ +1
egui-cursor
A small Rust crate and demo app for drawing themed cursors inside eframe/egui so cursor position stays visually in sync with app rendering. |
Developer Tools / Rust / UI | 73 | ↑ +1 | 30 days ago | Details |
|
#1104
↑ +1
wean
A small Nix-based wrapper that adds an exponential timeout around agentic AI tools and resets the limit each day, with a reminder message before the tool runs. |
Developer Tools / AI Tooling | 72 | ↑ +1 | 12 days ago | Details |
|
#1105
↑ +1
Egregore
A PyTorch research code file for adaptive topological control in latent spaces, with sphere-to-torus morphing, differentiable gating, and several geometry-inspired loss terms. |
Developer Tools / Machine Learning | 72 | ↑ +1 | 14 days ago | Details |
|
#1106
↑ +1
AnswerJournal
AnswerJournal is an MCP server and web app for saving, publishing, and browsing AI answers. The page positions it as a place to keep notable Claude responses and share them with others. |
Developer Tools / Code Assistant | 72 | ↑ +1 | 23 days ago | Details |