Damus

Recent Notes

Brett Cannon profile picture
How did MCP get standardized before a location for prompt files? I'm rather dumbfounded that I can't write a single prompt file for a repo and just have the models all pick it up automatically without some editor-specific setting.
note1v6dlk...
Brett Cannon profile picture
@nprofile1q... Astral had talked about conditionally using pylock.toml exclusively when the conditions were met, but that didn't/hasn't happened. My guess is having the file flip on users in case they did suddenly use an unsupported feature would be too icky.

So here's to hoping they write PEPs eventually to fill in the gaps! ๐Ÿคž
Brett Cannon profile picture
AI failed: paragraph-formatted spec using something introduced in Python 3.12 (Claude Sonnet 3.7 came the closest to succeeding; Claude 4 wasn't out yet)
AI nailed: updating a Dockerfile so that it downloaded the right file for the CPU architecture (I told it the final outcome and to update CI, it did the rest) https://github.com/python/cpython-devcontainers/pull/43

I'm basically learning to be explicit and keep the scope small, preferably something that has been written about a lot so it's "understood" by the model.
Brett Cannon profile picture