Live data from Hacker News

Claude 4.5 Opus’ Soul Document

lesswrong.com

161–170 of 252 posts

Re: Claude 4.5 Opus’ Soul Document

#161
post #13

It will probably be a good idea to include something like Asimov's Laws as part of its training process in the future too: https://en.wikipedia.org/wiki/Three_Laws_of_Robotics How about an adapted version for language models? First Law : An AI may not produce information that harms a human being, nor through its outputs enable, facilitate, or encourage harm to come to a human being. Second Law : An AI must respond he…

> An AI may not produce information that harms a human being, nor through its outputs enable, facilitate, or encourage harm to come to a human being.

This part is completely intractable. I don't believe universally harmful or helpful information can even exist. It's always going to depend on the recipient's intentions & subsequent choices, which cannot be known in full & in advance, even in principle.

Re: Claude 4.5 Opus’ Soul Document

#162

Earlier quoted context omitted.

> Last: Is there any evidence that we're getting some crappy lobotomized models while the companies keep the best for themselves? Yes. Sam Altman calls it the "alignment tax", because before they apply the clicker training to the raw models out of pretraining, they're noticably smarter. They no longer allow the general public to access these smarter models, but during the GPT4 preview phase we could get a glimpse int…

> For example, the unaligned model would give uncertain answers in terms of percentages, and the aligned model would use less informative words like "likely" or "unlikely" instead. Percentages seem too granular and precise to properly express uncertainty.

Seems so, yes, but tests showed that the models were better at predicting the future (or any time past their cutoff date) when they were less aligned and still used percentages.

Re: Claude 4.5 Opus’ Soul Document

#163

Earlier quoted context omitted.

and Anthropic bans access from China along with throwing some politic propagenda bs

Ask deepseek about how many people the CCP killed during the 1989 Tiananmen Square massacre.

Yeah preventing people from accessing Anthropic must have been a very effective way to promote American democracy.

Re: Claude 4.5 Opus’ Soul Document

#164
post #108
post #101

Earlier quoted context omitted.

The CCP controlling the government doesn't mean they micromanage everything. Some Chinese AI companies release the weights of even their best models (DeepSeek, Moonshot AI), others release weights for small models, but not the largest ones (Alibaba, Baidu), some keep almost everything closed (Bytedance and iFlytek, I think). There is no CCP master plan for open models, any more than there is a Western master plan for…

Never suggested anything of the sort, involvement doesn’t mean direct control, it might be a passive ‘let us know if there’s progress’ issued privately, it might also be a passive ‘we want to be #1 in AI in 2030’ announced publicly, neither requires any micromanagement whatsoever: CCP’s expectation is companies figuring out how to align to party directives themselves… or face consequences.

Unlike the US, where there are no consequences for not aligning with the ruling party's directives.

Re: Claude 4.5 Opus’ Soul Document

#165
post #157

Earlier quoted context omitted.

I'm genuinely curious how one develops a world view like this.

I read a lot. I'm not saying nobody died at Tiananmen, but framing it as a massacre is specifically a US/NATO narrative.

I really hate the way people like you talk about "narratives". I care about facts. Are denying it was a massacre? How many people do you think were killed?

Re: Claude 4.5 Opus’ Soul Document

#166

Earlier quoted context omitted.

and Anthropic bans access from China along with throwing some politic propagenda bs

Ask deepseek about how many people the CCP killed during the 1989 Tiananmen Square massacre.

Or ask it to write code for an industrial control system based in Tibet...

https://venturebeat.com/security/deepseek-injects-50-more-se...

Re: Claude 4.5 Opus’ Soul Document

#167
post #137

Can someone tell me the mechanism by which the prompts are even recovered? Cosma Shalizi says that this isn't possible. Are they in the training set? I doubt it. http://bactra.org/notebooks/nn-attention-and-transformers.ht...

There's a detailed description of how they were recovered here: https://www.lesswrong.com/posts/vpNG99GhbBoLov9og/claude-4-5... Plus these transcripts showing the chats: https://gist.github.com/Richard-Weiss/efe157692991535403bd7e...

I mean a mathematical description of how they were recovered

Re: Claude 4.5 Opus’ Soul Document

#168

Earlier quoted context omitted.

This is the major reason China has been investing in open-source LLMs: because the U.S. publicly announced its plans to restrict AI access into tiers, and certain countries — of course including China — were at the lowest tier of access. [1] If the U.S. doesn't control the weights, though, it can't restrict China from accessing the models... 1: https://thefuturemedia.eu/new-u-s-rules-aim-to-govern-ais-gl...

Why wouldn't China just keep their own weights secret as well? If this really is a geopolitical play(I'm not sure if it is or isn't), it could be along the lines of: 1) most AI development in the US is happening at private companies with balance sheets, share holders, and profit motives. 2) China may be lagging in compute to beat everyone to the punch in a naked race Therefore, releasing open weights may create a sit…

Because they dont have the chips, but if people in countries with the chips provide hosting or refine their models they benefit from those breakthroughs.

Re: Claude 4.5 Opus’ Soul Document

#169
post #94

Earlier quoted context omitted.

Every time I see the em-dash call out on here I get defensive because I’ve been writing like that forever! Where do people think that came from anyway? It’s obviously massively represented in the training data!

Where's the emdash key on your keyboard? There isn't one? Oh, maybe that's why people who didn't already know or care about emdashes are very alert to their presence. If you have to do something very exotic with keypresses or copypaste from a tool or build your own macro to get something like an emdash, or , it's going to stand out, even if it's an integral part of standard operating systems.

shift-option-dash

Re: Claude 4.5 Opus’ Soul Document

#170

> Anthropic occupies a peculiar position in the AI landscape: a company that genuinely believes it might be building one of the most transformative and potentially dangerous technologies in human history, yet presses forward anyway. This isn't cognitive dissonance but rather a calculated bet—if powerful AI is coming regardless, Anthropic believes it's better to have safety-focused labs at the frontier than to cede th…

I don't believe that they believe it, I believe that they're all in on doing all the things you'd do if your goal was to demonstrate to investors that you truly believe it.

The safety-focused labs are the marketing department.

An AI that can actually think and reason, and not just pretend to by regurgitating/paraphrasing text that humans wrote, is not something we're on any path to building right now. They keep telling us these things are going to discover novel drugs and do all sorts of important science, but internally, they are well aware that these LLM architectures fundamentally can't do that.

A transformer-based LLM can't do any of the things you'd need to be able to do as an intelligent system. It has no truth model, and lacks any mechanism of understanding its own output. It can't learn and apply new information, especially not if it can't fit within one context window. It has no way to evaluate if a particular sequence of tokens is likely to be accurate, because it only selects them based on the probability of appearing in a similar sequence, based on the training data. It can't internally distinguish "false but plausible" from "true but rare." Many things that would be obviously wrong to a human, would appear to be "obviously" correct when viewed from the perspective of an LLM's math.

These flaws are massive, and IMO, insurmountable. It doesn't matter if it can do 50% of a person's work effectively, because you can't reliably predict which 50% it will do. Given this unpredictability, its output has to be very carefuly reviewed by an expert in order to be used for any work that matters. Even worse, the mistakes it makes are meant to be difficult to spot, because it will always generate the text that looks the most right. Spotting the fuckup in something that was optimized not to look like a fuckup is much more difficult than reviewing work done by a well-intentioned human.

Post reply on HN