AgentDish directory
Trending
Listings with strong scores and recent movement.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#380
↑ +2
GenZ LLM
A small post-trained Qwen2.5-0.5B-Instruct model tuned to write in Gen Z slang, with training and inference notebooks plus dataset files in the repo. |
AI Models / Fine-Tuned LLMs | 79 | ↑ +2 | 22 days ago | Details |
|
#381
↑ +2
atrophy
An iPhone app that tests how much judgment you may be handing over to LLMs. It runs offline, keeps data on device, and gives users a calibration score plus a shareable result card. |
Productivity / Self-Improvement | 79 | ↑ +2 | 22 days ago | Details |
|
#382
↑ +2
ModelDocker
Windows desktop chat client for OpenRouter with streaming completions, model browsing, multi-session history, local storage, and PySide6 UI. |
Developer Tools / Desktop App | 79 | ↑ +2 | 23 days ago | Details |
|
#383
↑ +2
context-editor-agent
An open-source desktop client for editing LLM context with a separate AI model, context maps, compression tools, and revision rollback. |
Developer Tools / AI Development | 79 | ↑ +2 | 25 days ago | Details |
|
A developer blog post about how GenAI has changed the author’s coding workflow, including Claude, Maestro, Kilo.AI, git worktrees, voice prompting, and custom skills. |
Writing / Copywriting | 72 | ↑ +2 | 27 days ago | Details |
|
#35
↑ +1
Better Design
Open-source themed design systems for shadcn/ui, with 29 style variants and one-command installs through a shadcn registry. |
Developer Tools / UI Components | 89 | ↑ +1 | 27 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 | 28 days ago | Details |
|
#471
↑ +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 | 28 days ago | Details |
|
#472
↑ +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 | 16 days ago | Details |
|
#473
↑ +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 | 19 days ago | Details |
|
#474
↑ +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 | 19 days ago | Details |
|
#475
↑ +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 | 20 days ago | Details |
|
#476
↑ +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 | just now | Details |
|
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 | 20 hours ago | Details |
|
#478
↑ +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 | 5 days ago | Details |
|
#479
↑ +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 | 16 days ago | Details |
|
#480
↑ +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 | 17 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 | 9 days ago | Details |
|
#2
→ 0
Claude API
Anthropic’s Claude API platform for building AI products, apps, and agent workflows with Claude models, built-in tools, pricing tiers, and developer docs. |
Development / API | 93 | → 0 | 28 days ago | Details |
|
#25
→ 0
Redact
Browser extension that scans pastes for credentials and PII before they reach LLM chat sites, with local on-device inference and no network calls. |
Developer Tool / Browser Extension | 89 | → 0 | just now | Details |
|
#26
→ 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 | 3 days ago | Details |
|
#27
→ 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 | 4 days ago | Details |
|
#28
→ 0
OpenRig
OpenRig is a local control plane for multi-agent coding topologies. It uses a YAML-based rig spec to boot, inspect, snapshot, restore, and visualize agent fleets, with examples like product teams, adversarial review, research clusters, and secrets management. |
Developer Tools / Code Assistant | 89 | → 0 | 10 days ago | Details |
|
#29
→ 0
AgentRecall
Open-source memory SDK for AI agents with persistent cross-session memory, graph relationships, semantic search, and AI-powered memory processing. Offers both self-hosted and cloud modes, plus MCP support for tools like Claude Code. |
Developer Tools / Code Assistant | 89 | → 0 | 11 days ago | Details |