Modern Python Weekly #1
This week: Python 3.14.6, PSF elections, PyCon security, Anthropic's Claude Fable 5 export restrictions, OpenAI's AI chemist, GLM-5.2, and the latest tools, projects, and articles shaping the ecosystem.
Python News
- Python 3.14.6 - Released June 10, 2026. This is the sixth maintenance release of Python 3.14, with around 179 bug fixes, build improvements, and documentation changes since 3.14.5.
- PSF Board Election Dates for 2026 - Four PSF board seats are open, and the first Packaging Council election will run in parallel. Important governance moment for Python packaging.
- Everything Security at PyCon US 2026 - PyCon highlighted Python supply-chain security, CI/CD hardening, PyPI malware pressure, and the growing burden of LLM-generated vulnerability reports.
- PEP 790: Python 3.15 Release Schedule - The schedule shows Python 3.15.0b2 shipped on June 2, with 3.15.0b3 planned for June 23 and the final release planned for October 1, 2026.
- Django Is Hiring Its First Executive Director - The DSF announced a major sustainability step, backed by a $47,500 pledge from six Django agencies.
AI news
- OpenAI: Near-autonomous AI chemist - GPT-5.4, connected to Molecule.one’s Maria lab system, helped improve a medicinal chemistry reaction with human chemists still in the loop.
- Anthropic opens Seoul office - Anthropic expanded in Korea, announced major Claude deployments, and signed an AI safety MOU with Korea’s Ministry of Science and ICT.
💡 Modern Python's Take: South Korea's AI ambitions extend far beyond software. As demand for HBM and other AI memory technologies continues to surge, Samsung Electronics and SK hynix have become two of the biggest beneficiaries of the global AI buildout.
- OpenAI: Improving health intelligence in ChatGPT - OpenAI says GPT-5.5 Instant improved health-related responses, with physician-led evaluation and broader free-user access.
- Google DeepMind: Securing the future of AI agents - DeepMind published an AI Control Roadmap for monitoring and containing increasingly capable agents, treating them partly like insider-risk systems.
Tools and Projects
- Datasette Apps - A new Datasette plugin for hosting sandboxed custom HTML apps inside Datasette, with LLM-assisted app generation built into the workflow.
- OpenAI enterprise usage analytics and spend controls - ChatGPT Enterprise admins now get clearer credit analytics across ChatGPT and Codex, plus user/group spend controls.
- GLM-5.2 open weights model

Z.ai released a 753B-parameter MIT-licensed model with a 1M-token context window and strong coding benchmarks.
When asked on X when Chinese models might reach Anthropic's Fable-level capabilities, Elon Musk replied: "Probably Q1", and the founder of Z.ai responded: "Won't take that long".

💡 Modern Python's Take: Restricting access has never been an effective way to maintain a technological lead. AI capabilities are advancing globally, and frontier models from other countries are likely to narrow the gap with Claude Fable 5 much sooner than many expect.
- models.dev: An open-source database of AI models.
- Zizmor - Mentioned in the PSF PyCon security recap as a recommended tool for hardening GitHub Actions workflows, including use with
--fix.
Articles

404 Media reports that hackers claimed they used Meta's AI support chatbot to take over high-profile Instagram accounts by requesting account email changes.
💡 Modern Python's Take: a sharp warning that AI support agents need strict permission boundaries, escalation paths, and audit controls before handling account recovery. And Meta is really falling behind in the age of AI; it's just a simple trick.
- Context Engineering for Python Codebases - Real Python explains how to shape context for AI coding agents so they work better inside Python projects.
- AI demands more engineering discipline. Not less - Charity Majors argues that cheap AI code generation increases the need for code review, observability, and engineering rigor.
- Predicting model behavior before release by simulating deployment - OpenAI describes replaying realistic conversation contexts to estimate unwanted model behavior before launch.
- The Fable 5 Export Controls Harm US Cyber Defense - Katie Moussouris argues that restricting models for “fix this code” security behavior could weaken defenders more than attackers.