Fast LLM + Human-in-the-Loop classification post; refresh featured post & series#160
Open
anishk123 wants to merge 3 commits into
Open
Fast LLM + Human-in-the-Loop classification post; refresh featured post & series#160anishk123 wants to merge 3 commits into
anishk123 wants to merge 3 commits into
Conversation
Pull in head repo main
…ries New post 'How a Three-Person Team Used Cheap, Fast LLMs + Human-in-the-Loop to Classify Hundreds of Millions of Documents in ~2 Months', tagged both 'featured' (becomes the featured post) and 'content-trust-series' (joins the featured series). Removes 'content-trust-series' from the PhotoDNA post so the series now shows Dual-Embedding Trust Scoring + this new post. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit be422e8. Configure here.
- Add tag/llm/index.md so the new `llm` tag no longer 404s (Cursor Bugbot;
matches the CONTRIBUTING generate-tags output format).
- Fix the Appendix B Mermaid: quote node labels containing parentheses so it
renders (previously broken syntax). Heading and text otherwise unchanged
from the source doc.
- Add three on-brand SVG diagrams (Scribd palette) grounded in the post text:
- Workflow Overview: the repeatable Fast Model -> Judge -> SME -> Ingest ->
Iterate loop.
- Sampling Strategy: breadth-to-precision funnel (100% -> 1% -> 0.1% -> SME
reviews the disagreements).
- The Core Point: human-in-the-loop (model proposes labels, humans have the
final say, corrections grow a versioned golden set, feeding back).
- Add horizontal-rule dividers between top-level sections for readability
(mirrors the section breaks in the source doc).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
6b27f7f to
b159a27
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This adds a new ML Data Engineering blog post and refreshes the homepage's Featured Post and Featured Series.
What changed
_posts/2026-07-11-fast-llm-human-in-the-loop-classification.md— "How a Three-Person Team Used Cheap, Fast LLMs + Human-in-the-Loop to Classify Hundreds of Millions of Documents in ~2 Months." Content adapted from the source doc; formatting cleaned up for the web (bulleting, code/table blocks, the recurring "Fast Model → Judge Model → SME Review → Ingest → Iterate" mantra styled as callouts) with the wording unchanged.featured(dated 2026-07-11, so it becomes the newest Featured Post) andcontent-trust-series(so it joins the Featured Series).content-trust-seriestag from_posts/2026-01-20-photodna-csam-detection.mdso it drops out of the featured series.Visuals
Three on-brand SVG diagrams (Scribd palette) are embedded in the post:
Assets live in
post-images/2026-fast-llm-hitl/.Review fixes
tag/llm/index.mdso the newllmtag no longer 404s (Cursor Bugbot).Resulting homepage state
site.featured_series: content-trust-series, shows 2): Dual-Embedding Trust Scoring + this new post. PhotoDNA is no longer in the series.No
_config.ymlchange needed —featured_seriesis alreadycontent-trust-series.Note
Low Risk
Static Jekyll blog and image assets only; no runtime, auth, or config changes beyond post front matter and a tag index page.
Overview
Adds a new featured ML Data Engineering article on scaling document classification with fast LLMs, judge models, SME review in Google Sheets, and Databricks batch workflows, tagged for the content-trust-series so it surfaces on the homepage.
Homepage / series: The PhotoDNA post loses
content-trust-seriesso the featured series slot (two posts undersite.featured_series) shifts to Dual-Embedding Trust Scoring plus this new piece instead of PhotoDNA.Assets & tags: Three branded SVGs under
post-images/2026-fast-llm-hitl/illustrate the loop, sampling funnel, and human-in-the-loop flow. A newtag/llm/index.mdpage fixes navigation for the post’sllmtag.Reviewed by Cursor Bugbot for commit b159a27. Bugbot is set up for automated code reviews on this repo. Configure here.