Skip to main content

Posts

2025

LangGraph Deep Dive: Orchestrating Agent Reasoning, Memory, and Tasks
·689 words·4 mins
LangGraph represents a sophisticated framework for managing complex agent workflows by providing a structured approach to orchestrating multiple reasoning processes.
LangChain vs LangGraph: Which One Powers Smarter AI Workflows?
·291 words·2 mins
LangChain and LangGraph represent two distinct approaches to building intelligent AI workflows.
How Vector Databases Like Weaviate and Qdrant Power LLM Memory
·432 words·3 mins
Large Language Models rely heavily on context and memory to maintain coherent conversations and provide relevant responses.
How to Build Your First AI Agent with LangChain and Python
·398 words·2 mins
Create a more sophisticated tool that can perform actual web searches
How I use AI to learn AI Automation
·1168 words·6 mins
The journey into AI automation began with a simple realization: traditional learning methods were too slow for the rapid pace of AI development.
Agent-to-Agent Communication: Letting LLMs Collaborate Without Losing Context
·593 words·3 mins
Reference past interactions, maintain shared knowledge bases, or coordinate multi-step tasks
From Scripts to Signals: A Developer’s View of TradingView
·404 words·2 mins
Pine Script allows you to build logic that interprets market conditions and generates actionable signals.
5 Frustrating Problems in Manual Trading That Automation Solves
·370 words·2 mins
Manual trading often feels like a game of whack-a-mole — missed entries, emotional decisions, late-n…
What Should You Actually Calculate in Market Analysis
·508 words·3 mins
Successful market analysis doesn’t come from using the most math — it comes from using the right math.
Top 3 Programming Languages for Trading Bots (Golang vs Python vs MQL5)
·623 words·3 mins
Each language offers unique strengths and trade-offs that make them suitable for different use cases.