More like this
- Cookbook
Cookbook: Agent skill suggestion
Picks which agent skill to load for a given task by scoring candidate skills against the current state.
- Cookbook
Cookbook: Autoresearch feature discovery
Generates and tests candidate features over a dataset by scoring each one with Jev.
- Cookbook
Cookbook: Batching parallel questions
Shows how to send many questions about the same state in a single request instead of issuing one call per question.
ChoiceScoreNoul - Cookbook
Cookbook: Classification using confidence
Uses the confidence value returned with Choice and Score answers to decide when to act automatically and when to escalate.
- Cookbook
Cookbook: Classifying RAG passages
Filters retrieved passages for relevance before they reach the generation step of a RAG pipeline.
- Cookbook
Cookbook: Date extraction
Extracts dates from text using pre-parsing plus Choice questions, working around the documented weakness of jev-1.13 at date arithmetic.
ChoiceStructured extraction