Projects

Selected software projects and experiments.

Selected Projects

cinemantic

Cinemantic is a semantic search interface for exploring a large archive of movie frames. Instead of navigating by title, timestamp, or hand-written tags, it lets a user search visually: composition, objects, scenes, lighting, mood, and other visual concepts.

code-indexer

Code-indexer is a tool for creating compact structural views of source code for LLM context and retrieval workflows. It uses tree-sitter to create and maintain the code skeleton as a token-efficient map of a codebase.

It focuses on extracting token-efficient code skeletons that can help an LLM navigate larger repositories with less context overhead.

More