Rohan

620 posts

Rohan banner
Rohan

Rohan

@rsrohan99

Professional AI Engineer. Sharing what I'm currently learning, mostly about AI, LLMs, RAG, building AI powered software, AI automation etc.

Katılım Ocak 2021
285 Takip Edilen3.1K Takipçiler
Rohan
Rohan@rsrohan99·
This is how we automated lead validation and onboarding for a business 👇 Lead fills up a form with their info → AI validates info If Qualified → Add Lead to CRM & send booking email Otherwise → Add them to a separate DB Now the issue we initially faced was that AI was falsely tagging some leads (around 4%) as not qualified. So we added manual verification. For leads that AI tagged as "not qualified," we can manually review and change their status to "qualified." When we do this, the same automated flow is triggered - we add them to the CRM and send the booking email. We used @llama_index workflows for this orchestration.
English
3
0
4
428
Rohan
Rohan@rsrohan99·
There are several patterns emerging for multi-agent orchestration. Here are 3 of the most common patterns and how to implement them using @llama_index 🧵 👇
English
2
2
3
283
Rohan
Rohan@rsrohan99·
Qwen3-coder is really good ngl
English
0
0
1
286
Rohan
Rohan@rsrohan99·
How to deploy an LLM privately on a cloud provider ?? Working with a business to build a RAG solution on private documents, and strict requirement is we can't use LLM-as-service APIs for privacy. What's the easiest way to deploy an open-source LLM and run inference on it?
English
0
0
1
313
Rohan
Rohan@rsrohan99·
Workflows vs agents 🤜 🤛 Tasks are "kind of" deterministic, repeatable, with finite steps, execution path is determinted at compile time -> Workflow/Automation Tasks are complex, execution path completely different based on different input and is determined at runtime -> Autonomous Agents
English
0
0
2
328
Rohan
Rohan@rsrohan99·
Thanks for reading! Stay tuned for more 🚀
English
0
0
0
155
Rohan
Rohan@rsrohan99·
Orchestrator Pattern - Has a main agent (orchestrator) and many sub-agents - Sub-agents act as tools for the main agent - Steering logic is in one place - at the orchestrator - Hence, it's easier for us to control the overall flow - In "Linear Swarm Pattern", the flow is controlled by the agents themselves using "handoff" - Sub-agents always return to the orchestrator after completing their task
English
1
0
0
212
Rohan
Rohan@rsrohan99·
Example: - Define agents (FunctionAgent or ReactAgent) - Assign tools to agents - Create an AgentWorkflow, passing in all the agents
Rohan tweet media
English
1
0
0
117
Rohan
Rohan@rsrohan99·
Linear Swarm Pattern - using AgentWorkflow - Easiest to implement - Minimal code - Start with a root agent - Pass the task as input - Agents hand off control to other agents automatically
Rohan tweet media
English
1
0
0
115
Rohan
Rohan@rsrohan99·
Just finished building this cool landing page for Blend 🔥
English
1
0
0
267
Rohan
Rohan@rsrohan99·
🚀 A fun little project I made - Blend - blendin.top Was playing around with WebAssembly & WebGPU, and built this app that creates cool overlay effects between subject and background ✨ Features: - ✨ Create stunning overlay effects - 📝 Add text, images and more - 🎯 One-click background removal - 🎨 Add objects either between or above the image - ⚙️ Adjust properties like font, color, opacity, and more - 💾 Save progress and import later to continue editing - ⬇️ Download final image Since it uses WebGPU/WASM, it runs the AI model locally in your browser 🧠 Hence it's completely free to use and private - nothing leaves your browser! 🔒 Give it a try 👇
Rohan tweet media
English
2
1
1
372
Rohan
Rohan@rsrohan99·
Link to the last tutorial on human-in-the-loop for LlamaIndex workflows for REST APIs youtu.be/y2KCUg_CoWU
YouTube video
YouTube
English
0
0
0
274
Rohan
Rohan@rsrohan99·
Human-in-the-loop in @llama_index workflows for Websockets ⚡ Last tutorial was about human-in-the-loop in workflows for REST APIs 🖥️ In this one, we'll try to do the same for Websockets👇
English
1
1
3
1.6K