AgentDish directory
Developer Tools AI Tools
Accepted listings in this category.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#1911
↓ -1
Project HydraFusion
GitHub’s research preview on multi-model orchestration for coding tasks. The page describes adaptive workflow selection and includes benchmark comparisons against the Opus 5 baseline with estimated cost reduction claims. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 7 days ago | Details |
|
#1913
↓ -1
Oconee Runtime
Oconee Runtime is an enterprise AI governance product focused on policy enforcement for browser AI and coding agents. The page explains how it evaluates proposed agent actions against policy and supports allow, warn, and block outcomes. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 9 days ago | Details |
|
A field note about testing a coding agent fully offline on a laptop with Ollama and Qwen3.8 27B, including the setup, failure modes, and the workaround that made the project finish. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 11 days ago | Details |
|
#1918
↓ -1
LPU Lite
An educational project that explains and demonstrates a homemade language processing unit inspired by Groq’s LPU, with a focus on running a small Transformer model and visualizing the idea behind AI hardware. |
Developer Tools / AI Infrastructure | 74 | ↓ -1 | 18 days ago | Details |
|
#1922
↓ -1
agent-shell
A native Emacs mode for chatting with AI agents via ACP, with prompt queueing, chat mode, image handling, and buffer navigation improvements. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 28 days ago | Details |
|
A technical blog post from the Cua repository describing a process-scoped Metal capability shim for macOS VMs that improves llama.cpp performance on Apple Silicon, with benchmark results and reproduction details. |
Developer Tools / AI Infrastructure | 74 | ↓ -1 | 32 days ago | Details |
|
#1927
↓ -1
Jekyll-Hyde
A Hermes plugin that uses adversarial LLM clones to confront sandbagging and reward-hacking behavior during agent sessions. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 34 days ago | Details |
|
#1928
↓ -1
FlowChartCharter
Open-source Python project for execution-first multi-agent workflows built around YAML Charterfiles, runtime schema enforcement, and a boss-agent hierarchy. The README includes install commands, a short usage tour, and a small code example. |
Developer Tools / AI Orchestration | 74 | ↓ -1 | 35 days ago | Details |
|
#1929
↓ -1
MERIDIAN — A Claude Copilot Adventure
A playable text-adventure that teaches Claude Code through real prompts, skills, and agent workflows. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 38 days ago | Details |
|
#1930
↓ -1
vite-bundle-antillm
A Vite plugin that obfuscates client-side code in a way meant to make LLMs refuse de-obfuscation attempts. The README shows the project’s purpose, a usage note, and an example of the transformed output. |
Developer Tools / AI Safety / Prompt Protection | 74 | ↓ -1 | 38 days ago | Details |
|
A research article describing an empirical runtime-monitoring approach for multi-turn LLM agents, backed by 3,175 runs across four benchmarks. It also points to an open-source implementation, state-harness, with Rust/Python support, LangGraph and CrewAI adapters, CLI tooling, and OpenTelemetry export. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 40 days ago | Details |
|
#1935
↓ -1
Senbonzakura
Open-source tool for removing refusal behavior from open-weight transformer language models by identifying and orthogonalizing refusal directions in activation space. |
Developer Tools / AI Model Editing / Alignment Research | 74 | ↓ -1 | 56 days ago | Details |
|
A RequestRocket article mapping the AI agent access-control stack across authentication, authorization, governance, identity, gateways, and runtime egress control. It explains how the categories differ, when each fits, and where RequestRocket sits in the landscape. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 61 days ago | Details |
|
An in-depth Medium post from IronBee about how a verification loop affects AI coding agents, using Web-Bench and comparing DeepSeek with Claude Opus on a real web app task. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 67 days ago | Details |
|
#1942
↓ -1
local-char
Open-source local AI character platform that runs with llama.cpp and offers CLI, TUI, and a simple web server for character roleplay without cloud accounts or subscriptions. |
Developer Tools / AI Agents | 74 | ↓ -1 | 78 days ago | Details |
|
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 | 86 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 | 86 days ago | Details |
|
#1946
↓ -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 | 90 days ago | Details |
|
#1948
↓ -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 | 93 days ago | Details |
|
#1949
↓ -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 | 96 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 | 100 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 | 103 days ago | Details |
|
#1955
↓ -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 | 105 days ago | Details |
|
#1956
↓ -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 | 107 days ago | Details |