AI solves Advent of Code 2022 Day 1 in C#!

preview_player
Показать описание
I tried to use OpenAI's ChatGPT to solve the Advent of Code 2022 Day 1 problems in C# and my mind was blown!

Рекомендации по теме
Комментарии
Автор

7:00 this is exactly the sort of bugs ai writes that are hard to find and definitely will brake production when the junior uses ai to do his job.
Coding with ai and by hand is exactly like connecting things wireless or wired. The wired version will always be better no matter how much you improve the wireless connection.

redcrafterlppa
Автор

It looks like an extremely useful tool for developers.

ChristianSasso
Автор

you won't become obsolete, you had to manually step in several times
and what about unit tests for this?
and how can you optimise it

you still need knowledge to understand the code, otherwise, you will indeed become obsolete if you only rely on it generating it. Stay relevant by using it as a boilerplate generator, but, beware, it can be confident and make mistakes this model.
Also, calling it an AI - it's more a language model, a mathematical function. It is not sentient. So it's machine learning, not AI.

psyaviah
Автор

Clickbait. True AI doesn't need user intervention. He's feature engineering a Chatbot based ML algorithm. Look at the depth of user intervention he required:

3:34 " Just let me just paste the data. Just let me paste it again somewhere else. Now the solution is wrong...what is the issue here...this shouldn't be happening....there must be a bug"

Not exactly 'amazing'

msmith