blink
Multiple Jev walkers navigate a repository tree one directory choice at a time.
What Jev decides
Which visible file or subdirectory should a walker inspect next.
Each walker sees only the current directory entries and uses Choice to select the most promising file or subdirectory for a natural-language query, producing traceable routes through the codebase.
- Jev role
- Route independent search walkers through the most promising repository paths.
- Input
- The natural-language query, current path, immediate child names, and walker history.
- Output
- A Choice distribution over the current directory entries.
- Decision frequency
- At every directory step for every active walker.
- Fallback
- Return ranked paths and traces for human inspection rather than asserting a final answer.
How it works
Overview
blink treats code search as navigation rather than global retrieval. Starting at the repository root, independent walkers repeatedly ask Jev which immediate child is most likely to contain the answer. The output preserves each path and probability distribution, making the search route inspectable.
The prototype does not build embeddings or a vector index. Its search quality depends on names and local directory context, and the repository does not declare a license, so reuse terms should be confirmed with the authors.
- Language
- TypeScript
- License
- Not declared
- Author
- Ellipsis
Sources
Related projects
pg-jev
Use Jev decisions directly inside PostgreSQL filters, rankings, and classifications.
What Jev decides
Whether a row matches, how strongly it matches, or which supplied label best describes it.
jev-ultrafast
A browser agent where Jev selects an operation and a compatible page element from a live indexed action space.
What Jev decides
Which supported browser operation to run, and which compatible visible element to target
Jev Review
A code-review pipeline assembled from small typed judgments instead of one long reviewer prompt.
What Jev decides
What is risky, which files and evidence matter, what could fail, how severe it is, and who should review it.