Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
enricoros
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
enricoros
8mo ago
CCP-bench has gotten WAY better on K2.5! https://big-agi.com/static/kimi-k2.5-less-censored.jpg
2.
▲
Kimi K2.5 is significantly less censored than K2
(big-agi.com)
4 points
by
enricoros
8mo ago
|
1 comments
3.
▲
by
enricoros
8mo ago
Same ask, same session, side by side, no system prompt. K2 Preview refuses, K2.5 gives factual history. Frankly surprising and welcome to see loosening CCP-sensitive topics between model versions.
4.
▲
Show HN: Big-AGI 2 – Spent a year obsessing over AI for thinking
(github.com)
3 points
by
enricoros
11mo ago
|
1 comments
5.
▲
by
enricoros
2y ago
One person on Discord has called this 'taking the idea of self-consistency forward to ensemble model usage'. I guess this is, technically, what this approach is about :)
6.
▲
by
enricoros
2y ago
Thank you so much - there's much more and much better coming ;)
7.
▲
by
enricoros
2y ago
Yes, the only issue is the usage of tokens, which is obviously greater as we are sampling more of the solutions space. But it's a compromise to have GPT-4.5 level intelligence with GPT-4.
8.
▲
by
enricoros
2y ago
Same experience. Once you beam you look for it everywhere!
9.
▲
by
enricoros
2y ago
Same. I like using Opus | Gpt-4 | Gemini Pro (I don't have Ultra) | Mistral Large.
10.
▲
by
enricoros
2y ago
There's a combo box on the right side, and when you click on the "Add Merge" (green) button, the currently active model will be selected.
11.
▲
Show HN: Beam – Find Better Answers with Multi-Model AI Reasoning
(big-agi.com)
18 points
by
enricoros
2y ago
|
16 comments
12.
▲
by
enricoros
3y ago
TL;DR & DIY: asked gpt-4 this prompt "Cluster the top10 categories of complaints by the users, and describe each category with a few adjectives/nouns in order or importance." as of rn. Crisp or too critical? 1. Documentat
13.
▲
by
enricoros
3y ago
Very interesting to follow the chain on the console. Vry good in breaking down multi-part questions, way better than Google Assistant - and then uses G to search. Thx for showing the way.
14.
▲
by
enricoros
4y ago
Very good point. Once you start breaking down a llm into presets/delegators, you introduce basically if-else, with all the problems of that split. Lack of visibility, local vs global optimization, lack of control and predictability, as
15.
▲
by
enricoros
4y ago
When the user selects one of those, any query will reveal the prompt. Can be changed but the change won't be persisted yet. We added a 'Custom' preset today that requires editing. Agree with your point tho - rn editing happen
16.
▲
by
enricoros
4y ago
OP: I went to sleep with this as my 1st post and 1 star, and woke up with a PR for 3.5-Turbo pending. Community for the win!
17.
▲
by
enricoros
4y ago
Hey guys, op here. Merged the PR for 3.5-Turbo support and cleaned up the code (very good observations on all the places 'gpt-4' was hardcoded). Combo box to select the model. GPT-4 will need a 4-enabled key, while 3.5-Turbo will
18.
▲
Show HN: Next.js ChatGPT – Responsive chat application powered by GPT-4
(github.com)
126 points
by
enricoros
4y ago
|
34 comments
19.
▲
by
enricoros
4y ago
What does it take to make a basic ChatGPT-like frontend, with code highlighting, run in sandbox, drop-files, and 'acting' in prompts? Clone away and enjoy. First time poster