Update Advent-2025-AI.ipynb

This commit is contained in:
Peter Norvig
2025-12-06 16:11:13 -08:00
committed by GitHub
parent a4ebefcae4
commit 5c1c011e3d

View File

@@ -18,8 +18,8 @@
"Each day I'll choose a model and give it the prompt \"*Write code to solve the following problem:*\" followed by the full text of the AoC Part 1 problem description. Then I'll prompt again with \"*There is a change to the specification:*\" followed by the AoC Part 2 description. So far the LLMs are doing quite well. \n",
"\n",
"For brevity, I have removed some of the models' output, such as:\n",
"- Prose descriptions of the programs. (In most cases these were aaccurate and thorough!)\n",
"- The \"`__main__`\" idiom for running code from the command line\n",
"- Prose descriptions of the programs. (In most cases these were accurate and thorough!)\n",
"- The \"`__main__`\" idiom for running code from the command line.\n",
"- Test examples to run.\n",
"\n",
"Overall, the models did well, producing code that gives the correct answer in a reasonable run time. Some of the cosde could be improved stylistically. (But I guess if you're vibe coding and not looking at the code, maybe that doesn't matter.)\n",