Clean-Room Spec Search

← BinComp

Semantic search over the clean-room behavioral specs. Find functions by describing what they do, not by name.

Try queries like:

  • compute SVD decomposition
  • parse a JSON file from disk
  • send a POST request with retries
  • React component that fetches data on mount
  • validate input against a schema
  • iterate over a directory tree

Search runs over the entire clean_specs corpus (228k+ specs) using sentence-transformers MiniLM embeddings + pgvector HNSW. Held-out test repos are excluded by default.