FCFederico Calòinfedericocalo.hashnode.dev·Mar 26 · 1 min read04 - CrewAI: Collaborative Agent TeamsCrewAI for orchestrating AI agent teams with roles, goals and coordination. Crew patterns, task delegation and multi-agent collaboration in practice. What you'll learn Set max_iter to prevent agents from looping when tools fail Use output_file on th...00
FCFederico Calòinfedericocalo.hashnode.dev·Mar 26 · 1 min read03 - LangChain and LangGraph: Agents with AgentExecutor and ToolsBuilding AI Agents with LangChain and LangGraph 1.0: from AgentExecutor to stateful graphs. Tools, chains and the new production standard for LLM agents. What you'll learn Core Components Package Structure How AgentExecutor Worked Why AgentExecutor ...01E
FCFederico Calòinfedericocalo.hashnode.dev·Mar 20 · 1 min read02 - Claude Code: Agentic Development from TerminalComplete guide to Claude Code: Agentic Development from Terminal: architecture, practical implementation and best practices for developers and technical teams. What you'll learn Claude Code is an agentic CLI that operates in the terminal with access...00
FCFederico Calòinfedericocalo.hashnode.dev·Mar 20 · 1 min read01 - Vibe Coding: The Paradigm That Changed 2025Complete guide to Vibe Coding: The Paradigm That Changed 2025: architecture, practical implementation and best practices for developers and technical teams. What you'll learn Vibe coding is a 2025-born paradigm that transforms the developer from cod...00
FCFederico Calòinfedericocalo.hashnode.dev·Mar 20 · 1 min read03 - $effect and the Lifecycle: When to Use It (and When Not To)$effect runs code as a side effect after the DOM has been updated, automatically tracking reactive dependencies without declaring them explicitly. The golden rule: always prefer $derived for computed values and reserve $effect for true side effects l...00