CLAUDE LABJP
SANDBOX — Claude Code adds a sandbox.credentials setting that blocks sandboxed commands from reading credential files and secret environment variablesMODEL — Org-configured model restrictions now apply across the model picker, --model, /model, and ANTHROPIC_MODELAGENTS — Sessions that edit, merge, comment on, or push to an existing PR now link to that PR in the claude agents viewFIX — Fixed --json-schema silently producing unstructured output on an invalid schema, plus messages lost at the --max-turns limitRECAP — Claude adds a monthly recap and focus settings in beta, with break reminders, quiet hours, and work insightsOPUS — Claude Opus 4.7 is now generally available with stronger long-running coding tasks and higher-resolution visionSANDBOX — Claude Code adds a sandbox.credentials setting that blocks sandboxed commands from reading credential files and secret environment variablesMODEL — Org-configured model restrictions now apply across the model picker, --model, /model, and ANTHROPIC_MODELAGENTS — Sessions that edit, merge, comment on, or push to an existing PR now link to that PR in the claude agents viewFIX — Fixed --json-schema silently producing unstructured output on an invalid schema, plus messages lost at the --max-turns limitRECAP — Claude adds a monthly recap and focus settings in beta, with break reminders, quiet hours, and work insightsOPUS — Claude Opus 4.7 is now generally available with stronger long-running coding tasks and higher-resolution vision
TAG

Evaluation

4 articles
Back to all tags
Related:
Claude API2claude-api2prompt-engineering2production2Vision1Classification1Indie Dev1RAG1vector search1retrieval augmented generation1groundedness1TypeScript1
API & SDK/2026-07-10Advanced

Don't Trust the Confidence Score: Per-Class Calibration and Abstain Routing for Vision Classification

Overall accuracy looked fine while individual categories quietly collapsed. Here is how I calibrated Claude Vision's self-reported confidence per class and routed abstentions to a human queue.

API & SDK/2026-07-09Advanced

When the RAG Started Being Confidently Wrong — Field Notes on Measuring Retrieval Misses With Groundedness

In a Claude API RAG, the answers stay fluent while the facts drift. Often the cause is a silent recall decay on the retrieval side, missing the document that holds the answer. Field notes on measuring groundedness and retrieval hit rate and walking the system back, with working code and real numbers.

API & SDK/2026-05-01Advanced

Stop Claude API Prompt Regressions with Golden-Dataset Testing

A complete production guide to catching the silent quality drift that hits Claude API prompts when models or prompts change — using golden datasets and LLM-as-a-Judge wired into CI.

API & SDK/2026-03-27Advanced

Building LLM Evaluation Pipelines with Claude API — Claude-as-Judge, Prompt A/B Testing, and Quality Scoring Patterns

Designing and implementing LLM evaluation pipelines on the Claude API — Claude-as-Judge, prompt A/B testing, quality scoring, and regression testing for production applications.