Aslan's Avatar

Aslan

@aslandizaji

Artificial Intelligence, Machine Learning, Neuroscience, Complex Systems, Economics. PhD Student at the University of Tehran. Cofounder: @AutocurriculaLab, @NeuroAILab, @LangTechAI. https://sites.google.com/a/umich.edu/aslansdizaji/

349
Followers
1,313
Following
71
Posts
11.11.2024
Joined
Posts Following

Latest posts by Aslan @aslandizaji

This project was inspired by a course from @DeepLearningAI. I would like to thank them too!

02.01.2026 12:20 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - aslansd/nvidia-nat-langgraph-deep-research-agent: A Deep Research Agent Using NVIDIA NeMo Agent Toolkit and Deep Agent Framework of Langgraph A Deep Research Agent Using NVIDIA NeMo Agent Toolkit and Deep Agent Framework of Langgraph - aslansd/nvidia-nat-langgraph-deep-research-agent

πŸ“¦ Check it out: github.com/aslansd/nvid... πŸ‘‰ Built on top of NVIDIA NeMo’s framework-agnostic agent runtime and LangGraph’s workflow engine for stateful agent execution.
Would love your feedback and contributions! πŸ™Œ

02.01.2026 11:55 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

combining stateful planning, iterative exploration, and result synthesis in a seamless pipeline. It’s designed for extensible, production-ready AI research automation with modern agent tooling.

02.01.2026 11:55 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

πŸš€ Just open-sourced a Deep Research Agent built using NVIDIA NeMo Agent Toolkit (NAT) + LangGraph Deep Agent Framework!
This project demonstrates how to orchestrate multi-agent workflows for complex research tasks β€”

02.01.2026 11:55 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Built upon the original ADK sample: [https://github.com/google/adk-samples/tree/main/python/agents/machine-learning-engineering]. Full Colab notebook & Gradio UI included. Check it out: [https://github.com/aslansd/MLE-Agent-GoogleADK-Gradio] #MLE #MultiAgent #GenAI

26.11.2025 13:38 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Just released my MLE-STAR inspired Machine Learning Engineering Agent! πŸ€– It uses the Google ADK to orchestrate Initialization, Refinement, and Ensemble agents. Trains SOTA models, driven by search and targeted code refinement.

26.11.2025 13:38 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Finally, this app was inspired by two courses from @DeepLearningAI and @LangChainAI Academy. I would like to thank them!

04.10.2025 14:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - aslansd/deepagent_researcher_analyse_visualise: Build a deep agent researcher which analyses and visualises the information Build a deep agent researcher which analyses and visualises the information - aslansd/deepagent_researcher_analyse_visualise

Check it out here πŸ‘‡
GitHub (code): github.com/aslansd/deep...
Streamlit app (try it out): d3yjnms2ch6yxcthmrvqnn.streamlit.app
Would love feedback from researchers, builders, and anyone interested in multi-agent systems πŸš€

04.10.2025 14:09 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

The results?
πŸ“Š Final answers with explanations
πŸ“ˆ Automatically generated charts
πŸ“ Full trace of every step the system took
It’s like having a research assistant that works systematically and shows its work!

04.10.2025 14:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

My app combines all of this into a multi-agent framework:
A Planner breaks down your research question
Specialized agents (web researcher, chart generator, summarizer) handle subtasks
Everything is orchestrated into a transparent workflow you can trace

04.10.2025 14:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Traditional LLM agents can be β€œshallow” β€” they just loop through tools and struggle with long, complex tasks.
Deep Agents (a new feature in LangGraph) bring:
βœ… Task planning (TODOs)
βœ… Sub-agent delegation
βœ… Context offloading to files
βœ… Robust reasoning prompts

04.10.2025 14:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

It’s a Streamlit app powered by LangGraph Deep Agents that can take your research question, plan a workflow, fetch data, generate charts, and explain results step by step.

04.10.2025 14:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
GitHub - aslansd/deepagent_researcher_analyse_visualise: Build a deep agent researcher which analyses and visualises the information Build a deep agent researcher which analyses and visualises the information - aslansd/deepagent_researcher_analyse_visualise

πŸš€ Excited to share something I’ve been building: the Multi-Agent Deep Research Assistant 🧠✨

πŸ”— GitHub: github.com/aslansd/deep...
πŸ”— App: d3yjnms2ch6yxcthmrvqnn.streamlit.app

04.10.2025 14:09 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Big thanks to @DeepLearningAI & @LangChainAI Academy for the resources that made this possible.

15.09.2025 13:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - aslansd/multi-modal-rag-web: A Multi-Modal RAG Application Built with Streamlit Using a Lightweight Ollama Model A Multi-Modal RAG Application Built with Streamlit Using a Lightweight Ollama Model - aslansd/multi-modal-rag-web

Multi-Modal RAG App (Streamlit + Ollama)
Built a lightweight Retrieval-Augmented Generation (RAG) system that processes both text + image docs. Users can load files, build a vector store, and run retrieval-grounded QA.
github.com/aslansd/mult...

15.09.2025 13:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
GitHub - aslansd/open_deep_reasearch_mobile: A React Native plus Expo Go App for open_deep_research Framework of LangChain/LangGraph A React Native plus Expo Go App for open_deep_research Framework of LangChain/LangGraph - aslansd/open_deep_reasearch_mobile

React Native + Expo Go App for Open Deep Research
Brought the same framework to mobile, enabling research automation on the go.
github.com/aslansd/open... expo.dev/accounts/asa...

15.09.2025 13:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
GitHub - aslansd/open_deep_research_web: A Streamlit App for open_deep_research Framework of LangChain/LangGraph A Streamlit App for open_deep_research Framework of LangChain/LangGraph - aslansd/open_deep_research_web

Streamlit App for Open Deep Research
Adapted LangChain’s Open Deep Research (LangGraph) into a Streamlit app to support advanced research workflows: ingestion, retrieval, multi-modal analysis, and context-aware Q&A.
github.com/aslansd/open...
rneaovknvzddyykhkeu2et.streamlit.app

15.09.2025 13:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Over the past two weeks at LangTechAI, I built 3 generative AI apps on top of LangChain / LangGraph frameworks β€” inspired by courses from @DeepLearningAI & @LangChainAI Academy.

15.09.2025 13:58 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Feel free to use any one of the above apps and I would be happy to receive any feedback.

19.03.2025 18:09 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

These three projects were not possible without taking the online courses offered by DeepLearningAI and LangChain Academy. Here, I would like to thank them. I would like to thank CrewAI, Gradio, Ollama, and TogetherAI too.

19.03.2025 18:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

cycles. It will provide the user a final markdown summary with all sources used.

19.03.2025 18:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

(via seven different search APIs: DuckDuckGo, Tavily, Perplexity, Linkup, Exa, ArXiv, and PubMed), summarise the results of web search, reflect on the summary to examine knowledge gaps, generate a new search query to address the gaps, search, and improve the summary for a user-defined number of

19.03.2025 18:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

In the third project, I extended one of the LangChain apps called Ollama Deep Researcher which is a local web research assistant built upon the multi-agent framework of LangGraph that uses any LLM hosted by Ollama. It accepts a topic and it will generate a web search query, gather web search results

19.03.2025 18:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

In the second project, I built a Dungeon game simulating a fantasy world composed of kingdoms, towns, characters, and inventories powered by one of the LLMs provided by TogetherAI and used Gradio as a user interface. Again all the codes and results are brought in one notebook.

19.03.2025 18:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

given by the user for their startup considering their expertise.For this purpose, I used the multi-agent framework of CrewAI combining it with LangChain, Gradio, and one of the open source LLMs of Ollama. All the codes and results are provided in a notebook.

19.03.2025 18:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

In the first project, I simulated an environment similar to a startup having three cofounders: the first cofounder is more technical, the second cofounder is more product oriented, and the third cofounder is more business one. These three cofounders do brainstorming about various topics

19.03.2025 18:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
GitHub - aslansd/startup-brainstorming: A multi-agent system app to simulate brainstorming part of a startup. A multi-agent system app to simulate brainstorming part of a startup. - aslansd/startup-brainstorming

Here are the three projects that I have done during past few months under LangTechAI:

github.com/aslansd/star...
github.com/aslansd/dung...
github.com/aslansd/olla...

19.03.2025 18:09 πŸ‘ 5 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Extra Day 26

08.12.2024 07:40 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Extra Day 25

08.12.2024 07:40 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Extra Day 24

08.12.2024 07:40 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0