Category: agents

  • How to Automate Workflows with AI

    How to Automate Workflows with AI Learn how to take a manual process and optimize it using AI The post How to Automate Workflows with AI appeared first on Towards Data Science. Eivind Kjosbakken Go to original source

  • How to Build Effective Agentic Systems with LangGraph

    How to Build Effective Agentic Systems with LangGraph Create AI workflows with agentic frameworks The post How to Build Effective Agentic Systems with LangGraph appeared first on Towards Data Science. Eivind Kjosbakken Go to original source

  • New to LLMs? Start Here 

    New to LLMs? Start Here  A guide to Agents, LLMs, RAG, Fine-tuning, LangChain with practical examples to start building The post New to LLMs? Start Here  appeared first on Towards Data Science. ALESSANDRA COSTA Go to original source

  • Google’s AlphaEvolve: Getting Started with Evolutionary Coding Agents

    Google’s AlphaEvolve: Getting Started with Evolutionary Coding Agents Introduction AlphaEvolve [1] is a promising new coding agent by Google’s DeepMind. Let’s look at what it is and why it is generating hype. Much of the Google paper is on the claim that AlphaEvolve is facilitating novel research through its ability to improve code until it solves…

  • How to Implement Guardrails for Your AI Agents with CrewAI

    How to Implement Guardrails for Your AI Agents with CrewAI LLM Agents are non-deterministic by nature: implement proper guardrails for your AI Application. Continue reading on Towards Data Science » Alessandro Romano Go to original source

  • Building Autonomous Multi-Tool Agents with Gemini 2.0 and LangGraph

    Building Autonomous Multi-Tool Agents with Gemini 2.0 and LangGraph A practical tutorial with full code examples for building and running multi-tool agents Continue reading on Towards Data Science » Youness Mansar Go to original source

  • AI Agents Hype, Explained — What You Really Need to Know to Get Started

    AI Agents Hype, Explained — What You Really Need to Know to Get Started I’ll set the record straight — AI Agents are not new but advanced. Learn how they’ve evolved and where to get started. Continue reading on Towards Data Science » Marc Nehme Go to original source

  • An Agentic Approach to Reducing LLM Hallucinations

    An Agentic Approach to Reducing LLM Hallucinations Simple techniques to alleviate LLM hallucinations using LangGraph Photo by Greg Rakozy on Unsplash If you’ve worked with LLMs, you know they can sometimes hallucinate. This means they generate text that’s either nonsensical or contradicts the input data. It’s a common issue that can hurts the reliability of LLM-powered…

  • Creating a WhatsApp AI Agent with GPT-4o

    Creating a WhatsApp AI Agent with GPT-4o Created with DALL-E How to use the Meta API to build your own LLM-powered Whatsapp chatbot A game-changer in the field of AI and business management is the integration of AI agents with widely used communication tools. Think of having a familiar chat interface with real-time data requests, updates, and…

  • The Anatomy of an Autonomous Agent

    The Anatomy of an Autonomous Agent A blueprint for autonomous agents in an Agentic Mesh ecosystem. Continue reading on Towards Data Science » Eric Broda Go to original source