Tag
llm-anthropic 0.25 releases with support for Claude Opus 4.7, new thinking_effort and thinking_display options, increased default max_tokens, and removal of obsolete beta headers.
Anthropic releases version 0.96.0 of the Claude SDK for Python, providing updated access to the Claude API for Python applications.
datasette-export-database version 0.3a1 released, providing database export functionality as part of the Datasette ecosystem.
Datasette PR #2689 replaces token-based CSRF protection with Sec-Fetch-Site header-based protection, inspired by Go 1.25 and Filippo Valsorda's research, simplifying CSRF handling by eliminating the need for hidden form tokens.
Ben Overmyer created a Python script using Cursor to recover and convert legacy Windows Live Writer (.wpost) files into Markdown format, including embedded images. The tool has been open-sourced on Codeberg for others to use.
OpenAI has introduced improvements to ChatGPT's data analysis capabilities, including direct file uploads from Google Drive and Microsoft OneDrive, interactive chart customization, and enhanced dataset handling via Python code execution.
OpenAI releases Triton 1.0, an open-source Python-like GPU programming language that enables researchers without CUDA experience to write highly efficient GPU kernels, achieving performance on par with expert-written CUDA code in as few as 25 lines.
OpenAI introduces Codex, a GPT model fine-tuned on GitHub code, achieving 28.8% functional correctness on HumanEval (a new benchmark for code synthesis from docstrings), significantly outperforming GPT-3 (0%) and GPT-J (11.4%). The paper demonstrates that repeated sampling improves performance to 70.2% with 100 samples, and discusses limitations and broader impacts of code generation systems.
OpenAI releases OpenAI Gym, a public beta toolkit for developing and comparing reinforcement learning algorithms with a growing suite of environments and a platform for reproducible research. The toolkit aims to standardize RL benchmarks and address the lack of diverse, easy-to-use environments for the research community.
A terminal-based user interface tool that acts as a coding agent for DeepSeek AI models.
Paperless-ngx is an open-source document management system that digitizes and archives physical documents with full-text search capabilities. It is the official successor to the original Paperless and Paperless-ng projects, designed as a community-driven initiative.