Blog
ReAct Research Agent with Lang
n8n 캔버스에서 화살표로 그렸던 루프를, 코드 한 줄의 그래프 선언으로 옮겼다.
Reimplemented the same ReAct (Reasoning + Acting) research agent from the n8n
version, this time as an explicit graph in LangGraph. Where n8n expressed the
loop as a line drawn back to an earlier node on a canvas,
add_conditional_edges expresses the same logic in code. …
Read more →
ReAct Research Agent with n8n
주제 하나만 던지면, AI가 스스로 검색하고 판단하고 — 부족하면 다시 검색한다.
Built a ReAct (Reasoning + Acting) agent that autonomously repeats search and judgment until it has enough information to answer a research topic. Unlike a single-pass pipeline, this agent decides for itself whether to search again or stop, using Gemini for judgment and Tavily for …
AIRead more →
Claude Code Practical Guide
챗봇이랑 뭐가 달라요? 물어보는 사람이 많아서 정리했다.
A practical reference guide for Claude Code — the terminal-based AI coding agent by Anthropic. Covers the key difference from the chat interface, essential commands, and common gotchas that trip up first-time users.
Core concept: Claude Code runs in your terminal and acts directly on …
AIRead more →
OpenClaw: Open Source AI
오래된 맥북에 설치하고 텔레그램으로 말 걸었더니, 자비스가 됐다.
Tested OpenClaw — a free, open-source personal AI agent — by installing it on an old MacBook (Retina 2017) as a dedicated agent machine, instead of running it on my main laptop.
OpenClaw runs locally and connects to messaging apps like Telegram, WhatsApp, and Discord. …
AgentRead more →
Claude Cowork: Daily Brief
매일 아침 6시, AI가 영어 단어·뉴스·일정을 정리해서 메일로 보낸다 — 사람 손 없이.
Built a personal AI Agent that runs every morning at 6:00 AM and delivers a fully assembled daily brief to my inbox — without any manual trigger.
Architecture: Cowork acts as the local automation runtime. At 6:00 AM, a scheduled trigger fires Claude Sonnet with …
AgentRead more →