Add ai-benchmark/gpt-6-astra: sample code for GPT-6 Astra Draws a Python Reading a Book - #817
Merged
martin-martin merged 1 commit intoSep 4, 2026
Conversation
…hon Reading a Book Verbatim model output, excluded from Ruff like agents-md/run1_main.py. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First folder for the AI benchmark series (https://realpython.com/ai-benchmark/). Each model's run gets a subfolder under
ai-benchmark/, named after the model id without its vendor prefix. This PR adds the newest run, GPT-6 Astra, which the draft Post's opt-in already links to.Contents:
ai-benchmark/README.md: what the series is and the folder conventionai-benchmark/gpt-6-astra/: the turtle script exactly as the model returned it, the rendered PNG, the drawing GIF, and a README with run detailsThe script is the model's verbatim output, so it's excluded from Ruff in
pyproject.toml, same asagents-md/run1_main.py. Ranruff format --check,ruff check, anddircheck.pylocally with ruff 0.14.1 and all pass.🤖 Generated with Claude Code