Agenda:
— What are AI Agents and AI Workflows (Differences)
- Baseline of How to build Agents: Example of Program Manager
— Platforms to build AI Workflows
- No Code/ Low Code: Make, Zapier, n8n
- Langflow, Athina Flows
— Building an AI Workflow: Mail, Slack, Sheets, GPT
- Setting up a AI Workflow for Competitor Research
— Platform to build AI Agents
— Crew AI, Proper Python, Autogen
— Finance Agent
https://youtube.com/live/9ka1fLPJkSI
Lets say I work in a bank as a loan distribution agent and there are 3 steps in my work:
— Checking Bank History of the Customer
— Checking Cibil Score of the Customer
— Finalising how much loan to give to that person
Now I wanted to automate the entire work using AI. There are 2 ways:
Sequence is defined and we give the order when should what agent should work
— Bank History, Cibil Score, Overall amount agent
Sequence is not defined, there is a Orchestrator (boss) AI Agent which decides which agent will run how many times and in what sequence. Its all autonomous.