Edit ‘good_ideas’: Synced 1767213305716

This commit is contained in:
sync
2025-12-31 20:58:06 +00:00
committed by wikimind
parent 89b4252bd0
commit 7f4c6e213c

View File

@@ -1,14 +1,5 @@
* {
Actually run https://github.com/osmarks/meme-search-engine/blob/master/src/reddit_dump.rs at full scale.
* Done! Basically works.
}
* {
Meme sparse autoencoding (I think a CLIP SAE already exists though).
* Done. Basically works.
}
* Overengineered LLM-based autocomplete to spite "it's just autocomplete" people.
* Expanded [[vengeance]] policy.
* Combine new CRL (https://arxiv.org/abs/2408.05804) with offline pretraining. Might be redundant in some sense.
* {
Similarly, contrastive RL for computer algebra (specifically, proving that expressions equal other expressions via making substitutions repeatedly). Try and contrastively learn a "how close is this expression to this other one" function (I think with an action input?). Bootstrap to progressively harder problems.
* What does Gyges mean by "anyone who wants it: you should be able to train contrastive models way faster if you use lsh to determine pairs to contrast"? This might contain alpha.
@@ -110,4 +101,5 @@ Semantic search for:
* "Credit Card Portfolio Dungeon" (as in churning).
* Cookie Clicker, but with victories rather than cookies.
* "idea: autonomous, agentic emails that hunt you down and destroy you" (https://x.com/0x49fa98/status/1993690386531860574)
* Neural net graph prettiness heuristic rather than force-based.
* Neural net graph prettiness heuristic rather than force-based.
* CA embedding models.