AI Agent-Powered Electronic Component Search
Use Claude Sonnet to query 130k+ component properties for PCB design
About this automation
Stillwind Search uses an AI agent (Claude Sonnet) to interactively query a PostgreSQL database containing 130k+ component properties extracted via LLM. Users provide broad specifications; the agent finds matching parts. A verification model validates results before display. Frontend uses SvelteKit + Cloudflare Workers; backend runs PostgreSQL 18 with io_uring on NVMe.
How to implement
Extract component parameters into 1000+ schemas using LLMs
Normalize and store properties in PostgreSQL with 130k+ total properties
Build interactive query interface with SvelteKit frontend
Deploy Claude Sonnet agent to handle natural language specification queries
Add verification model to validate results before returning to user
Optimize database queries for low-latency interactive search