Toolbox · 45

All tools

Eval & LLMOps ★ 34.7k

Open Code Review

Hybrid code review that puts deterministic rules first and the LLM second — the only ordering that survives an enterprise security review.

Teams that need AI code review to pass a security review, not just look impressive in a demo Read more →

Worktrunk

Git worktree plumbing for running several coding agents at once without them wrecking each other's working tree.

Anyone running parallel coding agents against one repository Read more →

Agent Skills

A curated set of reusable skills for coding agents — the difference between an agent that finishes tasks and one that finishes them your way.

Teams standardising how several engineers' agents behave across one codebase Read more →

Claude Code

The terminal-native agent that made agentic coding mainstream — and the reference point every other coding agent is measured against.

Engineers who want agentic coding inside existing terminal and git workflows Read more →

Orca

Runs many coding agents in parallel while still using the subscriptions you already pay for — the cost model is the product.

Teams whose throughput is limited by parallelism rather than model capability Read more →

9router

A routing layer that keeps your coding agent alive when one provider rate-limits you — worth it for the fallback alone.

Individuals and small teams hitting provider rate limits during heavy agent sessions Read more →

Humanizer

Strips the tell-tale rhythm of model output from generated text — useful, and a reminder that the tells are now well known.

Cleaning up your own drafts before a human edit pass Read more →

no-ai-slop

An explicit, readable list of the twenty-odd patterns that make text read as generated — better as a checklist than as a filter.

Writing team review guidelines or an in-house style linter Read more →

Chroma

The shortest distance from pip install to a working retriever — which is why nearly every RAG tutorial starts here.

Prototypes, notebooks, and single-node applications under a few million vectors Read more →

Guardrails AI

Validates model output against a schema instead of hoping — and re-asks when validation fails.

Structured output that must parse reliably, and PII or policy checks before content reaches a user Read more →

Mem0

Gives an agent continuity across sessions — the missing piece once users expect it to remember them.

Assistants and agents where cross-session continuity is a product requirement Read more →

OpenLLMetry

LLM traces as standard OpenTelemetry spans — so they land in the observability stack you already pay for.

Organisations with an existing OpenTelemetry stack who do not want a second observability silo Read more →
RAG & Knowledge ★ 25.4k

WeKnora

Document-to-RAG pipeline in a box, from a team that runs it at Tencent scale.

Teams that need a self-hosted knowledge base over internal documents, especially with Chinese-language corpora Read more →
RAG & Knowledge ★ 184.8k

MarkItDown

The unglamorous parsing layer that decides whether your RAG works at all.

The ingest stage of any RAG system that touches real office documents Read more →

Agent-Reach

Web access for agents without paying per-call — including the platforms with no usable API.

Internal research and monitoring agents where per-call API cost would kill the use case Read more →

Spec Kit

Puts the specification back in front of the code, which is the only way agent output stays reviewable.

Teams moving from ad-hoc agent use to a process a reviewer can actually check Read more →

vLLM

High-throughput LLM inference engine with PagedAttention — the default choice when you need to squeeze a GPU.

Self-hosted production inference on NVIDIA/AMD GPUs Read more →

Dify

Self-hostable LLMOps platform with visual workflows, RAG and prompt management in one box.

Internal tools, self-hosted no-code/low-code AI apps Read more →
Eval & LLMOps ★ 15.0k

Langfuse

Self-hostable tracing, evals and prompt management — the observability layer most teams forget to build.

Tracing, prompt versioning and production evals Read more →
Eval & LLMOps ★ 11.0k

Ragas

Metric suite for RAG: faithfulness, context precision, recall — the numbers you need before a go-live review.

RAG regression testing and go-live metrics Read more →
Eval & LLMOps ★ 9.0k

Arize Phoenix

Notebook-first observability with clustering that surfaces failure modes you did not think to test.

Local debugging and failure-mode discovery Read more →
Eval & LLMOps ★ 7.0k

Helicone

Drop-in proxy that logs every request and shows cost per user, per feature, per day.

Fast cost attribution and request logging Read more →

Qdrant

Rust vector database with payload filtering — strong when metadata matters as much as similarity.

Filtered vector search and hybrid retrieval Read more →

Milvus

Distributed vector database built for billion-scale — the choice once one node stops being enough.

Billion-scale, horizontally scaled vector search Read more →