AI agents
AI news, tutorials, and deep dives for developers. Explore machine learning, LLMs, NLP, computer vision, and AI engineering with expert insights, best practices, and the latest advancements.
Use OpenAI’s Agents SDK with an Open Model
9 July 2025
The OpenAI Agents SDK is a powerful framework that simplifies the creation of AI agents capable of reasoning, calling external tools (functions), and managing conversations. But what if you want to use an open-source model instead of GPT-4? In this tutorial, we’ll walk through how to connect the Agents SDK to a custom provider, specifically Regolo.ai, using a tool-enabled LLaMA 3.3 model with function calling.…Roo-Code: AI-Powered Autonomous Coding in VSCode
12 May 2025
Roo-Code, previously known as Roo Cline, represents a significant advancement in developer tooling, functioning as an AI-powered autonomous coding agent seamlessly integrated within the Visual Studio Code environment. Its fundamental purpose is to elevate the coding experience through the incorporation of AI-driven automation, support for multiple language models, and a range of experimental features designed to enhance productivity. At its…