4 prompts
Describe what data you need in plain English and get a working SQL query. Supports joins, aggregations, window functions, and CTEs.
Describe what you want to match in plain English and get a working regex pattern with explanation, test cases, and common variations.
Build a semantic code search engine using embeddings. Search by intent ('function that validates email') rather than exact text matches.
Build a Retrieval-Augmented Generation pipeline with hybrid search (vector + keyword) and a reranking step for higher precision answers.