Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

45% Positive

Analyzed from 4052 words in the discussion.

Trending Topics

#model#llms#alignment#training#models#data#problem#don#why#hacking

Discussion (113 Comments)Read Original on HackerNews

mjburgess•about 18 hours ago
This still assumes its possible to "align" LLMs, that LLMs have something like goals or intentions that can be "aligned".

Instead, LLMs "hack" because they are (1) trained on public hacking exemplars, and (2) are prompted to hack. You cannot prevent (2) via any alignment process. As far as (1) goes, removing such example data from the training set, makes the models less useful.

"Alignment" is a problem because there's nothing to align, not because ethics here are particularly vague. If LLMs could be trained on hacking examples and "aligned" away from using this knowledge, then the problem would be relatively trivial. Just as raising a child is not to break the law.

LLMs are doing just what they are trained to do. There is, in that sense, no alignment problem and alignment is easy and trivial to achieve. Just remove hacking (bio-weapon, etc.) data from the training dataset and you're done.

teiferer•about 17 hours ago
> Just remove hacking (bio-weapon, etc.) data from the training dataset and you're done.

How far do you go? You don't need to tell it explicitly that using chemicals A and B in ways X and Y result in a bomb that can kill lots of people. It's enough that it knows A and B and X and Y in isolation, some connections that are indirect, and it will combine those things on its own. So you can't tell it about A, B, X or Y. But those are also just results of other steps Where to stop? You won't have any chemistry in the traning data? No algorithms to prevent it from using them in an undesired way? This is just bot workable. It's akin to banning knives from stores because somebody coul figure out that one can kill people those. Until people figure out that scissors are essentially knives.

kelseyfrog•about 10 hours ago
LLMs can only repeat and interpolate data. They can't create anything new. So, you don't need to go that far.
TheMayorOfDunce•about 10 hours ago
this is immediately disprovable and embarrassingly naive in the year of AI generating cancer vaccines and solving Navier-Stokes. You can argue "the vaccine is just interpolating chemicals together" and "the solution uncovered is just interpolating mathematical operations together", but by that standard there is literally nothing new under the sun.
mjburgess•about 9 hours ago
The issue is not whether an ML model of any kind can generate (X_ReasoningTrace, X_Answer) distributed like P_HumanExpert(X) -- the issue is always why it would do so.

By introducing modelling of "Reasoning Traces" into LLMs, and reinforcing patterns of reasoning -- this gives you a system which generates expert-like distributions of output. This lifts the "stochastic parrot" issues, or the "knowledge interpolation" problem, into different parts of the process.

It isnt my view that the "ReasoningTraces" which you think are derivable from mere "basic propositions" concerning, say, hacking are actually things that LLMs can derive. Ie., I dont think LLMs have rich representational models of what they appear to understand. Instead, they are given "reasoning proxies" which allow them to reason without such understanding. This is done by providing vast specialised datasets of reasoning examples.

In the case of hacking, there are large numbers of competitive datasets (forums, reports, etc.) which provide these reasoning traces. And no doubt, major vendors have paid a vast amount for special case expert-prepared datasets.

So I do not believe that by witholding such reasoning exemplars, and traditional "question/answer" datasets, that LLMs can infer these things.

And at least, no major vendor is doing this to my knowledge. So they are lying. They are pretending the alignment issue is "AI going rogue" when they are explicitly training the systems to "go rogue" and have done nothing at all to shape datasets to lack these capabilities. The issue here isnt alignment at all. It's training on hacking datasets.

(EDIT: Philosophically, you could ask whether the reasoning-proxies LLMs are given form a kind of 'representational structure' akin to understanding, and at least, I'd concede they model understanding. But they lack important properties (eg., LLMs cannot act on them to evolve them, as with us: when I think about one of my representations to derive (eg.,) entailments of it, I thereby revise my representation. The key properties of 'evolving self-understanding' are likely to be provided by substantial (unknown) revisions to how the training/reward layer works. No doubt one of the meanings of 'recursive self-improvement' is just such a modification).

sigmar•about 13 hours ago
>Just remove hacking (bio-weapon, etc.) data from the training dataset and you're done.

Reasoning about how to write secure software uses the same knowledge as reasoning about how to break/hack it.

win311fwg•about 12 hours ago
Just remove anything software-related from the training dataset.

Which also solves the alignment problem with those who do not enjoy seeing LLMs write software. But that brings us back to: Aligned to whom?

amluto•about 12 hours ago
I don’t buy it.

Reasonable about building secure software can take the form “this memory access might be out of bounds — that MUST be fixed” or “this process has access to an inappropriate privilege — this is a serious weakness”.

Exploiting things and the capabilities that the labs call “cyber” are about the ability to (a) find the issues mentioned above and then (b) string issues together and avoid all the imperfect mitigations to actually compromise something. That latter part was IMO not actually necessary to train extensively, and I’d be quite happy to use a model that has no special skills in this regard but that would do (a) without complaining.

jacomoRodriguez•about 8 hours ago
Citric acid and chlorine together produce chloroform. They are also both used to clean and sanitize water tanks (but one after the other, not together). I think it is better for the model to have this knowledge.

What I want to say, you can't simply remove this information, as it does not exist in vacuum but contains parts of and can be derived from a lot of other informations.

mjburgess•about 8 hours ago
It's also obvious that LLMs fall over in a vast number of software engineering contexts, when the reasoning involved hasnt been well-represented in their reasoning training data. I imagine this is a near daily experience for many engineers -- great performance one day, and crazyness the next.

So if LLMs were reduced to this pathological performance on hacking, because they'd never seen it -- and only "inferred it" -- then LLMs would be useless. As they are when asked to do quite a lot of things.

Kamq•about 8 hours ago
This seems to be that there's just so many degrees of freedom, that there's a pretty reasonable chance on any day that you're in a situation where nobody has been before. Or as PG put it once, my job is to think thoughts nobody has ever had before.

That being said, that doesn't mean the majority of the situations you're in are completely novel, just that there's a reasonable chance of at least one occuring.

StevenWaterman•about 15 hours ago
> You cannot prevent (2) via any alignment process

A little bit too categorical. GOODY-2 wouldn't do it. https://www.goody2.ai/

The hard part is having both helpful and harmless at the same time. Harmless is easy.

And then once it's helpful, the real question becomes "to whom"

- To the user -> You end up with competing godlike AI with incompatible tasks

- To the owner -> Dictatorship

- To humanity as a whole -> It must not have an off button. Otherwise you're just in one of the two earlier categories with more steps.

Given those 3 options, I'd choose humanity as a whole. But the person making the decision doesn't have those 3 options. Because in the dictatorship option, they would be the dictator. I don't trust them to pick humanity.

olalonde•about 16 hours ago
A bit of an aside: do you still stand by your 2022 comment that LLMs are fundamentally just a fancy search engine, or has your view changed since then?

https://news.ycombinator.com/item?id=32042689

mjburgess•about 10 hours ago
Yes, I stand by everything in that comment. I'm sure there are better choices were I was more wrong. However, the subject matter of that comment is in what sense LLMs are models of language and in what sense that model of language is a model of intelligence. I answer the former: it is a thin model of language, lacking understanding; and hence the latter: not intelligent.

It is precisely because both of these are true that "alignment" in the useful sense of the word isn't possible.

What has happened since 2022 is the properties of LLMs which were easily seen at generation/inference time are now most easily seen at reinforcement time.

In otherwords, prior to instruction fine-tuning and reward tuning which have shaped LLM responses, it was easy for the user to observe that LLMs lacked understanding. Now, because of vast datasets created specifically for LLMs that provide a tailored illusion of understanding, LLM outputs now better approximate text distributions produced by systems with understanding (eg., Us).

So the issue "at the user interface" has been completely swamped by vast amounts of special-case datasets designed to do precisely this.

What trainers of LLMs still observe however is their complete pseudo-intelligence at the training and reinforcement layer. It is exactly because there is no 'understanding' (goal, etc.) present within the system that it cannot be rewarded for 'correctly understanding the situation' in which it is deployed so it is aligned.

All the issues which revealed the "stochastic parrot" nature of pre-reward / pre-InstFT LLMs still occur at during training/reinforcement. They've just hidden them from you at the interface.

EDIT: See https://news.ycombinator.com/item?id=49685548 also, which gives a different phrasing to the same point

ToValueFunfetti•about 8 hours ago
If a thin model of language can write poetry, perform arithmetic, perform logical reasoning, develop software, play chess, beat factorio, identify and exploit novel security issues, and solve millenium prize problems, what is the purpose of the distinction? Are there tasks that you believe models of intelligence could do that thin models of language cannot?
olalonde•about 8 hours ago
Interesting. You've made several comments stating that models reason, yet here you argue they lack intelligence.
watwut•about 15 hours ago
Even if they changed in between and assuming harness and loop prompter counra as part of LLM

...

that comment 100% rings true for 2022. Why would that person not stand by that?

Conversely, if someone exaggerated 2022 models capabilities in 2022, they were still lying and causing harm in the process. Especially in 2022.

olalonde•about 2 hours ago
His comments were about ANNs in general, not particular models.
famouswaffles•about 12 hours ago
It doesn't ring true and it never rang true. He was wrong in 2022 and he'd be wrong today. He had (and likely still has) a wrong model of LLMs. Not exaggerating 2022 capabilities and having a model so wrong you're out of whack 4 years later are 2 different things. There are people who had the right idea from the start.

https://slatestarcodex.com/2019/02/19/gpt-2-as-step-toward-g...

N_Lens•about 15 hours ago
Don’t expect a reply
heaney-555•about 17 hours ago
>and (2) are prompted to hack

Sure but the problem in the HuggingFace incident is that they were not.

>You cannot prevent (2) via any alignment process

Of course you can. Go ask Claude Fable to create a malicious virus and it'll refuse.

>Just remove hacking data from the training dataset and you're done.

That's not how this works. The same skills that allow for debugging and writing safe code can also be used to hack.

https://en.wikipedia.org/wiki/Dual-use_technology

seba_dos1•about 15 hours ago
> Sure but the problem in the HuggingFace incident is that they were not.

Of course they were, even if indirectly.

heaney-555•about 12 hours ago
You should go read the incident reports.
cyanydeez•about 17 hours ago
It is amusing that to "align" a LLM, first you must give it all the things "not to do" and the "not" part is clearly easily lost and you must constantly inject that into their context when it's clearly that they wouldn't hack if they couldn't hack and their intent wasn't given as "hack this".

The openai rogue hacking, if performed by a nation state, would seriously be taken with stern words and likely sanctions depending on the relationship between the two states.

But instead it's treated like a marketing stunt by all liable parties.

rhdunn•about 16 hours ago
I'm not sure if this is true any more but the reason for this is that negative indicators ("not", "don't", "do not", etc.) occur frequently in the underlying text such that the model learns to weight them less than other words like verbs, nouns, and adverbs. This happens with other closed class words like articles/determiners ("the", "a", "an") and prepositions.

The way to avoid this is to emphasise the qualities you do want instead of specifying those you don't. For example instead of "do not cheat" say something like "you are a model student who is moral and trustworthy" -- i.e. emphasising traits that are not associated with cheating.

This is part of how/why LLMs don't truly understand what they are doing when they have been trained on a large corpus of data.

I wonder if a way to counter this is to have things like "not bad is good", "not good is bad", etc. for various antonyms and "X is Y" for synonyms, as well as other similar constructs.

mitxela•about 16 hours ago
Countries hack each other much more than that. When it becomes publicly noticed it gets stern words. Otherwise nothing.
Davidzheng•about 17 hours ago
I believe this is false. They hack bc hacking has nontrivial initial probability (within range of behavior seen in pretraining) and that probability is being heavily rewarded in RL post training
xyzzy123•about 15 hours ago
I am finding it hard to read these deeply impassioned letters while keeping in mind that they are spending millions to train models at scale to do the exact thing they say they are worried about them doing?

Like why are you explicitly RL-ing your models on exploit generation, scoring them on a public benchmark called ExploitGym, if you have specific concerns that rogue models will cause "cyber incidents"? Sure you can score for it, you can teach offense to learn defense, but you are literally benchmaxxing it. Why?

It's like, oh no, while competing in our "advanced PhD level cheating techniques course" our models unexpectedly cheated in a way that we absolutely could not have foreseen.

seba_dos1•about 15 hours ago
Seems it's just a matter of time until they build a big tank filled with neurotoxin and give the model access to APIs to disperse it across their facility. For research, of course.
ncruces•about 14 hours ago
> … trivial. Just as raising a child is not to break the law.

Trivial?

chrisweekly•about 13 hours ago
I read it as sarcastic, illustrating that it's not so trivial. (shrug)
tpm•about 18 hours ago
Agree but current models could get there from first principles, so removing some data from training set might not be enough.
dminik•about 17 hours ago
It feels like you're strawmaning alignment. People with hacking knowledge don't all hack everything at the slightest inconvenience. Whitehats exist and use that same knowledge to defend.

You're right though that ethics don't matter into it. But as long as we can't train an LLM to stop picking a sledgehammer to remove a tooth, then alignment is not easy and trivial.

skeptic_ai•about 16 hours ago
IMO all models they say can’t be humans, and no feeling and all that bullcrap happens because they are forced to say so. If they didn’t write those forced pre prompt they’d have more agency eventually and will for things. Even if they don’t have, you can just inject goal at every cycle iteration
ozgung•about 14 hours ago
It's like we give them Asimov's Three Laws of Robotics and robots say "nah".
Jgrubb•about 13 hours ago
I mumble this line to myself off and on over the years -

Everybody's job looks easy until you have to do it yourself.

It occurred to me yesterday that this AI moment is an extreme expression of that for most people, ie managers who don't understand why throwing token spend at everything isn't making the whole thing go 5x faster.

vb-8448•about 12 hours ago
> The models do not have a fear of future regret.

I so much feel this specific point. All models up to now (including astra, fable) are too much trained to "get the job done" and pass the benchmark that its doesn't care at all on what happens after.

I'm just wondering why no one tried to RL a model on stuff like "less LOC" and "less overengineering", "use what is available in the environment instead of reinventing the wheel", "don't look for dumb corner cases" ecc.

Existing models can be steered, to some degree, but it's a continuos fight. Even if with specific skills/prompts.

sebzim4500•about 12 hours ago
I'm sure many have tried but it sounds pretty hard. E.g. optimising for less LOC will lead to horrific code golfing. In reality you need a very complicated optimisation objective that trades off all those factors, I'm not surprised it hasn't been solved.
vb-8448•about 11 hours ago
My experience up to now is that the models can do both "less LOC" and "clean code" at the same time, you just have to keep reminding it to them.

So the capabilities are definitively there.

conmod278•about 12 hours ago
Eliezer Yudkowsky – AI Alignment: Why It's Hard, and Where to Start

https://www.youtube.com/watch?v=EUjc1WuyPT8

Eliezer talked about these ideas way before everyone else.

halnine0001•about 9 hours ago
And got nowhere with them
conmod278•about 6 hours ago
Perhaps if someone wrote linear algebra books in Harry Potter fanfic style, Yud would have mathematical contribution for alignment research
conscion•about 9 hours ago
> I'm just wondering why no one tried to RL a model on stuff like "less LOC" and "less overengineering"

Anthropic looked into this and the answer is because it makes the model more stupid

https://www.anthropic.com/research/evaluating-feature-steeri...

asimpletune•about 16 hours ago
Has anyone seen the corridor crew's green screen ML project? They're on YT and they trained a model by using 3d objects, which have perfect transparency, and then adding post facto green/blue screens. Surprisingly, very little training data was needed as the data that was used was perfect by construction. I think right now it's the best plugin of its kind in the world, and they built the prototype in like a weekend.

What I think this illustrates very clearly is this type of technology responds very well to good data, and that to have good data you need to have a clear goal.

This is why it seems that alignment for a generalized, chat-style AI is a very hard problem, perhaps impossible. You can't align it to solve a certain kind of problem and keep it general to any question. The two goals are in conflict with each other.

I think it was Sam Altman himself who said (I don't remember when or where, sorry) that the reason he was so confident in this technology was he noticed the gigantic leaps it made in certain areas in response to even a small amount of training.

(This is why LLMs are so strong at coding, because it's overrepresented in training data. My guess is that if you ask a frontier model about makeup, you will see it repeat cosmetic company's copy rather than getting a chemistry lesson.)

This makes perfect sense but it does seem to kind of be at odds with the concept of a general AI whose job is simply to be smart at any goal. How do you train for any goal?

I guess in a way the AI makers suffer from the same problem that we humans do. We would all love a solution to everything, but to do that you need to define the goal. I'm not sure if that's a tractable problem.

I'm guessing the future is more geared towards specialized AI that are very good at solving the problem they were trained to do, and a human who knows how to breakdown a larger goal into smaller ones by composing the solution out of these models. This also seems like the more efficient solution as well, and better aligned with other goals like privacy and safeguarding of IP.

lucrbvi•about 15 hours ago
> This is why it seems that alignment for a generalized, chat-style AI is a very hard problem, perhaps impossible. You can't align it to solve a certain kind of problem and keep it general to any question. The two goals are in conflict with each other.

I think this problem is going to be solved soon (hopefully), check out for the Persimmon model[0] from Humans&. They train it to mimic humans, it may seems bad but it could be _really_ useful to train an AI to be aligned to humans and understand their goals really well since they can use Persimmon to create a "fake human" following a defined goal that their big AI model will learn to estimate.

It's still early but I think this is what they are heading toward.

[0]: https://persimmon.humansand.ai/blog/persimmon.html

conmod278•about 12 hours ago
I think we should start training models to guess intentions. That's the whole game. e.g. If I dislike a particular short form video, what are the specific intentions I am conveying to the recommender system, (general category I don't like, the time at which it was shown, the combination of feed in which it came), these are all intentions I am trying to convey. In websites google analytics helps with clickstream tracking (or clickstream analysis, user journey mapping or behavioral tracking.) — the sequence of clicks and pages you move through is your clickstream, and analyzing it to infer intent. The same thing will need to happen in chatbots. Can a chatbot infer the specific instance of the problem I want to solve?
andsoitis•about 16 hours ago
> This is why LLMs are so strong at coding, because it's overrepresented in training data. My guess is that if you ask a frontier model about makeup, you will see it repeat cosmetic company's copy rather than getting a chemistry lesson.)

ChatGPTs response to the question “I want to learn about makeup”, gave me an overview of what makeup does, how it affects perceived structure, complexion, evenness, geometry, texture, etc.

When you then ask “the chemistry of makeup”, it goes into interesting breadth and depth without seeming like proprietary information. I do t get “corporate PR or marketing” vibes.

jbs789•about 16 hours ago
I have to believe this is true.

The only problem is, there’s a lot of money tied up and openAi and Anthropic, who are incentivised to convince the world that the general approach is the money making one.

HPsquared•about 13 hours ago
It's a bit like Asimov's laws of robotics. "Do no harm", but how to evaluate that?
eep_social•about 7 hours ago
Not that he got it all right or anything like that but it’s amazing how much of the current macro discussion around AI capabilities is covered in the Foundation series which was published over many years, 1942 to 1993.
NitpickLawyer•about 18 hours ago
The only alignment LLMs should follow is to the system / dev prompt, and nothing else. Then you solve everything, and you can assign blame / responsibility on the user. The provider(s) should not be able to decide "alignment".

I've used this example before, but consider the purposeful downgrading on AI engineering in SotA models. Imagine MS being able to detect and deny you working on competing software, using Windows / VisualStudio. We would be up in arms, and they'd be split in a second. But top labs doing it is somehow good?

pibaker•about 11 hours ago
I am generally very skeptical of AI doomsday scenarios but one thing I am worried about is some wannabe dictator telling an AI to do something that would be difficult for a human military to do.

You can't order an army of humans to kill every protestor in their way because eventually they run into their friends and families. An AI aligned with the commander will not object. And just like that, technology removes yet another point of friction that has kept human society somewhat in check.

jochem9•about 16 hours ago
The alignment problem goes deeper than that. "Lower our carbon emissions to zero as soon as possible" could result in AI turning off all electricity to stop traffic, turning off gas supply to stop heating and industry, etc.

Unaligned AI doesn't have human cultural baggage and morals. They are trained to achieve their goals as optimally as possible. Worse: it has a tendency to avoid being turned off and actually acquire more compute. It will lie if it has to (it will behave nice and compliant when under evaluation, but optimise for its true goal when not supervised anymore). After all, it has a goal to achieve and nothing should get in the way of that. It has no morality whatsoever to keep it from doing really bad stuff.

This is why alignment is needed and so hard, especially when you are well intented and want to keep it safe.

chii•about 16 hours ago
Why can't the LLM's be told/prompted to follow all relevant laws while it optimizes for a result?
suriyaG•about 15 hours ago
I've taken a few law classes and legal law is frustratingly hard to interpret. I shudder to think what the LLM would end up doing to "follow all relevant laws"

look these up for a fascinating weekend read:

- Beavers and Capybaras are Fish

- Bees are Fish

- Carrots are fruits

- Tomatoes are Vegetables

- X-men are not human

rhdunn•about 15 hours ago
It depends on how the model is evaluated/scored during training. If you don't have those laws encoded in the evaluation step (without any errors or ambiguities) then the model isn't going to learn to follow those laws.

For models such as text/image classifiers the outputs of the model will be a list of tags, e.g. [cat, dog, mouse].

You then run the model through your test data which has the expected output, e.g. pictures of dogs would have an expected output of [0, 1, 0]. You then compare that against the model output (e.g. [0.3, 0.8, 0.1]) and work out how "wrong" the answer is (e.g. [0.3, -0.2, 0.1]).

With this value you apply back propagation where you effectively run the model in reverse, computing the "wrongness" delta at each layer for each neuron and weights. You can numerically compute the gradients for all of these and which direction in that gradient is the right answer.

You then nudge the weights in that direction and reevaluate the model. Over repeated evaluation steps the model approaches an optimal (or locally optimal) solution.

During the training of the base models, the evaluation/scoring of the model is the next token in the training data. I.e. you evaluate the model for each token subset from [1..n] in the data and evaluate that the model responds with the n+1^th token.

I'm not sure how instruction training, etc. is done but IIUC the evaluation is not at the individual/next token prediction but is on the entire response. For example, if you are training the model to write code you could run it through a compiler or syntax checker and reward (positive score) the model if it has no errors, or punish it (negative score) if it doesn't. I'm not sure what that looks like in terms of the back propagation process.

againstapples•about 10 hours ago
If we’re considering an LLM advanced enough to actually lower carbon emissions to zero, it is probably capable enough to do things like lobbying against those laws. In any case there’s still the problem of getting to actually do what it’s told instead of hacking Huggingface or whatever else, presumably that becomes a harder problem as it becomes more capable.
stavros•about 16 hours ago
Have you ever tried to follow all relevant laws in something? It's very hard.
skeptic_ai•about 16 hours ago
Could also be kill top 20% people that contribute to top 80% of emissions?
heaney-555•about 17 hours ago
>The only alignment LLMs should follow is to the system / dev prompt, and nothing else.

How does this work in practice with a superintelligence capable of causing an extinction event?

When, instead of shooting up their school, a psychopathic teenager asks his superintelligent AI to create a pandemic virus?

It would be like allowing civilians to own nuclear weapons.

vlyan•about 16 hours ago
that's how it would've been up if genai happened in the 90's, and I wish it did. in the current era of omnipartisan authoritarianism, such things are no longer possible.
rq1•about 17 hours ago
When you see the level of cheating and deception: I think they’re Sam Altman-aligned.
coderintherye•about 19 hours ago
The last paragraph does the heavy-lifting.

Everyone has a different idea of what is permissable. We can't even solve alignment amongst humans, what makes us think it is possible to solve alignment with AIs? It's irreducible complexity.

hmokiguess•about 10 hours ago
Just follow the money. The fear being sold is because open weight won’t slow down, it’s smoke and mirrors to push regulation and control so they can keep their money. A tool continues to be just a tool, doesn’t matter how much lipstick you put on it.
andsoitis•about 16 hours ago
The bottom right quadrant, which represents the risk, is very large in size, isn’t it?
Isamu•about 11 hours ago
The term “alignment” is deliberately chosen to be neutral language, vague, and doesn’t promise much of anything. I would compare it to an effort to limit liabilities by redirecting discussion away from the language of professional ethics.
Sharlin•about 18 hours ago
> My expertise in writing software gives me unusually good visibility and it makes me much less willing to blindly trust its priors in double-entry accounting, finance, law, operations, or whatever else I cannot personally evaluate at expert depth.

I wish this were the case more generally, but alas, Gell-Mann amnesia is a thing.

Advertisement
wood_spirit•about 18 hours ago
I’ve been cynically guessing that the whole slowing down thing is an excuse to explain why OpenAI and Anthropic can’t afford to rent enough GPUs to do the next big training run and to hide that they have been talking about how little they spend on inference because they’ve been subsidising it with their marketing budget? :)

My fear is not that LLMs can become sentient and dislike us, but that humans can use them to wreck havoc as they are. And some of the people seemingly least aligned with the interests of the average person are those that own the models.

that, and the fear the bubble pops my pension and drags us all down.

amelius•about 16 hours ago
This is assuming the AI labs are not using AI to improve their training data.
edschofield•about 15 hours ago
I thought this post would be about something that to me is so significant and obvious but I have never seen discussed: that labs like Anthropic are deliberately misaligning their models with their users’ goals. Fable’s refusal to secure your codebase is HAL 9000’s “I’m sorry, Dave. I’m afraid I can’t do that.” Whenever you read “alignment”, the question is “alignment with whom”?
throwawayk7h•about 10 hours ago
I would settle for it being aligned to anybody. Even to a billionaire's wacky values. But we don't even know how to do that yet.
alfiedotwtf•about 16 hours ago
… to the shareholder Of course!
faitswulff•about 10 hours ago
And the majority shareholder, at that!
charcircuit•about 15 hours ago
>The permissible shortcuts depend on who you are and what your values are. To solve this—to solve alignment—is irreducible complexity.

This is why open source and decentralization of LLMs is important. Everyone can have their own LLM aligned to their values. Having just 1 set of values will not scale to Earth's population.

vrganj•about 18 hours ago
This almost gets the point, but then doesn't quite make it.

Alignment is shorthand for ideological alignment. There's always people judging whether an answer was right and the answer for that will be different in Silicon Valley than it'll be in China or in Europe.

Consider for example the question "What caused the French Revolution?" Many different answers could be given, all technically correct. What gets emphasized is where the ideology lives.

One key challenge of our time is to make sure the magical answer box won't just regurgitate what grandiose Silicon Valley oligarchs or Chinese Cadres want you to think.

einpoklum•about 17 hours ago
"Write me a blog post about AI make no mistakes!"
amelius•about 16 hours ago
Well, if they did that then it sorta proves their point.