AgentDish directory
llm
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#525
↑ +2
Tessera 1B
A from-scratch ~1B parameter language model on Hugging Face with open weights, open data, training details, and loading guidance. The page is unusually candid about capabilities, limits, and evaluation. |
Developer Tools / Code Assistant | 86 | ↑ +2 | 61 days ago | Details |
|
#533
↑ +2
QVAC
Open-source SDK and libraries for building local-first, peer-to-peer AI apps. It supports local LLM inference, embeddings, translation, transcription, TTS, OCR, image generation, and an OpenAI-compatible API across desktop and mobile platforms. |
Developer Tools / AI SDK | 86 | ↑ +2 | 67 days ago | Details |
|
#534
↑ +2
dspyer
A Python library that transpiles stateful imperative LLM workflows into optimizable DSPy programs, with typed outputs, self-correction loops, validation reporting, and prompt tuning support. |
Developer Tools / AI Development | 86 | ↑ +2 | 68 days ago | Details |
|
#549
↑ +2
Nenya
An AI API gateway/proxy in Go that sits between coding clients and upstream LLM providers, with request routing, secret redaction, context handling, MCP tool integration, and transparent SSE streaming. |
Developer Tools / AI API Gateway / Proxy | 86 | ↑ +2 | 80 days ago | Details |
|
#562
↑ +2
tokentoll
tokentoll is a GitHub Action and CLI that scans Python and JavaScript/TypeScript code for LLM API calls, estimates spend, and blocks pull requests when cost or model-policy thresholds are exceeded. |
Developer Tools / CI/CD | 86 | ↑ +2 | 94 days ago | Details |
|
#567
↑ +2
Dream Server
Dream Server is an open-source stack that turns a PC, Mac, or Linux machine into a private AI server with local model inference, chat UI, voice, agents, workflows, RAG, and image generation. The page shows setup instructions, platform support, release notes, and a clear positioning for self-hosted use. |
Developer Tools / Code Assistant | 86 | ↑ +2 | 96 days ago | Details |
|
#587
↑ +2
SwarmWright
SwarmWright is a self-hosted multi-agent AI orchestration platform for designing, running, and inspecting swarms of agents from markdown and config. The page highlights Docker-based setup, topology-enforced agent graphs, human approval steps, local storage, and detailed audit logs. |
Developer Tools / Code Assistant | 86 | ↑ +2 | 108 days ago | Details |
|
#612
↓ -1
agented
A Go-based text editor built for LLM agents, with branching undo, conflict handling, audit logs, MCP support, and agent skills installation. |
Developer Tools / Copywriting | 86 | ↓ -1 | 119 days ago | Details |
|
#620
↓ -3
OCR It
Chrome extension that captures a fixed screen region, runs offline OCR with bundled Tesseract, and exports page-by-page text for use with LLMs or search. |
Developer Tools / Browser Extension | 85 | ↓ -3 | 8 days ago | Details |
|
#623
↓ -3
microgpt-c
A pure C implementation for training and running a tiny GPT, with build instructions, sample output, and performance notes for macOS, Linux, and Windows. |
Developer Tool / Machine Learning / AI Framework | 85 | ↓ -3 | 13 days ago | Details |
|
#636
↓ -3
clai
clai is a terminal-first AI tool that pipes stdin to an LLM and writes results to stdout, so it fits naturally into shell workflows like git diffs, text files, and command pipelines. |
Developer Tools / Code Assistant | 85 | ↓ -3 | 27 days ago | Details |
|
#644
↓ -3
LLM-mock
Self-hosted OpenAI-compatible mock server for testing LLM integrations without exposing API keys. Includes a hosted instance, local setup, Docker support, streaming, and deterministic responses. |
Developer Tools / API Testing | 85 | ↓ -3 | 32 days ago | Details |
|
#653
↓ -3
Ctxdiff
Local-first debugger for LLM agent context windows. It records each call’s context into a single-file trace so you can inspect, diff, and share what the model actually saw turn by turn. |
Developer Tools / Code Assistant | 85 | ↓ -3 | 36 days ago | Details |
|
#655
↓ -3
LLM Red Team Lab
A hands-on kit for authorized red teaming of locally run LLMs, with jailbreak techniques, prompt-injection scenarios, streaming attack visualization, and support for OpenAI-compatible local model servers. |
Security / AI Red Teaming | 85 | ↓ -3 | 36 days ago | Details |
|
#657
↓ -3
Gnoseed
Gnoseed is a free spaced-repetition flashcard platform for developers, focused on Kubernetes, DevOps, AI, cloud, and certification prep. It includes 3,924+ practice questions, 47 topic decks, offline use, and learning paths for roles and exams. |
Developer Tools / Code Assistant | 85 | ↓ -3 | 37 days ago | Details |
|
#668
↓ -3
logsum
A local-first CLI that compresses application logs into a token-optimized Markdown/JSONL summary for LLMs. |
Developer Tools / CLI / Log Analysis | 85 | ↓ -3 | 43 days ago | Details |
|
#688
↓ -3
Hestia
A local-first, self-hosted home assistant that runs a local LLM as a single brain for Home Assistant, voice, memory, reminders, media control, and other scoped tools. |
AI Agent / Home Assistant | 85 | ↓ -3 | 65 days ago | Details |
|
#698
↓ -3
AutomatiQ
AutomatiQ is a Python CLI that records a browsing session and uses vision and LLM steps to generate a standalone HTTP-based automation script. |
Developer Tools / Automation | 85 | ↓ -3 | 76 days ago | Details |
|
#705
↓ -3
Better Prompting LLMs Through Analogy
An interactive guide and demo for prompt engineering that shows how analogies, examples, and format-matching can improve LLM outputs. |
Writing / Copywriting | 85 | ↓ -3 | 87 days ago | Details |
|
#708
↓ -3
Division Swarm
Open-source Go runtime for autonomous multi-agent systems. Swarm models work as durable state machines, persists state, supports replay/fork, and integrates with multiple LLM backends. |
Developer Tools / AI Agents / Multi-Agent Systems | 85 | ↓ -3 | 90 days ago | Details |
|
#720
↓ -3
gox
Strict Go static analyzer built for LLM-written code, with opinionated checks, annotation-based exceptions, caching, and Claude Code hook integration. |
Developer Tools / Code Quality / Static Analysis | 85 | ↓ -3 | 110 days ago | Details |
|
#730
↓ -6
Agentic Determinism Index
Open-source harness for measuring how consistently hosted LLM APIs return the same output across repeated runs and over time, with raw transcripts, scoring, and a static leaderboard generator. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 5 hours ago | Details |
|
A technical primer that explains how LLM inference works, covering weights in GPU memory, prefill vs. decode, the KV cache, and batching. |
Writing / Copywriting | 84 | ↓ -6 | 8 days ago | Details |
|
#749
↓ -6
LayoutLens
LayoutLens is an AI-assisted UI testing tool that combines natural-language visual checks with deterministic WCAG audits using axe-core and Playwright. It supports keyless accessibility scans, hybrid LLM-grounded checks, a Python API, and a CLI for running tests in CI. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 9 days ago | Details |