DealForge autonomously sources, scores, and writes investment memos on venture deals. Stop manually hunting.
1,180+ deals tracked · 22 AI investment memos · Updated daily
Show HN: Think Fu – Metacognition as a service
Hi HN!<p>I've been very unimpressed with how LLMs think when it comes to anything creative. It's no surprise - they've been lobotomized by RLHF to be helpful, predictable and consistent - all of these things are counterproductive in a more creative setting.<p>So I've built a little something to help LLMs be less creatively bland and dumb. It's called ThinkFu (because I believe creative thinking, when practiced well, is a martial art).<p>Anyway, you can watch a 3-min video demo here: <a href="https://www.youtube.com/watch?v=x-LQvX105SI" rel="nofollow">https://www.youtube.com/watch?v=x-LQvX105SI</a><p>Or you can just add it to your claude code like this:<p>/plugin marketplace add move38studios/thinkfu<p>/plugin install thinkfu@move38studios-thinkfu<p>You can also explore what's happening in the code here: <a href="https://github.com/move38studios/thinkfu" rel="nofollow">https://github.com/move38studios/thinkfu</a><p>The TL;DR is:<p>1. I've collected 200+ "thinking moves" from things like oblique strategies, triz, systems thinking, design thinking etc. and adapted them for LLMs<p>2. I've added a little randomness with variables, so that the total number of moves that you can get is somewhere around 500 billion. Because in creative thinking randomness is a feature not a bug.<p>3. There is a vector search and a tiny LLM router (behind an MCP) that tries to get you the right "thinking move" for whatever your problem may be.<p>Everything runs on cloudflare (still love you guys, despite all the recent issues).<p>Oh, also on first use you can opt in or out of sending the anonymized ratings back to my endpoint. The idea is that the LLM (or user) can rate whether a certain move was productive or not in a certain context.<p>If I collect enough ratings, I'll finetune a custom LLM for the router and I think routing will get better as a result.<p>Hope y'all find it interesting!<p>I'd be happy to answer questions and get bug reports and PR requests and what not. It's a tiny experiment - but if it works it could be fun to scale with the community.
Think Fu is an innovative 'metacognition' tool addressing the creative limitations of RLHF-trained LLMs, leveraging timely tech like the Model Context Protocol (MCP). While the conceptual approach is clever and developer-friendly, it currently functions more as a niche utility with low barriers to entry and significant platform dependency on the Anthropic ecosystem.