ADeus GitHub Project: Build AI-Powered Discord Bots with Python

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 Agentic Workflows 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 LLM Agents with GRPO

Introduction Agent Reinforcement Trainer (ART) by OpenPipe is an open-source reinforcement learning (RL) library for training multi-step agents powered by large language models (LLMs). ART integrates RL training loops using the GRPO algorithm, enabling agents to learn...