LLM query builder: chat UI to describe what to find, AI builds the search #29
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?
Feature
Add a chat/natural-language input panel to the search UI (Premium tier) where the user describes what they want in plain English. An LLM translates the description into a fully-populated Snipe search: query, must_include OR groups, must_exclude, price range, and category.
Motivation
The OR-group filter system is powerful but non-obvious — users have to know eBay search syntax, GPU model families, what to exclude, etc. This surfaces that power without requiring users to learn it.
Example
LLM output:
Design
snipe-consumerskill (Claude Code) already encodes this domain knowledge and can serve as the prompt foundationTier
Premium (local BYOK unlockable at Paid). Core search remains fully manual for Free users.