Y
Hacker News
new
|
ask
|
show
|
jobs
by
gonzalohm
15 days ago
Yeah, and what's up with adding dry run to everything? I saw some code that doesn't write anything but still the AI added a dry run which had a completely different codebase
2 comments
duskdozer
15 days ago
Because dry run is in a lot of scripts in its training data. It's not "thinking" about the script or the concept of a dry run.
link
lanstin
15 days ago
And everything configurable gets an environment variable. Editing the first few lines in the script is a fine way to configure things in Python.
link