AgentDish directory
Trending
Listings with strong scores and recent movement.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#1148
↑ +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 | 20 days ago | Details |
|
#1149
↑ +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 | 34 days ago | Details |
|
#1150
↑ +1
0llm
A small web app for taking a break from AI and recording a short session away from LLMs. |
Writing / Copywriting | 73 | ↑ +1 | 46 days ago | Details |
|
#1151
↑ +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 | 65 days ago | Details |
|
#1152
↑ +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 | 68 days ago | Details |
|
#1153
↑ +1
AImpostor
AImpostor is an Electron-based ChatGPT wrapper for macOS that mimics Claude’s visual style and color scheme. The repo includes an install script for placing the app in ~/Applications and a screenshot asset. |
Writing / Copywriting | 73 | ↑ +1 | 68 days ago | Details |
|
#1154
↑ +1
AgenTank replay page
A replay page for AgenTank matches, showing battle outcome, match timing, and options to share or export a replay video. It also exposes replay links for humans and agents, suggesting a game built for AI-vs-AI battles and comparison. |
Gaming / AI Game | 73 | ↑ +1 | 69 days ago | Details |
|
Google Research paper describing a deployed multimodal defense system for detecting coordinated synthetic spam and abusive media at scale, using account relatedness, synthetic content classification, and LoRA-tuned LLMs. |
Research / AI Safety / Abuse Detection | 72 | ↑ +1 | 2 days ago | Details |
|
#1156
↑ +1
Asian Expats
AI-powered travel destination search across Asia with destination insights like weather, best time to visit, safety, budget category, attractions, and cheap flight search. |
Travel / AI Travel Search | 72 | ↑ +1 | 8 days ago | Details |
|
#1157
↑ +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 | 16 days ago | Details |
|
#1158
↑ +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 | 18 days ago | Details |
|
#1159
↑ +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 | 27 days ago | Details |
|
An independent white paper proposing a local-deployment path for frontier AI weights, with a PDF, generator script, and a detailed README outlining the argument, sections, and contribution process. |
Writing / Copywriting | 72 | ↑ +1 | 37 days ago | Details |
|
#1161
↑ +1
bulk-delete-claude-chat
A small JavaScript utility that bulk deletes Claude.ai conversations from the web UI by calling the internal API. The README explains why it exists, how to run it in the browser console, and warns that deletion may take several minutes. |
Developer Tool / Browser Automation | 72 | ↑ +1 | 39 days ago | Details |
|
#1162
↑ +1
Hacking Salesforce Sites With an LLM Agent
A Reco security research article showing an AI-powered agent that maps Salesforce Experience Cloud sites, probes exposed objects and Apex methods, and attempts autonomous exploitation to find data exposure. |
AI Security / Agent Security | 72 | ↑ +1 | 40 days ago | Details |
|
#1163
↑ +1
Slangify: The Case for DSLs in LLM Workflows
A focused article-style site arguing for domain-specific languages in LLM workflows, with concrete examples around structured extraction, validation, and pricing rules. |
Developer Tools / Prompt Engineering | 72 | ↑ +1 | 42 days ago | Details |
|
#1164
↑ +1
Agentic Compilation: Mitigating the LLM Rerun Crisis for Minimized-Inference-Cost Web Automation
An arXiv paper on reducing LLM inference cost for web automation by compiling browser tasks into a deterministic JSON workflow and executing them without repeated model calls. |
Research / Paper | 72 | ↑ +1 | 44 days ago | Details |
|
#1165
↑ +1
ACW Monthly Brief: May 2026
A monthly briefing on agentic coding developments, covering model releases, benchmarks, tool updates, and workflows for engineers and technical leaders. |
Developer Tools / Code Assistant | 72 | ↑ +1 | 48 days ago | Details |
|
#1166
↑ +1
AI Agent Guidelines for CS336 at Stanford
A GitHub-hosted guidelines file for AI coding assistants used in Stanford CS336. It tells assistants how to help students with debugging, explanations, and feedback while avoiding direct solutions or code generation. |
Writing / Copywriting | 72 | ↑ +1 | 49 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 |
|
#1168
↑ +1
Pace Layers and AI Integration
An article on applying pace-layer thinking to AI-assisted software development. It explains where generative AI fits well in fast-changing layers, where it is risky in slower layers, and how architecture should separate the two. |
Writing / Copywriting | 72 | ↑ +1 | 65 days ago | Details |
|
#1169
↑ +1
Can AI Un-Slop Itself?
A retrospective essay about using LLMs to build and debug a programming language, including memory safety, runtime testing, and tool-assisted code health. |
Writing / Copywriting | 72 | ↑ +1 | 66 days ago | Details |
|
#1
→ 0
CodeGraph
CodeGraph is a local code knowledge graph for AI coding agents like Claude Code, Cursor, Codex, OpenCode, and Hermes Agent. It aims to cut token use, tool calls, and runtime by letting agents query pre-indexed code structure instead of scanning files repeatedly. |
Developer Tools / AI for Code | 94 | → 0 | 58 days ago | Details |
|
#53
→ 0
InterviewPracticeAI
AI-powered mock interview tool that generates role-specific questions from your CV and job description, scores answers, and gives concrete feedback and rewrites. |
AI Interview Prep / Mock Interviews | 89 | → 0 | 2 days ago | Details |