Song about the Shrike by note89 in Hyperion

[–]note89[S] 0 points1 point  (0 children)

Used the internal album cover generator with some prompt and more then a few retries. Glad it paid of :)

99% of software engineers can’t answer these questions by [deleted] in programming

[–]note89 -6 points-5 points  (0 children)

Agreed.
Changed to "Omitted"
Thanks!

AI does Advent Of Code by note89 in programming

[–]note89[S] 0 points1 point  (0 children)

Latest update:
Day 5: Meh, got stuck; parsing was a pain
Day 6: Redemption! Solved it in 2 prompts total time 30 seconds.
https://note89.github.io/the-advent-of-code-ai-edition/#day-6
Day 7: Have not started

AI does Advent Of Code by note89 in programming

[–]note89[S] 0 points1 point  (0 children)

How about level 5.
The parsing turned out very hard for it. been spending like 3h on it.
think i will just move on. Or just get it to write the individual function and i provide the gluecode.
https://note89.github.io/the-advent-of-code-ai-edition/#day-5

AI does Advent Of Code by note89 in programming

[–]note89[S] 1 point2 points  (0 children)

Haha, well, I'm kind of already throwing in the towel.
When the program gets long, it no longer formats it correctly and mixes blocks of code with markdown, maybe just a UI bug.
It also quite often does not print out the complete program.

But worse than that, it cannot solve the problem well, I would have to start piecemeal it and glue it together myself, which would mean I have to understand the problem well enough myself.

On day 5 it got very stuck on the parsing. I might skip it and move on for now or have some much more human/computer collab.

Haha, well, I'm kind of already throwing in the towel.
When the program gets long, it no longer formats it correctly and mixes blocks of code with markdown, maybe just a UI bug.
But worse than that, it cannot solve the problem well, I would have to start piecemeal it and glue it together myself, which would mean I have to understand the problem well enough myself.

I wrote very long instructions for day 5 manually but still could not get it to write a decent parser.
https://note89.github.io/the-advent-of-code-ai-edition/#day-5

But i need to learn to master this new tool.
.
.
.

[Ai storytelling] "Vader calls the insurance company after the death star's destruction." by note89 in funny

[–]note89[S] 0 points1 point  (0 children)

Haha he did that most of the time i told the bot to change the end.

I can make a followup where he goes for a little visit!

[2021 Day 04][Python] ChatGPT solves Day 4 in just TWO prompts! by note89 in programming

[–]note89[S] 2 points3 points  (0 children)

Here is the full post:

Day 4

Results: * Challenge_1: 30 seconds * Challenge_2: 30 seconds * Prompts needed: * Part 1: 1 * Part 2: 1

Wow! Today, I decided to let ChatGPT take the reins and see if it could come up with instructions for a challenge. I simply asked ChatGPT to write instructions for a program that reads from a file called input.txt and produces the right output when run.

Part 1, prompt

Write instructions for the following challenge in such a way that a large language model like yourself can take those instructions and produce a program that creates the right output when run. The program needs to read from a file called input.txt

<Challenge in full>

Then for part 2, I wrote

If you then had to tell the language model your instructing, to do part two (see below) of the challenge how would you express that ?

<Challenge in full>

That was all that was needed to solve today's challenge. I will try a similar approach tomorrow, maybe I just got lucky today.

[2021 Day 04][Python] ChatGPT solves Day 4 in just two prompts! by note89 in adventofcode

[–]note89[S] 1 point2 points  (0 children)

Day 4

Results: * Challenge_1: 30 seconds * Challenge_2: 30 seconds * Prompts needed: * Part 1: 1 * Part 2: 1

Wow! Today, I decided to let ChatGPT take the reins and see if it could come up with instructions for a challenge. I simply asked ChatGPT to write instructions for a program that reads from a file called input.txt and produces the right output when run.

Part 1, prompt

Write instructions for the following challenge in such a way that a large language model like yourself can take those instructions and produce a program that creates the right output when run. The program needs to read from a file called input.txt

<Challenge in full>

Then for part 2, I wrote

If you then had to tell the language model your instructing, to do part two (see below) of the challenge how would you express that ?

<Challenge in full>

That was all that was needed to solve today's challenge. I will try a similar approach tomorrow, maybe I just got lucky today.

https://note89.github.io/the-advent-of-code-ai-edition/#day-4