feat: Add document classification use case with Handit self-improving AI#6
Open
coderTtxi12 wants to merge 1 commit intomainfrom
Open
feat: Add document classification use case with Handit self-improving AI#6coderTtxi12 wants to merge 1 commit intomainfrom
coderTtxi12 wants to merge 1 commit intomainfrom
Conversation
- Add comprehensive document classifier use case demonstrating Handit's 3-phase transformation - Show static AI vs self-improving AI with real performance metrics - Include detailed single-purpose evaluators (coherence, correctness, formatting, hallucination) - Add Phase 1 (Observability), Phase 2 (LLM-as-Judge), Phase 3 (Optimization) workflows - Include real code examples with startTracing, trackNode, fetchOptimizedPrompt - Add processing dashboard and flow visualization assets - Update demo repository link to correct URL - Show 11% accuracy improvement and 40% cost reduction through AI optimization
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
🎯 Add Document Classification Self-Improving AI Use Case
📋 Overview
This PR adds a comprehensive use case demonstrating how Handit.ai transforms static document processing AI into a self-improving system that learns and optimizes over time.
🚀 What's New
Complete Document Processing Use Case
startTracing(),trackNode(),fetchOptimizedPrompt()Single-Purpose Evaluator System
Real-World Scenarios
🔧 Technical Features
Phase 1: AI Observability
Phase 2: LLM-as-Judge Evaluation
Phase 3: Self-Improving AI
🎮 Interactive Demo
https://github.com/Handit-AI/handit-demo-docs-classification.git📸 Visual Assets
🔗 Files Changed
New Files
app/use_cases/document_classifier_agent/page.mdx- Complete use case documentationpublic/assets/use_cases/processing_dashboard.png- Dashboard visualizationpublic/assets/use_cases/complete_flow.png- Processing flow diagrampublic/assets/use_cases/real_time.png- Real-time metrics screenshotModified Files
app/use_cases/_meta.ts- Added to navigation🎯 Key Value Propositions
🚀 Ready for Review
This use case provides a complete, production-ready example of how Handit transforms static AI into continuously improving intelligence, with real metrics and actionable implementation guidance.