Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
computerex
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: Your Home, Reallocated
(55percent.org)
1 points
by
computerex
8d ago
|
0 comments
2.
▲
Show HN: Slavesofaipac.org
(slavesofaipac.org)
2 points
by
computerex
12d ago
|
0 comments
3.
▲
by
computerex
12d ago
Do you know the probability of all these companies being down at precisely the same time?
4.
▲
by
computerex
15d ago
Wow that got dark real quick, mind sharing any links/evidence? Never would have thought NZ has a CSAM problem.
5.
▲
by
computerex
20d ago
You should look at some literature around it. I don't have time to pull it up now but it's been shown that much smaller small million parameters JEPA model outperforms much bigger LLMS in some applications. Keep in mind JEPA is ar
6.
▲
Show HN: Z, minimal agentic harness for engineers that just works
(github.com)
3 points
by
computerex
20d ago
|
0 comments
7.
▲
Show HN: Memorial for Athena Strand. She will always be remembered
(athena-strand.org)
2 points
by
computerex
20d ago
|
1 comments
8.
▲
by
computerex
20d ago
I disagree totally. DeepSeek raised prices because they couldn’t serve the demand. But there are tons of American vendors ready to fulfill it. Many enterprises, including the one I work for, are swapping to open weights. Why wouldn’t you?
9.
▲
by
computerex
21d ago
Didn't OpenCode CTO state they could replicate deepseek pricing on rented hardware?
10.
▲
by
computerex
21d ago
You heard of JEPA? LLM's have all sorts of garbage they have memorized. Reasoning in latent space instead of in text significantly reduces the number of needed parameters.
11.
▲
by
computerex
21d ago
I use my own harness: https://github.com/computerex/z Have been using it as my primary harness for personal work for I'd say 6 months. I recommend everyone create their own harness at least to learn. There are a l
12.
▲
by
computerex
21d ago
Do you know how much traffic luna was getting vs Ox Alpha?
13.
▲
by
computerex
21d ago
Gemini 3.7 has been trash in my testing. So is its pricing.
14.
▲
by
computerex
21d ago
Casual consumers are using American models because their usage is low. As usage scales, the economics heavily favor open weight models. The API pricing from American companies is absurd. This is particularly true in an enterprise setting.
15.
▲
by
computerex
21d ago
How is that vastly different from any other non-enterprise facing provider? I do believe Anthropic bans accounts without even a human in the loop with no recourse left to those banned.
16.
▲
by
computerex
21d ago
You'll find that hard to prove objectively and conclusively.
17.
▲
by
computerex
1mo ago
The LLM is the core model, but the harness has the prompts/tool definitions, guidance/recovery/correction code. The harness itself is the agent, because same model may perform vastly differently on different harnesses. Agent
18.
▲
by
computerex
1mo ago
The harness is the agent. LLM's can be asked to output things in JSON for example. The LLM then literally asks for things like "execute this cmd" or search/replace this string. The LLM outputs text, but in a determinis
19.
▲
by
computerex
1mo ago
Yes, and the reason why pass@k exists is because of self-consistency. There is no guarantee for right answer to be selected or for the LLM to correct itself. While I agree pass@1 is a useful metric, I'd be more interested to know pass@
20.
▲
by
computerex
1mo ago
An agent doing a task even with multiple back to back calls like normal without an example is zero shot. An agent doing a task with 1 example is one shot. An agent doing a task with a few examples is few shot. I don't think you are cor
21.
▲
by
computerex
1mo ago
They are causal autoregressive models, the output is sensitive even to the implementation nuances in inference. Even 1 token that's badly selected could throw off the entire answer.
22.
▲
by
computerex
1mo ago
Repeat the test like 5 times for each model and see the results.
23.
▲
by
computerex
1mo ago
While I agree with need more and better gun control, American police officers are abhorrent for a very simple reason: lack of basic training, discipline, and practically zero screening/qualification process. Anyone can become a cop in
24.
▲
by
computerex
2mo ago
Absolutely. Although DeepSeek started announcing "Peak valley" pricing which started making me nervous. I have spent $50 usd in July on deepseek and for that much spend I got SO MUCH mileage. I feel perfectly content in using pay
25.
▲
by
computerex
2mo ago
Not really. I test the output thoroughly, I examine the thinking process, I go through the diff to see if anything jumps out but I my thinking process/the way I work has changed. Low level programming thinking has gotten atrophied it s
26.
▲
by
computerex
2mo ago
I think it's because python is far more approachable/ubiquitous than go/rust. It's the entry level language for many people from all disciplines of life. Scientific community uses it, data science uses it. Golang/ru
27.
▲
by
computerex
2mo ago
People know it’s happening. What do you expect an average consumer to do about it? Pay more out of pocket due to the potential national security risks?
28.
▲
by
computerex
2mo ago
I know GLM is relatively expensive and so is Kimi, in comparison to those DeepSeek V4 pro and flash are a godsend and are absolutely good value.
29.
▲
by
computerex
2mo ago
That’s not remotely true. They did distillation as a cheap solution to the cold start problem. You need data/trajectories to hill climb to higher capabilities. All large Chinese labs do RLAIF.
30.
▲
by
computerex
3mo ago
Why not ? They are relatively easy to make so why not. Even I made one: https://github.com/computerex/z
More ›