Perplexity is replacing serial search calls with generated Python that composes retrieval primitives inside agent harnesses. In one CVE advisory case study, it says token use fell 85.1%, from 288.7K to 42.9K.
Perplexity is replacing serial search calls with generated Python that composes retrieval primitives inside agent harnesses. In one CVE advisory case study, it says token use fell 85.1%, from 288.7K to 42.9K.
With AI coding tools handling implementation details, the classic arguments for Python's simplicity carry less weight. But the real reasons to use Python - its ML ecosystem and readability - remain as strong as ever.
OpenAI plans to acquire Astral, the Python tooling company behind uv, Ruff, and ty, subject to regulatory approval. The deal ties Codex’s rapid growth to a deeper push into the tools developers use before and after code generation.
Hacker News amplified BerriAI's warning that malicious LiteLLM PyPI releases could execute before import, turning a package update into immediate incident response.
A LocalLLaMA alert pushed a serious LiteLLM supply-chain incident into view after compromised PyPI wheels were reported to execute a credential stealer on Python startup.
A front-page Hacker News discussion around Astral joining OpenAI captured both optimism about better AI-native Python tooling and concern about further consolidation of the developer stack.
A March 19, 2026 Hacker News post about Astral joining OpenAI reached 707 points and 445 comments at crawl time. Astral says it has agreed to join OpenAI as part of the Codex team while continuing to support Ruff, uv, and ty as open-source tools.
A r/MachineLearning project post (score 71, 12 comments) introduced <code>Micro Diffusion</code>, a minimal implementation inspired by <code>Microgpt</code>. The author released three versions (143-line NumPy, 292-line NumPy, 413-line PyTorch) that share the same diffusion loop while swapping denoisers.
A Hacker News thread with score 732 and 120 comments highlighted <code>microgpt</code>, Andrej Karpathy’s single-file educational implementation of a GPT-style model. The project packages dataset handling, tokenization, autograd, Transformer layers, Adam optimization, and sampling into one compact Python script.