Using Agents as Tools
Building manager–specialist workflows with the OpenAI Agents SDK The post Using Agents as Tools appeared first on Towards Data Science .
The article "From One Agent to a Team: Understanding Codex Subagents" offers a practical guide on how to create specialist agents and manage their collaboration using the Codex Command Line Interface. It explains the process of defining subagents and coordinating their tasks to build a cohesive team of AI agents. The guide is aimed at developers looking to extend Codex’s capabilities through modular, specialized agent workflows.
Building manager–specialist workflows with the OpenAI Agents SDK The post Using Agents as Tools appeared first on Towards Data Science .
By Ryan Lopopolo, Member of the Technical Staff
Optimise how you interact with your coding agents The post How to Organize All of Your Coding Agent Tasks appeared first on Towards Data Science .
The article "How to Work with AI Coding Agents" offers a practical guide aimed at improving code quality rather than merely increasing quantity. It focuses on strategies and best practices for effectively collaborating with AI coding tools to produce better code. The post was originally published on Towards Data Science.
The article "8 Tips for Writing Effective Agent Instructions" offers quick and simple guidance to improve the clarity and effectiveness of instructions given to agents. It presents a concise set of practical tips aimed at helping readers craft better agent instructions. The post is published on Towards Data Science.
The article discusses how agentic AI is reshaping the analytics stack by taking over more execution tasks. It raises the question of which responsibilities should remain with human analysts versus AI agents and explores the importance of this distinction. The piece highlights the evolving role of AI in analytics and the need to define clear boundaries between human and machine work.
Perform non-programming tasks with coding agents The post How to Apply Coding Agents to Non-Programming Tasks appeared first on Towards Data Science .
Turning Codex from an interactive assistant into a programmable automation component The post Running Codex as a Headless Agent appeared first on Towards Data Science .
Discover new Codex plugins, sites, and annotations that help analysts, marketers, designers, investors, and other teams get more done with AI.
The article discusses the appropriate contexts for using Claude Code versus Codex, two coding agents. It explains the strengths and ideal use cases for each tool, helping readers decide which agent to employ for specific programming tasks. The post provides guidance on selecting the most suitable coding assistant based on the nature of the work.
Run 100+ agents in parallel The post How to Orchestrate 100+ Agents With Claude Code appeared first on Towards Data Science .
A technical deep dive into the Codex agent loop, explaining how Codex CLI orchestrates models, tools, prompts, and performance using the Responses API.