TSTao Sun Villanuevaintao-software-engineer-and-ai.hashnode.dev路Dec 6, 2025 路 5 min readDeep Research with LangGraph: Part 1 - The Scoping AgentThe foundation of any successful research project is a well-defined brief. In our Deep Research with LangGraph project, the very first agent is dedicated to this critical task: transforming a user's initial, sometimes vague, request into a clear, act...00
TSTao Sun Villanuevaintao-software-engineer-and-ai.hashnode.dev路Nov 12, 2025 路 6 min readLangGraph Learning Series: Building a Task Chatbot with Long Term MemoryBuilding a truly intelligent assistant requires long-term memory, the ability to not just recall the last message, but to understand and update structured information about the user, their tasks, and preferences. This article shows how to create a ro...00
TSTao Sun Villanuevaintao-software-engineer-and-ai.hashnode.dev路Nov 6, 2025 路 5 min readLangGraph Learning Series: Long-Term MemoryThe magic of a truly helpful AI assistant isn't just in its ability to generate text鈥攊t's in its memory. A stateless LLM forgets everything between turns, making every conversation start from zero. But imagine an assistant that remembers your name, y...00
TSTao Sun Villanuevaintao-software-engineer-and-ai.hashnode.dev路Nov 5, 2025 路 7 min readLangGraph Learning Series: Multi-Agent Research Team馃専 Introduction: The Power of Graph-Based LLM Workflows The complexity of modern LLM applications often requires coordination between multiple steps, tools, and agents. While LangChain provides the building blocks, LangGraph offers the state-manageme...00
TSTao Sun Villanuevaintao-software-engineer-and-ai.hashnode.dev路Oct 29, 2025 路 5 min readLangGraph Learning Series: Scaling LLM Workflows with Map-ReduceBuilding a single, powerful LLM prompt is great, but building a system that coordinates multiple LLM calls in parallel is how you create scalable, production-ready AI agents. This article dives into one of the most essential design patterns in distri...00