Ship AI into production, not into slides

A daily-updated index of deployment, RAG, agent and LLMOps tooling — plus field notes on how AI actually gets landed inside real companies.

45 tools indexed 15 field notes updated daily

Fresh from the toolbox

View all →
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 →

Latest field notes

View all →

Recommended kits

Recommended kits

RAG in Production Playbook

Chunking strategies, reranking setups, evaluation harnesses and the seven failure modes that kill every RAG demo in week three.