Tag
The article introduces DriftGuard, an open-sourced tool for detecting when AI agents drift off-task and waste tokens, using relevance and self-drift metrics with a focus on minimizing false alarms.
NautilusTrader is a high-performance, open-source trading engine with a Rust core and Python strategy support, enabling seamless transition from backtesting to live trading across multiple assets and exchanges.
The article explores how the social architecture of programming language communities influences the design and quality of standard libraries, comparing approaches in Python, Go, and Rust.
Research demonstrates smolvm's effectiveness as a secure sandbox for untrusted Python and JavaScript code execution using hardware-isolated VMs with features like CPU/RAM limits, network isolation, and filesystem controls.
This guide introduces Python statements to beginners, explaining how they control program flow through assignments, decisions, and repetitions.
memFrame is an open-source dataframe API that translates Python DataFrame operations to SQL, enabling computation to stay within databases like DuckDB, PostgreSQL, and ClickHouse, and includes a multiagent architecture for natural language data interaction.
Gemini 3.7 Flash takes first place on the new AA-AnalystAgent benchmark, excelling in accuracy (60% pass^5), speed (1.32s per task), and cost efficiency across 80 real-world quantitative analysis tasks in multiple domains.
The article explains how Python's str.lower() function can introduce a security vulnerability in IDNA encoding due to mismatched Unicode versions, causing non-compliance with RFC standards and leading to inconsistent domain name handling.
Google expert Antonio Gulli has released a book on agent design, available as open source on GitHub. It includes 21 chapters and 7 appendices, with runnable Jupyter code, and all royalties are donated to Save the Children.
The article discusses practical strategies for managing small context windows in large language models, including sliding window truncation and token budgeting with retrieval-augmented generation, along with Python code examples.
This paper introduces a categorical framework to formalize the layout algebra in NVIDIA's CUTLASS library, defining categories and morphisms to characterize tensor layouts, and provides a Python implementation with proofs of compatibility.
This cheatsheet provides a quick reference for using the Polars library in Python, covering installation, data structures, and methods for data analysis and transformation.
macOS Harness is an open-source tool that allows AI agents to perform tasks on a Mac using raw macOS primitives, with capabilities similar to Codex computer use.
Developer ranger0004 showcased an AI front-desk system called Receptics, built with the LangGraph framework. The system orchestrates knowledge base and booking agents to enable 24/7 automated customer service and appointment scheduling.
Gregor Zunic introduces macOS Harness, a persistent Python tool that enables control over Mac tasks using the accessibility tree, AppleScript, screenshots, and coordinate input.
BBOT is an open-source multipurpose scanner designed to automate internet reconnaissance, bug bounty tasks, and attack surface management with recursive scanning capabilities.
A new open-source Python framework called TradingAgents has been released for multi-agent LLM trading, and it's available for free.
The post describes RegretCheck-X, an agent skill that targets one high-risk assumption for verification, tested in scenarios like cloud migrations and database upgrades.
This article shares methods for using AI image generation and Codex automation tools to batch process digital materials and sell them on the Xianyu platform to improve efficiency and earnings.
The article explores missing elements in Python packaging specifications for achieving reproducible builds, which would improve supply chain security by enabling independent verification of distributions.