losteric a day ago

> Despite being trained on more compute than GPT-3, AlphaGo Zero could only play Go, while GPT-3 could write essays, code, translate languages, and assist with countless other tasks. The main difference was training data.

This is kind of weird and reductive, comparing specialist to generalist models? How good is GPT3’s game of Go?

The post reads as kind of… obvious, old news padding a recruiting post? We know OpenAI started hiring the kind of specialist workers this post mentions, years ago at this point.

  • rcxdude a day ago

    Also, the main showcase of the 'zero' models was that they learnt with zero training data: the only input was interacting with the rules of the game (as opposed to learning to mimic human games), which seems to be the kind of approach the article is asking for.

  • 9rx a day ago

    > This is kind of weird and reductive, comparing specialist to generalist models

    It is even weirder when you remember that Google had already released Meena[1], which was trained on natural language...

    [1] And BERT before it, but it is less like GPT.

atrettel a day ago

I am quite happy that this post argues in favor of subject-matter expertise. Until recently I worked at a national lab. I had many people (both leadership and colleagues) tell me that they need fewer if any subject-matter experts like myself because ML/AI can handle a lot of those tasks now. To that effect, lab leadership was directing most of the hiring (both internal and external) towards ML/AI positions.

I obviously think that we still need subject-matter experts. This article argues correctly that the "data generation process" (or as I call it, experimentation and sampling) requires "deep expertise" to guide it properly past current "bottlenecks".

I have often phrased this to colleagues this way. We are reaching a point where you cannot just throw more data at a problem (especially arbitrary data). We have to think about what data we intentionally use to make models. With the right sampling of information, we may be able to make better models more cheaply and faster. But again, that requires knowledge about what data to include and how to come up with a representative sample with enough "resolution" to resolve all of the nuances that the problem calls for. Again, that means that subject-matter expertise does matter.

  • m463 a day ago

    This all reminds me of this really interesting book "The Inevitable" by kevin kelly.

    It had a fascinating look into the future, and in this case one insight in particular.

    It basically said that in the future, answers would be cheap and plentiful, and questions would be valuable.

    With AI I think this will become more true every day.

    Maybe AI can answer anything, but won't we still need people to ask the right questions?

    https://en.wikipedia.org/wiki/The_Inevitable_(book)

    • atrettel a day ago

      I agree that the ability to ask the right questions is a rare skill. I had a supervisor once with that ability. I tried to learn as much as I could about that from him.

      That said, I think ultimately there are some questions that have no answers regardless of how we try to answer them. For chaotic systems, even small uncertainties in the inputs result in large differences in the outputs. In that sense, we can always ask questions, but our questions sometimes can never be precise enough to get meaningful answers. That statement is hard to wrap your head around without taking a course in chaos theory.

    • autoexec 7 hours ago

      > This all reminds me of this really interesting book "The Inevitable" by kevin kelly.

      I'm fine with a bit of speculative fiction, but I prefer it to be less dystopian than "The Inevitable". Got any good solarpunk recommendations?

  • 9rx a day ago

    > I am quite happy that this post argues in favor of subject-matter expertise

    The funny part is that it argues in favour of scientific expertise, but at the end it says they actually want to hire engineers instead.

    I suppose scientists will tell you that has always been par for the course...

  • lawlessone a day ago

    Without the actual SME's they'll be flying blind not knowing where the models get things wrong.

    Hopefully nothing endangers people..

jrimbault 2 days ago

> This meant that while Google was playing games, OpenAI was able to seize the opportunity of a lifetime. What you train on matters.

Very weird reasoning. Without AlphaGo, AlphaZero, there's probably no GPT ? Each were a stepping stone weren't they?

  • vonneumannstan a day ago

    >Very weird reasoning. Without AlphaGo, AlphaZero, there's probably no GPT ? Each were a stepping stone weren't they?

    Right but wrong. Alphago and AlphaZero are built using very different techniques than GPT type LLMs. Google created Transformers which leads much more directly to GPTs, RLHF is the other piece which was basically created inside OpenAI by Paul Cristiano.

    • jrimbault 21 hours ago

      Yep, I looked it up a few hours after, different branches in the evolution of ML. Still weird to dismiss AlphaZero as just "playing games".

  • jimbo808 a day ago

    Google Brain invented transformers. Granted, none of those people are still at Google. But it was a Google shop that made LLMs broadly useful. OpenAI just took it and ran with it, rushing it to market... acquiring data by any means necessary(!)

    • 9rx a day ago

      > OpenAI just took it and ran with it

      As did Google. They had their own language models before and at the same time, but chose different architectures for them which made them less suitable to what the market actually wanted. Contrary to the above claim, OpenAI seemingly "won" because of GPT's design, not so much because of the data (although the data was also necessary).

  • ethan_smith a day ago

    Agreed - AlphaGo/Zero's reinforcement learning breakthroughs were foundational for modern AI, establishing techniques like self-play and value networks that influenced transformer architecture development.

  • msp26 a day ago

    OpenAI's work on Dota was also very important for funding

  • phreeza a day ago

    Transformers/Bert yes, alphago not so much.

rob74 a day ago

It's kind of reassuring that the old adage "garbage in, garbage out" still applies in the age of LLMs...

  • worthless-trash a day ago

    Hillariously, less people going to write any quality papers after LLM's prevent the microbloggers from making any financial gain from writing.

    Anyways, good time for society.

getnormality a day ago

It's interesting to compare this to the new third generation benchmarks from ARC-AGI, which are essentially a big collection of seemingly original puzzle video games. Both Mechanize (OP) and ARC want AI to start solving more real-world, long-horizon tasks. Mechanize wants to get AI working directly on real software development, while ARC suggests a focus on much simpler IQ test-style tasks.

Sevii a day ago

It's still too early but at some point we are going to start to see infra and frameworks designed to be easier for LLMs to use. Like a version of terraform intended for AI. Or an edition of the AWS api for LLMs.

Animats a day ago

(Article is an employment ad.)

Is that actually true. Is the mini-industry of people looking at pictures and classifying them dead? Does Mechanical Turk still get much use?

BrenBarn a day ago

> For example, to train an AI to fully assume the role of an infrastructure engineer, we need RL environments that comprehensively test what’s required to build and maintain robust systems.

Or we could just, you know, not do that at all.