That's odd because when I gave ChatGPT my icebreaker interview question that I used a lot at Google it fell right on its face. And this is a question I expect teenagers to ace in one minute.
Google testing ChatGPT-like chatbot 'Apprentice Bard' with employees
101–110 of 348 posts
Re: Google testing ChatGPT-like chatbot 'Apprentice Bard' with employees
#102So, a LLM, trained extensively on StackOverflow and other data (possibly the plethora of LC solutions out there), is fed a bunch of LC questions and spits out the correct solutions? In other news, water is blue. It is one thing to train an AI on megatons of data, for questions which have solutions. The day ChatGPT can build a highly scalable system from scratch, or an ultra-low latency trading system that beats the c…
Water isn't blue, it's transparent
Re: Google testing ChatGPT-like chatbot 'Apprentice Bard' with employees
#103Earlier quoted context omitted.
Clearly you didn't learn the meaning of "barbaric". Memorization and mastery of vocabulary and multiplication factors are a base towards more advanced learning.
One can simultaneously agree that there's probably too much rote memorization in school while also thinking that some basic level of math skills including simple multiplication without a calculator, vocabulary, certain historical/scientific/civics/etc. facts, ability to at least print, etc. are important.
You can't ask ChatGPT about things you don't know to ask about, and when you are able to use this tech on the fly through neural chip AR interfaces, everything is going to be totally fucked anyway and human relationships will look nothing like they do now.
Re: Google testing ChatGPT-like chatbot 'Apprentice Bard' with employees
#104Will humanity finally be liberated from memorization? Forcing school children to memorize and then regurgitate facts is barbaric, and so is using it as a measure in hiring.
Re: Google testing ChatGPT-like chatbot 'Apprentice Bard' with employees
#105So, a LLM, trained extensively on StackOverflow and other data (possibly the plethora of LC solutions out there), is fed a bunch of LC questions and spits out the correct solutions? In other news, water is blue. It is one thing to train an AI on megatons of data, for questions which have solutions. The day ChatGPT can build a highly scalable system from scratch, or an ultra-low latency trading system that beats the c…
If it helps, this likely is coming. I think we have a tendency to mentally move the goalposts when it comes to this kind of thing as a self-defense mechanism. Years ago this would have been a similar level of impossibility. Since all a codebase like that is is a kind of directed graph, then augmentations to the processing of the network to allow for the simultaneous parsing of and generation of this kind of code may…
Which, of course, is what we've always done; modern programming, with its full-featured IDEs, high level languages, and feature-rich third-party libraries is mostly about gluing together things that already exist. We've already abstracted away 99% of programming over the last 40 years or so, allowing a single programmer today to build something in a weekend that would have taken a building full of programmers years to build in the 1980s. The difference is, of course, this is going to happen fairly quickly and bring about an upheaval in the software industry to the detriment of a lot of people.
And of course, this doesn't include the possibility of AGI; I think we're a very long way from that, but once it happens, any job doing anything with information is instantly obsolete forever.
Re: Google testing ChatGPT-like chatbot 'Apprentice Bard' with employees
#106I asked ChatGPT the question I had and it could not answer. (L3 googler.)
Re: Google testing ChatGPT-like chatbot 'Apprentice Bard' with employees
#107Because I suspect that's almost certainly the kind of calculation they hoped to sit down and make were they to conclude this experiment successfully.
Re: Google testing ChatGPT-like chatbot 'Apprentice Bard' with employees
#108Earlier quoted context omitted.
While I think the jury is still out on whether ChatGPT is truly useful or not, passing an L3 hiring test is not evidence of that one way or another.
If it doesn't point out that ChatGPT is useful, especially if its proven it is not, then maybe the hiring tests are not useful.
Re: Google testing ChatGPT-like chatbot 'Apprentice Bard' with employees
#109Re: Google testing ChatGPT-like chatbot 'Apprentice Bard' with employees
#110That's odd because when I gave ChatGPT my icebreaker interview question that I used a lot at Google it fell right on its face. And this is a question I expect teenagers to ace in one minute.
Agreed, something is odd about this. A few people have sent me code that ChatGPT has written for them. They don’t have the capability to determine if the code is good so they ask me. If the result is even something that will compile or address the asked problem at all, it’s barely competent nonsense that only a beginner programmer would write. For example asking it for code that will generate recipes, and you get bac…