ADeus: Modular ML Infrastructure for JAX Developers

Introduction to ADeusADeus is an open-source framework designed to facilitate building and managing machine learning projects in Python with a particular focus on JAX integration. It provides a robust and modular infrastructure that allows AI researchers and...

Claude Agent SDK Python: Build Autonomous AI Agents with Claude Code

Introduction Claude Agent SDK Python (repository: anthropics/claude-agent-sdk-python) is the official Python SDK for building agents on top of Claude Code. In this post, we’ll dive deep into the capabilities, installation, usage patterns, code samples, and how you can...

OpenPipe ART: Reinforcement Learning for Multi-Step LLM Agents

Introduction Building reliable AI agents often feels like a game of chance, where a single wrong tool call or a missed reasoning step breaks the entire workflow. While supervised fine-tuning (SFT) can teach a model what a correct answer looks like, it fails to teach...