Tag
pylazaro is an open-source Python package for automatic extraction of unassimilated lexical borrowings (mostly anglicisms) from Spanish text, offering a unified interface to multiple sequence labeling models and outperforming general-purpose LLMs on this task.
A TUI text adventure tool that guides users through the new features in Python 3.15.
DeskPilot is an open-source Python-based desktop client for local LLMs, featuring MCP integration, tool sandboxing, and a security-first agentic architecture.
The article announces the release of llm-anthropic version 0.29, a Python tool for interacting with Anthropic's API, published by Simon Willison on September 22, 2026.
Kent Dodds experimented with running Python on Kody using Cloudflare's GA for Python in Workers, but decided against implementing it due to slow startup times.
gbemu-cli is a command-line tool that converts the SameBoy Game Boy emulator into a stateful dynamic-analysis service for AI agents, offering features like step execution, breakpoints, memory tracing, and scripting capabilities.
A Yale computer science PhD student has open-sourced plotting scripts called figures4papers, which include a Skill for AI tools like Cursor and Claude Code to generate high-quality academic figures based on established design standards.
The author built 'hunch', an open-source browser agent tool that uses a lightweight model (jev) for quick ~150ms decisions per step, reducing latency compared to LLM calls and integrating under existing agents like Claude Code with structured exit reports.
TinyTorch is a free, open-source curriculum that allows users to build a machine learning framework from scratch using PyTorch's API, covering tensors through transformers, and is designed to run on basic hardware for educational purposes.
python-build-standalone now uses full LTO for CPython 3.12 and later, which should modestly improve runtime performance. CPython defaults to ThinLTO when building with clang on these versions.
The article describes an incident where scheduled AI agent jobs failed for 19 hours due to a usage limit, while plain scripts continued running, and outlines solutions like implementing pre-checks and custom error handling to prevent similar issues.
FairLMs is a Python library designed to streamline fairness research in language models by providing metrics, mitigation methods, and diagnostics with explicit capability declarations.
SlopMonster is a tool that scores AI-generated copy based on pattern detection and cleans it using a rival AI model, integrating with GitHub Actions for automated quality checks.
A developer explains using an AI agent named Jev to play Slay the Spire 2, employing a C# Mod to extract game data and a Python API for decision-making, while noting high token costs and mediocre performance.
This article explains various software-based alternatives to floating-point arithmetic, including decimal floating point, fractions, symbolic computation, interval arithmetic, and binary-coded decimal.
This article lists 20 courses to help improve AI skills, covering topics from Python basics to advanced AI concepts like GenAI and AI agents.
Stanford course 'The Modern Software Developer' starts next Tuesday, with a GitHub repository providing assignments for the course.
This article promotes a free live workshop on building AI with Python, offering a roadmap for data scientists to transition to AI/DS System Builder roles with practical demos.
The author updated the 'embedflow' embedding migration project with new features including support for multiple vector databases, a migration planner, shadow mode, and persistent caching to make it production-ready for embedding model transitions.
An open-source AI agent that automates the discovery, filtering, and ranking of ML research papers based on user interests, generating personalized reports to streamline the research process.