Shruti Agarwal's picture
1 3

Shruti Agarwal

Shru

AI & ML interests

None yet

Recent Activity

liked a model about 1 year ago
Snowflake/snowflake-arctic-instruct
View all activity

Organizations

None yet

Shru's activity

reacted to shekkizh's post with 🤯👀 13 days ago
view post
Post
2430
🙋🏽‍♂️ Is your "multi agent" system really multi agentic? Or is it just a modular setup with a bunch of different prompts? 🤨

I’ve had this discussion way too often, so I finally wrote it all down. If you’re building with agents, you need to read this.

Here’s the TLDR:
✅ True multi agent systems require:
• Persistent, private state per agent
• Memory that impacts future decisions
• Adaptation based on past experiences

❌ Just having modular components, function calls, or multiple LLMs doesn't cut it. That’s not multi agentic. It’s just pipelining.

🤝 The magic is in evolving relationships, context retention, and behavioral shifts over time.
🧠 If your agents aren’t learning from each other or changing based on past experience… you are missing the point.

What do you think? Curious what patterns you're experimenting with 🧐

👉 Full post: https://shekkizh.github.io/posts/2025/04/multi-agents/
  • 2 replies
·
updated a Space about 1 year ago