Launched this week

symdey-100
Intent-based code search. Up to 50x fewer tokens.
4 followers
Intent-based code search. Up to 50x fewer tokens.
4 followers
Semantic fingerprints for 100x faster Python code search. Symdex-100 indexes every function in your repo into a small SQLite sidecar (`.symdex/index.db`). Each function gets a structured 20-byte “Cypher” (e.g. `SEC:VAL_TOKEN--ASY` = security, validates token, async) instead of opaque embeddings. You search by intent—“where do we validate user tokens”—and get sub-second, ranked results from the index. Source files are never modified.

