AgentDish directory
AI tool
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#663
↓ -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 | 9 days ago | Details |
|
#664
↓ -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 | 12 days ago | Details |
|
#665
↓ -1
Anthrosevka Mono
A custom Iosevka font build inspired by Anthropic Mono, with prebuilt releases and source build instructions. |
Developer Tool / Font / Typeface Utility | 74 | ↓ -1 | 15 days ago | Details |
|
arXiv paper on distilling multi-agent debate into a single LLM with a two-stage fine-tuning pipeline. The abstract reports lower token use, comparable or better benchmark performance, and an analysis of agent-specific activation subspaces, with code linked from the page. |
Research / AI/LLM Reasoning | 74 | ↓ -1 | 15 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 | 16 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 | 18 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 | 19 days ago | Details |
|
#670
↓ -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 | 21 days ago | Details |
|
#671
↓ -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 | 23 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 | 23 days ago | Details |
|
#673
↓ -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 | 23 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 | 25 days ago | Details |
|
#675
↓ -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 | 26 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 | 31 days ago | Details |
|
#677
↓ -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 | 33 days ago | Details |
|
#678
↓ -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 | 33 days ago | Details |
|
#679
↓ -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 | 37 days ago | Details |
|
#681
↓ -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 | 41 days ago | Details |
|
#682
↓ -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 | 45 days ago | Details |
|
#684
↑ +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 | 46 days ago | Details |
|
#685
↑ +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 | 3 days ago | Details |
|
#686
↑ +1
0llm
A small web app for taking a break from AI and recording a short session away from LLMs. |
Writing / Copywriting | 73 | ↑ +1 | 15 days ago | Details |
|
#687
↑ +1
World Models for Planning Agents
An educational article explaining world models, latent states, dynamics learning, and planning for agents, with examples from gridworld, Dreamer, and MuZero. |
Writing / Copywriting | 73 | ↑ +1 | 34 days ago | Details |
|
#688
↑ +1
FreeFax: Send Fax from Phone
An iPhone fax app that lets users send fax pages by watching ads or buying credits, with local-only document storage and AI-powered image quality improvements for scans. |
Business / Faxing | 73 | ↑ +1 | 37 days ago | Details |