AI coding and the peanut butter and jelly problem
iamcharliegraham.substack.com
AI coding and the peanut butter and jelly problem
1–10 of 83 posts
Re: AI coding and the peanut butter and jelly problem
#2Re: AI coding and the peanut butter and jelly problem
#3Anyone here see the CS50 peanut butter and jelly problem in person?
Re: AI coding and the peanut butter and jelly problem
#4Re: AI coding and the peanut butter and jelly problem
#5Anyone here see the CS50 peanut butter and jelly problem in person?
Re: AI coding and the peanut butter and jelly problem
#6If you do have that skill to communicate clearly and describe the requirements of a novel problem, why is the AI still useful? Actually writing the code should be relatively trivial from there. If it isn't, that points to a problem with your tools/architecture/etc. Programmers IMX are, on average, far too tolerant of boilerplate.
Re: AI coding and the peanut butter and jelly problem
#7Re: AI coding and the peanut butter and jelly problem
#8Okay, but like. If you do have that skill to communicate clearly and describe the requirements of a novel problem, why is the AI still useful? Actually writing the code should be relatively trivial from there. If it isn't, that points to a problem with your tools/architecture/etc. Programmers IMX are, on average, far too tolerant of boilerplate.
Re: AI coding and the peanut butter and jelly problem
#9Okay, but like. If you do have that skill to communicate clearly and describe the requirements of a novel problem, why is the AI still useful? Actually writing the code should be relatively trivial from there. If it isn't, that points to a problem with your tools/architecture/etc. Programmers IMX are, on average, far too tolerant of boilerplate.
- documentation (reference, tutorials, overviews) - tools - logging and log analyzers - monitoring - configurability - unit tests - fuzzers - UIs - and not least: lots and lots of prototypes and iterating on ideas
All of these are "trivial" once you have the main code, but they are incredibly valuable, and LLMs do a fantastic job.