iandanforth an hour ago

"Google said in a statement: “Quality raters are employed by our suppliers and are temporarily assigned to provide external feedback on our products. Their ratings are one of many aggregated data points that help us measure how well our systems are working, but do not directly impact our algorithms or models.” GlobalLogic declined to comment for this story." (emphasis mine)

How is this not a straight up lie? For this to be true they would have to throw away labeled training data.

  • creddit an hour ago

    Because they are doing it to compute quality metrics not to implement RLHF. It’s not training data.

  • Gracana an hour ago

    They probably don’t do it at a scale large enough to do RLHF with it, but it’s still useful feedback the people working on the projects / products.

    • zozbot234 an hour ago

      More recent models actually use "reinforcement learning from AI feedback", where the task of assigning a reward is essentially fed back into the model itself. Human feedback is then only used to ground the training, on selected examples (potentially even entirely artificial ones) where the AI is most highly uncertain about what feedback should be given.

  • teiferer 39 minutes ago

    Key word: "directly"

    It does so indirectly, so it's a true albeit misleading statement.

yanis_t 16 minutes ago

From my shallow understanding, it seems that human training is involved heavily in the post-training/fine-tuning stage, after the base model has been solidified already.

In that case, how is the notion of truthiness (what the model accepts as right or wrong) affected during this stage , that is affected by human beings vs. it being sealed into the basic model itself, that is truthiness being deduced by the method / part of its world model.

cs702 2 hours ago

The title is biased, blaming Google for mistreating people and implying that Google's AI isn't smart, but the OP is worth reading, because it gives readers a sense of the labor and cost involved in providing AI models with human feedback, the HF in RLHF, to ensure the AI models are more aligned with human values and preferences.

  • zozbot234 40 minutes ago

    RLHF (and its evolution, RLAIF) is actually used for more than setting "values and preferences". It's what makes AI models engage in recognizable behavior, as opposed to simply continuing a given text. It's how the "Chat" part of "ChatGPT" can be made to work in the first place.

  • giveita an hour ago

    > Sawyer is one among the thousands of AI workers contracted for Google through Japanese conglomerate Hitachi’s GlobalLogic to rate and moderate the output of Google’s AI products...

    Depends how you look at it. I think a brand like Google should vet a mere one level down the supply chain.

    • FirmwareBurner an hour ago

      I had no idea Hitachi was also running software sweatshops.

  • throwaway106382 36 minutes ago

    What is a "human value" and whose preferences?

  • rs186 an hour ago

    > to ensure the AI models are more aligned with human values and preferences.

    to ensure the AI models are more aligned with Google's values and preferences.

    FTFY

    • falcor84 an hour ago

      I'm a big fan of cyberpunk dystopian fiction, but I still can't quite understand what you're alluding to here. Can you give an example value that google align the AI with that you think isn't a positive human value?

      • ToucanLoucan an hour ago

        Their entire business model? Making search results worse to juice page impressions? Every dark pattern they use to juice subscriptions like every other SaaS company? Brand lock-in for Android? Paying Apple for prominent placement of their search engine in iOS? Anti-competitive practices in the Play store? Taking a massive cut of Play Store revenue from people actually making software?

        • simonw 31 minutes ago

          How does all of that affect the desired outputs for their LLMs?

      • Ygg2 an hour ago

        "Adtech is good. Adblockers are unnatural"

        • smokel an hour ago

          Google Gemini 2.5 Pro actually has a quite nuanced reply when asked to consider this statement, including the following:

          > "Massive privacy invasion: The core of modern adtech runs on tracking your behavior across different websites and apps. It collects vast amounts of personal data to build a detailed profile about your interests, habits, location, and more, often without your full understanding or consent."

      • watwut 5 minutes ago

        Google likes it when it can show you more ads, it is not positive human value.

        It does not have to have anything ro do with cyberpunk. Corporations are not people, but if they were people, they would be powerful sociopaths. Their interests and anybody elses interests are not the same.

    • add-sub-mul-div 39 minutes ago

      Yes, and one more tweak: the values of Google or anyone paying Google to deliver their marketing or political messaging.

  • lm28469 2 hours ago

    > to ensure the AI models are more aligned with human values and preferences.

    And which are these universal human values and preferences ? Or are we talking about silicon valley's executives values ?

simonw 34 minutes ago

Something I'd be interested to understand is how widespread this practice is. Are all of the LLMs trained using human labor that is sometimes exposed to extreme content?

There are a whole lot of organizations training competent LLMs these days in addition to the big three (OpenAI, Google, Anthropic).

What about Mistral and Moonshot and Qwen and DeepSeek and Meta and Microsoft (Phi) and Hugging Face and Ai2 and MBZUAI? Do they all have their own (potentially outsourced) teams of human labelers?

I always look out for notes about this in model cards and papers but it's pretty rare to see any transparency about how this is done.

  • happy_dog1 12 minutes ago

    I've shared this once on HN before, but it's very relevant to this question and just a really great article so I'll reshare it here:

    https://www.theverge.com/features/23764584/ai-artificial-int...

    it explores the world of outsourced labeling work. Unfortunately hard numbers on the number of people involved are hard to come by because as the article notes:

    "This tangled supply chain is deliberately hard to map. According to people in the industry, the companies buying the data demand strict confidentiality. (This is the reason Scale cited to explain why Remotasks has a different name.) Annotation reveals too much about the systems being developed, and the huge number of workers required makes leaks difficult to prevent. Annotators are warned repeatedly not to tell anyone about their jobs, not even their friends and co-workers, but corporate aliases, project code names, and, crucially, the extreme division of labor ensure they don’t have enough information about them to talk even if they wanted to. (Most workers requested pseudonyms for fear of being booted from the platforms.) Consequently, there are no granular estimates of the number of people who work in annotation, but it is a lot, and it is growing. A recent Google Research paper gave an order-of-magnitude figure of “millions” with the potential to become “billions.” "

    I too would love to know more about how much human effort is going into labeling and feedback for each of these models, it would be interesting to know.

  • whilenot-dev 23 minutes ago

    So why do you think asking this question here would yield a satisfying answer, especially how the HN community likes to dispute any vague conclusions for anything as hyped as AI training?

    To counter your question, what makes you think that's not the case? Do you think Mistral/Moonshot/Qwen/etc. are all emloying their own data labelers? Why would you expect this kind of transparency from for-profit bodies that are evaluated in the billions?

  • yvdriess 30 minutes ago

    One of the key innovations behind the DNN/CNN models was Mechanical Turk. OpenAI used a similar system extensively to improve the early GPT models. I would not be surprised that the practice continues today; NN models needs a lot of quality ground truth training data.

    • simonw 22 minutes ago

      Right, but where are the details?

      Given the number of labs that are competing these days on "open weights" and "transparency" I'd be very interested to read details of how some of them are handling the human side of their model training.

      I'm puzzled at how little information I've been able to find.

zerodaysbroker an hour ago

The title seems kinda misleading, this is from the article (GlobalLogic is the company contracted by Google):

"AI raters at GlobalLogic are paid more than their data-labeling counterparts in Africa and South America, with wages starting at $16 an hour for generalist raters and $21 an hour for super raters, according to workers. Some are simply thankful to have a gig as the US job market sours, but others say that trying to make Google’s AI products better has come at a personal cost."

  • imperio59 an hour ago

    It's employment at will. They are free to go work somewhere else if they don't like it...

    • teiferer 34 minutes ago

      That argument is as old as any mistreated worker complaining about their situation and as old as any argument against workers rights in general. Anybody not liking their job could just leave right? Simple! No, the world just isn't that simple and it didn't become simpler just because it happens in an AI context that produces a tool you like.

      There are lots of jobs out there that suck and people do them anyway. Because the freedom that they supposedly have is not as free as you imagine.

oefrha 16 minutes ago

> [job] … has come at a personal cost.

Congratulations, you just described most jobs. And many backbreaking laborers make about the same or less, even in the U.S., not to mention the rest of the world.

ants_everywhere an hour ago

When they switch to aligning with algorithms instead of humans we'll get another story about how terrible it was that they removed the jobs that were terrible when they existed.

This doesn't sound as bad to me as the Facebook moderator job or even a call center job, but it does sound pretty tedious.

kerblang 2 hours ago

Are other AI companies doing the same thing? Would like to see more articles about this...

  • benreesman an hour ago

    There's nontrivial historical precedent for this exact playbook: when a new paradigm (Lisp machines and GOFAI search, GPU backprop, softmax self-attention) is scaling fast, a lot of promises get made, a lot of national security money gets involved, and AI Summer is just balmy.

    But the next paradigm breakthrough is hard to forecast, and the current paradigm's asymptote is just as hard to predict, so it's +EV to say "tomorrow" and "forever".

    When the second becomes clear before the first, you turk and expert label like it's 1988 and pray that the next paradigm breakthrough is soon, you bridge the gap with expert labeling and compute until it works or you run out of money and the DoD guy stops taking your calls. AI Winter is cold.

    And just like Game of Thrones, no I mean no one, not Altman, not Amodei, not Allah Most Blessed knows when the seasons in A Song of Math and Grift will change.

  • lawgimenez an hour ago

    Couple of months ago I received a job invite for Kotlin AI trainers from the team at Upwork. I asked what the job is about and she says something like "for the opportunity to review & evaluate content for generative AI." And I'm from a developed country too.

  • jhbadger an hour ago

    Karen Hao's recent book "Empire of AI" about the rise of OpenAI goes into detail how people in Africa and South America were hired (and arguably exploited) for their training efforts.

a3w 31 minutes ago

AI means actual indians, did we not learn that from the initial OpenAI GPT 3.0 training? It made it to HN.

philipallstar 34 minutes ago

If they're underpaid and overworked, by definition words that are relative to other options, they should go to one of the better options.

  • bflesch 24 minutes ago

    The way you defend against an article citing "thousands of workers" by using a nitpicky criticism about grammar style makes me suspect that it raises a cognitive dissonance in your head that you are not ready to address yet.

    • sjiabq 7 minutes ago

      This line of reasoning that goes “I don’t like your comment, you should go to therapy” is very feminine.

  • blactuary 19 minutes ago

    Yeah they should simply buy widgets from the abundance of other widget sellers since this is a perfectly competitive market with no transaction costs and perfectly symmetric information

  • CPLX 27 minutes ago

    Glad to learn from your post that the labor market has recently become perfectly competitive and efficient.

  • Group_B 22 minutes ago

    Comments like these are why HN is the best

dolphinscorpion an hour ago

"Google" posted a job opening. They applied for and took the job, agreeing to posted pay and conditions. End of the story. It's not up to the Guardian to decide

  • xkbarkar an hour ago

    I agree, article is pretty low quality ragebait. Not good journalism at all.

    • lysace 18 minutes ago

      It is amazing how much their quality levels have fallen during the past two decades.

      I used to point to their reporting as models that my nation’s newspapers should seek to emulate.

lysace an hour ago

with wages starting at $16 an hour for generalist raters and $21 an hour for super raters, according to workers

That’s sort of what I expect the Guardian’s UK online non-sub readers to make.

mallowdram an hour ago

Gemini is faked.

How this industry managed to not grasp that meaning exists entirely separate from words is altogether bizarre.