I think it must have seen the solution somewhere already on the web. I find it extremely hard to believe that such a general purpose chatbot would just be able to solve programming problems. Deepmind had a paper [1] on solving programming problems a couple of months ago and they had to apply quite specialized heuristics in order to solve these problems. Obviously ChatGPT does nothing of the sorts and it just seems ex…
I’ve had this skepticism until I started asking the bot to do things like “create a limerick using some words that have never existed before and then explain the definition of those words.” I don’t believe the AI is generalized by any means. But I think it’s more than a Eliza-style parlour trick. It does really well with facts but misses subjectivity and nuance. Like I ask it to write stories for Seinfeld or Raymond…
AI solves Advent of Code 2022
21–30 of 82 posts
Re: AI solves Advent of Code 2022
#22I think this is kinda neat (and scary!) I'm doing AoC at the moment too and I'm using the chat GPT thing as a sort of assistant. I don't program in Rust much so sometimes it's difficult to remember certain things and functions. Expressing my intent to the tool seems to come up with decent answers Some example questions I've asked the tool recently: > I want to insert a char into a hash map if it does not exist, if it…
> that's no fun Is there really any fun in solving problems that you could easily solve with an AI?
Re: AI solves Advent of Code 2022
#23Re: AI solves Advent of Code 2022
#24I think it must have seen the solution somewhere already on the web. I find it extremely hard to believe that such a general purpose chatbot would just be able to solve programming problems. Deepmind had a paper [1] on solving programming problems a couple of months ago and they had to apply quite specialized heuristics in order to solve these problems. Obviously ChatGPT does nothing of the sorts and it just seems ex…
Yeah it can't solve novel questions. The AI couldn't do much to solve this one for example: https://codeforces.com/contest/1672/problem/D ChatGPT is just a very good copy/paste, not a logical problem solver(yet).
Re: AI solves Advent of Code 2022
#25Re: AI solves Advent of Code 2022
#26Re: AI solves Advent of Code 2022
#27Earlier quoted context omitted.
That's just unfair for the competition. Are we at a point in time when we need to treat competitive programming like chess? Given how similar ChatGPT and siblings are to how chess bots work these days, I am somehow not surprised.
I think the only problem is that they're proprietary. If they were free software that everyone could use then we could compensate by making the problems harder. It's not really any different to using high-level programming languages with extensive standard libraries versus doing everything in assembly language.
Re: AI solves Advent of Code 2022
#28I think it must have seen the solution somewhere already on the web. I find it extremely hard to believe that such a general purpose chatbot would just be able to solve programming problems. Deepmind had a paper [1] on solving programming problems a couple of months ago and they had to apply quite specialized heuristics in order to solve these problems. Obviously ChatGPT does nothing of the sorts and it just seems ex…
I’ve had this skepticism until I started asking the bot to do things like “create a limerick using some words that have never existed before and then explain the definition of those words.” I don’t believe the AI is generalized by any means. But I think it’s more than a Eliza-style parlour trick. It does really well with facts but misses subjectivity and nuance. Like I ask it to write stories for Seinfeld or Raymond…
Sounds interesting! Mind sharing the results?
Re: AI solves Advent of Code 2022
#29Earlier quoted context omitted.
I think the only problem is that they're proprietary. If they were free software that everyone could use then we could compensate by making the problems harder. It's not really any different to using high-level programming languages with extensive standard libraries versus doing everything in assembly language.
I think it's pretty different from using high-level languages. I'm not interested in a competition that would be decided before even starting by who has the best AI program.
I'm not interested in a competition that is decided by who has the best Python interpreter, but since we all have the same Python interpreter that isn't a problem.
Re: AI solves Advent of Code 2022
#30Earlier quoted context omitted.
> that's no fun Is there really any fun in solving problems that you could easily solve with an AI?
This reminds me of the (apocryphal?) story that boxed cake mixes sold better after they started requiring you to add an egg, since that made people feel like they contributed more to the result.