Awesome Jev: early projects and use cases
A community-curated list gathers early Jev projects and ideas for developers who already have API access.
Marlene shares hands-on experience using Jev to classify RAG passages: Jev returns multiple probabilities per passage (e.g., relevance and whether it contains the answer), which guide keep/drop decisions. She is also testing it for compaction in the copilot SDK.
I like this approach to RAG with Jev. For each passage, Jev returns 4 probabilities like: P(relevant) < 0.45 → drop P(has answer) > 0.55 → keep It keeps or drops based on probability! https://docs.typesafe.ai/cookbooks/classifying_rag_passages… I've been trying it out for compaction in copilot sdk...