Skip to main content
Adrian Escutia
A Rebel with a Cause, Innovating the Future
View all authors

Building AI Agents: A Software Engineering Challenge, Not Just ML

· 6 min read
Adrian Escutia
A Rebel with a Cause, Innovating the Future

AI agents are becoming essential for automation, decision-making, and intelligent task execution. While some envision a future where AI autonomously builds its own agents, the current reality is different. Today, building effective AI agents is still a software engineering challenge - one that requires careful design, the right frameworks, and seamless system integration.

The misconception? Many believe that AI agents require machine learning expertise. But in reality, building AI agents is more like developing microservices - it's about structuring software components, defining APIs, and ensuring smooth communication between systems.

Mobile AppBrowserAPIGATEWAYRESTStorefrontWebAppWEBAccountServiceRESTInventoryServiceRESTShippingServiceRESTAccount DBInventory DBShipping DB

From Automated to Agentic: The Next Frontier in Enterprise Workflows

· 8 min read
Adrian Escutia
A Rebel with a Cause, Innovating the Future

Workflows power every business process, from approving vacation requests to orchestrating complex supply chains. As enterprises grow, their workflows must evolve. We've seen a big shift from simple rule-based systems to AI-driven solutions. Now, a new layer is emerging: "agentic" workflows, where AI not only gives insights but also acts on them.

Let's explore three key stages:

Automated Workflow (rule-based, non-AI)AI Workflow (non-agentic)Agentic WorkflowUser queryDefined step 1...Defined step nResponseUser queryAI modelAct on user queryResponseUser queryAI agentPlanningMake aplanTool UseExecuteactionswith toolsReflectionReflect onresults ofactionsResponseResult okResult not ok

Emerging Patterns in GenAI: How to Building Next-Gen AI Products

· 9 min read
Adrian Escutia
A Rebel with a Cause, Innovating the Future

The GoF (Gang of Four) design patterns were game changers in software engineering arena, same as the "Microservices pattern language" by Chris Richardson redefined distributed systems. Now, a new set of patterns is emerging in the world of Generative AI (GenAI), we are witnessing a similar revolution, one that is transforming AI from a proof-of-concept novelty into a reliable, production-ready tool. These patterns are not just interesting, but essential for building robust, scalable, and reliable AI products.

How can these patterns help you build smarter, more robust AI products? Let's dive in.

MCP needs a Standard Implementation pattern to Unlock the Future of AI

· 6 min read
Adrian Escutia
A Rebel with a Cause, Innovating the Future

Unlocking the Future of AI with MCP

The AI landscape is evolving at breakneck speed, and one of the most exciting developments is the Model Context Protocol (MCP). MCP is a powerful tool that enables Large Language Models (LLMs) to interact with external data and tools seamlessly. However, to unlock its full potential, we need to address a critical challenge: standardizing MCP implementation.

Flexibility BenefitsImplementation VariabilityLack of StandardizationPotential Interoperability IssuesNavigating the Fragmentation of MCPMCP Fragmentation

In this post, we'll explore why MCP needs a standardized implementation pattern and how Agentico can help revolutionize AI development.