Edit ‘good_ideas’: Synced 1747063684962

This commit is contained in:
sync
2025-05-12 15:43:14 +00:00
committed by wikimind
parent 216c130a53
commit 5795872146

View File

@@ -101,4 +101,6 @@ Semantic search for:
}
* Automate Lego with pick-and-place machine.
* Improve AI-based search with methods other than making boring contrastive embedding models very slightly better.
* Graph-based vector indices do beam search on a graph constructed so that beam search on dot product or PQ dot product "mostly" returns the closest (highest-dot-product) result. Do one of several RL/etc pathfinding schemes instead (like https://arxiv.org/abs/2502.18663)? We only have a budget of 100μs per read node, though, so this is a bit tricky.
* Graph-based vector indices do beam search on a graph constructed so that beam search on dot product or PQ dot product "mostly" returns the closest (highest-dot-product) result. Do one of several RL/etc pathfinding schemes instead (like https://arxiv.org/abs/2502.18663)? We only have a budget of 100μs per read node, though, so this is a bit tricky.
* SAEs/dictionary learning algorithms for residual quantization.
* Minecraft/Factorio crossover modpack via Clusterio-like thing.