HackerTrans
トップ新着トレンドコメント過去質問紹介求人

fredliu

no profile record

投稿

Show HN: The Sword of Ghix – a retro game made by a 13 yo with AI Assisted tools

paulinatorrr.itch.io
4 ポイント·投稿者 fredliu·14 日前·2 コメント

Beam: Better Decisions, Lower Risk, with Multi-Model AI Reasoning

big-agi.com
2 ポイント·投稿者 fredliu·2 年前·1 コメント

Show HN: LiveQuery GPT-4 – Chatbot with Real-Time Search

github.com
3 ポイント·投稿者 fredliu·3 年前·1 コメント

コメント

fredliu
·14 日前·議論
Thanks for the encouragement! Yes, he's been sharing with his friend family groups. Early feedbacks are pretty good, he's ecstatic that he can actually make this happen!
fredliu
·5 か月前·議論
We are in this transition period where we'll see a lot of these, because of the effort of creating "something impressive" is dramatically reduced. But once it stabilizes (which I think is already starting to happen, and this post is an example), and people are "trained" to recognize the real effort, even with AI help, behind creating something, the value of that final work will shine through. In the end, anything that is valuable is measured by the human effort needed to create it.
fredliu
·9 か月前·議論
Definitely one of the most, if not THE most high quality AI UX out there. Congrats on the launch!
fredliu
·2 年前·議論
That's definitely my experience as well, sufficiently large context window with a capable enough general purpose LLM solves lots if not all of the problems rag/fine tuning claim to solve.
fredliu
·2 年前·議論
Yeah... So looks like at least it's still an open question. I guess until we can definitively know how "knowledge" is collectively represented among the weights, it's hard to say either way. The other part of the question is how to evaluate the existence of "knowledge" in an LLM. TFA suggests a way, but still not 100% convinced that's THE way...
fredliu
·2 年前·議論
Does anyone have real life experience (preferably verified in production environment) of fine-tuning actually adding new knowledge to the existing LLM in a reliable and consistent manner? I've seen claims that fine-tuning only adapt the "forms" but can't adding new knowledge, while some claim otherwise. I couldn't convince myself either way with my limited adhoc/anecdotal experiments.
fredliu
·2 年前·議論
Would be curious to see if anyone find it really useful. I've tried both Copilot and Codewhisper (Amazon Q now) before, wasn't impressed and uninstalled both. Just tried Q in VSCode again, I can't figure out how to ask questions relevant to the specific workspace that's useful to me. It seems like a bolt-on chat interface to your IDE with a bad UX. Feels like even "clippy" was more useful back in the day...
fredliu
·2 年前·議論
The Beam feature of bigAGI (IMO one of the best model provider agnostic GenAI UX) enables GenAI users to send same prompt to multiple GenAI models at the same time, and gives the user different approaches to examine, select and fuse the best results into a better answer, through a very intuitive and seamless UX. It has been my go-to way of using GenAI in the past few weeks. IMO the results are better than any individual model's results alone. The best thing is, it could (semi)automatically select the best results from the models, for instance, it used to be the Claude 3 Opus model's results were favored, now that the best results lean more towards gpt-4-turbo-2024-04-09, but you can achieve "best model auto selection" with Beam without having to manually pick one model over the other.
fredliu
·2 年前·議論
got it!
fredliu
·2 年前·議論
Exactly my thought, as mentioned in the other thread, Chat's linear conversation style is not fit for reasoning/exploration type of tasks, while Beam's fan-out -> select --> merge is a much better and natural flow!
fredliu
·2 年前·議論
With Beam, we can easily experiment approaches such as Chain-Of-Though-with-Self-Consistency (CoT-SC) and other reasoning meta framework, but with more manual control. I always had issues using LLM's chat driven interface to figuring out/explore issues that i'm interested, since conversation/chats is always linear while reasoning/working on some ideas is structural. Beam seems to be a much better UX than the linear chat UX that saves me a lot of copy and paste and save and retry. Awesome work!
fredliu
·2 年前·議論
Awesome feature! Quick question, how do you choose which model to use when you "fuses" multiple beams back into one?
fredliu
·3 年前·議論
That's a great point. Just thinking out loud, if we can time travel back to the cavemen time, and assuming we speak their language, there would still be so much that we couldn't explain or they wont' be able to understand even for the smartest cavemen adults. Unless, of course we spend significant time and effort to "bring them up to speed" with modern education.
fredliu
·3 年前·議論
I have small kids, toddlers, who can already speak the language but still developing their "sense of the world" or "theory of mind" if you will. Maybe it's just me, but talking to toddlers often reminds me of interacting with LLMs, where you would have this realization from time to time "oh, they don't get this, need to break down more to explain". Of course LLM has more elaborate language skills due to its exposure to a lot more text (toddlers definitely can't speak like Shakespeare if you ask them, unless, maybe, you are the tiger parents that's been feeding them Romeo and Juliet since 1.), but their ability of "reasoning" and "understanding" seems to be on a similar level. Of course, the other "big" difference, is that you expect toddlers to "learn and grow" to eventually be able to understand and develop meta cognitive abilities, while LLMs, unless you retrain them (maybe with another architecture, or meta architecture), "stay the same".
fredliu
·3 年前·議論
Open source LLM generic frontend project such as bigAGI (https://github.com/enricoros/big-agi) has been having this feature for many months now. The good news: it even works with open source and local LLMs.
fredliu
·3 年前·議論
Isn't fountain code doing something similar? Albeit for slightly different purpose?
fredliu
·3 年前·議論
I might be wrong, but looks like this could help with speculative decoding which can already vastly improves the inference speed?
fredliu
·3 年前·議論
+1 modal.com is the first thing I checked after reading the readme.
fredliu
·3 年前·議論
hmm... doesn't seem to be the case, when I provided my gpt-3 turbo key the error message indicates the gpt-4 model doesn't exist.
fredliu
·3 年前·議論
There seems to be already a PR for adding 3.5 support. The community and speed of change in this field is mind blowing!