Browsing Tag
langchain
20 posts
Why I Built OpenAgentFlow: Decoupling Multi-Agent Workflows from Framework Boilerplate
Hey everyone, my name is AbdulRahman Elzahaby (@egyjs), a software engineer from Egypt who’s recently fallen down the…
I built a load tester with an AI diagnosis layer—because no existing tool does both
Load testing and LLM observability are two separate categories of tools. Nobody has combined them. So I built…
Agentic Amnesia: The State Management Crisis
The most significant bottleneck in 2026 enterprise AI isn’t model intelligence. It is memory. We see it weekly…
🧩 Building a Complete Learning Path for Generative AI Engineers — From Python to AI Agents
I wanted to build the kind of open, structured roadmap I wish I had when I started learning…
How I created a research agent with langflow
Introduction Hey! In this article I’m going to share with you my process of how I created a…
Integrating Langflow into Open WebUI
Langflow is a brilliant low-code builder that simplifies the creation of AI workflows using any API, model, or…
Streamlining Routine ML Tasks with LangChain: A Hacker News Comment Analysis Example
Introduction LangChain and its companion framework LangGraph are synonymous with building autonomous “agents” capable of complex interactions —…
How to Use the Prebuilt ReAct Agent in LangGraph
This article explains how to create a simple ReAct agent application using LangGraph. The app will feature an…
Unlocking AI-Powered Conversations: Building a Retrieval-Augmented Generation (RAG) Chatbot
In the contemporary era of generative AI, chatbots have emerged as essential tools for customer support, content creation,…
Building a Semantic Kernel with F# for Enhanced AI Interaction
This blog base from https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/GettingStarted/Step2_Add_Plugins.cs In the age of artificial intelligence, leveraging powerful tools to interact seamlessly with…