惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园_首页
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
量子位
博客园 - 三生石上(FineUI控件)
Stack Overflow Blog
Stack Overflow Blog
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
人人都是产品经理
人人都是产品经理
V
Visual Studio Blog
Jina AI
Jina AI
L
LangChain Blog
M
MIT News - Artificial intelligence
MongoDB | Blog
MongoDB | Blog
Last Week in AI
Last Week in AI
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - latitude-dev/eval-skills: LLM eval skills for de...
paulaq · 2026-04-23 · via Hacker News: Show HN

A collection of skills for developers building with LLMs.

Each skill gives you a structured workflow for finding failure patterns, building evals, and validating that your evals actually work.

Recommended workflow

These skills are designed to be used in order. Each step builds on the previous one.

1. llm-annotation-guide        ← Start here. Build a rubric and annotate your production logs.
2. llm-issue-discovery          ← Find and cluster failure patterns from your annotations.
3. llm-eval-type-selector       ← For each issue, decide: rule or judge?
4. llm-judge-creator            ← Build judge prompts for the issues that need one.
5. llm-judge-alignment          ← Validate your judges against human-labeled examples.
6. llm-golden-dataset-builder   ← Curate passing traces into a golden dataset for regression testing.
7. llm-regression-runner        ← Run the golden dataset before every prompt change.

You don't have to follow this order strictly — if you already have annotated logs or a clear issue list, jump in at the right step. But if you're starting from scratch, annotations come before issue discovery. Human judgment is what grounds everything else.

Meta-skills — use these at any point:

  • llm-evals-checklist — before you start building evals, check you have the right foundation
  • llm-evals-audit — after building evals, check they're healthy and well-targeted

Skills

Skill What it does Status
llm-annotation-guide Build an annotation rubric or review existing annotations for quality Available
llm-issue-discovery Find and cluster failure patterns in LLM outputs Available
llm-eval-type-selector Decide whether to use a judge or a rule-based eval Available
llm-judge-creator Build LLM-as-a-judge prompts from issues or annotations Available
llm-judge-alignment Validate how well a judge aligns with human judgment Available
llm-evals-checklist Pre-build check: are you ready to build good evals? Available
llm-evals-audit Post-build check: are your existing evals healthy and well-targeted? Available
llm-golden-dataset-builder Curate passing traces into a golden dataset for regression testing Available
llm-regression-runner Run a golden dataset against your prompt, get a pass/fail report Available

Install

Option 1 — Claude Code plugin (recommended):

/plugin marketplace add latitude-dev/eval-skills
/plugin install eval-skills@latitude-dev-eval-skills

To upgrade:

/plugin update eval-skills@latitude-dev-eval-skills

Option 2 — npx skills CLI:

npx skills add https://github.com/latitude-dev/eval-skills

Install a single skill only:

npx skills add https://github.com/latitude-dev/eval-skills --skill llm-issue-discovery

Check for updates:

npx skills check
npx skills update

About

These skills package the methodology behind Latitude - an AI observability platform that helps dev teams find, track, and fix what's breaking in their AI before users notice.