You Probably Don’t Need an Agent Framework
Most LLM applications need a clear workflow, not an autonomous agent. Here's how to build one in plain Python.
A hybrid LLM application pattern that combines a predefined workflow with adaptive agent behavior The post Put the Agent Inside the Workflow appeared first on Towards Data Science .
Most LLM applications need a clear workflow, not an autonomous agent. Here's how to build one in plain Python.
Building manager–specialist workflows with the OpenAI Agents SDK The post Using Agents as Tools appeared first on Towards Data Science .
A hands-on walkthrough of code execution with the OpenAI Agents SDK and Docker The post Build an LLM Agent That Can Write and Run Code appeared first on Towards Data Science .
Using Gemma 4, Ollama, OpenAI Agents SDK, and Tavily MCP to build a lightweight research agent The post From Local LLM to Tool-Using Agent appeared first on Towards Data Science .
Building a browser-use agent with OpenAI Agents SDK and Playwright MCP The post How to Give an LLM Agent a Browser appeared first on Towards Data Science .
Perform non-programming tasks with coding agents The post How to Apply Coding Agents to Non-Programming Tasks appeared first on Towards Data Science .
Use coding agents to power your knowledge base The post How to Build a Powerful LLM Knowledge Base appeared first on Towards Data Science .
Understanding ow LLMs interact with the world around them, from returning data to taking action The post Tool Calling, Explained: How AI Agents Decide What to Do Next appeared first on Towards Data Science .
A hands-on walkthrough of a hybrid local-cloud workflow using Gemma 4 and GPT-5. 4, with reasoning and structured outputs The post Stop Choosing Between Local and Cloud LLMs: A Field Guide to Hybrid Patterns appeared first on Towards Data Science .
An introduction to multi-agent systems The post Building a Multi-Agent System in Python appeared first on Towards Data Science .
Run 100+ agents in parallel The post How to Orchestrate 100+ Agents With Claude Code appeared first on Towards Data Science .
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 .