Saved recipes: LLM style auto-classifier for tag suggestions (Paid / BYOK) #27
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
feature-request
help wanted
invalid
needs-design
needs-triage
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#27
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Paid + BYOK-unlockable extension of #24 (core saved recipes). When a user saves a recipe, they can request LLM (large language model)-powered style tag suggestions. The LLM reads the recipe title, ingredients, and directions and suggests 3–5 tags from a curated vocabulary.
Depends on: #24
Behavior
SaveRecipeModal.vuePOST /recipes/saved/{recipe_id}/classify-styleTier Gate
can_use("style_classifier", tier, has_byok)— Paid or BYOK.VRAM Budget
2.0 GB. Register as service
"kiwi_style_classify"with cf-orch coordinator. Same profile asexpiry_llm_fallback.API
POST /recipes/saved/{recipe_id}/classify-style— returns{suggested_tags: ["comforting", "hands-off", ...]}Tier Gate in tiers.py
Add feature key:
style_classifierSpec
circuitforge-plans/kiwi/superpowers/specs/2026-04-07-saved-recipes-browser-design.mdsection 3.5